![]() |
|
Kirby Air Ride crashes Dolphin - 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: Kirby Air Ride crashes Dolphin (/Thread-kirby-air-ride-crashes-dolphin) |
Kirby Air Ride crashes Dolphin - dezraj - 08-24-2018 It's very weird, but that's what's happening. When I try to enter a course the emulator crashes and then Windows pops up that message "the video driver recovered from an error". The bug happens with the Direct3D11 video backend. With OpenGL it works fine. I'm using the latest video drivers for my card, which are from Dec 2016. My setup: Win 7 x64 E8400 GTX 285 Dolphin 5.0-8625-x64 Thank you for any help.
RE: Kirby Air Ride crashes Dolphin - ExtremeDude2 - 08-24-2018 I believe windows 7 is missing some DX features, not sure if that's what the problem here is (perhaps in combination with your older GPU). RE: Kirby Air Ride crashes Dolphin - dezraj - 08-25-2018 (08-24-2018, 11:13 PM)ExtremeDude2 Wrote: I believe windows 7 is missing some DX features, not sure if that's what the problem here is (perhaps in combination with your older GPU). Thanks for your reply. Isn't there a way to know exactly what is crashing the emu? RE: Kirby Air Ride crashes Dolphin - JMC47 - 08-25-2018 Setup MSVC, compile Dolphin yourself (there should be instructions on github - it's not too hard!) and run it with the debugger. Then you should be able to give a stacktrace and from that we can determine why it's crashing and potentially work-around the issue or fix it if it's on our end. |