Actions
Emulator Issues #91
closedOpenGL crash
% 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
OpenGL plugin crashes, taking the entire program with it, when you hit the
close button in Windows, or the stop button.
Updated by Sonicadvance1 over 16 years ago
Looking in to the problem, it's from Renderer::Shutdown() function
cgDestroyContext(g_cgcontext); that line makes it die a firey death.. Still working on it
Updated by Anonymous over 16 years ago
on windows, this happens when rendering to the main window with either graphics plugin.
Updated by hrydgard over 16 years ago
The entire shutdown sequence is very flaky and should probably be rethought :P
Updated by Sonicadvance1 about 16 years ago
- Status changed from New to Duplicate
Actions