Jump to content

Recommended Posts

Posted

I'm using Magic Launcher to install my mods, and all went well until I had to get a new version of Forge. I forgot my previous version, but it was before 3.3.7. For sure. Anyways, I got the latest version, and I got "Two errors." The error log was as follows:

 

 

 

MagicLauncher 0.9.8

java.home: C:\Program Files\Java\jre7

java.runtime.name: Java SE Runtime Environment

java.runtime.version: 1.7.0_05-b05

os.name: Windows Vista

os.version: 6.0

os.arch: x86

sun.arch.data.model: 32

Missing class member: public static [Labn; biomeArray, class: ahy, mod: MinecraftForge-3.3.7.135-Client.zip

Class member is not public: private (ILjava/lang/String;)V <init>, class: vx, mod: MinecraftForge-3.3.7.135-Client.zip

Missing class member: public static [Labn; biomeArray, class: ahy, mod: minecraftforge-client-3.2.6.130.zip

Class member is not public: private (ILjava/lang/String;)V <init>, class: vx, mod: minecraftforge-client-3.2.6.130.zip

Missing class member: public static [Labn; biomeArray, class: ahy, mod: minecraftforge-client-3.3.7.135.zip

Class member is not public: private (ILjava/lang/String;)V <init>, class: vx, mod: minecraftforge-client-3.3.7.135.zip

 

 

Once I got the "two errors" message, I didn't download any other mod. But I ALWAYS downloaded in the order of Modloader, ModloaderMP, Forge, and then other mods.

I'm not at all sure why this is happening, for I was playing with it just fine not an hour ago. Any help would be appreciated.

Posted

Why are you trying to install three different forge mods (2 different versions) into Minecraft?  Something is VERY wrong with your set up. In addition, you no longer need ModLoader as its functionality is included in Forge now and ModLoaderMP is outdated. Mods should no longer be requiring ModLoaderMP.

Posted

I don't recall adding two other forge versions into my minecraft. Once I got the error, and Minecraft blackscreened, I deleted the .jar, ran minecraft, and tried again. I got the same result. Unless I'm missing something.

Posted

I only have the log you submitted which lists three different forge zip files...

 

MinecraftForge-3.3.7.135-Client.zip

minecraftforge-client-3.2.6.130.zip

minecraftforge-client-3.3.7.135.zip

 

Posted

Oops, must have messed that up. I'll try to run a mod that requires Modloader & Forge to work. (Pam's Harvestcraft for this.)

 

 

--- BEGIN ERROR REPORT e8de9772 --------

Generated 6/16/12 1:40 PM

 

Minecraft: Minecraft 1.2.5

OS: Windows Vista (x86) version 6.0

Java: 1.7.0_05, Oracle Corporation

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

LWJGL: 2.4.2

OpenGL: ATI Radeon HD 2400 PRO    version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.

 

java.lang.NoSuchMethodError: pb.isGenMineableReplaceable(Lxd;III)Z

at eh.a(WorldGenMinable.java:61)

at yg.a(SourceFile:236)

at yg.b(SourceFile:250)

at yg.a(SourceFile:68)

at yg.a(SourceFile:27)

at abn.a(SourceFile:215)

at aly.a(SourceFile:460)

at ko.a(ChunkProvider.java:205)

at ack.a(Chunk.java:1192)

at ko.c(ChunkProvider.java:115)

at ko.b(ChunkProvider.java:128)

at xD.d(World.java:648)

at xD.a(World.java:563)

at net.minecraft.client.Minecraft.e(Minecraft.java:2199)

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

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

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

at xh.a(SourceFile:163)

at vp.a(SourceFile:74)

at xh.a(SourceFile:233)

at vp.f(SourceFile:122)

at vp.i(SourceFile:110)

at net.minecraft.client.Minecraft.k(Minecraft.java:1567)

at net.minecraft.client.Minecraft.x(Minecraft.java:822)

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

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

--- END ERROR REPORT 34f77310 ----------

 

 

 

Mods loaded in order: Modloader, MinecraftForge, 4096Fix, Pam's Harvestcraft. I'm not sure if this means much towards the fix, but when I move the Forge up, on top of the Modloader, (As in Mods loaded: Forge, modloader, etc...) Modloader has 10 errors, and Forge is ok. The error report for the modloader error is as follows:

 

 

--- BEGIN ERROR REPORT 9f578458 --------

Generated 6/16/12 1:44 PM

 

Minecraft: Minecraft 1.2.5

OS: Windows Vista (x86) version 6.0

Java: 1.7.0_05, Oracle Corporation

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

LWJGL: 2.4.2

OpenGL: ATI Radeon HD 2400 PRO    version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.

 

cpw.mods.fml.common.LoaderException: java.lang.NullPointerException

at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoaderModContainer.java:114)

at cpw.mods.fml.common.Loader.preModInit(Loader.java:235)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:593)

at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:193)

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

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

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

Caused by: java.lang.NullPointerException

at ModLoader.registerTileEntity(ModLoader.java:1480)

at ModLoader.registerTileEntity(ModLoader.java:1470)

at mod_Pamfood.<init>(mod_Pamfood.java:735)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

at java.lang.reflect.Constructor.newInstance(Unknown Source)

at java.lang.Class.newInstance0(Unknown Source)

at java.lang.Class.newInstance(Unknown Source)

at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoaderModContainer.java:107)

... 6 more

--- END ERROR REPORT 5e84d0a2 ----------

 

 

Posted

Try leaving ModLoader out completely and see what happens. Try this even though a mod says it requires ModLoader. Forge is now supposed to be exactly duplicating ModLoader's functionality.

 

Also, the error message in your first log is caused by something you are installing in your jar file after forge is overwriting Forge's version pb.class (the Block class)

 

You left out the part of the log that lists mods, so you are on your own figuring out which one is doing this... :D

Posted

Forge duplicates Modloaders functionality...Did not know that. I put in Forge, put in Pams Harvestcraft, no 4096 fix, 'cause that was spouting errors up the wazoo, and...It worked. Nothing asploded, computer didn't meltdown...And I didn't even need to do much. Just remove one mod. Thank you, so much! I am now certain I am a complete idiot for not trying that.

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 need to know what mod is doing this crash, i mean the mod xenon is doing the crash but i want to know who mod is incompatible with xenon, but please i need to know a solution if i need to replace xenon, i cant use optifine anymore and all the other mods i tried(sodium, lithium, vulkan, etc) doesn't work, it crash the game.
    • I have been trying to solve a consistent crashing issue on my brother's computer where it will crash during the "Scanning Mod Candidates" phase of the loading process that starts when you click the play button on the Minecraft launcher. The issue seems to stem from a missing library that it mentions in the log file I provide below. I might I'm missing the bigger issue here for a smaller one but hopefully someone can find what I'm missing. Here's all of the stuff that I've been able to figure out so far: 1. It has nothing to do with mods, the crash happened with a real modpack, and even when I made a custom modpack and launched it without putting ANY mods into it (That is where the log file comes from by the way). 2. I have tried to find this class like a file in the Minecraft folders, but I've had no luck finding it (I don't think it works like that, but since I really don't understand how it works, I just figured I'd try). 3. I haven't seen anyone else have this issue before. 4. I know that my modpack (with mods) does work since I've run it on my computer, and it works fantastic. For some reason my brother's computer can't seem to run anything through curseforge. 5. This is for Minecraft version 1.20.1, Minecraft launcher version 3.4.50-2.1.3, forge 47.3.0, and curseforge app version 1.256.0.21056 6. My brother is using a Dell laptop from 6 years ago running Windows 10 (If you think more info on this would help, please ask as I do have it. I'm just choosing not to put it here for now). 7. I have reinstalled the curseforge app and installed Minecraft version 1.20.1. I have not reinstalled Minecraft or forge 47.3.0 but I didn't know if that would help. 8. I had an error code of 1 Please let me know if there is anything else that I am missing that you would like me to add to this post/add in a comment! Lastly, many thanks in advance to whoever can help! ------------- LOG FILE (latest.log) ------------- (from /Users/<NAME OF USER>/cursforge/minecraft/Instances/<THE NAME OF MY EMPTY MODPACK>/logs/latest.log) (This was made after running an empty modpack with same versions for all apps) ("[REDACTED]" is not the actual text from the log, it is me replacing text I figured wouldn't be necessary for fixing and would hurt my privacy) https://pastebin.com/hxXvGGEK ------------- DEBUG.LOG (I realized that I should have put this here first after I had done all of the work on putting latest.log in) -------------------- (again, "[REDACTED]" is not the actual text from the log, it is me replacing text I figured wouldn't be necessary for fixing and would hurt my privacy) https://pastebin.com/Fmh8GHYs
    • Pastebin... https://pastebin.com/Y3iZ85L5   Brand new profile, does not point to a mod as far as I can tell, my fatal message just has something about mixins. Don't know much about reading logs like this, but am genuinely stuck, please help. Java updated, pc restarted.
    • I was playing minecraft, forge 47.3.0 and 1.20.1, but when i tried to play minecraft now only crashes, i need help please. here is the crash report: https://securelogger.net/files/e6640a4f-9ed0-4acc-8d06-2e500c77aaaf.txt
  • Topics

×
×
  • Create New...

Important Information

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