Bug#613692: openarena: Freezes when a new map is loaded

Simon McVittie smcv at debian.org
Thu Mar 10 22:52:46 UTC 2011


reassign 613692 ioquake3
thanks

On Wed, 16 Feb 2011 at 18:08:14 +0100, Alejandro Exojo Piqueras wrote:
> I think is due to the game entering in an infinite loop, because
> it writes to the output again and again the same text

gdb reveals that this is infinite recursion (or at least, recursion until you
run out of memory). FS_PureServerSetLoadedPaks calls FS_Restart, which calls
FS_PureServerSetLoadedPaks, and so on.

This, in turn, turns out to be because the OA pak files were deleted from the
search path, which (as it happens) was a consequence of a bug recently fixed
upstream. Updated package on the way...

    S





More information about the Pkg-games-devel mailing list