Results 1 to 4 of 4

Thread: Simba Help

  1. #1
    Join Date
    Sep 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Simba Help

    I'm not sure if this is the correct place to put this as I'm new to the forum however here is my problem, I followed the tutorial on setting up simba, got to the part about updating srl and sps, then proceeded to the part about posting

    program new;
    {$DEFINE SMART}
    {$i srl-6/srl.simba}

    begin
    clearDebug();
    setupSRL();
    end.

    into the script, after I did so and pressed play but I get an error message: Something went wrong with Simba. If you press OK, Simba will try to save your scripts then close. (Recommended) See C:\Simba\ErrorLog_29-09-13_17-14-39.txt for more information.

    I go to the file and I get this
    Program exception!
    Stacktrace:

    Exception class: EAccessViolation
    Message: Access violation
    $0060CC80
    $0042CCC4
    $005777F8
    $0045B796
    $0054D637
    $00523731
    $00521DF0
    $0054C9AD
    $0054D3F7
    $0040C3C6
    $0054B6E8
    $0053EBDB
    $005402C6
    $0059FDCB
    $0050681E
    $770577D8
    $770578CB
    Simba Version: 1001

    and I have no clue what that means, help?

  2. #2
    Join Date
    Feb 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    My solution for this problem was to go to ''Tools'' in simba. Then click ''Settings'' Not ''Settings (Expert)'' Then Advanced. In the Fronts Path. it said, on my computer, ''C:/Simba/Fonts'' I changed it to C:/Simba/Plugins/Fonts'' Now it works great for me!

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

    Default

    Thanks it fixed that problem, however now I have a new one, I get this

    Exception in Script: Unknown compiler directives at 11:3

  4. #4
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Quote Originally Posted by Kyuou View Post
    Thanks it fixed that problem, however now I have a new one, I get this

    Exception in Script: Unknown compiler directives at 11:3
    I believe that means you're running it in PascalScript; you will need to change the interpreter to LAPE. (I think it's Simba->Tools->Interpreter)

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
  •