dukope / BugsPlease

BugsPlease
8 stars 0 forks source link

Error output on exit #40

Open ASzc opened 10 years ago

ASzc commented 10 years ago

Context: cat assets/Version: 1.1.60 uname -a: Linux elendil 3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014 x86_64 GNU/Linux

The following is output to console upon starting the game and clicking the exit (X) button on the main menu:

Renderer: OpenGL (NVIDIA Corporation // GeForce GTX 680/PCIe/SSE2 // 4.4.0 NVIDIA 331.38)
AL lib: (EE) alc_cleanup: 1 device not closed
PapersPlease: /home/joshua/Development/Haxe/nmedev/src/openal-soft-1.15.1/Alc/helpers.c:363: EnterCriticalSection: Assertion `ret == 0' failed.
/usr/bin/papersplease: line 5: 17841 Aborted                 (core dumped) ./PapersPlease $@

The exit code is 134. The game otherwise exits as expected.

The following is output to console upon starting the game, starting the story, quitting the story, and clicking the exit (X) button on the main menu:

Renderer: OpenGL (NVIDIA Corporation // GeForce GTX 680/PCIe/SSE2 // 4.4.0 NVIDIA 331.38)
AL lib: (EE) alc_cleanup: 1 device not closed
/usr/bin/papersplease: line 5: 17989 Segmentation fault      (core dumped) ./PapersPlease $@

The exit code is 139. The game otherwise exits as expected.

Both of these states are always repeatable. They seem to be merely annoying, and have no impact on the game as far as I can tell.

dukope commented 10 years ago

Thanks for the detailed report. I'll ask the OpenFL guys about this.