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


Crash after taking blood sample in Black Plague
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#2
Solved: 8 Years, 2 Months 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


Messages In This Thread
RE: Crash after taking blood sample in Black Plague - by Urkle - 10-30-2010, 10:39 PM



Users browsing this thread: 1 Guest(s)