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

crash #21

Open
AlphaBuzz opened this issue Mar 9, 2021 · 0 comments
Open

crash #21

AlphaBuzz opened this issue Mar 9, 2021 · 0 comments

Comments

@AlphaBuzz
Copy link

---- Minecraft Crash Report ----

WARNING: coremods are present:
WolfArmorCore (wolfarmor-1.12.2-3.7.5-universal-signed.jar)
ObfuscatePlugin (obfuscate-0.2.3-1.12.2.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
CreativePatchingLoader (CreativeCore_v1.10.47_mc1.12.2.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
Contact their authors BEFORE contacting forge

// Shall we play a game?

Time: 3/9/21 1:06 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 Tinker's Aether (tinkersaether)
Caused by: java.lang.NoClassDefFoundError: com/legacy/aether/registry/creative_tabs/AetherCreativeTabs$AetherTab
at shnupbups.tinkersaether.modules.ModuleBase.(ModuleBase.java:69)
at shnupbups.tinkersaether.TinkersAether.preInit(TinkersAether.java:55)
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.GeneratedMethodAccessor2.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)
Caused by: java.lang.ClassNotFoundException: com.legacy.aether.registry.creative_tabs.AetherCreativeTabs$AetherTab
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 42 more
Caused by: java.lang.NullPointerException

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 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 719587352 bytes (686 MB) / 2896691200 bytes (2762 MB) up to 5607784448 bytes (5348 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6016m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2854 107 mods loaded, 107 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   | creativecoredummy         | 1.0.0                   | minecraft.jar                                      | None                                     |
| LCH   | obfuscate                 | 0.2.3                   | minecraft.jar                                      | None                                     |
| LCH   | actuallyadditions         | 1.12.2-r152             | ActuallyAdditions-1.12.2-r152.jar                  | None                                     |
| LCH   | aether_legacy             | 1.5.3.1                 | aether-1.12.2-v1.5.3.1.jar                         | None                                     |
| LCH   | orbis-lib                 | 0.2.0                   | orbis-lib-1.12.2-0.2.0+build411.jar                | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
| LCH   | aether                    | 0.3.0                   | aether_ii-1.12.2-0.3.0+build411-universal.jar      | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
| LCH   | creativecore              | 1.10.0                  | CreativeCore_v1.10.47_mc1.12.2.jar                 | None                                     |
| LCH   | ambientsounds             | 3.0                     | AmbientSounds_v3.1.5_mc1.12.2.jar                  | None                                     |
| LCH   | jei                       | 4.16.1.301              | jei_1.12.2-4.16.1.301.jar                          | None                                     |
| LCH   | appleskin                 | 1.0.14                  | AppleSkin-mc1.12-1.0.14.jar                        | None                                     |
| LCH   | ctm                       | MC1.12.2-1.0.2.31       | CTM-MC1.12.2-1.0.2.31.jar                          | None                                     |
| LCH   | appliedenergistics2       | rv6-stable-7            | appliedenergistics2-rv6-stable-7.jar               | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LCH   | aquaculture               | 1.6.8                   | Aquaculture-1.12.2-1.6.8.jar                       | None                                     |
| LCH   | baubles                   | 1.5.2                   | Baubles-1.12-1.5.2.jar                             | None                                     |
| LCH   | biomesoplenty             | 7.0.1.2441              | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar      | None                                     |
| LCH   | bonsaitrees               | 1.1.4                   | bonsaitrees-1.1.4-b170.jar                         | None                                     |
| LCH   | bookshelf                 | 2.3.590                 | Bookshelf-1.12.2-2.3.590.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | buildcraftlib             | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcraftcore            | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcraftbuilders        | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcrafttransport       | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcraftsilicon         | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcraftenergy          | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | ic2                       | 2.8.170-ex112           | industrialcraft-2-2.8.170-ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
| LCH   | forestry                  | 5.8.2.387               | forestry_1.12.2-5.8.2.387.jar                      | None                                     |
| LCH   | buildcraftcompat          | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcraftfactory         | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcraftrobotics        | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | chameleon                 | 1.12-4.1.3              | Chameleon-1.12-4.1.3.jar                           | None                                     |
| LCH   | chesttransporter          | 2.8.8                   | ChestTransporter-1.12.2-2.8.8.jar                  | None                                     |
| LCH   | chisel                    | MC1.12.2-1.0.2.45       | Chisel-MC1.12.2-1.0.2.45.jar                       | None                                     |
| LCH   | chiselsandbits            | 14.33                   | chiselsandbits-14.33.jar                           | None                                     |
| LCH   | codechickenlib            | 3.2.3.358               | CodeChickenLib-1.12.2-3.2.3.358-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | redstoneflux              | 2.1.1                   | RedstoneFlux-1.12-2.1.1.1-universal.jar            | None                                     |
| LCH   | cofhcore                  | 4.6.6                   | CoFHCore-1.12.2-4.6.6.1-universal.jar              | None                                     |
| LCH   | cofhworld                 | 1.4.0                   | CoFHWorld-1.12.2-1.4.0.1-universal.jar             | None                                     |
| LCH   | waila                     | 1.8.26                  | Hwyla-1.8.26-B41_1.12.2.jar                        | None                                     |
| LCH   | darkutils                 | 1.8.230                 | DarkUtils-1.12.2-1.8.230.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | endercore                 | 1.12.2-0.5.76           | EnderCore-1.12.2-0.5.76.jar                        | None                                     |
| LCH   | mantle                    | 1.12-1.3.3.55           | Mantle-1.12-1.3.3.55.jar                           | None                                     |
| LCH   | thaumcraft                | 6.1.BETA26              | Thaumcraft-1.12.2-6.1.BETA26.jar                   | None                                     |
| LCH   | twilightforest            | 3.11.1021               | twilightforest-1.12.2-3.11.1021-universal.jar      | None                                     |
| LCH   | tconstruct                | 1.12.2-2.13.0.183       | TConstruct-1.12.2-2.13.0.183.jar                   | None                                     |
| LCH   | extrautils2               | 1.0                     | extrautils2-1.12-1.9.9.jar                         | None                                     |
| LCH   | forgelin                  | 1.8.4                   | Forgelin-1.8.4.jar                                 | None                                     |
| LCH   | forgemultipartcbe         | 2.6.2.83                | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | microblockcbe             | 2.6.2.83                | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
| LCH   | minecraftmultipartcbe     | 2.6.2.83                | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
| LCH   | cfm                       | 6.3.1                   | furniture-6.3.1-1.12.2.jar                         | None                                     |
| LCH   | mekanism                  | 1.12.2-9.8.3.390        | Mekanism-1.12.2-9.8.3.390.jar                      | None                                     |
| LCH   | teslacorelib              | 1.0.17                  | tesla-core-lib-1.12.2-1.0.17.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | industrialforegoing       | 1.12.2-1.12.2           | industrialforegoing-1.12.2-1.12.13-237.jar         | None                                     |
| LCH   | inventorypets             | 2.0.12                  | inventorypets-1.12-2.0.12.jar                      | None                                     |
| LCH   | ironchest                 | 1.12.2-7.0.67.844       | ironchest-1.12.2-7.0.72.847.jar                    | None                                     |
| LCH   | journeymap                | 1.12.2-5.7.1            | journeymap-1.12.2-5.7.1.jar                        | None                                     |
| LCH   | jeresources               | 0.9.2.60                | JustEnoughResources-1.12.2-0.9.2.60.jar            | None                                     |
| LCH   | magicbees                 | 1.0                     | MagicBees-1.12.2-3.1.10.jar                        | None                                     |
| LCH   | mcwdoors                  | 1.0                     | mcw-doors-1.0.0-mc1.12.2.jar                       | None                                     |
| LCH   | mcwwindows                | 1.0                     | mcw-windows-1.0.0-mc1.12.2.jar                     | None                                     |
| LCH   | mekanismgenerators        | 1.12.2-9.8.3.390        | MekanismGenerators-1.12.2-9.8.3.390.jar            | None                                     |
| LCH   | mekanismtools             | 1.12.2-9.8.3.390        | MekanismTools-1.12.2-9.8.3.390.jar                 | None                                     |
| LCH   | thermalfoundation         | 2.6.7                   | ThermalFoundation-1.12.2-2.6.7.1-universal.jar     | None                                     |
| LCH   | mekores                   | 2.0.13                  | mekores-2.0.13.jar                                 | None                                     |
| LCH   | moreoverlays              | 1.15.1                  | moreoverlays-1.15.1-mc1.12.2.jar                   | None                                     |
| LCH   | mousetweaks               | 2.10                    | MouseTweaks-2.10-mc1.12.2.jar                      | None                                     |
| LCH   | mrtjpcore                 | 2.1.4.43                | MrTJPCore-1.12.2-2.1.4.43-universal.jar            | None                                     |
| LCH   | naturescompass            | 1.8.5                   | NaturesCompass-1.12.2-1.8.5.jar                    | None                                     |
| LCH   | neat                      | 1.4-17                  | Neat 1.4-17.jar                                    | None                                     |
| LCH   | projectred-core           | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-Base.jar               | None                                     |
| LCH   | projectred-exploration    | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-world.jar              | None                                     |
| LCH   | matteroverdrive           | 0.7.0.0                 | MatterOverdrive-1.12.2-0.7.1.0-universal.jar       | None                                     |
| LCH   | netherendingores          | 1.12.2-1.4.2            | Netherending-Ores-1.12.2-1.4.2.jar                 | None                                     |
| LCH   | harvestcraft              | 1.12.2zb                | Pam's HarvestCraft 1.12.2zg.jar                    | None                                     |
| LCH   | pamscookables             | 1.1                     | pamscookables-1.1.jar                              | None                                     |
| LCH   | patchouli                 | 1.0-23.6                | Patchouli-1.0-23.6.jar                             | None                                     |
| LCH   | projectred-compat         | 1.0                     | ProjectRed-1.12.2-4.9.4.120-compat.jar             | None                                     |
| LCH   | projectred-integration    | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-integration.jar        | None                                     |
| LCH   | projectred-transmission   | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-integration.jar        | None                                     |
| LCH   | projectred-fabrication    | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-fabrication.jar        | None                                     |
| LCH   | projectred-illumination   | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-lighting.jar           | None                                     |
| LCH   | projectred-expansion      | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-mechanical.jar         | None                                     |
| LCH   | projectred-relocation     | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-mechanical.jar         | None                                     |
| LCH   | projectred-transportation | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-mechanical.jar         | None                                     |
| LCH   | railcraft                 | 12.0.0                  | railcraft-12.0.0.jar                               | a0c255ac501b2749537d5824bb0f0588bf0320fa |
| LCH   | rustic                    | 1.1.7                   | rustic-1.1.7.jar                                   | None                                     |
| LCH   | stg                       | 1.12.2-1.2.2            | stg-1.12.2-1.2.2.jar                               | None                                     |
| LCH   | storagedrawers            | 5.2.2                   | StorageDrawers-1.12.2-5.4.2.jar                    | None                                     |
| LCH   | thermalexpansion          | 5.5.7                   | ThermalExpansion-1.12.2-5.5.7.1-universal.jar      | None                                     |
| LCH   | thermalcultivation        | 0.3.6                   | ThermalCultivation-1.12.2-0.3.6.1-universal.jar    | None                                     |
| LCH   | thermaldynamics           | 2.5.6                   | ThermalDynamics-1.12.2-2.5.6.1-universal.jar       | None                                     |
| LCH   | thermalinnovation         | 0.3.6                   | ThermalInnovation-1.12.2-0.3.6.1-universal.jar     | None                                     |
| LCE   | tinkersaether             | 1.3.0                   | tinkersaether-1.3.0.jar                            | None                                     |
| LC    | tcomplement               | 1.12.2-0.4.3            | TinkersComplement-1.12.2-0.4.3.jar                 | None                                     |
| LC    | tinkersjei                | 1.2                     | tinkersjei-1.2.jar                                 | None                                     |
| LC    | uppers                    | 0.0.6                   | Uppers-0.0.6.jar                                   | None                                     |
| LC    | vc                        | 5.9.16                  | ViesCraft-1.12.2-5.9.16.jar                        | None                                     |
| LC    | waystones                 | 4.1.0                   | Waystones_1.12.2-4.1.0.jar                         | None                                     |
| LC    | wolfarmor                 | 3.7.5                   | wolfarmor-1.12.2-3.7.5-universal-signed.jar        | e94e38a605842477f3ec218e6fcf781f6b3f7f89 |
| LC    | wrcbe                     | 2.3.2                   | WR-CBE-1.12.2-2.3.2.33-universal.jar               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC    | phosphor-lighting         | 1.12.2-0.2.6            | phosphor-1.12.2-0.2.6+build50.jar                  | f0387d288626cc2d937daa504e74af570c52a2f1 |
| LC    | structurize               | 1.12.2-0.10.277-RELEASE | structurize-1.12.2-0.10.277-RELEASE.jar            | None                                     |
| LC    | minecolonies              | 1.12.2-0.11.804-RELEASE | minecolonies-1.12.2-0.11.804-RELEASE-universal.jar | None                                     |
| LC    | teslacorelib_registries   | 1.0.17                  | tesla-core-lib-1.12.2-1.0.17.jar                   | None                                     |

Loaded coremods (and transformers): 

WolfArmorCore (wolfarmor-1.12.2-3.7.5-universal-signed.jar)

ObfuscatePlugin (obfuscate-0.2.3-1.12.2.jar)
com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)

ForgelinPlugin (Forgelin-1.8.4.jar)

MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
mekanism.coremod.KeybindingMigrationHelper
CreativePatchingLoader (CreativeCore_v1.10.47_mc1.12.2.jar)

CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 27.20.100.8681' Renderer: 'Intel(R) HD Graphics 530'
AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)

Pulsar/tcomplement loaded Pulses: 
	- ModuleCommons (Enabled/Forced)
	- ModuleMelter (Enabled/Not Forced)
	- ModuleArmor (Enabled/Not Forced)
	- ModuleSteelworks (Enabled/Not Forced)
	- ChiselPlugin (Enabled/Not Forced)
	- Oredict (Enabled/Forced)

Patchouli open book context: n/a
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