Frictional Games Forum (read-only)
Penumbra don`t run with Intel X3100 graphic card - 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: Penumbra don`t run with Intel X3100 graphic card (/thread-1538.html)

Pages: 1 2


RE: Penumbra don`t run with Intel X3100 graphic card - Urkle - 02-05-2008

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.


RE: Penumbra don`t run with Intel X3100 graphic card - mukidohime - 04-04-2008

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.