Page 1 of 1

[Fixed for V0.49] Edotor crashes while quitting it

Posted: Tue Apr 15, 2008 12:41 am
by THOM
Since my last changes in my dungeon I always get, when I quit the editor, a crash and this message:

Code: Select all

RTC Editor (V0.48) Diagnostic file - Tue Apr 15 00:36:27 2008

Error:
  an access violation exception.

Stack Dump:
  utilMemory.utilMemoryFreeToOS(pointer 0x033D014A, int 0);
  utilMemory.utilFreeContents(pointer 0x033D014A, pointer 0x033D0238);
  utilMemory.utilFree(pointer 0x033D014A, char 8);
  RTCModule.RemoveModuleSound(pointer 0x033D0008);
  RTCModule.FreeModuleData();
  RTCModule.Destructor();
  RTCEditView.RemoveModule();
  RTCEditView.Destructor();
  RTCEditApp.WinMain();
What does that mean?

Re: Edotor crashes while quitting it

Posted: Sat Apr 19, 2008 11:00 am
by George Gilbert
THOM wrote:What does that mean?
Not sure!

It looks as if the one of the new sound files in your dungeon doesn't contain any data, but if that were the case, I'd expect there to be an error when loading the txt file (as well as quitting the editor).

Can you send me the files you're using so I can try and reproduce the crash?

Posted: Wed Apr 23, 2008 11:44 pm
by George Gilbert
This is now fixed for V0.49

The problem was that THOM was using an empty (0 byte) sound file - RTC now detects this and reports the error.