access violation exception thowing a ful bomb at a door

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
L.Bridge
Novice
Posts: 11
Joined: Mon Mar 14, 2005 12:49 am

access violation exception thowing a ful bomb at a door

Post by L.Bridge »

Error:
an access violation exception.

Stack Dump:
RTC.StandardHitSomething(pointer 0x0742EA08, int 161, pointer 0x00000000, char 13, char 22, char 1);
RTC.ItemHitSomething(int 161, pointer 0x00000000, char 13, char 22, char 1);
RTC.AddItemToTileCheckHitSomethingDoor(int 161, int 1624, int 165, int 1366, char 13, char 22, char 1);
RTC.AddItemToTileCheckHitSomething(int 161, int 1624, int 165, int 1366, char 13, char 22, char 1);
RTC.AddItemToTileCheck(int 161, int 1624, char 13, char 22, char 1);
RTC.AddItemToTile(int 161, char 13, char 22, char 1, char 3);
RTC.UpdateItemStdSpell(int 161, int 1624, char 12, char 22, char 1);
RTC.UpdateItem(int 161, char 12, char 22, char 1);
RTC.UpdateDungeon();
RTC.ProgStateInDungeon();
RTC.DoFrame(int 50);
RTC.WinMain();
User avatar
Lee
Artisan
Posts: 182
Joined: Wed Mar 16, 2005 8:09 pm
Location: Montréal
Contact:

Post by Lee »

Yup I had this too, happened on two seperate ocassions and both at the point in Level 11 where the Knight(s) come out of the movable wall which you trigger open from square 46,27 (from the DM Encyclopaedia). The door in which I trapped the knight at and threw the FUL bomb was 49,30.
-----------------------------------------------------------------------------

RTC (V0.34) Diagnostic file - Sat Apr 09 08:47:29 2005

Error:
an access violation exception.

Stack Dump:
RTC.StandardHitSomething(pointer 0x0635E778, int 2701, pointer 0x00000000, char 34, char 15, char 11);
RTC.ItemHitSomething(int 2701, pointer 0x00000000, char 34, char 15, char 11);
RTC.AddItemToTileCheckHitSomethingDoor(int 2701, int 1624, int 2885, int 1366, char 34, char 15, char 11);
RTC.AddItemToTileCheckHitSomething(int 2701, int 1624, int 2885, int 1366, char 34, char 15, char 11);
RTC.AddItemToTileCheck(int 2701, int 1624, char 34, char 15, char 11);
RTC.AddItemToTile(int 2701, char 34, char 15, char 11, char 2);
RTC.UpdateItemStdSpell(int 2701, int 1624, char 34, char 16, char 11);
RTC.UpdateItem(int 2701, char 34, char 16, char 11);
RTC.UpdateDungeon();
RTC.ProgStateInDungeon();
RTC.DoFrame(int 50);
RTC.WinMain();
------------------------------------------------------------------------------

RTC (V0.34) Diagnostic file - Sun Apr 10 14:42:00 2005

Error:
an access violation exception.

Stack Dump:
RTC.StandardHitSomething(pointer 0x0634E778, int 2723, pointer 0x00000000, char 34, char 15, char 11);
RTC.ItemHitSomething(int 2723, pointer 0x00000000, char 34, char 15, char 11);
RTC.AddItemToTileCheckHitSomethingDoor(int 2723, int 1624, int 2885, int 1366, char 34, char 15, char 11);
RTC.AddItemToTileCheckHitSomething(int 2723, int 1624, int 2885, int 1366, char 34, char 15, char 11);
RTC.AddItemToTileCheck(int 2723, int 1624, char 34, char 15, char 11);
RTC.AddItemToTile(int 2723, char 34, char 15, char 11, char 2);
RTC.UpdateItemStdSpell(int 2723, int 1624, char 34, char 16, char 11);
RTC.UpdateItem(int 2723, char 34, char 16, char 11);
RTC.UpdateDungeon();
RTC.ProgStateInDungeon();
RTC.DoFrame(int 50);
RTC.WinMain();
-------------------------------------------------------------------------------

Will go do it again now minus the FUL bombs :P
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Post by George Gilbert »

Fixed for V0.35
Post Reply