Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game Crashes While Starting #80

Open
EzMiki opened this issue Jan 22, 2021 · 0 comments
Open

Game Crashes While Starting #80

EzMiki opened this issue Jan 22, 2021 · 0 comments

Comments

@EzMiki
Copy link

EzMiki commented Jan 22, 2021

---- Minecraft Crash Report ----

WARNING: coremods are present:
MicdoodlePlugin (MicdoodleCore-1.12.2.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
AstralCore (astralsorcery-1.12.2-1.10.27 (1).jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.22.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31 (2).jar)
ForgelinPlugin (Forgelin-1.8.4 (1).jar)
FutureMC (future-mc-1.12.2-0.2.4.1 (1).jar)
Contact their authors BEFORE contacting forge

// Ouch. That hurt :(

Time: 1/22/21 6:37 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 CodeChicken Lib (codechickenlib)
Caused by: java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft;
at codechicken.lib.util.ResourceUtils.getResourceManager(ResourceUtils.java:35)
at codechicken.lib.util.ResourceUtils.registerReloadListener(ResourceUtils.java:67)
at codechicken.lib.render.particle.CustomParticleHandler.init(CustomParticleHandler.java:271)
at codechicken.lib.internal.proxy.ProxyClient.preInit(ProxyClient.java:58)
at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:52)
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:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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:497)
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:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
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:497)
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: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2332001024 bytes (2223 MB) / 3254779904 bytes (3104 MB) up to 5368709120 bytes (5120 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -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.5.2854 36 mods loaded, 36 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                                |
|:----- |:------------------- |:----------------- |:-------------------------------------------------- |:---------------------------------------- |
| LCH   | minecraft           | 1.12.2            | minecraft.jar                                      | None                                     |
| LCH   | mcp                 | 9.42              | minecraft.jar                                      | None                                     |
| LCH   | FML                 | 8.0.99.99         | forge-1.12.2-14.23.5.2854.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | forge               | 14.23.5.2854      | forge-1.12.2-14.23.5.2854.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | micdoodlecore       |                   | minecraft.jar                                      | None                                     |
| LCH   | dimensions1122      | 1.12.2            | 101+Dimensions+(1.12.2)+(3).jar                    | None                                     |
| LCH   | baubles             | 1.5.2             | Baubles-1.12-1.5.2 (2).jar                         | None                                     |
| LCH   | astralsorcery       | 1.10.27           | astralsorcery-1.12.2-1.10.27 (1).jar               | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCH   | biomesoplenty       | 7.0.1.2444        | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar      | None                                     |
| LCH   | atop                | 1.5               | ATOP-1.12.2-v.1.5.jar                              | None                                     |
| LCH   | jei                 | 4.16.1.302        | jei_1.12.2-4.16.1.302 (1).jar                      | None                                     |
| LCH   | botania             | r1.10-363         | Botania+r1.10-363 (1).jar                          | None                                     |
| LCH   | ctm                 | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31 (2).jar                      | None                                     |
| LCH   | chisel              | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45 (2).jar                   | None                                     |
| LCE   | codechickenlib      | 3.2.3.358         | CodeChickenLib-1.12.2-3.2.3.358-deobf.jar          | None                                     |
| LC    | redstoneflux        | 2.1.1             | RedstoneFlux-1.12-2.1.1.1-universal (1).jar        | None                                     |
| LC    | cofhcore            | 4.6.6             | CoFHCore-1.12.2-4.6.6.1-universal (1).jar          | None                                     |
| LC    | cofhworld           | 1.4.0             | CoFHWorld-1.12.2-1.4.0.1-universal (1).jar         | None                                     |
| LC    | forgelin            | 1.8.4             | Forgelin-1.8.4 (1).jar                             | None                                     |
| LC    | llibrary            | 1.7.20            | llibrary-1.7.20-1.12.2 (1).jar                     | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LC    | fossil              | 8.0.4             | fossilsarcheology-8.0.4 (1).jar                    | None                                     |
| LC    | futuremc            | 0.2.4.1           | future-mc-1.12.2-0.2.4.1 (1).jar                   | None                                     |
| LC    | galacticraftcore    | 4.0.2.281         | GalacticraftCore-1.12.2-4.0.2.281.jar              | None                                     |
| LC    | galacticraftplanets | 4.0.2.281         | Galacticraft-Planets-1.12.2-4.0.2.281.jar          | None                                     |
| LC    | gokistats           | 1.2.8.4           | gokiStats-1.2.8.4.jar                              | None                                     |
| LC    | guideapi            | 1.12-2.1.8-63     | Guide-API-1.12-2.1.8-63 (1).jar                    | None                                     |
| LC    | ironbackpacks       | 1.12.2-3.0.8-12   | IronBackpacks-1.12.2-3.0.8-12 (2).jar              | None                                     |
| LC    | ironchest           | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847 (2).jar                | None                                     |
| LC    | librarianlib        | 4.22              | librarianlib-1.12.2-4.22.jar                       | None                                     |
| LC    | openglider          | @VERSION@         | OpenGlider-1.12.1-1.1.0 (1).jar                    | None                                     |
| LC    | patchouli           | 1.0-23.6          | Patchouli-1.0-23.6.jar                             | None                                     |
| LC    | spectrite           | 1.7.1             | spectrite-1.7.1.jar                                | 00119cfc089819bbcd2f9166a50c7f3df88ded78 |
| LC    | thermalfoundation   | 2.6.7             | ThermalFoundation-1.12.2-2.6.7.1-universal (1).jar | None                                     |
| LC    | thermalexpansion    | 5.5.7             | ThermalExpansion-1.12.2-5.5.7.1-universal (1).jar  | None                                     |
| LC    | wawla               | 2.6.275           | Wawla-1.12.2-2.6.275.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC    | librarianliblate    | 4.22              | librarianlib-1.12.2-4.22.jar                       | None                                     |

Loaded coremods (and transformers): 

MicdoodlePlugin (MicdoodleCore-1.12.2.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
AstralCore (astralsorcery-1.12.2-1.10.27 (1).jar)

LibrarianLib Plugin (librarianlib-1.12.2-4.22.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31 (2).jar)
team.chisel.ctm.client.asm.CTMTransformer
ForgelinPlugin (Forgelin-1.8.4 (1).jar)

FutureMC (future-mc-1.12.2-0.2.4.1 (1).jar)
thedarkcolour.futuremc.asm.CoreTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 441.87' Renderer: 'GeForce GT 710/PCIe/SSE2'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant