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
|
Penumbra don`t run with Intel X3100 graphic card - marcoshalano - 02-03-2008 I try run Penumbra? Overture on laptop with Intel X3100 graphic card, but close with error "Segmentation Fault". Attach hpl.log. Thanks. RE: Penumbra don`t run with Intel X3100 graphic card - ced117 - 02-03-2008 marcosestevesbarbosa Wrote:I try run Penumbra? Overture on laptop with Intel X3100 graphic card, but close with error "Segmentation Fault". Attach hpl.log. Thanks.Hum, can you post the exact error messages you get when you launch penumbra ? the hpl.log file doesn't say anything RE: Penumbra don`t run with Intel X3100 graphic card - marcoshalano - 02-03-2008 ok, but i not found useful informations: root@skynet:/usr/games/quake3# /usr/games/PenumbraOvertureEP1/penumbra /usr/games/PenumbraOvertureEP1/penumbra: line 5: 5135 Segmentation fault ./penumbra.bin "$@" Penumbra exited unexpectedly, please check /root/.frictionalgames/Penumbra Overture/Episode1/hpl.log for any error messages Also try running ulimit -c unlimited And re-running Penumbra and try and recreate the error then submit the generated core file or stack trace RE: Penumbra don`t run with Intel X3100 graphic card - marcoshalano - 02-03-2008 Return error code 139. RE: Penumbra don`t run with Intel X3100 graphic card - ced117 - 02-04-2008 Have you tried this patch ? RE: Penumbra don`t run with Intel X3100 graphic card - marcoshalano - 02-04-2008 yes. I install this patch. RE: Penumbra don`t run with Intel X3100 graphic card - ced117 - 02-04-2008 Is there any other applications that use the sound when you launch penumbra ? RE: Penumbra don`t run with Intel X3100 graphic card - marcoshalano - 02-04-2008 No exists other application unsing sound system. Another test? strace maybe? RE: Penumbra don`t run with Intel X3100 graphic card - marcoshalano - 02-04-2008 strace command result: execve("./penumbra", ["./penumbra"], [/* 38 vars */]) = 0 brk(0) = 0x80f2000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=115831, ...}) = 0 mmap2(NULL, 115831, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fa4000 close(3) = 0 open("/lib/libtermcap.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\n\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=10280, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fa3000 mmap2(NULL, 13192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f9f000 mmap2(0xb7fa2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb7fa2000 close(3) = 0 open("/lib/libdl.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\n\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=13506, ...}) = 0 mmap2(NULL, 12412, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f9b000 mmap2(0xb7f9d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7f9d000 close(3) = 0 open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320d\1"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1583452, ...}) = 0 mmap2(NULL, 1365552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e4d000 mmap2(0xb7f95000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x148) = 0xb7f95000 mmap2(0xb7f98000, 9776, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f98000 close(3) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e4c000 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e4c6c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 mprotect(0xb7f95000, 4096, PROT_READ) = 0 munmap(0xb7fa4000, 115831) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 close(3) = 0 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) brk(0) = 0x80f2000 brk(0x80f3000) = 0x80f3000 brk(0x80f4000) = 0x80f4000 open("/usr/share/locale/locale.alias", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=2586, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fc0000 read(3, "# Locale name alias data base.\n#"..., 4096) = 2586 brk(0x80f5000) = 0x80f5000 brk(0x80f6000) = 0x80f6000 read(3, "", 4096) = 0 close(3) = 0 munmap(0xb7fc0000, 4096) = 0 open("/usr/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=378, ...}) = 0 mmap2(NULL, 378, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fc0000 close(3) = 0 open("/usr/lib/locale/en_US/LC_MEASUREMENT", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=28, ...}) = 0 mmap2(NULL, 28, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fbf000 close(3) = 0 open("/usr/lib/locale/en_US/LC_TELEPHONE", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=64, ...}) = 0 mmap2(NULL, 64, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fbe000 close(3) = 0 open("/usr/lib/locale/en_US/LC_ADDRESS", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0 mmap2(NULL, 160, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fbd000 close(3) = 0 open("/usr/lib/locale/en_US/LC_NAME", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0 mmap2(NULL, 82, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fbc000 close(3) = 0 open("/usr/lib/locale/en_US/LC_PAPER", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0 mmap2(NULL, 39, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fbb000 close(3) = 0 open("/usr/lib/locale/en_US/LC_MESSAGES", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 close(3) = 0 open("/usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=57, ...}) = 0 mmap2(NULL, 57, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fba000 close(3) = 0 open("/usr/lib/locale/en_US/LC_MONETARY", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=291, ...}) = 0 mmap2(NULL, 291, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fb9000 close(3) = 0 open("/usr/lib/locale/en_US/LC_TIME", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=2459, ...}) = 0 mmap2(NULL, 2459, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fb8000 close(3) = 0 open("/usr/lib/locale/en_US/LC_NUMERIC", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0 mmap2(NULL, 59, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fb7000 close(3) = 0 open("/usr/lib/locale/en_US/LC_CTYPE", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=220516, ...}) = 0 mmap2(NULL, 220516, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7e16000 close(3) = 0 getuid32() = 0 getgid32() = 0 geteuid32() = 0 getegid32() = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 time(NULL) = 1202134385 brk(0x80f7000) = 0x80f7000 open("/proc/meminfo", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fb6000 read(3, "MemTotal: 1020400 kB\nMemFre"..., 1024) = 728 close(3) = 0 munmap(0xb7fb6000, 4096) = 0 brk(0x80f8000) = 0x80f8000 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 uname({sys="Linux", node="skynet", ...}) = 0 brk(0x80f9000) = 0x80f9000 brk(0x80fa000) = 0x80fa000 brk(0x80fb000) = 0x80fb000 stat64("/usr/games/PenumbraOvertureEP1", {st_mode=S_IFDIR|0755, st_size=752, ...}) = 0 stat64(".", {st_mode=S_IFDIR|0755, st_size=752, ...}) = 0 getpid() = 9083 getppid() = 9082 brk(0x80fc000) = 0x80fc000 getpgrp() = 9082 rt_sigaction(SIGCHLD, {0x807ac80, [], 0}, {SIG_DFL}, 8) = 0 getrlimit(RLIMIT_NPROC, {rlim_cur=8118, rlim_max=8118}) = 0 brk(0x80fd000) = 0x80fd000 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 open("./penumbra", O_RDONLY|O_LARGEFILE) = 3 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfd75458) = -1 ENOTTY (Inappropriate ioctl for device) _llseek(3, 0, [0], SEEK_CUR) = 0 read(3, "#!/bin/sh\ngamepath=`dirname ${0}"..., 80) = 80 _llseek(3, 0, [0], SEEK_SET) = 0 getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0 dup2(3, 255) = 255 close(3) = 0 fcntl64(255, F_SETFD, FD_CLOEXEC) = 0 fcntl64(255, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) fstat64(255, {st_mode=S_IFREG|0755, st_size=460, ...}) = 0 _llseek(255, 0, [0], SEEK_CUR) = 0 brk(0x80fe000) = 0x80fe000 brk(0x80ff000) = 0x80ff000 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 read(255, "#!/bin/sh\ngamepath=`dirname ${0}"..., 460) = 460 open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=55238, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fb6000 read(3, "# GNU libc iconv configuration.\n"..., 4096) = 4096 read(3, "//\nalias\tJS//\t\t\tJUS_I.B1.002//\na"..., 4096) = 4096 brk(0x8100000) = 0x8100000 brk(0x8101000) = 0x8101000 brk(0x8102000) = 0x8102000 read(3, "\nmodule\tINTERNAL\t\tISO-8859-3//\t\t"..., 4096) = 4096 brk(0x8103000) = 0x8103000 brk(0x8104000) = 0x8104000 brk(0x8105000) = 0x8105000 read(3, "//\nalias\tISO-IR-199//\t\tISO-8859-"..., 4096) = 4096 brk(0x8106000) = 0x8106000 brk(0x8107000) = 0x8107000 brk(0x8108000) = 0x8108000 read(3, "rom\t\t\tto\t\t\tmodule\t\tcost\nalias\tCS"..., 4096) = 4096 brk(0x8109000) = 0x8109000 brk(0x810a000) = 0x810a000 read(3, "\tmodule\t\tcost\nalias\tCP284//\t\t\tIB"..., 4096) = 4096 brk(0x810b000) = 0x810b000 brk(0x810c000) = 0x810c000 brk(0x810d000) = 0x810d000 read(3, "st\nalias\tCP864//\t\t\tIBM864//\nalia"..., 4096) = 4096 brk(0x810e000) = 0x810e000 brk(0x810f000) = 0x810f000 brk(0x8110000) = 0x8110000 read(3, "7//\nmodule\tIBM937//\t\tINTERNAL\t\tI"..., 4096) = 4096 brk(0x8111000) = 0x8111000 brk(0x8112000) = 0x8112000 brk(0x8113000) = 0x8113000 read(3, "0//\t\tEUC-JP//\nalias\tUJIS//\t\t\tEUC"..., 4096) = 4096 brk(0x8114000) = 0x8114000 brk(0x8115000) = 0x8115000 brk(0x8116000) = 0x8116000 read(3, "o\t\t\tmodule\t\tcost\nalias\tISO-IR-14"..., 4096) = 4096 brk(0x8117000) = 0x8117000 brk(0x8118000) = 0x8118000 read(3, "10367-BOX//\nmodule\tISO_10367-BOX"..., 4096) = 4096 brk(0x8119000) = 0x8119000 brk(0x811a000) = 0x811a000 brk(0x811b000) = 0x811b000 read(3, "13\t1\nmodule\tINTERNAL\t\tEUC-JISX02"..., 4096) = 4096 brk(0x811c000) = 0x811c000 brk(0x811d000) = 0x811d000 brk(0x811e000) = 0x811e000 read(3, "130//\nmodule\tIBM1130//\t\tINTERNAL"..., 4096) = 4096 brk(0x811f000) = 0x811f000 brk(0x8120000) = 0x8120000 brk(0x8121000) = 0x8121000 read(3, "\tIBM-16804//\t\tIBM16804//\nalias\tC"..., 4096) = 1990 brk(0x8122000) = 0x8122000 read(3, "", 4096) = 0 close(3) = 0 munmap(0xb7fb6000, 4096) = 0 brk(0x8123000) = 0x8123000 open("/usr/lib/gconv/ISO8859-1.so", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\3\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=6950, ...}) = 0 brk(0x8124000) = 0x8124000 mmap2(NULL, 8220, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7fb4000 mmap2(0xb7fb5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0xb7fb5000 close(3) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 brk(0x8125000) = 0x8125000 pipe([3, 4]) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 _llseek(255, -426, [34], SEEK_CUR) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e4c708) = 9084 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigaction(SIGCHLD, {0x807ac80, [], 0}, {0x807ac80, [], 0}, 8) = 0 close(4) = 0 read(3, ".\n", 128) = 2 read(3, "", 128) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 9084 waitpid(-1, 0xbfd74d1c, WNOHANG) = -1 ECHILD (No child processes) sigreturn() = ? (mask now []) close(3) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigaction(SIGINT, {0x807b8d0, [], 0}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigaction(SIGINT, {SIG_DFL}, {0x807b8d0, [], 0}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 read(255, "cd $gamepath\nexport LD_LIBRARY_P"..., 460) = 426 stat64("/usr", {st_mode=S_IFDIR|0755, st_size=576, ...}) = 0 stat64("/usr/games", {st_mode=S_IFDIR|0755, st_size=1368, ...}) = 0 stat64("/usr/games/PenumbraOvertureEP1", {st_mode=S_IFDIR|0755, st_size=752, ...}) = 0 chdir("/usr/games/PenumbraOvertureEP1") = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [INT CHLD], 8) = 0 rt_sigprocmask(SIG_SETMASK, [INT CHLD], NULL, 8) = 0 _llseek(255, -364, [96], SEEK_CUR) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e4c708) = 9085 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigaction(SIGINT, {0x807b8d0, [], 0}, {SIG_DFL}, 8) = 0 waitpid(-1, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV}], 0) = 9085 open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) write(2, "./penumbra: line 5: 9085 Segmen"..., 70./penumbra: line 5: 9085 Segmentation fault ./penumbra.bin "$@" ) = 70 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- waitpid(-1, 0xbfd74eec, WNOHANG) = -1 ECHILD (No child processes) sigreturn() = ? (mask now []) rt_sigaction(SIGINT, {SIG_DFL}, {0x807b8d0, [], 0}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 read(255, "if [ $? -ne 0 ]; then\n echo P"..., 460) = 364 brk(0x8126000) = 0x8126000 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 write(1, "Penumbra exited unexpectedly, pl"..., 43Penumbra exited unexpectedly, please check ) = 43 brk(0x8127000) = 0x8127000 write(1, "/root/.frictionalgames/Penumbra "..., 58/root/.frictionalgames/Penumbra Overture/Episode1/hpl.log ) = 58 write(1, "for any error messages\n", 23for any error messages ) = 23 write(1, "Also try running\n", 17Also try running ) = 17 write(1, "ulimit -c unlimited\n", 20ulimit -c unlimited ) = 20 write(1, "And re-running Penumbra and try "..., 55And re-running Penumbra and try and recreate the error ) = 55 write(1, "then submit the generated core f"..., 51then submit the generated core file or stack trace ) = 51 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 stat64("/usr", {st_mode=S_IFDIR|0755, st_size=576, ...}) = 0 stat64("/usr/games", {st_mode=S_IFDIR|0755, st_size=1368, ...}) = 0 stat64("/usr/games/PenumbraOvertureEP1", {st_mode=S_IFDIR|0755, st_size=752, ...}) = 0 chdir("/usr/games/PenumbraOvertureEP1") = 0 write(1, "/usr/games/PenumbraOvertureEP1\n", 31/usr/games/PenumbraOvertureEP1 ) = 31 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 read(255, "", 460) = 0 exit_group(0) = ? Process 9083 detached RE: Penumbra don`t run with Intel X3100 graphic card - ced117 - 02-04-2008 As i see your trying to run the game as root ? o_o ps: send the strace to Urkle and explain him the problem |