Results 1 to 6 of 6

Thread: Simba is crashing and I cannot set it up again

  1. #1
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default Simba is crashing and I cannot set it up again

    lol, yeah title says it... Simba started crashing. So i tried downloading simba again and setting it up in a new directory. but now nothing works. I'm not sure if we have a "best practices" or "standard include" at the moment. But i'll attach a script that would have worked recently for me: https://villavu.com/forum/attachment...1&d=1661713669
    Code:
    Simba 1400 encountered an unhandled exception.
    
    Exception class: ELayoutException
    Exception message: Position range overflow in AnchorDockSplitter3.SendMoveSizeMessages: Left=407, Top=102256.
      $0000000100142E75
      $000000010014DAAE
      $0000000100154FC0
      $000000010014AED9
      $00000001003AD723
      $00000001003AD950
      $00000001003A589D
      $00000001001474A0
      $0000000100152A8B
      $0000000100152AC8
      $000000010015283C
      $00000001001413A9
      $000000010014CC6E
      $0000000100141A41
      $000000010014879C
      $0000000100033F2A
      $0000000100036B7D
    I guess i'm asking for help resolving the issue or setting up a new fresh environment for scripts. I'm not sure what includes, fonts, plugins, or rswalker to get. Or even if they're all separated still or bundled.
    EDITafter removing the LAYOUT line from settings.ini simba doesn't crash anymore. but now i cannot get any scripts to compile. I'm running into 'fresh install' type errors.


    here's a copy of packages.ini (which i think lists the packages i was using):
    Code:
    [srl/srl]
    InstalledVersion=4.1.1
    InstalledVersionTime=5/13/2020 23:21:26
    
    [srl/srl-plugins]
    InstalledVersion=1.01
    InstalledVersionTime=7/5/2019 20:48:22
    
    [srl/srl-fonts]
    InstalledVersion=1.02
    InstalledVersionTime=7/6/2019 1:07:19
    
    [ollydev/RSWalker]
    InstalledVersion=1.3.0
    InstalledVersionTime=7/14/2018 3:39:57
    simba1.png
    simba2.png

    did I posisbly mismatch my version of simba and the includes i'm using?
    Attached Files Attached Files
    Last edited by footballjds; 08-28-2022 at 07:56 PM.

  2. #2
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    So i Navigated to C:/Simba/Data/settings.ini and deleted the line that referenced layout from settings. Now Simba loads fine without crashing. However, no scripts will run.

    Now when trying to run a script i'm seeing:
    Code:
    Cannot overload function at line 688, column 83 in file "C:\Simba\Includes\SRL\shared\drawing.simba"
    that line is:
    Simba Code:
    procedure TMufasaBitmap.DrawText(txt: String; pt: TPoint; Color: TColor); overload;

    no clue why this just started happening. two days ago i could run my scripts (i'm probably using old includes, but nothing changed so i'm lost as to why i cannot continue to just press play. hahahahha)

    Now it seems like i'm getting fresh simba install errors... Would like to get my scripts working again with whatever include i used to use. I probably have 20-40 scripts. I've tried a fresh install so many times. I dont think theres an up to date guide on the version of srl i was using...

    I am using SIMBA 1400 and the following:
    https://github.com/srl/srl/tree/master
    https://github.com/srl/srl-plugins/tree/master
    https://github.com/srl/srl-fonts/tree/master
    https://github.com/slackydev/RSWalker/tree/master

    should i be using an older simba with those includes? I've tried a couple different versions of simba but cannot ever get any script to compile now. my scripts used to work. a basic script now always throws the following error in drawing.simba:
    error.png

    EDIT
    Solution(kinda...)

    Per Olly's advice on discord i just commented out every line related to bitmap drawing. Things compile now but debugging is harder because things like RSW.DebugPos() no longer can draw text over bitmaps.
    Last edited by footballjds; 08-29-2022 at 08:25 PM.

  3. #3
    Join Date
    May 2012
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    So i Navigated to C:/Simba/Data/settings.ini and deleted the line that referenced layout from settings. Now Simba loads fine without crashing. However, no scripts will run.

    Now when trying to run a script i'm seeing:
    Code:
    Cannot overload function at line 688, column 83 in file "C:\Simba\Includes\SRL\shared\drawing.simba"
    that line is:
    Simba Code:
    procedure TMufasaBitmap.DrawText(txt: String; pt: TPoint; Color: TColor); overload;

    no clue why this just started happening. two days ago i could run my scripts (i'm probably using old includes, but nothing changed so i'm lost as to why i cannot continue to just press play. hahahahha)

    Now it seems like i'm getting fresh simba install errors... Would like to get my scripts working again with whatever include i used to use. I probably have 20-40 scripts. I've tried a fresh install so many times. I dont think theres an up to date guide on the version of srl i was using...

    I am using SIMBA 1400 and the following:
    https://github.com/srl/srl/tree/master
    https://github.com/srl/srl-plugins/tree/master
    https://github.com/srl/srl-fonts/tree/master
    https://github.com/slackydev/RSWalker/tree/master

    should i be using an older simba with those includes? I've tried a couple different versions of simba but cannot ever get any script to compile now. my scripts used to work. a basic script now always throws the following error in drawing.simba:
    error.png

    EDIT
    Solution(kinda...)

    Per Olly's advice on discord i just commented out every line related to bitmap drawing. Things compile now but debugging is harder because things like RSW.DebugPos() no longer can draw text over bitmaps.
    Any chance you would be willing to send me your simba files and help me get jacz aio cooking script running?

  4. #4
    Join Date
    Feb 2012
    Location
    Norway
    Posts
    995
    Mentioned
    145 Post(s)
    Quoted
    596 Post(s)

    Default

    Idk about your issue, but we are mainly using Simba 1400 these days, along side SRL-Dev version.
    https://github.com/Villavu/SRL-Development/releases
    https://github.com/Villavu/Simba/releases

    If you want to be ahead of the curve you go for Simba 1500
    alongside SRL for Simba 1500
    This is what is being slowly moved to

    Tho keep in mind that no old villavu script will run on these versions. Specially not 1500. As a lot has been rewritten, and new features has been introduced. There is a guy who makes a lot of scripts under the name wasp, there are both free and payed for scripts that uses Simba 1400, but also needs the wasp include which extends on SRL, not the official SRL, but a fork that has a bit more rapid updates. Wasp discord: https://discord.gg/kJC8pzbR, Olly and Flight is present in this community, and Flight plans to release scripts utilizing wasp-lib.
    https://github.com/Torwent/wasp-free

    You dont download Simba includes like SRL manually after version 1400. There is an include manager instead.
    Last edited by slacky; 08-30-2022 at 02:26 PM.
    !No priv. messages please

  5. #5
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by Gf Fagex View Post
    Any chance you would be willing to send me your simba files and help me get jacz aio cooking script running?
    if you're referring to the includes/plugins/rswalker/etc. these can be accessed via the links that i provided in one of my posts.

    Simba itself can be found on github as well.

    Quote Originally Posted by slacky View Post
    Idk about your issue, but we are mainly using Simba 1400 these days, along side SRL-Dev version.
    https://github.com/Villavu/SRL-Development/releases
    https://github.com/Villavu/Simba/releases

    If you want to be ahead of the curve you go for Simba 1500
    alongside SRL for Simba 1500
    This is what is being slowly moved to

    Tho keep in mind that no old villavu script will run on these versions. Specially not 1500. As a lot has been rewritten, and new features has been introduced. There is a guy who makes a lot of scripts under the name wasp, there are both free and payed for scripts that uses Simba 1400, but also needs the wasp include which extends on SRL, not the official SRL, but a fork that has a bit more rapid updates. Wasp discord: https://discord.gg/kJC8pzbR, Olly and Flight is present in this community, and Flight plans to release scripts utilizing wasp-lib.
    https://github.com/Torwent/wasp-free
    Thank you for the info! i might look into wasp-lib

  6. #6
    Join Date
    Feb 2012
    Location
    Norway
    Posts
    995
    Mentioned
    145 Post(s)
    Quoted
    596 Post(s)

    Default

    Forgot to mention: RSWalker is also in SRL now, since SRL-development. No need to include it manually, it wont work since it's already defiened. We also support scaled GUI in OSRS.

    For those includes you are tryin to use, you need Simba 1.2. Maybe 1.3 will work... But the 1.2 RC6 fixes in my footer is probably the best solution.
    Last edited by slacky; 08-31-2022 at 12:04 PM.
    !No priv. messages please

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
  •