defold icon indicating copy to clipboard operation
defold copied to clipboard

Cannot invoke "clojure.lang.IFn.invoke(Object)" because "settings" is null

Open DPelta-ms opened this issue 1 year ago • 1 comments

Expected behaviour

Actual behaviour

Steps to reproduce


Build time2024-07-29T18:23:25.696563
Defold channeldev
Defold editor shad4994b939edd128407b3808160dd2decd9d31377
Defold engine shad4994b939edd128407b3808160dd2decd9d31377
Defold version1.6.2
Error4b8b7a51d8104174a08f48641a32c1e7
GPUApple M2 Max
GPU Driver2.1 Metal - 88.1
Java version17.0.5+8
OS archaarch64
OS nameMac OS X
OS version14.6.1

DPelta-ms avatar Oct 13 '24 12:10 DPelta-ms

editor.app_view$refresh_app_title_BANG_.invokeStatic.class java.lang.NullPointerException: Cannot invoke "clojure.lang.IFn.invoke(Object)" because "settings" is null
    at editor.app_view$refresh_app_title_BANG_.invokeStatic(app_view.clj:1793)
    at editor.app_view$make_app_view$fn.invoke(app_view.clj:1925)
    at editor.ui$__GT_timer$fn$fn.invoke(ui.clj:1959)
    at clojure.lang.AFn.run(AFn.java:22)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:456)
    at java.security.AccessController.doPrivileged(AccessController.java:399)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:455)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoopImpl(MacApplication.java)
    at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(MacApplication.java:168)
    at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:515)
    at com.sun.glass.ui.EventLoop.enter(EventLoop.java:107)
    at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:650)
    at javafx.application.Platform.enterNestedEventLoop(Platform.java:307)
    at editor.fxui$mount_renderer_and_await_result_BANG_.invokeStatic(fxui.clj:323)
    at editor.fxui$show_dialog_and_await_result_BANG_.invokeStatic(fxui.clj:328)
    at editor.dialogs$make_unexpected_error_dialog.invokeStatic(dialogs.clj:391)
    at editor.boot$notify_user$fn.invoke(boot.clj:86)
    at editor.ui$do_run_now$fn.invoke(ui.clj:307)
    at clojure.lang.AFn.run(AFn.java:22)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:456)
    at java.security.AccessController.doPrivileged(AccessController.java:399)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:455)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)

AGulev avatar Oct 13 '24 12:10 AGulev

It seems like duplicate of https://github.com/defold/defold/issues/9083 - more info here

AGulev avatar Nov 07 '24 21:11 AGulev

closed as duplicate of https://github.com/defold/defold/issues/9083 (because it has more info)

AGulev avatar Jan 12 '25 14:01 AGulev