Results 1 to 16 of 16

Thread: Can't run scripts

  1. #1
    Join Date
    Oct 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Can't run scripts

    I followed setup guides and such now trying to run DaviMinerPublic

    I get that error,how do i fix?

    changed interpreter to lape and got this
    Error: File "reflection/Reflection.simba" not found at line 6
    Compiling failed.
    https://gyazo.com/240c0fb9da0ef89df60f84da955f8b46

    Error: File "reflection/Reflection.simba" not found at line 6
    Reflection Error
    SetLength(result, SmartStringFromString(SmartCurrentTarget, javaString, result));
    also looking for how to fix my al_function and get it to be there.

    wondering if someone could skype me for help my skype is sytheeom
    Last edited by Evolv3; 10-05-2015 at 03:01 AM.

  2. #2
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    You don't have the reflection include.
    Last edited by Incurable; 10-05-2015 at 02:12 AM.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  3. #3
    Join Date
    Oct 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Incurable View Post
    You don't have the reflection include.


    I still get compiling failed
    https://gyazo.com/6798eca0074f89ca32c917c121d846d3

    i need
    al_functions.simba

    also says reflection isn't there when reflection folder is there with the reflection.simba inside.
    Error: File "reflection/Reflection.simba" not found at line 6
    Compiling failed.
    Last edited by Evolv3; 10-05-2015 at 02:57 AM.

  4. #4
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    You haven't installed it correctly. It goes in the includes folder, not scripts folder. Also, Al_Functions is really old, which suggests that this script is probably outdated. It might still work once you fix your other issue and find and install Al_Functions though.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  5. #5
    Join Date
    Oct 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    when you say it goes into the include folder do you mean the script? or the reflection folder because it is in include

    I put reflection in the include now it says access violation

    https://gyazo.com/5f9bc974d99beed9045ce68f3d94e38e
    Last edited by Evolv3; 10-05-2015 at 03:12 AM.

  6. #6
    Join Date
    Oct 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Incurable View Post
    You don't have the reflection include.
    got the reflecton include and now i get this

    Error: Access violation
    Compiling failed.
    Last edited by Evolv3; 10-05-2015 at 03:34 AM.

  7. #7
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    The Reflection include goes in C:\Simba\Includes, while the script goes wherever you want it to go. Usually we place scripts inside of C:\Simba\Scripts to keep things neat, and this is usually the default location. Al_Functions.simba also goes in C:\Simba\Includes.

    The access violation you're getting is related to the script, but there's literally nothing to go on in that debug. Unfortunately, access violations are a pain in the butt to fix if you don't have any idea what's causing it.

    Quote Originally Posted by Evolv3 View Post
    destination folder access denied when trying to move them in
    I have no idea what this means. Show me a screenshot, please.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  8. #8
    Join Date
    Oct 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Incurable View Post
    The Reflection include goes in C:\Simba\Includes, while the script goes wherever you want it to go. Usually we place scripts inside of C:\Simba\Scripts to keep things neat, and this is usually the default location. Al_Functions.simba also goes in C:\Simba\Includes.

    The access violation you're getting is related to the script, but there's literally nothing to go on in that debug. Unfortunately, access violations are a pain in the butt to fix if you don't have any idea what's causing it.



    I have no idea what this means. Show me a screenshot, please.
    I have gotten past the permisson, I've gotten the file into the folder.

    https://gyazo.com/3abb2dc001b169abd42495d7e7efdb90
    https://gyazo.com/b1910ccd296603c3224c64af11afcbe0

    last part of gif prosocks.dll was suppose to be in it.
    Last edited by Evolv3; 10-05-2015 at 04:02 AM.

  9. #9
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    So what error are you getting now?



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  10. #10
    Join Date
    Oct 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    i go to run and it gives me this
    https://gyazo.com/ab08d0c2bb0d42aa31c6333360640ebf

  11. #11
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Oh, I recognise that but I don't remember how to fix it. Search for "reflection aerolib access violation" with site:villavu.com/forum on Google and I'm sure you'll find it.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  12. #12
    Join Date
    Oct 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    downloaded this old reflection
    https://github.com/Elfyyy/OSR-Reflection
    now i can run without no errors in script just this issue now
    https://gyazo.com/9646fd5088b933b3336cc39c4534c3ff

  13. #13
    Join Date
    Oct 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    please someone help with issue

  14. #14
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Quote Originally Posted by Evolv3 View Post
    please someone help with issue
    I already told you what to do to fix that. If you can't be bothered looking for a solution yourself when you've been told how then no one is going to help you.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  15. #15
    Join Date
    Oct 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Incurable View Post
    I already told you what to do to fix that. If you can't be bothered looking for a solution yourself when you've been told how then no one is going to help you.
    I've searched with your help installed files and still didn't help.

  16. #16
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Quote Originally Posted by Evolv3 View Post
    I've searched with your help installed files and still didn't help.
    https://villavu.com/forum/showthread...93#post1348393

    Found that within 5 seconds of Googling.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

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
  •