You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: