Jump to content

Can't initialize the game :(


Recommended Posts

Hello, my name's Alice and I'm pretty new to mods in Minecraft and forge... I've downloaded forge for version 1.12.2 and a bunch of mods I wanted to use, and before I put the mods in, the game ran fine, Forge was working, but since I put the mods in, it doesn't seem to work anymore. The game won't even initialize, here is the error message I have every time I try to run the game:

 

The game crashed whilst initializing game Error: java.lang.NoSuchMethodError: net.minecraftforge.fml.common.registry.GameRegistry.registerTileEntity(Ljava/lang/Class;Lnet/minecraft/util/ResourceLocation;)V

 

And here is the crash report :

 

---- Minecraft Crash Report ----
// Oops.

Time: 7/8/19 6:14 PM
Description: Initializing game

java.lang.NoSuchMethodError: net.minecraftforge.fml.common.registry.GameRegistry.registerTileEntity(Ljava/lang/Class;Lnet/minecraft/util/ResourceLocation;)V
    at its_meow.betteranimalsplus.init.BetterAnimalsPlusRegistrar.registerBlocks(BetterAnimalsPlusRegistrar.java:64)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_7_BetterAnimalsPlusRegistrar_registerBlocks_Register.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:143)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
    at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:734)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:603)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at its_meow.betteranimalsplus.init.BetterAnimalsPlusRegistrar.registerBlocks(BetterAnimalsPlusRegistrar.java:64)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_7_BetterAnimalsPlusRegistrar_registerBlocks_Register.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:143)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
    at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:734)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:603)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Mac OS X (x86_64) version 10.12.6
    Java Version: 1.8.0_74, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 765765808 bytes (730 MB) / 1979711488 bytes (1888 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.0.2552 21 mods loaded, 21 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                | Version      | Source                                               | Signature                                |
    |:----- |:----------------- |:------------ |:---------------------------------------------------- |:---------------------------------------- |
    | UCH   | minecraft         | 1.12.2       | minecraft.jar                                        | None                                     |
    | UCH   | mcp               | 9.42         | minecraft.jar                                        | None                                     |
    | UCH   | FML               | 8.0.99.99    | forge-1.12.2-14.23.0.2552.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCH   | forge             | 14.23.0.2552 | forge-1.12.2-14.23.0.2552.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCH   | mercurius_updater | 1.0          | MercuriusUpdater-1.12.2.jar                          | None                                     |
    | UCH   | betteranimalsplus | 6.0.3        | betteranimalsplus-1.12.2-6.0.3.jar                   | None                                     |
    | UCH   | blockcraftery     | 1.12.2-1.1.0 | Blockcraftery-Mod-1.12.2.jar                         | None                                     |
    | UCE   | zawa              | 1.12.2-1.6.0 | zawa+-+1.6.0+(1.12.2).jar                            | 3ee471ded1bba54aa82f4f5ca5ca82dd67b8ef42 |
    | UCH   | bookworm          | 1.12.2-2.2.0 | bookworm+-+2.2.0+(1.12.2).jar                        | None                                     |
    | UCH   | chameleon         | 1.12-4.1.3   | Chameleon-1.12-4.1.3.jar                             | None                                     |
    | UCE   | chinjufumod       | 3.2.2        | ChinjufuMod[1.12.2]3.2.2.jar                         | None                                     |
    | UCH   | ptrmodellib       | 1.0.2        | PTRLib-1.12.2.jar                                    | None                                     |
    | UCH   | props             | 2.6.1        | DecoCraft-Mod-1.12.2.jar                             | None                                     |
    | UCH   | fairylights       | 2.1.1        | fairylights-2.1.1-1.12.jar                           | None                                     |
    | UCH   | familiarfauna     | 1.0.4        | FamiliarFauna-1.12.2-1.0.4.jar                       | None                                     |
    | UCH   | gardenstuff       | 1.12-2.1.0   | Garden-Stuff-Mod-1.12.jar                            | None                                     |
    | UCH   | cfm               | 6.3.0        | MrCrayfishs-Furniture-Mod-1.12.2.jar                 | None                                     |
    | UCH   | harvestcraft      | 1.12.2zb     | Pam's+HarvestCraft+1.12.2zd+Surprise+for+Yogcast.jar | None                                     |
    | UCH   | placeableitems    | 3.3          | placeableitems-3.3.jar                               | None                                     |
    | UCH   | presents          | 1.12.2-1.3.4 | Presents-1.12.2-1.3.4.jar                            | None                                     |
    | UCH   | mysticallib       | 1.12.2-1.3.1 | mysticallib-1.12.2-1.3.1.jar                         | None                                     |

    Loaded coremods (and transformers): 
    GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.25.22' Renderer: 'Intel HD Graphics 4000 OpenGL Engine'
    Launched Version: 1.12.2-forge1.12.2-14.23.0.2552
    LWJGL: 2.9.2
    OpenGL: Intel HD Graphics 4000 OpenGL Engine GL version 2.1 INTEL-10.25.22, Intel Inc.
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz

 

Please help! As I said, I'm new to modding Minecraft and I have literally no idea what that means lol. Thanks a bunch :)

Link to comment
Share on other sites

Update your Forge. BetterAnimals+ requires a more recent version of Forge. You version (2552) is extremely outdated, the latest version is 2838.

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

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.