In KQ4, I've found a reproducible crash that occurs on both win32 and
linux, with varying configurations. This may be specific to my KQ4
version, I haven't tested with a different one yet. KQ4 Version 1.000.111,
SCI Version 0.000.274.
Steps to reproduce:
1. from the beginning scene, go up a scene, right, left, up, right, right,
then down.
Result:
An invalid memory access occurs @ sci_resmgr.c(114). This happened with
the same call stack on both win32 and Linux.
--
When I select the "About KQ4" menu selection, I get an invalid pointer
access in sdl_driver.c(422). I can't reproduce this on Linux (yet). To
help track down the problem I used Purify to help locate the first pointer
violations:
lineColor [sdl_driver.c:422]
sdl_draw_line [sdl_driver.c:460]
gfxop_draw_line_clipped [operations.c:994]
gfxop_draw_rectangle [operations.c:1082]
gfxwop_rect_draw [widgets.c:589]
gfxwop_container_draw_contents [widgets.c:1397]
gfxwop_list_draw [widgets.c:1607]
gfxwop_port_draw [widgets.c:1986]
gfxwop_container_draw_contents [widgets.c:1397]
gfxwop_port_draw [widgets.c:1993]
Entering these in the bugbase now..
--
http://www.clock.org/~matt