Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All modpacks fail to launch on MacOS #1234

Closed
pmichel16 opened this issue Jan 19, 2025 · 1 comment
Closed

All modpacks fail to launch on MacOS #1234

pmichel16 opened this issue Jan 19, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@pmichel16
Copy link

pmichel16 commented Jan 19, 2025

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

  1. Download fresh installation of FTB Electron App
  2. Install any modpack
  3. See the message about the ZipHeader in console

Expected behaviour

I expect a modpack to open

Screenshots

Image

Additional information

I have tried the following:

  • Repairing the modpack
  • Completely uninstalling and re-installing the FTB Electron app
  • Deleting the .ftpapp folder
  • Restarting my computer

with no success

The full console log:

console.log

@pmichel16 pmichel16 added the bug Something isn't working label Jan 19, 2025
@pmichel16
Copy link
Author

I resolved this issue by creating a new user on my computer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant