-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
8
-
None
-
java version "1.8.0-ea"
Java(TM) SE Runtime Environment (build 1.8.0-ea-b106)
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b48, mixed mode)Windows 7 64-bit
Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
at com.sun.glass.ui.Screen.notifySettingsChanged(Unknown Source)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$300(Unknown Source)
at com.sun.glass.ui.win.WinApplication$3$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Happened when I connected via Remote Desktop to a computer that was already running my JavaFX app .
The app wouldn't paint at all and I couldn't coerce it to refresh in any way (resizing the window, interacting with controls that I couldn't see, etc.)
at com.sun.glass.ui.Screen.notifySettingsChanged(Unknown Source)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$300(Unknown Source)
at com.sun.glass.ui.win.WinApplication$3$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Happened when I connected via Remote Desktop to a computer that was already running my JavaFX app .
The app wouldn't paint at all and I couldn't coerce it to refresh in any way (resizing the window, interacting with controls that I couldn't see, etc.)
- duplicates
-
JDK-8119652 NPE on changing resolutions with sw pipeline
-
- Resolved
-