Jump to content

Can't Load World on Vanilla 1.3.2 with MinecraftForge v4.1.1.251


Recommended Posts

Posted

Hello,

Thank you all for your hard work on the ForgeMod.  My 6 year old is desperate for a mod requiring Forge.  (I like Minecraft too!)

 

I've deleted my .minecraft folder and reinstalled 1.3.2 to ensure there would be no conflicting mods.  I used 7zip to unpack the minecraft jar, copied over the files from the MinecraftForge v4.1.1.251 zip file, deleted the META-INF folder, then rezipped all the files.  I renamed it to a .jar extension. 

 

Minecraft appears to start up normally.  (I haven't tried adding any other mods yet)  But when I try to start a single player game... it gets to "Loading World" then  "Building Terrain" and then crashes.  I've tried creating a new world after installing Forge as well as loading a previously built world.

 

The only other possibly strange thing is that for a brief second, after logging in, there is a "task completion bar" in a pop-up window with a message "FML is setting up your minecraft environment".  It doesn't appear that the progress bar is completed before it disappears and I'm at the main menu.  It may be happening too fast ect... I suppose.

 

I've been scouring the forum posts for any related info but so far no luck.  I'm sorry but I can't decipher the crash logs.

 

Thanks again.

 

 

C:\Users\***\Desktop>java -Xincgc -Xmx1024M -cp Minecraft.exe net.minecraft.LauncherFrame

2012-09-24 16:33:33 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.196.366 for Minecraft client:1.3.2, server:1.3.2 loading

2012-09-24 16:33:35 [iNFO] [sTDOUT] 27 achievements

2012-09-24 16:33:35 [iNFO] [sTDOUT] 195 recipes

2012-09-24 16:33:35 [iNFO] [sTDOUT] Setting user: **, -4250321223704896443

2012-09-24 16:33:36 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

2012-09-24 16:33:37 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2012-09-24 16:33:37 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2012-09-24 16:33:37 [iNFO] [ForgeModLoader] Searching C:\Users\**\AppData\Roaming\.minecraft\mods for mods

2012-09-24 16:33:37 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 2 mods to load

2012-09-24 16:33:38 [iNFO] [sTDOUT] Starting up SoundSystem...

2012-09-24 16:33:38 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2012-09-24 16:33:38 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2012-09-24 16:33:38 [iNFO] [sTDOUT] OpenAL initialized.

2012-09-24 16:33:39 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 2 mods

2012-09-24 16:33:49 [iNFO] [ForgeModLoader] MinecraftForge v4.1.1.251 Initialized

2012-09-24 16:33:51 [iNFO] [sTDERR] java.lang.NoClassDefFoundError: aux

2012-09-24 16:33:51 [iNFO] [sTDERR]    at avf.a(RenderEngine.java:428)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at avb.a(RenderGlobal.java:1987)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at up.a(World.java:1354)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at atd.a(SourceFile:128)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at up.d(World.java:1339)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at atd.d(SourceFile:110)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.a(Minecraft.java:1959)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.a(Minecraft.java:1885)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at asv.a(NetClientHandler.java:166)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at cs.a(Packet1Login.java:112)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at ba.b(MemoryConnection.java:75)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.l(Minecraft.java:1797)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.J(Minecraft.java:834)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2012-09-24 16:33:51 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: aux

2012-09-24 16:33:51 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at java.lang.ClassLoader.loadClass(Unknown Source)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at java.lang.ClassLoader.loadClass(Unknown Source)

2012-09-24 16:33:51 [iNFO] [sTDERR]    ... 15 more

2012-09-24 16:33:51 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2012-09-24 16:33:51 [iNFO] [sTDERR]    at org.objectweb.asm.ClassReader.<init>(Unknown Source)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:167)

2012-09-24 16:33:51 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)

2012-09-24 16:33:51 [iNFO] [sTDERR]    ... 17 more

2012-09-24 16:34:01 [iNFO] [sTDOUT] MinecraftForge v4.1.1.251 Initialized

Stopping!

2012-09-24 16:34:01 [iNFO] [sTDOUT] SoundSystem shutting down...

2012-09-24 16:34:01 [iNFO] [sTDOUT]    Author: Paul Lamb, www.paulscode.com

 

 

 

Also the log dumped by the Minecraft app

 

 

---- Minecraft Crash Report ----

// I blame Dinnerbone.

 

Time: 9/24/12 4:18 PM

Description: Unexpected error

 

java.lang.NoClassDefFoundError: aux

at avf.a(RenderEngine.java:428)

at avb.a(RenderGlobal.java:1987)

at up.a(World.java:1354)

at atd.a(SourceFile:128)

at up.d(World.java:1339)

at atd.d(SourceFile:110)

at net.minecraft.client.Minecraft.a(Minecraft.java:1959)

at net.minecraft.client.Minecraft.a(Minecraft.java:1885)

at asv.a(NetClientHandler.java:166)

at cs.a(Packet1Login.java:112)

at ba.b(MemoryConnection.java:75)

at net.minecraft.client.Minecraft.l(Minecraft.java:1797)

at net.minecraft.client.Minecraft.J(Minecraft.java:834)

at net.minecraft.client.Minecraft.run(Minecraft.java:764)

at java.lang.Thread.run(Unknown Source)

Caused by: java.lang.ClassNotFoundException: aux

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

... 15 more

Caused by: java.lang.NullPointerException

at org.objectweb.asm.ClassReader.<init>(Unknown Source)

at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)

at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:167)

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)

... 17 more

 

Relevant Details:

- Minecraft Version: 1.3.2

- Operating System: Windows 7 (x86) version 6.1

- Java Version: 1.7.0_07, Oracle Corporation

- Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

- Memory: 372011328 bytes (354 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)

- JVM Flags: 2 total; -Xms512m -Xmx1024m

- FML: FML v3.0.196.366 Minecraft Forge 4.1.1.251 2 mods loaded, 2 mods active

FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

- LWJGL: 2.4.2

- OpenGL: ATI Mobility Radeon X1700 GL version 2.1.8304 Release, ATI Technologies Inc.

- Is Modded: Definitely; 'forge,fml'

- Type: Client

- Texture Pack: Default

- Profiler Position: N/A (disabled)

- World MpServer Entities: 1 total; [atg['**'/322, l='MpServer', x=8.50, y=66.62, z=8.50]]

- World MpServer Players: 1 total; [atg['**'/322, l='MpServer', x=8.50, y=66.62, z=8.50]]

- World MpServer Chunk Stats: MultiplayerChunkCache: 0

- Forced Entities: 0 total; []

- Retry Entities: 0

 

 

 

Posted

I saw those mentioned on an earlier post.  I'll dig in to those and check them out.  Do you think using 7zip to unpack and repack the minecraft jar could cause that?  I can't see how.  I'll repeat but without adding the Forge Files.  If the only thing I do is use 7zip to unpack and repack without any other changes and I get the same error then it must be me.

Posted

OK.  Very interesting.  Sorry I didn't think of checking this before.  I just took a working vanilla minecraft.jar - used 7zip to extract to "\minecraft"  - then selected all files and added them to "minecraft.zip"  then renamed that file "minecraft.jar"

 

Forge Files not added.

 

So... that doesn't work.  I get the same crash.  Probably I'm doing something really dumb.  So I'll check out those other apps you mentioned.  Thanks

Posted

Windows cant have files with 'aux' in the name, so the whole 'extract all of minecraft to a folder' is out.

Why would you do that anyways?

You could just open minecraft.jar in zip and drag stuff in like ti itself was a folder.

But ya, If you try to extract aux to disk, you're doing it wrong.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I downloaded Forgematice, moved the file to the mods folder, but after starting Minecraft it does not detect any modifications, I need help
    • Upon registering a new account on here, there's a simple security question. Something along the lines of "name a tool you can craft in vanilla Minecraft" and "name a weapon you can craft in vanilla Minecraft". I answered these with answers that are correct. Yet I'm told I "didn't pass the security check". This happens with every answer to every question. If you can't craft a pickaxe, or use a sword as a weapon in vanilla Minecraft then you and I must be playing a totally different game!!
    • Hello, and happy new year! I've returned to modding while on break from work, and cannot make heads or tails of the method for setting the correct tool for breaking a custom block. This should be a simple affair, but after digging through the vanilla files, all I could find was  assets/data/minecraft/tags/block/mineable/pickaxe.json (and axe, hoe, shovel). So I figured this must be how they're specifying the tool for each block. Yet, after implementing a similar file in my own data folder, it still doesn't work. Plus, this doesn't address the issue of specifying what level of tool is required (wood/stone/iron, etc).   So, please... how should this be being done, properly? And could it be done through the Java code rather than JSON files, without overriding functions for block breaking? I'm either missing something obvious, or -- as is more likely the case -- this is just far more convoluted than it ought to be, for something that should just be a field or two in the Block Properties.
    • and this forge error, is just for forge 1.19.2
    • hey. when i want to install forge , it shows me an error that says :  failed to run processor: java.net.ssl.SSLHandshakeException:Remote host ... . . . Try updating your java before trying again. but my java is the latest version of java. please help me to fix this  
  • Topics

×
×
  • Create New...

Important Information

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