Open Trayani opened 2 months ago
I have the same problem. windows 10 if I download the file first otherwise removing the s and using the full command. PS C:\Users\ratpa\Downloads> cd "%USERPROFILE%/Downloads" & curl -LO https://forge.korge.org/install-korge-forge.cmd && install-korge-forge.cmd
Id Name PSJobTypeName State HasMoreData Location Command
3 Job3 BackgroundJob Running True localhost cd "%USERPROFILE%/Downlo… % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (35) schannel: next InitializeSecurityContext failed: CRYPT_E_NO_REVOCATION_CHECK (0x80092012) - The revocation function was unable to check revocation for the certificate.
this is a show stopper
this could be solved with manual instructions and a correct up-to-date sha README in the downloads folder I got way further once I split out the commands from the script and install jre or jdk 21 for myself
downloaded the jar installer file from github and ran it using my downloaded jdk and got it working Also installed intellij community and simply downloaded the plugin and installed that via the settings cog in intellij
PS antivirus could get in the way - needs to be stopped during install
OK - so update - I installed java JDK 21 first using the eclipse adoption installer, and now everything just works as it should, so that is where you should test your script is on windows 10 with no java installed
Thank you for sharing your solution. I assume you meant this by eclipse adoption installer? I installed the JDK (and changed my JAVA_HOME to it) and restarted my PC to be sure. I'm still getting the syntax error though.
Yes. The cmd (install script) file ran once I rebooted after installing the eclipse adoption installer. However following the cmd script file hint get the installer jar file https://github.com/korlibs/korge-forge-installer/releases/download/v2024.2.0.2-patch1/korge-forge-installer.jar and then run that
OR find your downloaded files and run that one
Hello, I wanted to check out this engine so I followed the online instructions to install it. But the script always fails.
I tinkered a bit with the script. It seems that the syntax error is coming from this part ↓↓↓.
Once I removed, it, the script returned more output
Obviously, I will not try to use the downloaded files since authenticity was not verified. But it prevents me from using the engine, hence the issue :)