Jump to content

Recommended Posts

Posted

The problem

 

Yesterday, I downloaded the Forge 7.8.1.738 source for Minecraft 1.5.2. install.sh failed trying to access scala-library.jar with this error:

 

scala-library.jar; cannot read zip file

 

I was able to resolve the error, and I'm posting my fix for others who have the same problem.

 

Why the problem occurs

 

Here's my diagnosis of the underlying issue. The install script downloads a number of .jar files. When it tries to download scala-library.jar, the server returns a 404 page. But, the script doesn't detect this, and instead saves the HTML of the 404 page into scala-library.jar. Later, when something tries to read the .jar file as if it's a Java archive, it crashes, because the file contains HTML instead of valid .jar data. That's why it says "cannot read zip file." (Java archives are encoded in zip format.)

 

The solution

 

You need to give Forge a valid copy of scala-library.jar. I was able to obtain a copy from here:

 

http://www.scala-lang.org/download/

 

Download the main Scala package from that page. Extract the archive and look in the lib subfolder. You should see scala-library.jar there. Be sure you get a version of Scala that's compatible with Forge. As of this writing, that's Scala 2.10.2. Later versions may work, but I can't promise that.

 

Start with a freshly extracted copy of Forge. Run install.sh and let it fail. Copy your valid version of scala-library.jar (the one you got from scala-lang.org) into forge/mcp/lib, replacing the invalid version. Run install.sh again. It will ask you if you want to overwrite MCP. Say yes.

 

For me, that resolved the issue, and install.sh succeeded.

 

As a side note, the EAC mentions that you can download the .jars from forgeessentials.com. I tried this first, but the scala-library.jar from there appeared to be corrupted. I didn't spend much time investigating this error, because I was able to work around it by just downloading the file from scala-lang.org.

  • 3 weeks later...
Posted

Thank you very much for this post, I almost gave up.

 

 

One thing I noticed is that there's a bit of a gap in between when the installer downloads scala-library.jar and when it extracts it, so if you're quick you can just paste the new one right over the broken one and the installer will run all the way through.

 

Thanks again!

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I tried do download the essential mod to my mod pack but i didnt work. I paly on 1.21 and it should work. I use neoforge for my modding. The weird things is my friend somehow added the mod to his modpack and many others that I somehow can´t. Is there anything i can do? 
    • Thanks, I've now installed a slightly newer version and the server is at least starting up now.
    • i have the same issue. Found 1 Create mod class dependency(ies) in createdeco-1.3.3-1.19.2.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Found 11 Create mod class dependency(ies) in createaddition-fabric+1.19.2-20230723a.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Detailed walkthrough of mods which rely on missing Create mod classes: Mod: createaddition-fabric+1.19.2-20230723a.jar Missing classes of create: com/simibubi/create/compat/jei/category/sequencedAssembly/JeiSequencedAssemblySubCategory com/simibubi/create/compat/recipeViewerCommon/SequencedAssemblySubCategoryType com/simibubi/create/compat/rei/CreateREI com/simibubi/create/compat/rei/EmptyBackground com/simibubi/create/compat/rei/ItemIcon com/simibubi/create/compat/rei/category/CreateRecipeCategory com/simibubi/create/compat/rei/category/WidgetUtil com/simibubi/create/compat/rei/category/animations/AnimatedBlazeBurner com/simibubi/create/compat/rei/category/animations/AnimatedKinetics com/simibubi/create/compat/rei/category/sequencedAssembly/ReiSequencedAssemblySubCategory com/simibubi/create/compat/rei/display/CreateDisplay Mod: createdeco-1.3.3-1.19.2.jar Missing classes of create: com/simibubi/create/content/kinetics/fan/SplashingRecipe
    • The crash points to moonlight lib - try other builds or make a test without this mod and the mods requiring it
    • Do you have shaders enabled? There is an issue with the mod simpleclouds - remove this mod or disable shaders, if enabled  
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.