Page 12 of 15 FirstFirst ... 21011121314 ... LastLast
Results 276 to 300 of 373

Thread: SRL Frequently Asked Questions

  1. #276
    Join Date
    Jul 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hi, i just installed simba on my linux vps however when i tried to update the extension.sex the bot will auto close? anybody know where i went wrong? Also some of the faq links i am unable to access too.

  2. #277
    Join Date
    Feb 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(282:145): Type mismatch at line 281
    Compiling failed.

    I'm so confused, what is this and how do I fix it... I'm assuming it is something simple?

  3. #278
    Join Date
    Dec 2011
    Location
    Vancouver, Canada
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Getting this error when trying to open simba, Please help.

    Program exception!
    Stacktrace:

    Exception class: EAccessViolation
    Message: Access violation
    $00403EE1
    $005EC927
    $0043313A
    $00435243
    $0042E03C
    $004323E2
    $0041ACA0
    $00418FEA
    $00420386
    $00427CB8
    Simba Version: 1000

  4. #279
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by CreaShun View Post
    Getting this error when trying to open simba, Please help.

    Program exception!
    Stacktrace:

    Exception class: EAccessViolation
    Message: Access violation
    $00403EE1
    $005EC927
    $0043313A
    $00435243
    $0042E03C
    $004323E2
    $0041ACA0
    $00418FEA
    $00420386
    $00427CB8
    Simba Version: 1000
    Are you opening it by double clicking a script? If so, try just running Simba.exe, then opening the script from there.

  5. #280
    Join Date
    Dec 2011
    Location
    Vancouver, Canada
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Are you opening it by double clicking a script? If so, try just running Simba.exe, then opening the script from there.
    I'm double clicking and opening the simba.exe client

  6. #281
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by CreaShun View Post
    I'm double clicking and opening the simba.exe client
    Hmm, I'm not sure. We'll see if @Wizzup?; or @Dgby714; have an idea.

  7. #282
    Join Date
    Dec 2011
    Location
    Vancouver, Canada
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Oh ok, thanks for your help. I want to start scripting but I wasn't expecting this. I did have simba installed before and it used to work fine. I will also update if I figure out how to make it work.

  8. #283
    Join Date
    Dec 2011
    Location
    Vancouver, Canada
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by CreaShun View Post
    Oh ok, thanks for your help. I want to start scripting but I wasn't expecting this. I did have simba installed before and it used to work fine. I will also update if I figure out how to make it work.
    I reformatted my computer, Fresh new install of Windows 7 and re-installed Simba and it works like a charm now. I tried googling for that error, Spent about 3 hours on it, After getting frustrated, I figured it's probably my computer which needed a new install anyways (Been about 2 years since and last), So if anyone else has this problem, Reformat if you can.

  9. #284
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    Quote Originally Posted by CreaShun View Post
    I'm double clicking and opening the simba.exe client
    Have you tried removing your Settings.xml file?

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  10. #285
    Join Date
    Oct 2012
    Location
    Porto, Portugal
    Posts
    218
    Mentioned
    0 Post(s)
    Quoted
    42 Post(s)

    Default

    I get this:

    Code:
    FATAL ERROR: Failed to find your Java path, add JRE to your system's PATH before JDK (if you have JDK), and disable smartGetJavaPath
    Successfully executed.
    I have JRE added before JDK, the problem is with smartGatJavaPath
    if I put
    Code:
    smartGetJavaPath = false;
    before calling setupSRL it works, but shouldn't it work without it? What is wrong?

    Thanks in advance

  11. #286
    Join Date
    Sep 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Error: Exception: ResetPersistentMemory: Bitmap is not persistent (FExternData = False) at line 124
    The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]

    Keep getting this error every time i click on play script it starts up starts compiling.in cmd screen.and.when it.should open the smart client it says this error and then succssfully execute (My client doesnt even open)

    It also only can find the srl.sex - 0.1 and extension.sex - 1.0 but the apr.sex (third1) - keeps saying n/a
    In the vieuw?extension tab

    My opinion.. because it cant find the third .sex file it gives this error cuz its the msi i need help.to.fix.this

    Its not my first time i installed simva rs07 did it serveral time but this is the first time i got an error please helpme i really dont understand it anymore grtz kattepoot

  12. #287
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Nirvana View Post
    I get this:

    Code:
    FATAL ERROR: Failed to find your Java path, add JRE to your system's PATH before JDK (if you have JDK), and disable smartGetJavaPath
    Successfully executed.
    I have JRE added before JDK, the problem is with smartGatJavaPath
    if I put
    Code:
    smartGetJavaPath = false;
    before calling setupSRL it works, but shouldn't it work without it? What is wrong?

    Thanks in advance
    Where is your java installed? SRL will look in your C:/Program Files and C:/Program Files (x86) and if it's not installed there (or has a different folder name) it'll throw that error. I think it should warn the user, though, not terminate the script because in your case I would still have worked despite that "error".

    Quote Originally Posted by kattepoot123 View Post
    Error: Exception: ResetPersistentMemory: Bitmap is not persistent (FExternData = False) at line 124
    The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]

    Keep getting this error every time i click on play script it starts up starts compiling.in cmd screen.and.when it.should open the smart client it says this error and then succssfully execute (My client doesnt even open)

    It also only can find the srl.sex - 0.1 and extension.sex - 1.0 but the apr.sex (third1) - keeps saying n/a
    In the vieuw?extension tab

    My opinion.. because it cant find the third .sex file it gives this error cuz its the msi i need help.to.fix.this

    Its not my first time i installed simva rs07 did it serveral time but this is the first time i got an error please helpme i really dont understand it anymore grtz kattepoot
    http://villavu.com/forum/showthread.php?t=106039

  13. #288
    Join Date
    Apr 2012
    Location
    Vancouver, BC
    Posts
    291
    Mentioned
    1 Post(s)
    Quoted
    84 Post(s)

    Default

    Quote Originally Posted by CreaShun View Post
    Getting this error when trying to open simba, Please help.

    Program exception!
    Stacktrace:

    Exception class: EAccessViolation
    Message: Access violation
    $00403EE1
    $005EC927
    $0043313A
    $00435243
    $0042E03C
    $004323E2
    $0041ACA0
    $00418FEA
    $00420386
    $00427CB8
    Simba Version: 1000
    I thought I would provide a quick update on this error since I am getting it as well. In my SIMBA window before the I get the EAccessViolation it said it couldnt find the right font ... using this link -

    https://github.com/SRL/Simba

    I grabbed the entire repository extracted the files and copied/pasted the FONT folder into my SIMBA folder ... I no longer get the EAccessViolation error ... I now get this -

    Exception in Script: Unknown declaration "UpCharsEx" at line 1010, column 44 in file "C:\Simba\Includes\srl-6\lib\core\text.simba"

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

    Default

    Quote Originally Posted by digitalninja
    1267374
    Exception in Script: Unknown declaration "UpCharsEx" at line 1010, column 44 in file "C:\Simba\Includes\srl-6\lib\core\text.simba"
    interpreter set to lape?

    Creds to DannyRS for this wonderful sig!

  15. #290
    Join Date
    Apr 2012
    Location
    Vancouver, BC
    Posts
    291
    Mentioned
    1 Post(s)
    Quoted
    84 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    interpreter set to lape?
    Indeed ... I have also tried to replace the srl-6 folder with the master file but it doesnt seem to help. I also replaced the text.simba file and still no go.

  16. #291
    Join Date
    Oct 2012
    Location
    Porto, Portugal
    Posts
    218
    Mentioned
    0 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Where is your java installed? SRL will look in your C:/Program Files and C:/Program Files (x86) and if it's not installed there (or has a different folder name) it'll throw that error. I think it should warn the user, though, not terminate the script because in your case I would still have worked despite that "error".

    http://villavu.com/forum/showthread.php?t=106039
    I have this in the path:

    Code:
    C:\Program Files\Java\jre7\bin;C:\Program Files\Java\jdk1.7.0_25\bin
    any idea why its not working?

  17. #292
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by digitalninja View Post
    I thought I would provide a quick update on this error since I am getting it as well. In my SIMBA window before the I get the EAccessViolation it said it couldnt find the right font ... using this link -

    https://github.com/SRL/Simba

    I grabbed the entire repository extracted the files and copied/pasted the FONT folder into my SIMBA folder ... I no longer get the EAccessViolation error ... I now get this -

    Exception in Script: Unknown declaration "UpCharsEx" at line 1010, column 44 in file "C:\Simba\Includes\srl-6\lib\core\text.simba"
    Those aren't the most up to date fonts, so you're probably missing the UpCharsEx fonts. Actually, I'm pretty sure that repo. is extremely outdated. The official Simba repo. is on Wizzup?'s profile. As for the actual error, I'm still unsure as to the cause.

    Quote Originally Posted by Nirvana View Post
    I have this in the path:

    Code:
    C:\Program Files\Java\jre7\bin;C:\Program Files\Java\jdk1.7.0_25\bin
    any idea why its not working?
    Are you on a 64-bit machine? You may need both the 32 and 64-bit versions of Java (not a bad idea anyway; I have both).

  18. #293
    Join Date
    Oct 2012
    Location
    Porto, Portugal
    Posts
    218
    Mentioned
    0 Post(s)
    Quoted
    42 Post(s)

    Default

    @Coh3n

    How do i check it?

    here are some prints of the locations of java in program files x86 and program files (my machine is x64):

    4DZbT.png

    4DZc8.png

    sorry to bother you. Thanks.

  19. #294
    Join Date
    Sep 2013
    Location
    Latvia
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    38 Post(s)

    Default

    Math error at line 148
    The following DTMs were not freed: [0, SRL - Lamp bitmap, SRL - Book of Knowledge, 3]
    The following bitmaps were not freed: [0, SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 4]

    Why I get this error in Minireflection tab?
    Script starts, loads up.. after few secs in a game it crashes ;/

  20. #295
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by arturiccc View Post
    Math error at line 148
    The following DTMs were not freed: [0, SRL - Lamp bitmap, SRL - Book of Knowledge, 3]
    The following bitmaps were not freed: [0, SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 4]

    Why I get this error in Minireflection tab?
    Script starts, loads up.. after few secs in a game it crashes ;/
    What include is minireflection?

  21. #296
    Join Date
    Sep 2013
    Location
    Latvia
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    38 Post(s)

    Default

    Quote Originally Posted by Zyt3x View Post
    What include is minireflection?
    SRl-OSR/SRL/Misc

  22. #297
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Nirvana View Post
    @Coh3n

    How do i check it?

    here are some prints of the locations of java in program files x86 and program files (my machine is x64):

    4DZbT.png

    4DZc8.png

    sorry to bother you. Thanks.
    Hmm in that case I'm actually not sure. It might have something to do with the naming. @Olly; wrote the code I think, so we'll see if he can be of better help.

  23. #298
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by Nirvana View Post
    I have this in the path:

    Code:
    C:\Program Files\Java\jre7\bin;C:\Program Files\Java\jdk1.7.0_25\bin
    any idea why its not working?
    jdk should be in your path before your jre.

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

    Default


    Quote Originally Posted by Olly View Post
    jdk should be in your path before your jre.
    His path is right. However, RS does NOT run well witha 64bit jvm which you can tell by his path. Would also require x64 Simba if he decides to keep his path as x64. Otherwise all he needs is regular x32 Simba and x32 java.
    I am Ggzz..
    Hackintosher

  25. #300
    Join Date
    Oct 2012
    Location
    Porto, Portugal
    Posts
    218
    Mentioned
    0 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by Brandon View Post


    His path is right. However, RS does NOT run well witha 64bit jvm which you can tell by his path. Would also require x64 Simba if he decides to keep his path as x64. Otherwise all he needs is regular x32 Simba and x32 java.

    I tried changing the path to the java x32 like this:

    Code:
    C:\Program Files (x86)\Java\jre7\bin; C:\Program Files (x86)\Java\jdk1.7.0_40\bin
    Still no luck

    So where can I find a Simba x86 or x32 version? I only get a Simba Installer.exe, no specific x32 or x64 installer


    Also any possibility that the file simba is looking for is outside the bin folder, in another folder? (I don't understand much of this)

Page 12 of 15 FirstFirst ... 21011121314 ... LastLast

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
  •