defold / editor2-issues

DEPRECATED
45 stars 4 forks source link

java.lang.NullPointerException: Unknown #2590

Open subsoap opened 5 years ago

subsoap commented 5 years ago

We editing a game.project, opened the location of a file in explorer, then returned to editor and this error popped up


Build time2019-04-29T14:42:28.192463
Defold channelstable
Defold editor sha11b1e7662dd68172fca551c52cba248eea16a364
Defold engine sha11b1e7662dd68172fca551c52cba248eea16a364
Defold version1.2.152
Error2560b24b348c4311a5aecef64b165a2e
GPUGeForce GTX 1060 6GB/PCIe/SSE2
GPU Driver4.6.0 NVIDIA 430.39
Java version11.0.1+13
OS archamd64
OS nameWindows 10
OS version10.0
matgis-king commented 5 years ago
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)
matgis-king commented 5 years ago

Duplicate of #2572.