Results 1 to 7 of 7

Thread: P07 Include

  1. #1
    Join Date
    Aug 2012
    Location
    Beaumont, TX, USA
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default P07 Include

    So here's the issue. I have downloaded all of the appropriate files and followed all of the steps in the install guides, from YoHoJo to Cohen to DannyRS Gurkan. The issue is supposedly a simple one, but after removing all files and folders twice for a clean start and following all of the steps over again, I have not been able to launch the bot for 07.


    Exception in script: Unable to find file 'P07Include.Simba' used from 'C:\Simba\Scripts\bot.simba'

    I am running all of these things through WineBottler. I'm running Mac (obviously). Any help would be great, or another tutorial besides the ones created by the afore mentioned. I have noticed that the include file saves as '.simba.txt' I have tried modifying it to just '.simba' but no dice there either.

  2. #2
    Join Date
    Aug 2012
    Location
    Beaumont, TX, USA
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    anybody??? not resolved yet...

  3. #3
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm having the same exact problem

  4. #4
    Join Date
    Jan 2012
    Posts
    369
    Mentioned
    6 Post(s)
    Quoted
    91 Post(s)

    Default

    Make sure you pasted the P07 Include in the folder 'Simba\Includes' as in 'Simba\Includes\P07Include.simba'

    Now you need to add 2 lines of code to the script : ' {$I P07Include.Simba} ' At the top when defining SRL and everything else, and ' SetupP07Include; ' which should run once in the main loop .

    Let me know if you encounter any more problems. Also showing us the code of your script would be help us figure out what is going wrong with your script. You can use the tags for the code

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

    Default

    Quote Originally Posted by speedster View Post
    Make sure you pasted the P07 Include in the folder 'Simba\Includes' as in 'Simba\Includes\P07Include.simba'

    Now you need to add 2 lines of code to the script : ' {$I P07Include.Simba} ' At the top when defining SRL and everything else, and ' SetupP07Include; ' which should run once in the main loop .

    Let me know if you encounter any more problems. Also showing us the code of your script would be help us figure out what is going wrong with your script. You can use the tags for the code
    Seems more like a Mac compatibility issue.

    Creds to DannyRS for this wonderful sig!

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

    Default

    Simba> Tools> Settings(Expert) > Settings > Includes > Path> Make sure it points to where X\Simba\Includes wherever that may be located.

    Same with all of the other paths (Extensions, Fonts, etc.) should point to appropriate folders.

  7. #7
    Join Date
    Jan 2012
    Posts
    369
    Mentioned
    6 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Seems more like a Mac compatibility issue.
    Hmm, so 2 users having the same problem - it could be that both of them have MAC, in which case I suggest they install Windows Xp or Windows 7 on a Virtual Machine within their OS.

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
  •