-
Notifications
You must be signed in to change notification settings - Fork 5
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
Exception on resize #1
Comments
Hmmm... I guess this depends on the graphics card, you are using. |
I'm using a nVidia GeForce GT 540M. |
+1 i have GeForce GTX 660M |
Sorry to bump such an old issue, but I'm having it as well on my Macbook Pro 13" (Retina, Late 2014) on my Intel Iris Pro graphics card. It seems to be an issue caused by the underlying libraries, check out this issue for more information: Spasi/LWJGL-FX#8 |
As far as I understand, this problem is being caused by JavaFX not being able to keep up with very high rendering rates which can happen when you either don't lock your framerate in your GDX app or while resizing the window, which causes it to re-render. |
Same problem on GTX 950M, Windows 8.1 when resizing:
Search came to this issue where this bug is said to be fixed. |
First of all thanks for publishing this! It really worked out of the box, but there seem to be a few bugs and unfortunately I have no clue how to solve those.
When resizing the window, I get the following error:
The ImageView backed by libgdx still works after that, but most of the times, it breaks the rest of the UI. Any ideas?
The text was updated successfully, but these errors were encountered: