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

ZipExtractor#unzipFile:94 - java.util.zip.ZipException #12880

Open
tripleabuilderbot opened this issue Sep 2, 2024 · 0 comments
Open

ZipExtractor#unzipFile:94 - java.util.zip.ZipException #12880

tripleabuilderbot opened this issue Sep 2, 2024 · 0 comments
Labels
2.6 Error Report Issue reported via the in-game error reporter

Comments

@tripleabuilderbot
Copy link
Contributor

Log Message

Error reading zip file: C:\Users\PCPHON~1\AppData\Local\Temp\triplea14219814326718920695\Hearts_of_Iron_2-Europe.zip, zip END header not found

TripleA Version

2.6.14744

Java Version

11.0.19

Operating System

Windows 10

Heap Size

2020M

Stack Trace

Exception: org.triplea.io.ZipExtractor$ZipReadException Error reading zip file: C:\Users\PCPHON~1\AppData\Local\Temp\triplea14219814326718920695\Hearts_of_Iron_2-Europe.zip, zip END header not found
java.lang.Exception
	at org.triplea.io.ZipExtractor.unzipFile(ZipExtractor.java:94)
	at games.strategy.engine.framework.map.file.system.loader.ZippedMapsExtractor.unzipMapThrowing(ZippedMapsExtractor.java:133)
	at games.strategy.engine.framework.map.file.system.loader.ZippedMapsExtractor.unzipMap(ZippedMapsExtractor.java:111)
	at games.strategy.engine.framework.map.download.DownloadFile.lambda$startAsyncDownload$2(DownloadFile.java:80)
	at java.base/java.lang.Thread.run(Thread.java:829)


Exception: java.util.zip.ZipException zip END header not found
java.lang.Exception
	at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.zerror(ZipFileSystem.java:1908)
	at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.findEND(ZipFileSystem.java:1052)
	at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.initCEN(ZipFileSystem.java:1061)
	at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.<init>(ZipFileSystem.java:135)
	at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:136)
	at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:406)
	at org.triplea.io.ZipExtractor.unzipFile(ZipExtractor.java:84)
	at games.strategy.engine.framework.map.file.system.loader.ZippedMapsExtractor.unzipMapThrowing(ZippedMapsExtractor.java:133)
	at games.strategy.engine.framework.map.file.system.loader.ZippedMapsExtractor.unzipMap(ZippedMapsExtractor.java:111)
	at games.strategy.engine.framework.map.download.DownloadFile.lambda$startAsyncDownload$2(DownloadFile.java:80)
	at java.base/java.lang.Thread.run(Thread.java:829)


@tripleabuilderbot tripleabuilderbot added 2.6 Error Report Issue reported via the in-game error reporter labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.6 Error Report Issue reported via the in-game error reporter
Projects
None yet
Development

No branches or pull requests

1 participant