FTBTeam / FTB-App

Electron, Vue2, and Tailwind based frontend system for the FTB App; a new Modpack launcher for FTB and Curse modpacks.
https://feed-the-beast.com/app
GNU Lesser General Public License v2.1
92 stars 26 forks source link

FTB App aborts mod installation #1108

Closed JJM152 closed 3 months ago

JJM152 commented 5 months ago

What Operating System

Windows 11

Debug Code

FTB-DBGEJITAZEQET

Describe the bug

I tried to download and install "Age of Engineering" by davqvist (version 1.1.2)and while it initially downloads, the process crashes. When I go and look at the logs, I see a single java error for an invalid CEN header.

Steps to reproduce

There's not much here to say - just navigate to the modpack page and click the install button. It fails every time.

Expected behaviour

Modpack installs!

Screenshots

No response

Additional information

Here is the error as it shows up in the logs:

[15:56:29] [Long Running Executor 0/INFO] [net.creeperhost.creeperlauncher.install.InstanceInstaller]: Extracting CurseForge overrides. [15:56:29] [Long Running Executor 0/ERROR] [net.creeperhost.creeperlauncher.task.InstallationOperation]: Fatal exception whilst installing modpack. net.creeperhost.creeperlauncher.install.InstanceInstaller$InstallationFailureException: Failed to install. at net.creeperhost.creeperlauncher.install.InstanceInstaller.execute(InstanceInstaller.java:317) ~[launcher-86d919d5e9-all.jar:?] at net.creeperhost.creeperlauncher.task.InstallationOperation.doOperation(InstallationOperation.java:49) ~[launcher-86d919d5e9-all.jar:?] at net.creeperhost.creeperlauncher.task.LongRunningOperation.lambda$wrapOperation$0(LongRunningOperation.java:74) ~[launcher-86d919d5e9-all.jar:?] at net.covers1624.quack.util.SneakyUtils.lambda$concat$9(SneakyUtils.java:111) ~[launcher-86d919d5e9-all.jar:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) ~[?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?] at java.lang.Thread.run(Unknown Source) ~[?:?] Caused by: java.util.zip.ZipException: invalid CEN header (bad entry name) at jdk.nio.zipfs.ZipFileSystem.checkUTF8(Unknown Source) ~[jdk.zipfs:?] at jdk.nio.zipfs.ZipFileSystem.initCEN(Unknown Source) ~[jdk.zipfs:?] at jdk.nio.zipfs.ZipFileSystem.<init>(Unknown Source) ~[jdk.zipfs:?] at jdk.nio.zipfs.ZipFileSystemProvider.getZipFileSystem(Unknown Source) ~[jdk.zipfs:?] at jdk.nio.zipfs.ZipFileSystemProvider.newFileSystem(Unknown Source) ~[jdk.zipfs:?] at java.nio.file.FileSystems.newFileSystem(Unknown Source) ~[?:?] at java.nio.file.FileSystems.newFileSystem(Unknown Source) ~[?:?] at net.covers1624.quack.io.IOUtils.getFileSystem(IOUtils.java:201) ~[launcher-86d919d5e9-all.jar:?] at net.covers1624.quack.io.IOUtils.getJarFileSystem(IOUtils.java:168) ~[launcher-86d919d5e9-all.jar:?] at net.covers1624.quack.io.IOUtils.getJarFileSystem(IOUtils.java:146) ~[launcher-86d919d5e9-all.jar:?] at net.creeperhost.creeperlauncher.install.InstanceInstaller.execute(InstanceInstaller.java:287) ~[launcher-86d919d5e9-all.jar:?] ... 7 more [15:56:29] [Long Running Executor 0/INFO] [net.creeperhost.creeperlauncher.task.LongRunningTaskManager]: Completing LongRunningOp: net.creeperhost.creeperlauncher.task.InstallationOperation@3c7ac44e

github-actions[bot] commented 3 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 3 months ago

This issue / Pull request has been closed as there has been no recent activity after being marked as stale.