I’m on linux (Arch), using version 1.9.2 stable dowloaded from github repo.
When I’m trying to open any documentation (Help → Documentation/Find Assets/Support Forum etc, or from ctrl-space help (Open in Browser) link, or Debug → Open Web Profiler etc). It doesn’t show any error, just nothing happens. I have tried to install different browsers, but this doesn’t help.
Here is the log but it doesn’t update after trying to open something, so not sure how it is helpful:
2024-08-23 21:50:09.439 190 [JavaFX-Launcher] WARN javafx - Unsupported JavaFX configuration: classes were loaded from 'unnamed module @2606d5c8'
2024-08-23 21:50:10.699 1450 [Thread-3] INFO com.defold.libs.ResourceUnpacker - deleting old unpack dirs from /home/monkoose/.Defold/unpack
2024-08-23 21:50:10.708 1459 [Thread-3] INFO com.defold.libs.ResourceUnpacker - Already unpacked for the editor version 8a536ed1046ca0190e22eb47f78cb59e840a92a7
2024-08-23 21:50:10.716 1467 [Thread-3] INFO com.defold.libs.ResourceUnpacker - defold.unpack.path=/home/monkoose/.Defold/unpack/8a536ed1046ca0190e22eb47f78cb59e840a92a7
2024-08-23 21:50:13.671 4422 [Timer-1] INFO editor.updater - {:line 303, :message "Checking for updates", :url "https://d.defold.com/editor2/channels/editor-alpha/update-v4.json"}
2024-08-23 21:50:14.160 4911 [Timer-1] INFO editor.updater - {:line 310, :message "No update found"}
2024-08-23 21:50:16.096 6847 [clojure-agent-send-off-pool-6] INFO editor.shared-editor-settings - {:line 135, :message "Loading system-config from Shared Editor Settings file."}
2024-08-23 21:50:16.162 6913 [clojure-agent-send-off-pool-6] INFO editor.shared-editor-settings - {:line 135, :message "Loading workspace-config from Shared Editor Settings file."}
2024-08-23 21:50:17.714 8465 [clojure-agent-send-off-pool-6] INFO editor.defold-project - {:line 346, :message "Cached loaded save data in system cache.", :total 66, :retained 62, :unretained 4, :limit 20000}
2024-08-23 21:50:18.256 9007 [JavaFX Application Thread] DEBUG org.eclipse.jgit.util.FS - readpipe [git, --version],/usr/bin
2024-08-23 21:50:18.265 9016 [JavaFX Application Thread] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.46.0'
2024-08-23 21:50:18.265 9016 [JavaFX Application Thread] DEBUG org.eclipse.jgit.util.FS - remaining output:
2024-08-23 21:50:18.265 9016 [JavaFX Application Thread] DEBUG org.eclipse.jgit.util.FS - readpipe [git, config, --system, --edit],/usr/bin
2024-08-23 21:50:18.268 9019 [JavaFX Application Thread] DEBUG org.eclipse.jgit.util.FS - readpipe may return '/etc/gitconfig'
2024-08-23 21:50:18.268 9019 [JavaFX Application Thread] DEBUG org.eclipse.jgit.util.FS - remaining output:
2024-08-23 21:50:18.353 9104 [JavaFX Application Thread] INFO util.http-server - {:line 103, :msg "Http server running", :local-url "http://localhost:33983"}
2024-08-23 21:50:18.392 9143 [clojure-agent-send-off-pool-6] INFO editor.boot-open-project - {:line 398, :message "project loaded"}
The only error I have get is when I open Help → About and click Defold Foundation Development Fund
link. The error states java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
Logs after clicking on Defold Foundation Development Fund
link:
2024-08-23 22:02:42.642 753393 [Thread-51] ERROR editor.error-reporting - {:line 116}
java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
at java.desktop/java.awt.Desktop.checkActionSupport(Desktop.java:381)
at java.desktop/java.awt.Desktop.browse(Desktop.java:531)
at com.defold.editor.UIUtil.lambda$hyperlink$0(UIUtil.java:69)
at java.base/java.lang.Thread.run(Thread.java:833)