ouzel icon indicating copy to clipboard operation
ouzel copied to clipboard

[Engine init] Exclusive full screen exception

Open TheOrneryNerd opened this issue 7 years ago • 1 comments

if I set exclusive full screen setting to true in the Settings.ini file and start a new instance of the engine in Windows, the engine crashes in Window->init, as the window is initialized before the renderer.

I noticed the problem happens here: File: NativeWindowWin.cpp Method: switchFullscreen

Inside: if (exclusiveFullscreen) { //uninitialized D3D renderer is called // from the NativeWindowWin. }

Am I doing anything wrong or is there a fix?

Thanks in advance

TheOrneryNerd avatar Sep 16 '18 21:09 TheOrneryNerd

No, you are doing everything right. Exclusive fullscreen is not yet fully supported, I am working on it. Thank you!

elnormous avatar Sep 16 '18 21:09 elnormous