Emulator Issues #2294
closedDolphin crashes if no video plugin is found and you clic on video config on main window
0%
Description
What steps will reproduce the problem?
1.Delete all video plugins on plugins folder
2.Start dolphin
3.Clic on graphics button
What is the expected output? What do you see instead?
Expected output is a popup with no plugin found and that's all
But after cliking okay on the popup, Dolphins crashes.
I know it's not important but it is a bug though :)
What version of the product are you using? On what operating system?
Win 7 64bits last build of dolphin
Please provide any additional information below.
To solve this issue, her eis what to do:
After line 280 of pluginmanager.cpp, we must put an ELSE bloc till the end
of the function.
Updated by BhaaL over 14 years ago
- Status changed from New to Questionable
Can't reproduce this on r5045. Altho, Line 280 of PluginManager is fine, its a return
- no else needed.
Updated by anthony.saunier over 14 years ago
That's really strange. Should work with the return but for me, the only way to make it work was the solution i gave. Could it be possible that the return was ignored ?
Updated by BhaaL over 14 years ago
Unlikely. I tested this by simply renaming my Plugins folder on Win7 x64, DebugFast
build.
Updated by anthony.saunier over 14 years ago
thanks jack. I should have an other problem on my computer. U can close this then.