I'm regularly getting errors on exiting the editor:
RTC Editor (V0.35) Diagnostic file - Thu Mar 09 01:56:52 2006
Error:
an access violation exception.
Stack Dump:
utilMemory.utilVerifyMemory();
RTCEditApp.ExitInstance();
[fixed for V0.36] Memory errors on exit.
Moderator: George Gilbert
Forum rules
Please read the Forum rules and policies before posting. You may
to help finance the hosting costs of this forum.
Please read the Forum rules and policies before posting. You may

- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact:
As Sophia said, this has been seen before, but without a reproducible scenario it's going to be impossible to track down.
If it helps, the function thats crashing is checking that all the memory that was malloc-ed has also been freed (i.e. it's checking for memory leaks) and it's (intentionally) crashing because it's found a mismatch.
Therefore, the source of the problem is probably the creation of a new object or other resource possibly followed by a delete of it.
If you can narrow it down any further it would be very helpful!
If it helps, the function thats crashing is checking that all the memory that was malloc-ed has also been freed (i.e. it's checking for memory leaks) and it's (intentionally) crashing because it's found a mismatch.
Therefore, the source of the problem is probably the creation of a new object or other resource possibly followed by a delete of it.
If you can narrow it down any further it would be very helpful!
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact:
- Gambit37
- Should eat more pies
- Posts: 13769
- Joined: Wed May 31, 2000 1:57 pm
- Location: Location, Location
- Contact:
Just got a memory error in RTC Editor: Loaded my custom dungeon with the new wallset (just remembered there are acouple of replacement sounds in it too). Added an alpha PNG to replace the monster death cloud. Saved and exited, and got the error after that. Standard message:
RTC Editor (V0.35) Diagnostic file - Sun Mar 12 10:52:51 2006
Error:
an access violation exception.
Stack Dump:
utilMemory.utilVerifyMemory();
RTCEditApp.ExitInstance();
Programs running: Firefox, Windows Explorer, Photoshop plus usual standard stuff: firewall, anti virus, etc...
RTC Editor (V0.35) Diagnostic file - Sun Mar 12 10:52:51 2006
Error:
an access violation exception.
Stack Dump:
utilMemory.utilVerifyMemory();
RTCEditApp.ExitInstance();
Programs running: Firefox, Windows Explorer, Photoshop plus usual standard stuff: firewall, anti virus, etc...
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact: