PRAEst76 Wrote:The is the same issue I've been getting. I've set the resolution down to 800x600 and switched off all unnecessary graphical effects and it still happens. I usually have to kill -9 penumbra and reload a few times to get through one of the radio broadcasts.
OK. Here is a way to get a core dump/backtrace from that.
when it is "hung" switch to TTY 1 and swith to the penumbra game directory
ps ax | grep penumbra.bin
Note the process ID
gdb ./penumbra.bin PidFoundFromAbove
then in gdb type
Post/PM me the contents of that backtrace, that will let me know where it is hanging.