first one from when it downloads the openjfx attachment
10:56:31 PM SEVERE: No JavaFX installation found. Asking for download...
10:56:36 PM SEVERE: Your running Windows. Fetching OpenJFX SDK...
10:56:37 PM INFO: Finished downloading OpenJFX. Unzipping...
java.util.zip.ZipException: zip END header not found
at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1470)
at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1371)
at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1378)
at java.base/java.util.zip.ZipFile$Source.<init>(ZipFile.java:1209)
at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1172)
at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:719)
at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:239)
at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:169)
at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:183)
at me.goddragon.teaseai.utils.ZipUtils.unzipFile(ZipUtils.java:22)
at me.goddragon.teaseai.Main.main(Main.java:102)
Exception in thread "main" java.lang.NullPointerException
at me.goddragon.teaseai.Main.main(Main.java:107)
FrozenWolf wrote: Sun Sep 08, 2019 5:04 pmMaybe the first attempt to download openJFX.zip failed because TeaseAI wasn't run from the current directory, and TeaseAI now believes openJFX has been retrieved successfully, even though it hasn't. I suggest you try deleting the zero length openJFX.zip file and then running TeaseAI again from the directory, i.e.:tarouza wrote: Sun Sep 08, 2019 11:30 am Ok I changed the teaseai java folder name got rid of the spaces, ran the java -jar C:\Users\Chris\Documents\TAJ\TeaseAIJava1.0.17\TeaseAI.jar, got the box to download openjfx, there is now an openjfx zip file in the directory that is empty, never got the missing libraries box though. When i try to open in cmd window again this is what i get. It just goes to the next line
C:\Users\Chris\Documents\TAJ\TeaseAIJava1.0.17>java -jar teaseai.jar
C:\Users\Chris\Documents\TAJ\TeaseAIJava1.0.17>
C:\Users\Chris\Documents\TAJ\TeaseAIJava1.0.17> java -jar teaseai.jar
Hopefully that'll cause TeaseAI to realise that it hasn't got openJFX again and it will attempt to retrieve and unpack it.
If that still doesn't work, post the last log entry from the Logs directory; it might have something useful in there.


