Renegade Projects Network Forums
ExceptChecker - Printable Version

+- Renegade Projects Network Forums (https://forums.renegadeprojects.com)
+-- Forum: Modding (https://forums.renegadeprojects.com/forumdisplay.php?fid=3)
+--- Forum: Red Alert 2 & Yuri's Revenge Editing (https://forums.renegadeprojects.com/forumdisplay.php?fid=8)
+--- Thread: ExceptChecker (/showthread.php?tid=123)

Pages: 1 2


ExceptChecker - pd - 07.11.2005

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.


- Bobingabout - 07.11.2005

would be cool simply to have it if your mod causes an IE

hmm, whats wrong with my mod(Runs Exceptchecker) ah, missing warhead, missing CSF string(YES!!! IT CAN CAUSE IE IF A COUNTRY CSF STRING IS MISSING), Invalid Countries, and so on Big Grin


- DCoder - 07.11.2005

Awesome! :clap:

Pinned for convenience.


- DCoder - 09.11.2005

PaD, I'm attaching an except that causes your checker to crash with this error:

---------------------------
ExceptChecker
---------------------------
Run-time error '13':

Type mismatch
---------------------------
OK
---------------------------

(I just thought this is a good bug report, I know what caused the except - an unhooked shrapnel weapon.)


- pd - 09.11.2005

K.
The error occurs because of the extra line I think, which says H :blink:

Besides the whole file is much smaller than usual files.
I will write a special handling for those cases, thanks alot for the report!


- eva-251 - 11.11.2005

I just tested it on my mod... This is awesome.
I found out the mysterious IE in Star Strike.
Another good job!


- CNCM_BLITZ - 12.11.2005

Awesome dude. Now I don't have to post my except.txt at strategy-x so much.LOL

Your the man PD!


- NuclearGeneral - 22.02.2006

Wow. I love this program. My little rules.ini mod I made had an IE I couldn't figure out why. This program found out!!!! Tongue


RE: ExceptChecker - Ole - 18.04.2006

nice without a downloadlink


RE: ExceptChecker - DCoder - 18.04.2006

ExceptChecker attached to this post. [attachment=1]


RE: ExceptChecker - Nighthawk - 30.04.2006

Sorry to revive an old thread, but I downloaded the ExceptChecker and whenever I try to run it I get a 'Run-time error '13': Type Mismatch'. I haven't even opened anything. It happens as soon as I double click on the exe


RE: ExceptChecker - DCoder - 10.05.2006

That means your except.txt is too whacked for it to understand. You could try attaching it right here in case pd wants to take a look. Or just rename it to something else, and the exceptchecker will start fine.


RE: ExceptChecker - pd - 11.05.2006

the tool is still quite dumb anyway, the "doesn't match size" issue should be cared of (by myself of course Tongue)
I gotta reinstall VB6 so I can look into it


RE: ExceptChecker - VK - 12.06.2006

It is rather good, but debugger it is better!


RE: ExceptChecker - pd - 12.06.2006

this tool was designed for people who dunno how to use debuggers and who can't look up the problem in the code... if you didn't recognize