Viewer
12-12-2011, 10:25 AM
What's up guys,
I'm trying to setup simba to bot in runescape,but I keep getting this error when I try to run some script like:
program new;
{$DEFINE SMART}
{$i srl/srl.scar}
begin
ClearDebug();
SetupSRL();
end.
I get the following error:
Error: Exception: Access violation at line 86
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
And the line 86 of smart is: result:= SmartGetColor(x, y);
Could someone please help me?
I'm trying to setup simba to bot in runescape,but I keep getting this error when I try to run some script like:
program new;
{$DEFINE SMART}
{$i srl/srl.scar}
begin
ClearDebug();
SetupSRL();
end.
I get the following error:
Error: Exception: Access violation at line 86
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
And the line 86 of smart is: result:= SmartGetColor(x, y);
Could someone please help me?