editor2-issues
editor2-issues copied to clipboard
Error java.lang.NullPointerException: Unknown
Expected behaviour
Actual behaviour
Steps to reproduce
Build time | 2019-04-24T16:55:26.072424 |
Defold channel | editor-alpha |
Defold editor sha | 61f46cee8040eb233ecc7e328f8b6d97693f1f40 |
Defold engine sha | e05232d70b8a6d8c69fcfe968f01b876090ffa06 |
Defold version | 1.2.151 |
Error | 588f26ebe603451c9e3c63137e9b4ef1 |
GPU | GeForce GT 640/PCIe/SSE2 |
GPU Driver | 4.6.0 NVIDIA 425.31 |
Java version | 11.0.1+13 |
OS arch | amd64 |
OS name | Windows 7 |
OS version | 6.1 |
javafx.scene.control.skin.MenuButtonSkinBase.lambda$new$7.class java.lang.NullPointerException: null
at javafx.scene.control.skin.MenuButtonSkinBase.lambda$new$7(MenuButtonSkinBase.java:188)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
at java.security.AccessController.doPrivileged(AccessController.java)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
at com.sun.glass.ui.win.WinApplication._runLoop(WinApplication.java)
at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
at java.lang.Thread.run(Thread.java:834)
Can you describe what you were doing when this occurred? Is it reproducible?
Hi,
I've had the same error. I was modifying the game object's sphere shape in the collider.
Defold was running slow (for some reason I don't know yet). I've dragged the scale control of the object in the viewport, seen no effect and started clicking other tabs and components in the outline. After a couple of seconds Windows marked Defold as "not responding" app. And after a few more seconds Defold gave me this NullPointerException error.
I've worked on side scroller tutorial and had only readme.md and bonus_star.go opened in the editor.
Hope it will help.
Build time | 2019-04-30T13:25:18.384697 |
Defold channel | editor-alpha |
Defold editor sha | b8b891be5ba3e650202848d8b84ddc2ca2ed513a |
Defold engine sha | 11b1e7662dd68172fca551c52cba248eea16a364 |
Defold version | 1.2.152 |
Error | 41aa2d18add74befb0801ab7153169bc |
GPU | Intel(R) HD Graphics 4000 |
GPU Driver | 4.0.0 - Build 10.18.10.4358 |
Java version | 11.0.1+13 |
OS arch | amd64 |
OS name | Windows 10 |
OS version | 10.0 |
JDK issue: JDK-8179097. Reported 2017, yet unresolved..