Jump to content

Recommended Posts

Posted

I am trying to get this to work but this is the error that keeps coming up: The game crashed whilst there was a severe problem during mod loading that has caused the game to fail Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Pixelmon (pixelmon)

 

here's the crash log:

---- Minecraft Crash Report ---- // Oh - I know what I did wrong!  Time: 8/11/19 1:53 PM Description: There was a severe problem during mod loading that has caused the game to fail  net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Pixelmon (pixelmon) Caused by: java.lang.NoSuchMethodError: net.minecraftforge.fml.relauncher.ReflectionHelper.getPrivateValue(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;  at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.<clinit>(EntityPixelmon.java:91)  at com.pixelmonmod.pixelmon.CommonProxy.registerInteractions(CommonProxy.java:220)  at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:163)  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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)  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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)  at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)  at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)  at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)  at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)  at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)  at com.google.common.eventbus.EventBus.post(EventBus.java:217)  at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253)  at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)  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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)  at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)  at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)  at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)  at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)  at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)  at com.google.common.eventbus.EventBus.post(EventBus.java:217)  at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)  at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:719)  at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)  at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)  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: ---------------------------------------------------------------------------------------  -- System Details -- Details:  Minecraft Version: 1.12.2  Operating System: Mac OS X (x86_64) version 10.14.6  Java Version: 1.8.0_74, Oracle Corporation  Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation  Memory: 160643720 bytes (153 MB) / 570425344 bytes (544 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 6 mods loaded, 6 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                                |  |:----- |:----------------- |:------------ |:----------------------------------- |:---------------------------------------- |  | UCHI  | minecraft         | 1.12.2       | minecraft.jar                       | None                                     |  | UCHI  | mcp               | 9.42         | minecraft.jar                       | None                                     |  | UCHI  | FML               | 8.0.99.99    | forge-1.12.2-14.23.0.2552.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |  | UCHI  | forge             | 14.23.0.2552 | forge-1.12.2-14.23.0.2552.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |  | UCHI  | mercurius_updater | 1.0          | MercuriusUpdater-1.12.2.jar         | None                                     |  | UCHE  | pixelmon          | 7.0.7        | Pixelmon-1.12.2-7.0.7-universal.jar | None                                     |   Loaded coremods (and transformers):   GL info: ' Vendor: 'NVIDIA Corporation' Version: '2.1 NVIDIA-12.0.24 355.11.10.50.10.103' Renderer: 'NVIDIA GeForce GTX 775M OpenGL Engine'

crash-2019-08-11_13.53.27-client.txtFetching info...

Posted

Pixelmon is designed to work with a specific version of Forge, check their website for that version.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

That is the Minecraft version, not the Forge version

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

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.