Jump to content

Recommended Posts

Posted

Hi

 

I have decided to make a mod, so I installed forge, ran  the scripts.

 

I have tried with the recommended forge, and the latest forge, same results.  Copied the bin and resource folders from a working install of MC1.5.1 to the mcp jars folders.

 

First thing I tried to do was just run Minecraft from eclipse, it starts but I can't create a world, or load an existing one that I copied to the jars/saves folder.  Every looks fine, the screens opens, I can name the world in single player, set some options or pick a world to load, then it crashes with this out put.

 

This is on linux, java 7, eclipse.

 

Is there some thing stupid I have missed in the install? 

 

 

 

 

2013-04-16 21:05:23 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.1.8.611 for Minecraft 1.5.1 loading

2013-04-16 21:05:23 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_17, running on Linux:amd64:3.5.0-17-generic, installed at /usr/lib/jvm/java-7-oracle/jre

2013-04-16 21:05:23 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

2013-04-16 21:05:25 [iNFO] [sTDOUT] 229 recipes

2013-04-16 21:05:25 [iNFO] [sTDOUT] 27 achievements

2013-04-16 21:05:25 [iNFO] [Minecraft-Client] Setting user: Player585

2013-04-16 21:05:25 [iNFO] [sTDOUT] (Session ID is -)

2013-04-16 21:05:25 [iNFO] [sTDERR] Client asked for parameter: server

2013-04-16 21:05:25 [iNFO] [Minecraft-Client] LWJGL Version: 2.8.4

2013-04-16 21:05:25 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2013-04-16 21:05:25 [iNFO] [sTDOUT] MinecraftForge v7.7.1.611 Initialized

2013-04-16 21:05:25 [iNFO] [ForgeModLoader] MinecraftForge v7.7.1.611 Initialized

2013-04-16 21:05:25 [iNFO] [sTDOUT] Replaced 85 ore recipies

2013-04-16 21:05:25 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2013-04-16 21:05:25 [iNFO] [ForgeModLoader] Reading custom logging properties from /home/rob/Projects/Minecraft/forge/mcp/jars/config/logging.properties

2013-04-16 21:05:25 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2013-04-16 21:05:26 [iNFO] [ForgeModLoader] Searching /home/rob/Projects/Minecraft/forge/mcp/jars/mods for mods

2013-04-16 21:05:26 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load

2013-04-16 21:05:26 [iNFO] [mcp] Activating mod mcp

2013-04-16 21:05:26 [iNFO] [FML] Activating mod FML

2013-04-16 21:05:26 [iNFO] [Forge] Activating mod Forge

2013-04-16 21:05:26 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2013-04-16 21:05:26 [iNFO] [sTDERR] java.lang.NoClassDefFoundError: paulscode/sound/codecs/CodecIBXM

2013-04-16 21:05:26 [iNFO] [sTDERR] at net.minecraftforge.client.ModCompatibilityClient.audioModAddCodecs(ModCompatibilityClient.java:140)

2013-04-16 21:05:26 [iNFO] [sTDERR] at net.minecraft.client.audio.SoundManager.tryToSetLibraryAndCodecs(SoundManager.java:100)

2013-04-16 21:05:26 [iNFO] [sTDERR] at net.minecraft.client.audio.SoundManager.loadSoundSettings(SoundManager.java:77)

2013-04-16 21:05:26 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:438)

2013-04-16 21:05:26 [iNFO] [sTDERR] at net.minecraft.client.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:44)

2013-04-16 21:05:26 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:729)

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.lang.Thread.run(Thread.java:722)

2013-04-16 21:05:26 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: paulscode.sound.codecs.CodecIBXM

2013-04-16 21:05:26 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

2013-04-16 21:05:26 [iNFO] [sTDERR] ... 7 more

2013-04-16 21:05:26 [iNFO] [sTDERR] Caused by: java.lang.SecurityException: class "paulscode.sound.codecs.CodecIBXM"'s signer information does not match signer information of other classes in the same package

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.lang.ClassLoader.checkCerts(ClassLoader.java:943)

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.lang.ClassLoader.preDefineClass(ClassLoader.java:657)

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.lang.ClassLoader.defineClass(ClassLoader.java:785)

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

2013-04-16 21:05:26 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:200)

2013-04-16 21:05:26 [iNFO] [sTDERR] ... 9 more

2013-04-16 21:05:26 [iNFO] [sTDERR] error linking with the LibraryJavaSound plug-in

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/items/clock.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/items/compass.txt

2013-04-16 21:05:27 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 3 mods

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/items/clock.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/items/compass.txt

2013-04-16 21:05:34 [iNFO] [sTDERR] net.minecraft.util.ReportedException: Updating screen events

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1503)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:831)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:756)

2013-04-16 21:05:34 [iNFO] [sTDERR] at java.lang.Thread.run(Thread.java:722)

2013-04-16 21:05:34 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.audio.SoundManager.playStreaming(SoundManager.java:254)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:2073)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:2009)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.launchIntegratedServer(Minecraft.java:1926)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.gui.GuiSelectWorld.selectWorld(GuiSelectWorld.java:228)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.gui.GuiSelectWorld.actionPerformed(GuiSelectWorld.java:172)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.gui.GuiScreen.mouseClicked(GuiScreen.java:124)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:203)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:177)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1496)

2013-04-16 21:05:34 [iNFO] [sTDERR] ... 3 more

2013-04-16 21:05:44 [iNFO] [sTDERR] Someone is closing me!

 

 

 

Posted

Hi

 

I have decided to make a mod, so I installed forge, ran  the scripts.

 

I have tried with the recommended forge, and the latest forge, same results.  Copied the bin and resource folders from a working install of MC1.5.1 to the mcp jars folders.

 

First thing I tried to do was just run Minecraft from eclipse, it starts but I can't create a world, or load an existing one that I copied to the jars/saves folder.  Every looks fine, the screens opens, I can name the world in single player, set some options or pick a world to load, then it crashes with this out put.

 

This is on linux, java 7, eclipse.

 

Is there some thing stupid I have missed in the install? 

 

 

 

 

2013-04-16 21:05:23 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.1.8.611 for Minecraft 1.5.1 loading

2013-04-16 21:05:23 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_17, running on Linux:amd64:3.5.0-17-generic, installed at /usr/lib/jvm/java-7-oracle/jre

2013-04-16 21:05:23 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

2013-04-16 21:05:25 [iNFO] [sTDOUT] 229 recipes

2013-04-16 21:05:25 [iNFO] [sTDOUT] 27 achievements

2013-04-16 21:05:25 [iNFO] [Minecraft-Client] Setting user: Player585

2013-04-16 21:05:25 [iNFO] [sTDOUT] (Session ID is -)

2013-04-16 21:05:25 [iNFO] [sTDERR] Client asked for parameter: server

2013-04-16 21:05:25 [iNFO] [Minecraft-Client] LWJGL Version: 2.8.4

2013-04-16 21:05:25 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2013-04-16 21:05:25 [iNFO] [sTDOUT] MinecraftForge v7.7.1.611 Initialized

2013-04-16 21:05:25 [iNFO] [ForgeModLoader] MinecraftForge v7.7.1.611 Initialized

2013-04-16 21:05:25 [iNFO] [sTDOUT] Replaced 85 ore recipies

2013-04-16 21:05:25 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2013-04-16 21:05:25 [iNFO] [ForgeModLoader] Reading custom logging properties from /home/rob/Projects/Minecraft/forge/mcp/jars/config/logging.properties

2013-04-16 21:05:25 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2013-04-16 21:05:26 [iNFO] [ForgeModLoader] Searching /home/rob/Projects/Minecraft/forge/mcp/jars/mods for mods

2013-04-16 21:05:26 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load

2013-04-16 21:05:26 [iNFO] [mcp] Activating mod mcp

2013-04-16 21:05:26 [iNFO] [FML] Activating mod FML

2013-04-16 21:05:26 [iNFO] [Forge] Activating mod Forge

2013-04-16 21:05:26 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2013-04-16 21:05:26 [iNFO] [sTDERR] java.lang.NoClassDefFoundError: paulscode/sound/codecs/CodecIBXM

2013-04-16 21:05:26 [iNFO] [sTDERR] at net.minecraftforge.client.ModCompatibilityClient.audioModAddCodecs(ModCompatibilityClient.java:140)

2013-04-16 21:05:26 [iNFO] [sTDERR] at net.minecraft.client.audio.SoundManager.tryToSetLibraryAndCodecs(SoundManager.java:100)

2013-04-16 21:05:26 [iNFO] [sTDERR] at net.minecraft.client.audio.SoundManager.loadSoundSettings(SoundManager.java:77)

2013-04-16 21:05:26 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:438)

2013-04-16 21:05:26 [iNFO] [sTDERR] at net.minecraft.client.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:44)

2013-04-16 21:05:26 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:729)

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.lang.Thread.run(Thread.java:722)

2013-04-16 21:05:26 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: paulscode.sound.codecs.CodecIBXM

2013-04-16 21:05:26 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

2013-04-16 21:05:26 [iNFO] [sTDERR] ... 7 more

2013-04-16 21:05:26 [iNFO] [sTDERR] Caused by: java.lang.SecurityException: class "paulscode.sound.codecs.CodecIBXM"'s signer information does not match signer information of other classes in the same package

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.lang.ClassLoader.checkCerts(ClassLoader.java:943)

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.lang.ClassLoader.preDefineClass(ClassLoader.java:657)

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.lang.ClassLoader.defineClass(ClassLoader.java:785)

2013-04-16 21:05:26 [iNFO] [sTDERR] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

2013-04-16 21:05:26 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:200)

2013-04-16 21:05:26 [iNFO] [sTDERR] ... 9 more

2013-04-16 21:05:26 [iNFO] [sTDERR] error linking with the LibraryJavaSound plug-in

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/items/clock.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/items/compass.txt

2013-04-16 21:05:27 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 3 mods

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/items/clock.txt

2013-04-16 21:05:27 [iNFO] [Minecraft-Client] Found animation info for: textures/items/compass.txt

2013-04-16 21:05:34 [iNFO] [sTDERR] net.minecraft.util.ReportedException: Updating screen events

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1503)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:831)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:756)

2013-04-16 21:05:34 [iNFO] [sTDERR] at java.lang.Thread.run(Thread.java:722)

2013-04-16 21:05:34 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.audio.SoundManager.playStreaming(SoundManager.java:254)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:2073)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:2009)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.launchIntegratedServer(Minecraft.java:1926)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.gui.GuiSelectWorld.selectWorld(GuiSelectWorld.java:228)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.gui.GuiSelectWorld.actionPerformed(GuiSelectWorld.java:172)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.gui.GuiScreen.mouseClicked(GuiScreen.java:124)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:203)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:177)

2013-04-16 21:05:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1496)

2013-04-16 21:05:34 [iNFO] [sTDERR] ... 3 more

2013-04-16 21:05:44 [iNFO] [sTDERR] Someone is closing me!

 

 

 

Posted

 

It turns out there was something I missed, I did not remove the META-INF folder from the minecraft.jar file. 

 

I had assumed it was removed by the setup script

Posted

 

It turns out there was something I missed, I did not remove the META-INF folder from the minecraft.jar file. 

 

I had assumed it was removed by the setup script

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



×
×
  • Create New...

Important Information

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