Frictional Games Forum (read-only)

Full Version: Penumbra don`t run with Intel X3100 graphic card
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
can you run
Code:
ulimit -c unlimited

then rerun penumbra

when it "segfaults" again a "core dump" will be generated in the penumbra directory
(core.1332)
The number in the filename will be different for you.

run the following
Code:
gdb ./penumbra.bin core.1332

once gdb is started type the following in gdb

Code:
thread apply all bt

Then copy the output (it will be paged so you will have to copy each page of the output)
and attach the output to a new post on this thread.

Do note, that Intel graphics cards are not supported by Penumbra and will probably not work at all.
I'm having a similar problem with my X3100. Although the backtrace is missing many symbols, it seems to point the finger at the NVidia Cg toolkit.
Pages: 1 2