It seems to me that the playfab example is not working. I have just downloaded it. When I load the project I get the error: java.lang.NullPointerException: Unknown from the editor. Moreover when I run it then it is stuck in “waiting for connection…” and if I press “more info” I see:
Listening on interfaces:
fe80::18a9::8831::7f74::be73
182.168.1.6
And same problems with the Nakama example. It seems that the editor is not loading the full project…
EDIT: something very strange is happening… the same problem also for fmod… error in the editor and waiting when run. What am I doing wrong? I remember I have already run these examples with no issues in the past.
I just build the Namaka and it works for me. It seems to me there is something blocks the network.
Do you have firewall which might block access to https://build.defold.com (for fmod) and 182.168.1.6(general- your local IP) ?
Not sure if xcode is required (since I always have). Yes, this is related to xcode tools. But I have doubt this may be a problem about the git.
You may try this if you like:
Thanks for your answer and for the link. Very strange that now I need XCode… I do tested the fmod extension since I have always planned to is it. I do remember Defold making sounds!
Since the error points the org.eclipse.jgit you can also try to remove .git related files and folder from project. This may do the trick. But of course this is not a proper solution.
I don’t understand… I have downloaded the fmod example from git. How may the fmod example work properly? In general I have no problem running Defold. Indeed I am continuing coding something else… as always…
I’m a bit at a loss as well, but yeah, for macOS and iOS certain tools such as codesign is needed. Have your recently updated macOS? Also the command line tools provided by xcode include things such as git support. And I believe the built in git support in the editor calls out to os provided git commands if they exist. If macOS or xcode has been updated you need to agree to xcode terms and conditions again before you can use any command line tools provided by xcode.
and now the xcode error seems gone. But still I get this error from the editor:
[JavaFX Application Thread] ERROR editor.error-reporting - {:line 110}
java.lang.NullPointerException: null
at editor.app_view$refresh_app_title_BANG_.invokeStatic(app_view.clj:1346)
at editor.app_view$make_app_view$fn__46948.invoke(app_view.clj:1458)
at editor.ui$__GT_timer$fn__13986$fn__13987.invoke(ui.clj:1923)
at clojure.lang.AFn.run(AFn.java:22)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
And still I may see that the project is not fully loaded.