Editor crash on start win 10

Hello.
I’m trying to get the editor to run on Windows 10. It crashes instantly.
This the stack trace from the logs :smile:

!SESSION 2015-10-12 17:39:07.742 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_60
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 4 0 2015-10-12 17:39:08.007
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)

I’m running into the same issue on windows 8.1

Hi

I have Windows 10 at home, used Defold on it yesterday. :frowning: Could it be something as simple as a space in the path to the editor? I know we’ve had some problems with that before.

Don’t think its a path problem.
Defold is here : "F:\Development\Defold"
Java is here "F:\Development\Java"
Any suggestions? :smile:

Could you try running it from a terminal with -debug to see if anything interesting appears?

Defold.exe -debug

I ran with -debug and got the following error:

I went ahead and checked, and indeed none of those files exist.
I downloaded a fresh copy of the editor which contained a bunch of new files and it now works like a charm.
I hope this does it for you too @Emil_Jones

2 Likes

Wooop wooop!
Downloaded the new version and it just worked.
Thanks for the help :smile:

2 Likes

Awesome! Now you’re all set to make great games! :slight_smile: