Log in

View Full Version : Perculiar error with Simba



slushpuppy
03-26-2012, 04:29 AM
When attempting to bot for more than 6 hours, I have to use crash smart.

However it appears that when the client crashes then the batch file creates a new instance, the new Simba instance just simply hangs. When attempting to interact with the new Simba instance, this error appears.

http://i.imgur.com/sTKue.png

Could someone guide me as to why this error occurs?

I would also like to add that this error isn't script specific as I have encountered this on Demise's ZMI and Sin's maple fletcher(after modifying them to work with crash smart ofc)


Setting Memory Manager.
SPS Memorymanager succesfully
Init procedure successfully
Init procedure successfully
Setting Extensions/ExtensionCount to
TApplication.HandleException Not running
Stack
$006431F7
$0042AE45
$005334E8
$004706C2
$0052323D
$005530B1
$00551740
$005225C0
$00523025
$0040C37A
$00521508
$00517822

Wizzup?
03-26-2012, 09:34 AM
I don't really know what is causing this, but since you've mentioned Crash Smart I'm going to assume it's not a Simba problem directly. It would be helpful to know how Crash Smart restarts Simba, though.

slushpuppy
03-26-2012, 03:26 PM
I don't really know what is causing this, but since you've mentioned Crash Smart I'm going to assume it's not a Simba problem directly. It would be helpful to know how Crash Smart restarts Simba, though.

Essentially simba is started from a batch file that contains the following code


:POINT
C:\Simba\simba.exe -o path\to\script.simba -r
GOTO POINT


Crash smart kills the client, thus allowing the batch file to step to the next command-which is to start another simba.exe process