Hi, I am a new user here but having issues at step one. I have spent 2 hours trying to get the program to run on Windows 100 but double clicking teh defold.exe does nothing. I have tried:
-rebooting
-re-downloading
-running with administrator rights
-Putting the Defold directory in various directories (C:/,D:/ drive roots etc)
-Re-installing /Updating Java manually
-Completely removing the separate installation of Java
-Swicthing off antivirus program
-Adding Defold to Windows defender whitelist
…but it still does nothing when I double click on it. Any ideas? I am on Windows 10 latest update. 32 Mb Ram, i7.
Thanks. Lots of lines like this: 2024-02-12 17:07:57.334 189 [JavaFX-Launcher] WARN javafx - Unsupported JavaFX configuration: classes were loaded from 'unnamed module @5b399b10'
then this:
2024-02-12 13:54:58.680 3183 [Thread-4] ERROR com.defold.editor.Start - failed to extract native libs
java.lang.reflect.InvocationTargetException: null
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.defold.editor.Start.lambda$kickLoading$2(Start.java:57)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.awt.AWTError: Assistive Technology not found: com.sun.java.accessibility.AccessBridge
at java.desktop/java.awt.Toolkit.newAWTError(Toolkit.java:472)
at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:488)