Results 1 to 12 of 12

Thread: [S.M.A.R.T] Crashing Simba

  1. #1
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default [S.M.A.R.T] Crashing Simba

    So up until yesterday my simba was working fine but now when I start a script the application crashes. So I went through a script and removed everything that had to do with SMART and then hit the arrow usually it crashes now but this time it didn't. The crash always occurs once SMART has initialized. Any Ideas?
    Current Project: Retired

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Run Simba through cmd.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  3. #3
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Okay so I tried that and it still doesn't work, also uninstalled and reinstalled still no luck I'll attach a image of what shows up in the terminal window
    Last edited by Gucci; 12-19-2012 at 05:04 AM.
    Current Project: Retired

  4. #4
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Clean out all your Java installs, reboot, install Java6, then reboot again. Should work. Java is also probably not in your PATH, so try that if reinstall fails.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  5. #5
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Alright thanks will give that a try
    Current Project: Retired

  6. #6
    Join Date
    Feb 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Do any of your scripts have anything to do with sps? I had the same problem due to sps...

  7. #7
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Not the one I'm trying. Harry so I did that and now I get this error:

    Added a few lines top and bottom more detail I guess:

    Code:
    Compiled successfully in 1249 ms.
    SRL Compiled in 15 msec
    SMART Initialized.
    Loaded: Server 24, Members: True, Signed: True, Super Detail: False.
    Error: Exception: Access violation at line 101
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
    This is the area it highlights the tab it opens is titled smart

    Simba Code:
    function IsRealMouseInBox(B : TBox): Boolean;
    var
      P : TPoint;
    begin
      GetRealMousePos(P.X, P.Y);
      Result := PointInBox(P, B);
    end;// Line 101
    Current Project: Retired

  8. #8
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    That means Java isn't installed properly either, you reboot after install?


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  9. #9
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by Harry View Post
    That means Java isn't installed properly either, you reboot after install?
    Yes I did, when I try to compile the tab I get;

    Code:
    [Error] (1:1): Unexpected end of file at line 0
    Compiling failed.
    Thanks for helping me out
    Current Project: Retired

  10. #10
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Add Java to your PATH?


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  11. #11
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    Don't install Java 7.0 and Install Java 32 Bit not 64 Bit.


    ~Home

  12. #12
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Alright so I used Revo Uninstaller and removed Java completely then reinstalled, this fixed the problem

    Thanks guys
    Current Project: Retired

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •