henkelmax/delivery-inc

SolarFluxReborn

Closed this issue · 4 comments

I downloaded the latest version (1.0.21) and it is throwing an error when loading the client:

https://paste.ee/p/1FrO5

I tested it and it works fine. Have you added any mods or are you using another launcher?
Are you using the default Java version? If not, please use the Java version that is shipped with Minecraft.

I am using the zip file from curseforge. didn't change a thing to it.
I am using java 1.16.5. See log here: https://paste.ee/p/Q8Nab

"Cannot invoke "javax.script.ScriptEngine.eval(String)" because "se" is null"

You have to use the java version that is bundled with minecraft. You are using Java Version: 15.0.2, AdoptOpenJDK. Solar flux most likely uses Nashorn or something for scripting. This doesn't work with every Java version.

Interesting. I originally was using java 8, then i switched to adoptopen, then back to 1.8 and its working...go figure.