Page 1 of 1

[Fixed for V0.37] The mysterious cloud bug

Posted: Fri Mar 31, 2006 1:34 am
by Sophia
Here it is:

Error:
an access violation exception.

Stack Dump:
utilMemory.utilMemoryFreeToOS(pointer 0x01015D68, int 32);
utilMemory.utilFreeBlock(pointer 0x01015D68);
utilMemory.utilFree(pointer 0x02F1ECC4);
RTCModule.DestroyItemCloud(pointer 0x042C11A8);
RTCModule.DestroyItem(int 19998);
RTC.UpdateItemCloud(int 19998, int 1648, char 16, char 30, char 11);
RTC.UpdateItem(int 19998, char 16, char 30, char 11, pointer 0x00000000);
RTC.UpdateDungeon();
RTC.ProgStateInDungeon();
RTC.DoFrame(int 50);
RTC.WinMain();

So far, I'm the only one who's getting this, but if anyone else is, please post any relevant info-- this one's tricky.

Posted: Sat Apr 01, 2006 9:56 pm
by Sophia
Another piece to the puzzle... I got this crash upon exiting, after having done none of the usual suspect behavior.

Error:
an access violation exception.

Stack Dump:
utilMemory.utilMemoryFreeToOS(pointer 0x00EA2730, int 32);
utilMemory.utilFreeBlock(pointer 0x00EA2730);
utilMemory.utilFree(pointer 0x00EA26E4);
RTCData.Destructor();
RTC.RTC_DeInit();
RTC.WinMain();

Posted: Sun Apr 02, 2006 10:58 am
by George Gilbert
Sophia - did you do this with the latest test version of RTC (sent to you yesterday) or is this the V0.36 release version?

Posted: Sun Apr 02, 2006 12:27 pm
by George Gilbert
It was the old version and can't be reproduced with the new one so I think this is now fixed for V0.37!

Posted: Tue Apr 04, 2006 4:50 am
by Sophia
Yes, old version.