Editor won't start on windows (SOLVED)

Hi

Just downloaded, unzipped it and it give couple errors (Sorry in finnish, try to translate it)

“Proseduurin aloituskohtaa calloc ei löydy dynaamisesti linkitettävästä kirjastosta c:\Users\markus\Defold-win32.win32.x86\jre\bin\verify.dll”

That would something like
"Can’t find procedures starting point calloc from dynamic linked library c:\Users\markus\Defold-win32.win32.x86\jre\bin\verify.dll"

and other almost same, but “…java.dll”
“Proseduurin aloituskohtaa calloc ei löydy dynaamisesti linkitettävästä kirjastosta c:\Users\markus\Defold-win32.win32.x86\jre\bin\java.dll”"

regards
Markus

Which version of windows are you using? Any ideas @sven and @jakob.pogulis?

Windows 10 64-bit

I don’t have any ideas I’m afraid. As far as I know there are no knows issues with Windows 10. @jakob.pogulis, @sven, any suggestions for @markus.lehtokumpu to try?

Well it almost seems as if the default, installed, (64bit) JRE (Java Runtime Environment) is executed but then attempts to use the 32 bit binaries within Defold. That behavior will cause the kind of problem you’re describing. I don’t have any idea as to how to test, verify or fix it from the top of my head…

Could you check if you’ve set a custom JAVA_HOME environment variable, and where in the PATH environment variable your java installation is located?

2 Likes

Thanks for tips. :slight_smile:
I add on path environment location of Java and Defold start working.

Maybe I test, if uninstall java and install again, because now path is for that one version, which is in folder name. But that´s another story. :smiley:

Thank you!

2 Likes