Jump to content

How do I change .jar files back into .zip files?!


Undead_Gamer

Recommended Posts

I am building a new modpack and when I test it I got an eror saying that "The directories below appear to be extracted jar files. Fix this before you continue." For some reason I got the bright idea to export my .zip files into .jar files, then I found out that Java doesn't like that. I'm trying to figure out how to change them back into zip files. The report says what the mods are but I don't have any of those mods in my mods folder that are .zip. I'm sorry, I know I'm a noob, but if someone could help me that would be appreciated! Thx!

 

Crash report: [15:07:02] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[15:07:02] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[15:07:02] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker

[15:07:02] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading

[15:07:02] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\Caleb\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_25

[15:07:03] [main/FATAL] [FML]: There appear to be jars extracted into the mods directory. This is VERY BAD and will almost NEVER WORK WELL

[15:07:03] [main/FATAL] [FML]: You should place original jars only in the mods directory. NEVER extract them to the mods directory.

[15:07:03] [main/FATAL] [FML]: The directories below appear to be extracted jar files. Fix this before you continue.

[15:07:03] [main/FATAL] [FML]: Directory [1.7.10]Sponge Armor 1.0 contains []

[15:07:03] [main/ERROR] : Could not save crash report to C:\Users\Caleb\Documents\Curse\Minecraft\Instances\The Best of the Best (1)\crash-reports\fml-crash-2016-10-10_15:07:03.txt

java.io.FileNotFoundException: C:\Users\Caleb\Documents\Curse\Minecraft\Instances\The Best of the Best (1)\crash-reports\fml-crash-2016-10-10_15:07:03.txt (The filename, directory name, or volume label syntax is incorrect)

at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0_25]

at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_25]

at java.io.FileOutputStream.<init>(FileOutputStream.java:162) ~[?:1.8.0_25]

at java.io.FileWriter.<init>(FileWriter.java:90) ~[?:1.8.0_25]

at b.a(SourceFile:233) [b.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]

at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]

at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:280) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

[15:07:03] [main/INFO] [sTDOUT]: [cpw.mods.fml.relauncher.CoreModManager:discoverCoreMods:281]: #@!@# FML has crashed the game deliberately. Crash report saved to: #@!@# C:\Users\Caleb\Documents\Curse\Minecraft\Instances\The Best of the Best (1)\crash-reports\fml-crash-2016-10-10_15:07:03.txt

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.RuntimeException: Extracted mod jars found, loading will NOT continue

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:273)

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[15:07:03] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\Caleb\Documents\Curse\Minecraft\Instances\The Best of the Best (1) for Forge Mod Loader

java.lang.RuntimeException: Extracted mod jars found, loading will NOT continue

at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:273) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

[15:07:03] [main/ERROR] [LaunchWrapper]: Unable to launch

java.lang.RuntimeException: Extracted mod jars found, loading will NOT continue

at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:273) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

Exception in thread "main" [15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: cpw.mods.fml.relauncher.FMLSecurityManager$ExitTrappedException

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:25)

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.SecurityManager.checkExit(SecurityManager.java:761)

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Runtime.exit(Runtime.java:107)

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.System.exit(System.java:968)

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)

[15:07:03] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

Link to comment
Share on other sites

1.7.10 is no longer supported on this forum.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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