Jump to content

Recommended Posts

Posted

Hello, I am using Magic Laucher and yes I have tried with and without it. I will get the latest Forge and this error occurs:

 

Missing class member: public B c, class: ahn, mod: minecraftforge-universal-1.4.7-6.6.0.497.zip

 

Im not sure how to fix it so please help.

 

**EDIT**

 

I forgot to mention older forges work (1.4.5 works for 1.4.5) But 1.4.6 and 1.4.7  dont work with the right version of minecraft.

Posted

Sorry if anything is *VERY* obvious.

 

 

 

 

 

 

 

Disable inactive mods

2013-02-09 11:37:03 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.7.4.520 for Minecraft 1.4.7 loading

2013-02-09 11:37:03 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d

2013-02-09 11:37:03 [iNFO] [sTDOUT] Adding Accesstransformer map: codechickencore_at.cfg

2013-02-09 11:37:03 [iNFO] [sTDOUT] Adding Accesstransformer map: nei_at.cfg

2013-02-09 11:37:04 [iNFO] [sTDOUT] Inserted super call into atq.c

2013-02-09 11:37:04 [iNFO] [sTDOUT] atq was overriden from NotEnoughItems 1.4.1.jar

2013-02-09 11:37:04 [iNFO] [sTDOUT] Generated BlockMobSpawner helper method.

2013-02-09 11:37:05 [iNFO] [sTDOUT] 27 achievements

2013-02-09 11:37:05 [iNFO] [sTDOUT] 210 recipes

2013-02-09 11:37:05 [iNFO] [sTDOUT] Setting user: DreamingLord, 571788531

2013-02-09 11:37:05 [iNFO] [sTDERR] Client asked for parameter: server

2013-02-09 11:37:05 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

2013-02-09 11:37:05 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.InstantiationError: atq

2013-02-09 11:37:05 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.a(Minecraft.java:407)

2013-02-09 11:37:05 [iNFO] [sTDERR]    at asq.a(SourceFile:56)

2013-02-09 11:37:05 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:744)

2013-02-09 11:37:05 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

 

 

Posted

Make sure you have the right versions of CodeChickenCore and NEI.

There's an EAQ for a reason. Read it!

"Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998

 

First rule of bug reports: More information is always better.

Oh, and logs OR IT DIDN'T HAPPEN!!

Posted

Check your coremods folder.

There's an EAQ for a reason. Read it!

"Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998

 

First rule of bug reports: More information is always better.

Oh, and logs OR IT DIDN'T HAPPEN!!

Posted

The only coremod folders I have is for Tekkit and FTB,

 

 

This may or may not help

 

  Reveal hidden contents

 

Sorry again if anything is obvious

 

 

Posted

2012-08-27 10:51:04  [ForgeModLoader] Forge Mod Loader version 3.0.71.289 for Minecraft client:1.3.2, server:1.3.2 loading

Read the EAQ before posting! OR ELSE!

 

  Quote
This isn't building better software, its trying to grab a place in the commit list of a highly visible github project.

 

www.forgeessentials.com

 

Don't PM me, I don't check this account unless I have to.

Posted

What exactly is it that you're trying to do? You've used two different versions of Minecraft, used both Tekkit and FTB, and have somehow managed to confuse one folder for another.

There's an EAQ for a reason. Read it!

"Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998

 

First rule of bug reports: More information is always better.

Oh, and logs OR IT DIDN'T HAPPEN!!

Posted

And you're using magic launcher to install Minecraft Forge to a vanilla Minecraft?

There's an EAQ for a reason. Read it!

"Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998

 

First rule of bug reports: More information is always better.

Oh, and logs OR IT DIDN'T HAPPEN!!

Posted

What version of Minecraft are you using for installing Forge?

One log says 1.3.2, the other says 1.4.7

There's an EAQ for a reason. Read it!

"Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998

 

First rule of bug reports: More information is always better.

Oh, and logs OR IT DIDN'T HAPPEN!!

Posted

I am using 1.4.7.

 

The one that said 1.3.2 was ForgeModloader-client-0 theres ForgeModloader-client-1,2 and 0.log  Then there's ForgeModloader-0,1,2 Im not sure which are which so I used client-0 because someone said that was the log.  Oh, I just looked at the other, they all say 1.3.2....

 

The 1.4.7 one was from the MagicLauncher one (show log).

Posted

1. go into normal minecraft launcher, click options then force update, then launch it then close it

2. now download the LATEST nei and codechickencore, and place them in the coremods folder

3. download the LATEST forge

4. add forge into magic launcher

5. launch

6. if it doesn't work, post a forgemodloader-client-0-log

[shadow=black,right][glow=green,2,300]

uyjulian's website

[/glow][/shadow]

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Betafort Recovery has emerged as a prominent figure in the realm of cryptocurrency recovery, gaining a reputation for their exceptional ability to retrieve lost Bitcoin (BTC) and other cryptocurrencies. Their expertise and track record have made them a beacon of hope for individuals facing the distressing situation of lost or inaccessible crypto assets.  
    • When you name a method like that, with no return value, it is a constructor. The constructor must have the same name as the class it constructs, in this case, ModItems. I would strongly advise reading up on some basic Java tutorials, because you will definitely be running into a lot more issues as you go along without the basics. *I should also add that the Forge documentation is a reference, not a tutorial. Even following tutorials, you should know Java basics, otherwise the smallest of mistakes will trip you up as you copy someone elses code.
    • so, I'm starting modding and I'm following the official documantation for forge: https://docs.minecraftforge.net, but in the registries part it is not working as it is in the docs:   public class ModItems { private static final DeferredRegister<Item> ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, DarkStarvation.MOD_ID); public static final RegistryObject<Item> TEST_ITEM = ITEMS.register("test_item", () -> new Item(new Item.Properties())); public DarkStarvation(FMLJavaModLoadingContext context) { ITEMS.register(context.getModEventBus()); } } in 'public DarkStarvation(...' the DarkStarvation has this error: Invalid method declaration; return type required and the getModEventBus(): Cannot resolve method 'getModEventBus' in 'FMLJavaModLoadingContext' please help, I asked gpt but it is saying that I'm using an old method, but I'm following the latest version of Forge Docs???
    • I merged your second post with the original , there is no need to post a new thread asking for an answer. If someone sees your post and can help, they will reply. If you are seeking a quicker response, you could try asking in the Minecraft Forge diacord.
    • Create a new instance and start with cobblemon - if this works, add the rest of your mods in groups   Maybe another mod is conflicting - like Sodium/Iris or Radical Cobblemon Trainers
  • Topics

×
×
  • Create New...

Important Information

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