07.11.2005, 12:49:04
Hi there!
I made up a small program I called ExceptChecker.
It will catch the latest except.txt in your YR folder and analyze it.
Basically it does what I do first when somebody sends me an except.txt:
Check the stack dump for possible patch relation and open IDA to check what's up there.
Of course, this prog doesn't open IDA, but uses a small database with known stack dumps and EIP values which can help to find the problem.
ATM, the database is really small.
The program can determine missing warheads/weapons already.
This little tool can save me a hell lot of nerves since people don't have to send me excepts all the time.
In the beginning (now) it wouldn't change a thing but with a growing database it probably will.
It also gives info about possible patch relation and other stuff.
Be sure to try it.
But keep in mind: :beta:
It will probably included with the patch from 1.07b on (with updated databases of course).
Edit by DCoder: reuploaded attachment.
I made up a small program I called ExceptChecker.
It will catch the latest except.txt in your YR folder and analyze it.
Basically it does what I do first when somebody sends me an except.txt:
Check the stack dump for possible patch relation and open IDA to check what's up there.
Of course, this prog doesn't open IDA, but uses a small database with known stack dumps and EIP values which can help to find the problem.
ATM, the database is really small.
The program can determine missing warheads/weapons already.
This little tool can save me a hell lot of nerves since people don't have to send me excepts all the time.
In the beginning (now) it wouldn't change a thing but with a growing database it probably will.
It also gives info about possible patch relation and other stuff.
Be sure to try it.
But keep in mind: :beta:
It will probably included with the patch from 1.07b on (with updated databases of course).
Edit by DCoder: reuploaded attachment.