-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MyGUI is crashing on a second monitor #238
Comments
MyGUI always handled that. Also not auto-restoring resources would cause empty data rather than crash in most cases. |
When I move Demo_PanelView.exe to the 2nd monitor: Ogre.log doesn't have the time to update its log before the crash, so there is no relevant information in it. My call stack:
|
looks like your loader becomes invalid, while the texture is still alive: https://forums.ogre3d.org/viewtopic.php?p=552832#p552832 |
Tried the demos (ex: Demo_PanelView.exe), with Ogre 1.13.2, using directX9 and they crash when I move the window on my second screen.
Could be an issue with the font textures:
From Paroj:
My guess would be that the MyGUI Fonts are manually created but without providing a loader callback, so we cannot auto-restore them.
The text was updated successfully, but these errors were encountered: