You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every modpack I try to play, I see this message posted in the Console over and over again. Then the startup process just stops before the Java instance opens.
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(ZipFile.java:228)
at java.util.zip.ZipFile.(ZipFile.java:157)
at java.util.zip.ZipFile.(ZipFile.java:171)
at net.creeperhost.CFMalwareScanner.scanFile(CFMalwareScanner.java:81)
at net.creeperhost.CFMalwareScanner.scanFolder(CFMalwareScanner.java:50)
at net.creeperhost.CFMalwareScanner.scanFolder(CFMalwareScanner.java:46)
at net.creeperhost.CFMalwareScanner.premain(CFMalwareScanner.java:29)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:386)
Steps to reproduce
Download fresh installation of FTB Electron App
Install any modpack
See the message about the ZipHeader in console
Expected behaviour
I expect a modpack to open
Screenshots
Additional information
I have tried the following:
Repairing the modpack
Completely uninstalling and re-installing the FTB Electron app
What Operating System
MacOS (Latest)
Debug Code
https://pste.ch/desadelivu
Describe the bug
Every modpack I try to play, I see this message posted in the Console over and over again. Then the startup process just stops before the Java instance opens.
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(ZipFile.java:228)
at java.util.zip.ZipFile.(ZipFile.java:157)
at java.util.zip.ZipFile.(ZipFile.java:171)
at net.creeperhost.CFMalwareScanner.scanFile(CFMalwareScanner.java:81)
at net.creeperhost.CFMalwareScanner.scanFolder(CFMalwareScanner.java:50)
at net.creeperhost.CFMalwareScanner.scanFolder(CFMalwareScanner.java:46)
at net.creeperhost.CFMalwareScanner.premain(CFMalwareScanner.java:29)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:386)
Steps to reproduce
Expected behaviour
I expect a modpack to open
Screenshots
Additional information
I have tried the following:
with no success
The full console log:
console.log
The text was updated successfully, but these errors were encountered: