Results 1 to 18 of 18

Thread: Help? Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used f

  1. #1
    Join Date
    Jul 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default Help? Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used f

    Hello, this is my first time using this in months and I went to run a zammy wine running script and this came up?

    Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from 'C:\Users\29811\Desktop\Recycle Bin\Scripts\ZammyWineRunner V1.03..simba'

    The file is there isn't it? Here's the start of the script.

    program ZammyWine;
    {$DEFINE SMART8}
    {$i srl/srl.simba}
    {$i ObjectDTM\ObjDTMInclude.simba}
    {$i srl/srl/misc/online.simba}
    {$i srl/srl/skill/fighting.simba}
    {$i sps/sps.simba}
    {$i SRL/SRL/misc/debug.simba}
    {$I SRL/SRL/misc/SmartGraphics.simba}
    {$i ObjectDTM\ObjDTMInclude.simba}

    any help will be appreciated

  2. #2
    Join Date
    Sep 2012
    Location
    Australia.
    Posts
    839
    Mentioned
    16 Post(s)
    Quoted
    225 Post(s)

  3. #3
    Join Date
    Jul 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I've already downloaded it and it has added on next to MSI though

  4. #4
    Join Date
    Sep 2012
    Location
    Australia.
    Posts
    839
    Mentioned
    16 Post(s)
    Quoted
    225 Post(s)

  5. #5
    Join Date
    Jul 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Yes, and check for updates but found nothing

  6. #6
    Join Date
    Sep 2012
    Location
    Australia.
    Posts
    839
    Mentioned
    16 Post(s)
    Quoted
    225 Post(s)

    Default

    Is the ObjectDTMInclude.simba file in the ObjectDTM folder at: C:/Simba/Includes

  7. #7
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    did u download the new extensions? it's on the OP.

    What's the error u get. and have u restarted Simba

    Creds to DannyRS for this wonderful sig!

  8. #8
    Join Date
    Jul 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Chris! View Post
    Is the ObjectDTMInclude.simba file in the ObjectDTM folder at: C:/Simba/Includes

    No it is at C:/Simba/Extensions

    It's a single file in Extensions rather then a folder in Includes

  9. #9
    Join Date
    Jul 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    did u download the new extensions? it's on the OP.

    What's the error u get. and have u restarted Simba
    Which extensions? Also where do I save the map? Where is "Runescape_Other"?

  10. #10
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by aarong View Post
    Which extensions? Also where do I save the map? Where is "Runescape_Other"?

    Just one extension. What's the error when u want to update ODTM
    C:\Simba\Includes\SPS\img\runescape_other

    Creds to DannyRS for this wonderful sig!

  11. #11
    Join Date
    Sep 2012
    Location
    Australia.
    Posts
    839
    Mentioned
    16 Post(s)
    Quoted
    225 Post(s)

    Default

    Well, if there's no ObjectDTM folder you did something wrong. Reinstall ObjectDTM.

  12. #12
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Make sure Override Update is checked .

    ODTM > Settings > Override Update.

    Then Update / Check for update again

    Creds to DannyRS for this wonderful sig!

  13. #13
    Join Date
    Jul 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Make sure Override Update is checked .

    ODTM > Settings > Override Update.

    Then Update / Check for update again
    Thanks, that worked! But I now have another problem, I open the script and it opens a 2nd tab and says this?


  14. #14
    Join Date
    Sep 2012
    Location
    Australia.
    Posts
    839
    Mentioned
    16 Post(s)
    Quoted
    225 Post(s)

    Default

    At the top of your script change {DEFINE SMART} to {DEFINE SMART8} or if you have {DEFINE SMART8} remove the 8. This is in the script you're trying to run.

    I recommend installing SMART8 if you haven't.

  15. #15
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by aarong View Post
    Thanks, that worked! But I now have another problem, I open the script and it opens a 2nd tab and says this?

    on the top off the zamorakrunner script, remove the 8 from SMART8

    Creds to DannyRS for this wonderful sig!

  16. #16
    Join Date
    Jul 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Did that, then opened up another tab named (Smart Graphics) and said this:

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartGraphics.simba(14:3): Duplicate identifier 'SMART_Canvas' at line 13
    Compiling failed.

  17. #17
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by aarong View Post
    Did that, then opened up another tab named (Smart Graphics) and said this:

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartGraphics.simba(14:3): Duplicate identifier 'SMART_Canvas' at line 13
    Compiling failed.
    ah yeah smartgraphics only support smart8 , remove the line smartgraphics on top of the script. and other lines that gives u an error.

    Creds to DannyRS for this wonderful sig!

  18. #18
    Join Date
    Jul 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Got it working, thank you!

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
  •