Well, I've got the latest one for you - it is one of the ones that occurs when I clean up and exit to main menu.
I do this code:
rem CLEAROUT AND GOTOMAIN MENU
menutime:
save array "config/savedgame.dac",savedgame(0)
if options(13)=0
cls : hide all sprites : center text 400,289,"Loading menu..." : sync
endif
for matr=1 to 40
if matrix exist(matr)=1 then delete matrix matr
next matr
for objects=1 to 999999
if object exist(objects)=1 then delete object objects
next objects
for souns=1 to 9999
if sound exist(souns)=1 then delete sound souns
next souns
if music exist(127)=1 then delete music 127
for souns=1 to 9999
if sprite exist(souns)=1 then delete sprite souns
next souns
repeat
until escapekey()=0
cls
goto mainmenubegin
And then it goes to this tag at line 254
Mainmenubegin:
load object "3d/dumbow.x",1
And the Crash on report is:
[COMMON]
PathToEXE=C:\Documents and Settings\New world\Desktop\DrewsFolder\Dumbo and cool\NEW ENGINE\CrashOn_10_20_05.txt
[CEXE]
m_dwRuntimeErrorDWORD=0
m_dwRuntimeErrorLineDWORD=256
That's all I get, sorry

It happens during deletion of objects, and sometimes during object loading (at a random object). I didn't get any error code unless you mean the above report - it just dies silently.
Katie and Drew return!!!
