On every script I try to use it says this
Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''
or
Exception in Script: Unable to find file 'SRL/SRL/Misc/Smart.scar' used from ''
Can anyone help me with this?
On every script I try to use it says this
Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''
or
Exception in Script: Unable to find file 'SRL/SRL/Misc/Smart.scar' used from ''
Can anyone help me with this?
For the first error, you're using a script that uses object DTMs. This include must be downloaded and manually installed. I'm sure if you read thr first post on the script's thread there is a link to the object DTM thread. Search for it, read it, and download/install it.
Second error, not sure but it's a common error. Re-read the install thread and make sure you followed all steps.
I reinstalled simba the same as I have done before only this time I get this error
Error: Exception: Access violation at line 101
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
We need more information, what's the line of code that gets highlighted orange when it gives that error? What file is it in?
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
Exception in Script: Unable to find file 'SRL\SRL.scar' used from ''
is still there, and there is no highlighted or red line. :/
Ohhh, sorry. Thank you! Is there any way I can find out whether the script is SRL 5 before I download it?
If it has anything '.scar' at the top, it's not SRL5 yet.
It's pretty simple to update them, just change the .scar to .simba, and you might get one of two more errors, fix those,and it's ready to go.
Tried it with ZMI-Extreme(1.1)
A second tab called smart will appear this is the one that gives the error
as in to what line get orange highlighted
SRL Compiled in 15 msec
SMART Initialized.
Loaded: Server 35, Members: False, Signed: True, Super Detail: False.
Error: Exception: Access violation at line 101
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
this bit is red and the bottom line was all orange
95 function IsRealMouseInBox(B : TBox): Boolean;
96 var
97 P : TPoint;
98 begin
99 GetRealMousePos(P.X, P.Y);
100 Result := PointInBox(P, B);
101 end;
removed it 4 times installed it 5 times now, cleaned the reg, the cache, defraged, shut down and restarted tried about all. Different locations, starting as administrator, all users as administrator, makes no difference
Last edited by Spelletje; 01-10-2012 at 01:16 AM. Reason: extra info
Do you have the correct Java installed and running?
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
Gave this error with java 6 update 29 and still gives the exact same error with java 6 update 30
There are currently 1 users browsing this thread. (0 members and 1 guests)