[Fixed for V0.37] The mysterious cloud bug

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. You may Image to help finance the hosting costs of this forum.
Post Reply
User avatar
Sophia
Concise and Honest
Posts: 4307
Joined: Thu Sep 12, 2002 9:50 pm
Location: Nowhere in particular
Contact:

[Fixed for V0.37] The mysterious cloud bug

Post 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.
User avatar
Sophia
Concise and Honest
Posts: 4307
Joined: Thu Sep 12, 2002 9:50 pm
Location: Nowhere in particular
Contact:

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

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

Post 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!
User avatar
Sophia
Concise and Honest
Posts: 4307
Joined: Thu Sep 12, 2002 9:50 pm
Location: Nowhere in particular
Contact:

Post by Sophia »

Yes, old version.
Post Reply