Page 1 of 1

Problems while editing a theme

Posted: Wed Aug 25, 2004 12:31 pm
by yaccri
When editing a theme, HouseBot suddenly quits, throwing the following to the dump file:



====== Begin Dump - Wednesday, August 25, 2004 18:54:46 ======

Server Version = 2.20



==================================

======== House Server Thread =======

==================================

Thread Type = Main UI Thread

Thread ID = D74

Exception code: C0000005 ACCESS_VIOLATION

Fault address: 0047534A 01:0007434A C:\Program Files\HouseBot\HouseBotServer.exe



Registers:

EAX:FFFFFFFF

EBX:00000000

ECX:0856F3C8

EDX:08557D64

ESI:084B0AA8

EDI:00000000

CS:EIP:001B:0047534A

SS:ESP:0023:0012D24C EBP:00000000

DS:0023 ES:0023 FS:003B GS:0000

Flags:00010286



Call stack:

Address Frame





====== End Dump ======



I should add that I use a backup of HBData.mdb from HouseBot version 2.10 (I experienced other problems and decided to go back). Note that the current HB server version is 2.20.



Any suggestions (Scott?)



Thanks,

Yoram

Posted: Wed Aug 25, 2004 1:35 pm
by ScottBot
Do you remember what you did right before it quit?



I fixed a problem at a similar location that would happen if you deleted an Image control from a Theme. The fix hasn't been released (so don't delete any image controls).

Posted: Wed Aug 25, 2004 1:56 pm
by yaccri
I'm quite sure that the last action was to delete several controls, including an image control.

In another occation (just a little later) HB also quited, with a slightly different dump code:



====== Begin Dump - Wednesday, August 25, 2004 19:32:10 ======

Server Version = 2.20



==================================

======== House Server Thread =======

==================================

Thread Type = Main UI Thread

Thread ID = FE4

Exception code: C0000005 ACCESS_VIOLATION

Fault address: 0047534A 01:0007434A C:\Program Files\HouseBot\HouseBotServer.exe



Registers:

EAX:00000019

EBX:00000000

ECX:085967F0

EDX:000001E2

ESI:00F35320

EDI:00000000

CS:EIP:001B:0047534A

SS:ESP:0023:0012D24C EBP:00000002

DS:0023 ES:0023 FS:003B GS:0000

Flags:00010202



Call stack:

Address Frame

0047534A 00000002 CxImage::`copy constructor closure'+738DA





====== End Dump ======



Thanks,

Yoram

Posted: Wed Aug 25, 2004 2:09 pm
by ScottBot
I presume that the second problem also involved deleting an image control. The second dump looks a little different, but it's the same problem. I'm not sure when a new release will be available with this fix.

Posted: Wed Aug 25, 2004 3:40 pm
by yaccri
Thanks Scott.