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”"
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?