OpenArena Message Boards

OpenArena => Technical Snafus => Topic started by: natirips on March 14, 2013, 03:29:24 PM



Title: OpenArena hangs on quit
Post by: natirips on March 14, 2013, 03:29:24 PM
When I try to quit OpenArena it just hangs.

Happens both when I try to quit using the main menu and /quit in the console.

It never quits on it's own, and keyboard is still grabbed by the game if I use the main menu, so I have to CTRL+ALT+F1 and kill -9 <oa pid here>. When I use /quit, I can kill it by pressing CTRL+C (twice for some reason) in the terminal (I run the openarena.x86_64 from a terminal window).

These are the last lines I see in the terminal (also showing ^C for CTRL+C):
Code:
]\quit 
----- Server Shutdown (Server quit) -----
==== ShutdownGame ====
AAS shutdown.
---------------------------
----- Client Shutdown (Client quit) -----
^C----- Client Shutdown (Received signal 2) -----
WARNING: Recursive shutdown
AL lib: ALc.c:1879: exit(): closing 2 Devices
^CDOUBLE SIGNAL FAULT: Received signal 2, exiting...

OA version: 0.8.8
OS: Debian GNU/Linux 6.0 Squeeze, 64-bit
Hardware: AMD Athlon II x4 3GHz, 8GB RAM, NVIDIA GeForce 8400 GS (G98) w/512MB VRAM using NVIDIA proprietary drivers

If you want more tech info, just ask.


Title: Re: OpenArena hangs on quit
Post by: andrewj on March 15, 2013, 03:04:00 AM
Does it happen if you disable OpenAL (set the 's_useOpenAL' cvar to 0) ?


Title: Re: OpenArena hangs on quit
Post by: natirips on March 15, 2013, 06:42:15 AM
Interesting. That fixed it. Thanks.