![]() |
|
Dolphin crash with nvidia drivers - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Dolphin crash with nvidia drivers (/Thread-dolphin-crash-with-nvidia-drivers) |
Dolphin crash with nvidia drivers - thyncode - 12-23-2013 Hi there, I've just installed dolphin emulator 4.0 just fine under linux Ubuntu 13.04 . But whenever I try to launch a GC game it crashes; so I ran gdb to get some details and this is what I have Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffdd1ea700 (LWP 10461)] 0x00007fffeb6c8842 in ?? () from /usr/lib/nvidia-304/libnvidia-glcore.so.304.117 It comes from the nvidia driver but I'm already using the latest driver available (I think so). Other scenario is downloading the 3.5 version but I don't know wher to find it Thank you for your help RE: Dolphin crash with nvidia drivers - rokclimb15 - 12-23-2013 Go back to your gdb, reproduce the crash, then type "bt" and paste the output. It could be another module along the way that's causing the trouble. RE: Dolphin crash with nvidia drivers - thyncode - 01-09-2014 (12-23-2013, 02:13 PM)rokclimb15 Wrote: Go back to your gdb, reproduce the crash, then type "bt" and paste the output. It could be another module along the way that's causing the trouble.Hi there and thank you for your reply Sorry for my late response. it is due to the christmas break here below is what I get after I encounter a crash when I launch dolphin, and then type "bt" #0 0x00007fffeb6c8842 in ?? () from /usr/lib/nvidia-304/libnvidia-glcore.so.304.117 #1 0x0000000000767292 in ?? () #2 0x0000000000768478 in ?? () #3 0x00000000007752c4 in ?? () #4 0x00000000007643ba in ?? () #5 0x000000000053f838 in ?? () #6 0x00007ffff14cf9f0 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #7 0x00007ffff604ff8e in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007ffff0c3aa0d in clone () from /lib/x86_64-linux-gnu/libc.so.6 thank you for your help RE: Dolphin crash with nvidia drivers - rokclimb15 - 01-10-2014 You need some debug libraries, and it's possible that the error is actually in nvidia's libs, for which I doubt there are debug symbols available. Try installing libstdc++-dbg or your distro's equivalent and run again. |