Results 1 to 15 of 15

Thread: Problem starting scripts

  1. #1
    Join Date
    Jan 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Problem starting scripts

    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?

  2. #2
    Join Date
    Oct 2008
    Location
    behind you!
    Posts
    1,688
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Hi

  3. #3
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    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.

  4. #4
    Join Date
    May 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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]

  5. #5
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    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.


  6. #6
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by Spelletje View Post
    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]
    You need java 6u29 from yohojo's tutorial on how to fix simba/smart lag.
    I am Ggzz..
    Hackintosher

  7. #7
    Join Date
    Jan 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exception in Script: Unable to find file 'SRL\SRL.scar' used from ''
    is still there, and there is no highlighted or red line. :/

  8. #8
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by MarkRavan View Post
    Exception in Script: Unable to find file 'SRL\SRL.scar' used from ''
    is still there, and there is no highlighted or red line. :/
    Post in the thread, and tell author to update scrip to SRL 5.
    If you ever get Unable to find file 'SRL\SRL.scar' that means author needs to update script.

  9. #9
    Join Date
    Jan 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ohhh, sorry. Thank you! Is there any way I can find out whether the script is SRL 5 before I download it?

  10. #10
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    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.

  11. #11
    Join Date
    May 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  12. #12
    Join Date
    Jul 2011
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Spelletje View Post
    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
    One thing I would suggest is to install the directory on your desktop. This should clear up access violations. I've had the same problem with access violations even after running as an admin, and this was the solution.

  13. #13
    Join Date
    May 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by whatev View Post
    One thing I would suggest is to install the directory on your desktop. This should clear up access violations. I've had the same problem with access violations even after running as an admin, and this was the solution.
    made no difference what so ever

  14. #14
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    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.


  15. #15
    Join Date
    May 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Gave this error with java 6 update 29 and still gives the exact same error with java 6 update 30

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •