Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

How to build? #132

Open
InstantlyMoist opened this issue Jul 12, 2024 · 1 comment
Open

How to build? #132

InstantlyMoist opened this issue Jul 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@InstantlyMoist
Copy link

When building from the clone, it simply does not work. I have java 8 installed.

Downloading unmapped vanilla jar...
Applying class mappings...
Applying member mappings...
Exception in thread "main" java.util.zip.ZipException: zip END header not found
at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1469)
at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1477)
at java.base/java.util.zip.ZipFile$Source.(ZipFile.java:1315)
at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1277)
at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:709)
at java.base/java.util.zip.ZipFile.(ZipFile.java:243)
at java.base/java.util.zip.ZipFile.(ZipFile.java:172)
at java.base/java.util.jar.JarFile.(JarFile.java:347)
at java.base/java.util.jar.JarFile.(JarFile.java:318)
at java.base/java.util.jar.JarFile.(JarFile.java:284)
at net.md_5.ss.SpecialSource.map(SpecialSource.java:69)
at net.md_5.ss.SpecialSource.main(SpecialSource.java:44)
Failed to build Paper
scripts/upstream.sh: line 43: cd: Paper-Server: No such file or directory

@InstantlyMoist InstantlyMoist added the bug Something isn't working label Jul 12, 2024
@RaymanoPL
Copy link

Set java 8
./dionysus patch
Set java 17
Run ./dionysus build

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

No branches or pull requests

2 participants