Actions
Emulator Issues #2294
closedDolphin crashes if no video plugin is found and you clic on video config on main window
Status:
Invalid
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
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.
Actions