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

Messages are moved here (should anyone ever want to see them again) once they are no longer applicable to the current version (e.g. suggestions that have been implemented or bugs that have been fixed).

Moderator: George Gilbert

Forum rules
Please read the Forum rules and policies before posting.
Post Reply
User avatar
THOM
Artisan
Posts: 198
Joined: Sat Feb 28, 2004 9:22 pm
Location: Cologne, Germany
Contact:

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

Post 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?
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Re: Edotor crashes while quitting it

Post 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?
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Post 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.
Post Reply