Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Crash after taking blood sample in Black Plague
Stavrin Offline
Junior Member

Posts: 2
Threads: 2
Joined: Oct 2010
Reputation: 0
#1
Solved: 8 Years, 1 Month ago Crash after taking blood sample in Black Plague

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
10-30-2010, 11:07 AM
Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#2
Solved: 8 Years, 1 Month ago RE: Crash after taking blood sample in Black Plague

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
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
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.

Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
10-30-2010, 10:39 PM
Website Find




Users browsing this thread: 1 Guest(s)