Results 1 to 12 of 12

Thread: ? one thing after another !

  1. #1
    Join Date
    May 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default ? one thing after another !

    Code:
    Exception in Script: Unable to find file 'P07Include .simba' used from 'C:\Simba\Scripts\iShrimpPowerFisherSMART.simba'
    what could this mean?

    sorry for all these error threads.. I am new to simba only 2days old and still never ran a script, i been trying to get this thing to work for 2 days now *pulls hair out*.

    Thank you for all the help everyone.
    Last edited by ThatMixedKid; 05-03-2013 at 11:55 PM.

  2. #2
    Join Date
    Apr 2012
    Location
    Canada, Bc
    Posts
    1,593
    Mentioned
    6 Post(s)
    Quoted
    356 Post(s)

  3. #3
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    This was p07include script from the first few weeks, so it won't do anti-randoms. The solution to your error is in the comments on that scripts thread.
    Quote Originally Posted by ahrimz_pkay1 View Post
    Unnecessary space between p07include. simba
    ^ space. to fix this problem backspace once so that simba can find the p07include. just thought it might help people

  4. #4
    Join Date
    May 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Neznam View Post
    did it twice still saying when i try to run a script

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

    thank you so much for your help i really need it lol.

  5. #5
    Join Date
    May 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by tealc View Post
    This was p07include script from the first few weeks, so it won't do anti-randoms. The solution to your error is in the comments on that scripts thread.

    just tried to backspace in the script, still giving me the same error. thank you guys for helping me.

    and it says it for every script not just that one. Example:

    Exception in Script: Unable to find file 'P07Include.simba' used from 'C:\Simba\Scripts\goblinfighter4.simba'
    Last edited by ThatMixedKid; 05-04-2013 at 12:14 AM.

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

    Default

    There's a space in P07Include .simba

    Creds to DannyRS for this wonderful sig!

  7. #7
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    Quote Originally Posted by ThatMixedKid View Post
    just tried to backspace in the script, still giving me the same error. thank you guys for helping me.

    and it says it for every script not just that one. Example:



    does line 4 look like this?
    Simba Code:
    {$i P07Include.simba}

  8. #8
    Join Date
    May 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by tealc View Post
    does line 4 look like this?
    Simba Code:
    {$i P07Include.simba}
    yes

  9. #9
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    It looks like
    Simba Code:
    {$i P07Include.simba}
    not
    Simba Code:
    {$i P07Include .simba}

    and you still have the same error?
    if you do post the script.

  10. #10
    Join Date
    Apr 2012
    Location
    Canada, Bc
    Posts
    1,593
    Mentioned
    6 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by tealc View Post
    and you still have the same error?
    if you do post the script.
    Remember not to include your name and password in the script. Just to be safe.

  11. #11
    Join Date
    Nov 2006
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by ThatMixedKid View Post
    just tried to backspace in the script, still giving me the same error. thank you guys for helping me.

    and it says it for every script not just that one. Example:



    This error says that you fixed the space in the p07include line, but apparently do not have the p07include installed.
    http://villavu.com/forum/showthread.php?t=96863

  12. #12
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    I see you are using the p07include (or atleast try it). I suggest using the srl-osr include

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
  •