We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4336

Summary: SDL going into fullscreen during a Windows 10 RDP session crashes the SDL library
Product: SDL Reporter: superfury
Component: videoAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: 2.0.8   
Hardware: x86_64   
OS: Windows 10   

Description superfury 2018-10-27 10:53:58 UTC
I notice that the entire desktop becomes unresponsive(verified using both Windows 10 RDP and TeamViewer). Visual Studio Community 2018 breaks into it's debugger(being unresponsive itself).

(replace APP_NAME.exe with the SDL app's filename.
It says: "Exception thrown at 0x0000000000000000 in APP_NAME.exe: 0xC0000005: Access violation executing location 0x0000000000000000.

The debugger itself looks like it's pointing to SDL_render_GL.c line 1093.

The entire desktop is unreponsive. The only thing that can be done is CTRL+ALT+END to log off. Any other actions(like task manager) show the task manager which is also unresponsive, probably due to SDL still being in fullscreen somehow.