Frictional Games Forum (read-only)
Crash after taking blood sample in Black Plague - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Penumbra Series (https://www.frictionalgames.com/forum/forum-22.html)
+---- Forum: Linux - Penumbra (https://www.frictionalgames.com/forum/forum-25.html)
+---- Thread: Crash after taking blood sample in Black Plague (/thread-5241.html)



Crash after taking blood sample in Black Plague - Stavrin - 10-30-2010

Hi there,
can anyone pls tell me how can i solve the problem?
After i take the blood sample from a dead doctor and enter the door at the beginning of the Black Plague game crashes without any message or anything............. HuhDoes anyone know how to solve this?
Thanks in advance


RE: Crash after taking blood sample in Black Plague - Urkle - 10-30-2010

If you could provide some details about your system and attach the latest save game file.

If possible get a coredump of the game.
to do that run the following from a terminal
Code:
ulimit -c unlimited
sudo chown o+w .
./blackplague
(the sudo chown is to ensure you have write permission to the game install directory you may need to do something else to ensure that.)
After the game crashes again run the following
Code:
gdb ./blackplague.bin core.###
where ### is the PID # of the core dump file (just do an ls -l core.*)
when in GDB simply run "thread apply all bt" and provide the output.