MinecraftModDevelopmentMods / BaseMetals

Base Metals Mod
https://www.curseforge.com/minecraft/mc-mods/base-metals
GNU Lesser General Public License v2.1
15 stars 18 forks source link

Crash with Modern Metals Beta 2.43 #193

Closed D3nnis3n closed 7 years ago

D3nnis3n commented 7 years ago

See here:

[13:56:22] [main/FATAL] [FML]: The following problems were captured during this phase
[13:56:22] [main/ERROR] [FML]: Caught exception from modernmetals (java.lang.NoClassDefFoundError: com/mcmoddev/modernmetals/init/Achievements)
[13:56:23] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
  TransformerLoader (OpenComputers-MC1.12.1-1.7.0.12.jar)
  DynamicSurroundingsCore ([CS]-DynamicSurroundings-3.4.7.2.jar)
  ShetiPhian-ASM (0-shetiphiancore-1.12.0-3.5.1.jar)
  SignPictureCorePlugin ([C]-SignPicture-2.8.1.jar)
  IELoadingPlugin (ImmersiveEngineering-0.12-72-core.jar)
  MalisisSwitchesPlugin (malisisswitches-1.12-5.0.0.jar)
  BetterFontsCore ([C]-TrueTypeFontReplacment-1.9.1.jar)
  DummyPlugin ([CS]-ForgeEndertech-3.0.1.0.jar)
  Plugin ([CS]-NotEnoughIDs-1.5.4.1.jar)
  BetterFoliageLoader ([C]-BetterFoliage-2.1.10.jar)
  ForgelinPlugin (0-Forgelin-1.5.1.jar)
  MalisisCorePlugin (malisiscore-1.12-6.0.4.jar)
  BaseMetals ([CS]-BaseMetals-2.5.0-Beta-2.13.jar)
  NWRTweak ([T]-RedstonePaste-1.7.5.jar)
  MMFMLCorePlugin ([CS]-MultiMine-1.12.1.jar)
Contact their authors BEFORE contacting forge

// I let you down. Sorry :(

Time: 9/23/17 1:56 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 Modern Metals (modernmetals)
Caused by: java.lang.NoClassDefFoundError: com/mcmoddev/modernmetals/init/Achievements
    at com.mcmoddev.modernmetals.proxy.CommonProxy.init(CommonProxy.java:81)
    at com.mcmoddev.modernmetals.proxy.ClientProxy.init(ClientProxy.java:51)
    at com.mcmoddev.modernmetals.ModernMetals.init(ModernMetals.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:609)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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:781)
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:348)
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.mcmoddev.modernmetals.init.Achievements
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 43 more
Caused by: java.lang.NoClassDefFoundError: com/mcmoddev/lib/init/Achievements
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 45 more
Caused by: java.lang.ClassNotFoundException: com.mcmoddev.lib.init.Achievements
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 49 more

Base Metals work fine.

dshadowwolf commented 7 years ago

This should not be occurring - the stuff it is claiming is happening cannot be. It is complaining about "com.mcmmoddev.lib.init.Achievements" being not found - this is a certainty, it's gone, Achievements don't exist in MC anymore.

But the line it has the crash on is https://github.com/MinecraftModDevelopmentMods/ModernMetals/blob/master-1.12/src/main/java/com/mcmoddev/modernmetals/proxy/CommonProxy.java#L81 -- which is a call to register an event handler.

I seriously do not know what is going on here.

D3nnis3n commented 7 years ago

Do you know.what i can do to help you? I use Base Metals Beta 2.13 and Modern Metals Beta 2.43. If i remove Modern Metals, Base Metals is working fine.

D3nnis3n commented 7 years ago

Here is the complete Crash log from forge:

`---- Minecraft Crash Report ----

WARNING: coremods are present: TransformerLoader (OpenComputers-MC1.12.1-1.7.0.12.jar) DynamicSurroundingsCore ([CS]-DynamicSurroundings-3.4.7.2.jar) ShetiPhian-ASM (0-shetiphiancore-1.12.0-3.5.1.jar) SignPictureCorePlugin ([C]-SignPicture-2.8.1.jar) IELoadingPlugin (ImmersiveEngineering-0.12-72-core.jar) MalisisSwitchesPlugin (malisisswitches-1.12-5.0.0.jar) BetterFontsCore ([C]-TrueTypeFontReplacment-1.9.1.jar) DummyPlugin ([CS]-ForgeEndertech-3.0.1.0.jar) Plugin ([CS]-NotEnoughIDs-1.5.4.1.jar) BetterFoliageLoader ([C]-BetterFoliage-2.1.10.jar) ForgelinPlugin (0-Forgelin-1.5.1.jar) MalisisCorePlugin (malisiscore-1.12-6.0.4.jar) BaseMetals ([CS]-BaseMetals-2.5.0-Beta-2.13.jar) NWRTweak ([T]-RedstonePaste-1.7.5.jar) MMFMLCorePlugin ([CS]-MultiMine-1.12.1.jar) Contact their authors BEFORE contacting forge

// I just don't know what went wrong :(

Time: 9/23/17 1:56 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 Modern Metals (modernmetals) Caused by: java.lang.NoClassDefFoundError: com/mcmoddev/modernmetals/init/Achievements at com.mcmoddev.modernmetals.proxy.CommonProxy.init(CommonProxy.java:81) at com.mcmoddev.modernmetals.proxy.ClientProxy.init(ClientProxy.java:51) at com.mcmoddev.modernmetals.ModernMetals.init(ModernMetals.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:609) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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:781) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:348) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.ClassNotFoundException: com.mcmoddev.modernmetals.init.Achievements at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 43 more Caused by: java.lang.NoClassDefFoundError: com/mcmoddev/lib/init/Achievements at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ... 45 more Caused by: java.lang.ClassNotFoundException: com.mcmoddev.lib.init.Achievements at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 49 more

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

-- System Details -- Details: Minecraft Version: 1.12.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_144, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 3710783848 bytes (3538 MB) / 7488405504 bytes (7141 MB) up to 7635730432 bytes (7282 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096M -Xmx8192M -XX:MaxPermSize=128M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.41 Powered by Forge 14.22.1.2485 Optifine OptiFine_1.12.1_HD_U_C5 141 mods loaded, 141 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.1 minecraft.jar None
UCHI mcp 9.19 minecraft.jar None
UCHI FML 8.0.99.99 forge-1.12.1-14.22.1.2485.jar e3c3d50c7c986df74c645c0ac54639741c90a557
UCHI forge 14.22.1.2485 forge-1.12.1-14.22.1.2485.jar e3c3d50c7c986df74c645c0ac54639741c90a557
UCHI betterfonts 1.9.1 minecraft.jar None
UCHI opencomputers core 1.7.0.12 minecraft.jar None
UCHI actuallyadditions 1.12.1-r120 0-ActuallyAdditions-120.jar None
UCHI additionalbanners 1.5.38 0-AdditionalBanners-1.5.38.jar None
UCHI bdlib 1.14.1.6 0-bdlib-1.14.1.6-mc1.12.jar None
UCHI sanlib 1.2.0 0-SanLib-1.12-1.2.0.jar None
UCHI claysoldiers 3.0.0-alpha.3 0-ClaySoldiersMod-1.12-3.0.0-alpha.3.jar None
UCHI jei 4.7.10.98 [CS]-JustEnoughItems-4.7.10.98.jar None
UCHI forestry 5.5.6.197 [CS]-Forestry-5.5.6.197.jar None
UCHI pillar_extension_forestry 2.0.0 0-CorailPillar-Forestry-2.0.0.jar None
UCHI enchantingbottles 1.0 0-EnchantingBottles-1.0.jar None
UCHI csb_ench_table 1.1.2 0-EnchantingTable-1.1.2.jar None
UCHI fastleafdecay v14 0-FastLeafDecay-v14.jar None
UCHI felling 1.2.3 0-Felling-1.2.3.jar None
UCHI forgelin 1.5.1 0-Forgelin-1.5.1.jar None
UCHI gendustry 1.6.5.4 0-gendustry-1.6.5.4-mc1.12.jar None
UCHI theoneprobe 1.4.18 [CS]-TheOneProbe-1.4.18.jar None
UCHI mantle 1.12-1.3.1.21 [CS]-Mantle-1.3.1.21.jar None
UCHI tconstruct 1.12-2.7.3.30 [CS]-TinkersConstruct-2.7.3.30.jar None
UCHI immersiveengineering 0.12-72 ImmersiveEngineering-72.jar 4cb49fcde3b43048c9889e0a3d083225da926334
UCHI immersivetech 1.3.2 0-immersivetech-1.12-1.3.2.jar None
UCHI keywizard 1.12-1.5 0-keywizard-1.12-1.5.jar None
UCHI mcmultipart 2.2.2 0-MCMultiPart-2.2.2.jar None
UCHI mtlib @VERSION@ 0-MTLib-3.0.0.jar None
UCHI basemetals 2.5.0-beta2 [CS]-BaseMetals-2.5.0-Beta-2.13.jar None
UCHI redstoneflux 2.0.1 [CS]-RedstoneFlux-2.0.1.2.jar d4f1503fbacd9b9fb767720420c5395104239ec9
UCHI cofhcore 4.3.5 [CS]-CoFHCore-4.3.5.13.jar None
UCHI mekanism 9.4.1 [CS]-Mekanism-9.4.1.326.jar None
UCHE modernmetals 2.5.0-beta2 [CS]-ModernMetals-2.5.0-Beta-2.43.jar None
UCHI cofhworld 1.0.1 [CS]-CoFHWorld-1.0.1.8.jar None
UCHI thermalfoundation 2.3.5 [CS]-ThermalFoundation-2.3.5.14.jar None
UCHI plustic 6.3.1.2 0-PlusTiC-6.3.1.2.jar None
UCHI rftools 7.00alpha1 rftools-1.12-7.00alpha1.jar None
UCHI rftoolscontrol 1.6.8 0-RFToolsCTRL-1.6.8.jar None
UCHI sanplayermodel 1.0.0 0-SanLib-1.12-1.2.0.jar None
UCHI shetiphiancore 3.5.0.2 0-shetiphiancore-1.12.0-3.5.1.jar None
UCHI reborncore 3.4.3.114 [CS]-RebornCore-3.4.3.114.jar 8727a3141c8ec7f173b87aa78b9b9807867c4e6b
UCHI stevescarts ${version} 0-StevesCarts-1.12.1-2.4.8.44.jar None
UCHI thirstybottles 1.0.3 0-ThirstyBottles-1.12-1.0.3.jar None
UCHI upsizer 4.0 0-upsizer-mc1.12.1-4.0.jar None
UCHI wanionlib 1.12.1-1.0 0-WanionLib-1.12.1-1.0.jar None
UCHI harvestcraft 1.12.1c 1-HarvestCraft-1.12.1c.jar None
UCHI jehc 1.3.1 1-JustEnoughHarvestCraft-1.3.1.jar None
UCHI jepb 1.2.1 1-JustEnoughPatternBanners-1.2.1.jar None
UCHI mekanismtools 9.4.1 1-MekanismTools-9.4.1.326.jar None
UCHI toolbelt 1.7.1 1-ToolBelt-1.7.1.jar None
UCHI watercontrolextreme 1.0.0 1-WaterControlExtreme-1.0.0.jar None
UCHI betterfoliage 2.1.10 [C]-BetterFoliage-2.1.10.jar None
UCHI betterplacement 1.0.0-1 [C]-BetterPlacement-1.0.0.jar None
UCHI inventoryspam 1.0.2 [C]-InventorySpam-1.0.2.jar None
UCHI jeibees 0.9.0.4 [C]-JustEnoughItems-Bees-0.9.0.4.jar None
UCHI blockdrops 1.3.0 [C]-JustEnoughItems-BlockDrops-1.3.0.jar None
UCHI jeiintegration 1.4.2.31 [C]-JustEnoughItems-Integration-1.4.2.31.jar None
UCHI jeresources 0.8.4.25 [C]-JustEnoughResources-0.8.4.25.jar None
UCHI modnametooltip 1.9.0 [C]-ModNameTooltip-1.9.0.jar None
UCHI signpic 2.8.1 [C]-SignPicture-2.8.1.jar None
UCHI soundfilters 0.10_for_1.12 [C]-SoundFilters-0.10.jar None
UCHI wts 1.1.0 [C]-WhatsThatSlot-1.1.0.jar None
UCHI worldedit 6.1.8 [S]-WorldEdit-6.1.8.jar None
UCHI worldeditcuife2 2.1.2-mf-1.12.2-14.23.0.2487 [C]-WorldEditCUI-2.1.2.jar None
UCHI forgeendertech 1.12-3.0.1.0 [CS]-ForgeEndertech-3.0.1.0.jar None
UCHI adchimneys 1.12-3.0.1.0 [CS]-AdChimneys-3.0.1.0.jar None
UCHI craftstudioapi 1.0.0 [CS]-CraftStudio-1.0.0.93.jar None
UCHI animania 1.3.3 [CS]-Animania-1.3.3.jar None
UCHI architecturecraft @VERSION@ [CS]-ArchitectureCraft-1.20.jar None
UCHI autoplant 1.12-1.0.0 [CS]-AutoPlant-1.0.0.jar None
UCHI bibliocraft 2.4.3 [CS]-BiblioCraft-2.4.3.jar None
UCHI carryon 1.5.1 [CS]-CarryOn-1.5.1.jar None
UCHI chameleon 1.12-4.1.3 [CS]-Chameleon-4.1.3.jar None
UCHI chiselsandbits 14.7 [CS]-Chisels&Bits-14.7.jar None
UCHI compot 1.1 [CS]-CombinedPotions-1.1.jar None
UCHI tombstone 1.3.7 [CS]-CorailTombstone-1.3.7.jar None
UCHI craftingtweaks 8.1.5 [CS]-CraftingTweaks-8.1.5.jar None
UCHI dsurround 3.4.7.2 [CS]-DynamicSurroundings-3.4.7.2.jar 7a2128d395ad96ceb9d9030fbd41d035b435753a
UCHI presets 3.4.7.2 [CS]-DynamicSurroundings-3.4.7.2.jar None
UCHI endercompass 1.2.6.1 [CS]-EnderCompass-1.2.6.1.jar None
UCHI fairylights 2.1.1 [CS]-FairyLights-2.1.1.jar None
UCHI flatcoloredblocks mc1.12-6.5 [CS]-FlatColoredBlocks-6.5.jar None
UCHI foamfix 0.8.0-1.12 [CS]-FoamFix-0.8.0-Lawful.jar None
UCHI infernalmobs 1.7.3 [CS]-InfernalMobs-1.12.jar None
UCHI ironchest 1.12-7.0.31.818 [CS]-IronChest-7.0.31.818.jar None
UCHI jaopca 1.12-2.2.2.44 [CS]-JAOPCA-2.2.2.44.jar None
UCHI oredictinit 1.12-2.2.0.55 [CS]-JAOPCA-2.2.2.44.jar None
UCHI mekanismgenerators 9.4.1 [CS]-MekanismGenerators-9.4.1.326.jar None
UCHI multimine 1.5.7 [CS]-MultiMine-1.12.1.jar None
UCHI netherendingores 1.12.1-1.0.1 [CS]-NetherendingOres-1.0.1.jar None
UCHI recipehandler 0.9 [CS]-NoMoreRecipeConflict-0.9.jar None
UCHI neid 1.5.4.1 [CS]-NotEnoughIDs-1.5.4.1.jar None
UCHI storagedrawers 1.12-5.2.5 [CS]-StorageDrawers-5.3.2.jar None
UCHI refinedstorage 1.5.18 [CS]-RefinedStorage-1.5.18.jar None
UCHI rebornstorage 1.0.0 [CS]-RebornStorage-2.0.1.6.jar None
UCHI refinedstorageaddons 0.1.1 [CS]-RefinedStorage-Addons-0.1.1.jar None
UCHI scannable 1.6.1.12 [CS]-Scannable-1.6.1.12.jar None
UCHI storagedrawersextra @VERSION@ [CS]-StorageDrawers-Extras-3.1.0.jar None
UCHI supersoundmuffler 1.0.2.9 [CS]-SuperSoundMuffler-1.0.2.9.jar None
UCHI topaddons 1.12-0.15.1 [CS]-TheOneProbe-Addons-0.15.1.jar None
UCHI thespotlightmod 1.2.0.98 [CS]-TheSpotlightMod-1.2.0.98.jar None
UCHI thutcore 5.11.0 [CS]-ThutCore-5.11.0.jar None
UCHI thuttech 6.0.5 [CS]-ThutTech-6.0.5.jar None
UCHI tinker_io pre-release 2.5.4e [CS]-TinkerIO-2.5.4e.jar None
UCHI tinkertoolleveling 1.12-1.0.2b.DEV.1a79301 [CS]-TinkerToolLeveling-1.0.2b.jar None
UCHI universalremote 1.12-0.9.4 [CS]-UniversalRemote-0.9.4.jar None
UCHI vbe GRADLE:VERSION-GRADLE:BUILD [CS]-VanillaBuildersExtension-1.0.6.jar None
UCHI waystones 4.0.15 [CS]-WayStones-4.0.15.jar None
UCHI instantunify 1.0.4 [S]-InstantUnify-1.0.4.jar None
UCHI codechickenlib 3.1.2.297 [T]-CodeChickenLib-3.1.2.297.jar f1850c39b2516232a2108a7bd84d1cb5df93b261
UCHI chickenchunks 2.4.0.70 [T]-ChickenChunks-2.4.0.70.jar f1850c39b2516232a2108a7bd84d1cb5df93b261
UCHI modernlamps 1.0.3 [T]-ModernLights-1.0.3.jar None
UCHI personalcars 1.4 [T]-PersonalCars-1.4.jar None
UCHI redstonepaste 1.7.5 [T]-RedstonePaste-1.7.5.jar None
UCHI simplyconveyors 3.0.6 [T]-SimplyConveyors-4.0.4.jar None
UCHI soulshardstow 1.12-2.7.3-52 [T]-SoulShards-2.7.3-52.jar None
UCHI wificharge 1.0.1 [T]-WirelessCharger-1.0.1.jar None
UCHI modcurrency 1.12-1.2.5 Currency-1.12.0-1.2.5.jar None
UCHI cyclicmagic 1.8.5 Cyclic-1.12-1.8.5.jar None
UCHI extrautils2 1.0 extrautils2-1.12-1.6.3.jar None
UCHI zerocore 1.12-0.1.1.0 zerocore-1.12-0.1.1.0.jar None
UCHI bigreactors 1.12-0.4.5.40 ExtremeReactors-1.12-0.4.5.40.jar None
UCHI teslacorelib 1.0.9 tesla-core-lib-1.12-1.0.9.jar None
UCHI industrialforegoing 1.12-1.12 industrialforegoing-1.12-1.3-58.jar None
UCHI infinitefluids 1.1.1 infinitefluids-1.11-1.1.1.jar None
UCHI levelup2 ${version} Level Up! 2-1.1.6-1.12.jar None
UCHI malisiscore 1.12-6.0.4 malisiscore-1.12-6.0.4.jar None
UCHI malisisblocks 1.12-6.0.2 malisisblocks-1.12-6.0.2.jar None
UCHI malisisdoors 1.12-7.0.4 malisisdoors-1.12-7.0.4.jar None
UCHI malisisswitches 1.12-5.0.0 malisisswitches-1.12-5.0.0.jar None
UCHI minecolonies 1.12.1-0.8.4026 minecolonies-universal-1.12.1-0.8.4026.jar None
UCHI minemenu 1.6.2 MineMenu-1.12.2-1.6.2-universal.jar None
UCHI multistorage 1.4.3 multistorage-1.12.0-1.4.3.jar None
UCHI opencomputers 1.7.0.12 OpenComputers-MC1.12.1-1.7.0.12.jar None
UCHI recipemanipulator 1.0 RecipeManipulator-1.12-0.3.1.13.jar None
UCHI vtt 0.6.4 VillagerTrades-1.12-0.6.4.jar None
UCHI worldutils 0.4.2 worldutils-1.12.2-0.4.2.jar 2b03e1423915a189b8094816baa18f239d576dff
UCHI corail_pillar 3.2.0 0-CorailPillar-3.2.0.jar None
UCHI unidict 1.12.1-1.0 0-UniDict-1.12.1-1.0.jar None
UCHI wrapup 1.12-1.1.1 [CS]-WrapUp-1.1.1.jar None
UCHI teslacorelib_registries 1.0.9 tesla-core-lib-1.12-1.0.9.jar None

Loaded coremods (and transformers): TransformerLoader (OpenComputers-MC1.12.1-1.7.0.12.jar) li.cil.oc.common.asm.ClassTransformer DynamicSurroundingsCore ([CS]-DynamicSurroundings-3.4.7.2.jar) org.blockartistry.DynSurround.asm.Transformer ShetiPhian-ASM (0-shetiphiancore-1.12.0-3.5.1.jar) shetiphian.asm.ClassTransformer SignPictureCorePlugin ([C]-SignPicture-2.8.1.jar) com.kamesuta.mc.signpic.asm.SignPictureTransformer IELoadingPlugin (ImmersiveEngineering-0.12-72-core.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer MalisisSwitchesPlugin (malisisswitches-1.12-5.0.0.jar) net.malisis.switches.asm.MalisisSwitchesTransformer BetterFontsCore ([C]-TrueTypeFontReplacment-1.9.1.jar) cubex2.ttfr.BFClassTransformer DummyPlugin ([CS]-ForgeEndertech-3.0.1.0.jar)

Plugin ([CS]-NotEnoughIDs-1.5.4.1.jar) ru.fewizz.neid.asm.Transformer BetterFoliageLoader ([C]-BetterFoliage-2.1.10.jar) mods.betterfoliage.loader.BetterFoliageTransformer ForgelinPlugin (0-Forgelin-1.5.1.jar)

MalisisCorePlugin (malisiscore-1.12-6.0.4.jar) net.malisis.core.util.chunkcollision.ChunkCollisionTransformer net.malisis.core.util.chunkblock.ChunkBlockTransformer net.malisis.core.renderer.transformer.MalisisRendererTransformer net.malisis.core.renderer.icon.asm.TextureMapTransformer net.malisis.core.util.clientnotif.ClientNotifTransformer BaseMetals ([CS]-BaseMetals-2.5.0-Beta-2.13.jar) com.mcmoddev.lib.asm.ASMTransformer NWRTweak ([T]-RedstonePaste-1.7.5.jar) net.fybertech.nwr.NWRTransformer MMFMLCorePlugin ([CS]-MultiMine-1.12.1.jar) atomicstryker.multimine.common.fmlmagic.MMTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 387.68' Renderer: 'GeForce GTX 1080/PCIe/SSE2' 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)
  • chiselsandbitsIntegration (Enabled/Not Forced)
  • craftingtweaksIntegration (Enabled/Not Forced)
  • theoneprobeIntegration (Enabled/Not Forced)

    List of loaded APIs:

  • actuallyadditionsapi (33) from 0-ActuallyAdditions-120.jar
  • bigreactors|API (4.0.1) from ExtremeReactors-1.12-0.4.5.40.jar
  • bnnwidget (1.0) from [C]-SignPicture-2.8.1.jar
  • ChiselsAndBitsAPI (13.8.0) from [CS]-Chisels&Bits-14.7.jar
  • cofhapi (2.0.0) from [CS]-CoFHCore-4.3.5.13.jar
  • cofhapi|block (2.0.0) from [CS]-CoFHCore-4.3.5.13.jar
  • cofhapi|core (2.0.0) from [CS]-CoFHCore-4.3.5.13.jar
  • cofhapi|item (2.0.0) from [CS]-CoFHCore-4.3.5.13.jar
  • cofhapi|tileentity (2.0.0) from [CS]-CoFHCore-4.3.5.13.jar
  • cofhapi|util (2.0.0) from [CS]-CoFHCore-4.3.5.13.jar
  • CraftingTweaks|API (4.1) from [CS]-CraftingTweaks-8.1.5.jar
  • ForestryAPI|apiculture (5.0.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|arboriculture (4.2.1) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|circuits (3.1.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|climate (5.0.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|core (5.2.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|farming (2.2.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|food (1.1.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|fuels (3.0.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|genetics (4.7.1) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|greenhouse (5.2.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|hives (4.1.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|lepidopterology (1.4.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|mail (3.1.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|multiblock (3.0.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|recipes (5.4.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|storage (5.0.0) from [CS]-Forestry-5.5.6.197.jar
  • ForestryAPI|world (2.1.0) from [CS]-Forestry-5.5.6.197.jar
  • gendustryAPI (2.3.0) from 0-gendustry-1.6.5.4-mc1.12.jar
  • ImmersiveEngineering|API (1.0) from ImmersiveEngineering-72.jar
  • ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-72.jar
  • industrialforegoingapi (2) from industrialforegoing-1.12-1.3-58.jar
  • jeresources|API (0.8.4.25) from [C]-JustEnoughResources-0.8.4.25.jar
  • JustEnoughItemsAPI (4.13.0) from [CS]-JustEnoughItems-4.7.10.98.jar
  • mcjtylib_ng (2.4.4) from 0-McJtyLib-2.4.4.jar
  • MekanismAPI|core (9.0.0) from [CS]-Mekanism-9.4.1.326.jar
  • MekanismAPI|energy (9.0.0) from [CS]-Mekanism-9.4.1.326.jar
  • MekanismAPI|gas (9.0.0) from [CS]-Mekanism-9.4.1.326.jar
  • MekanismAPI|infuse (9.0.0) from [CS]-Mekanism-9.4.1.326.jar
  • MekanismAPI|laser (9.0.0) from [CS]-Mekanism-9.4.1.326.jar
  • MekanismAPI|transmitter (9.0.0) from [CS]-Mekanism-9.4.1.326.jar
  • MekanismAPI|util (9.0.0) from [CS]-Mekanism-9.4.1.326.jar
  • opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.12.jar
  • opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.12.jar
  • opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.12.jar
  • opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.12.jar
  • opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.12.jar
  • opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.12.jar
  • opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.12.jar
  • opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.12.jar
  • opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.12.jar
  • opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.12.jar
  • opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.12.jar
  • reborncoreAPI (3.4.3.114) from [CS]-RebornCore-3.4.3.114.jar
  • reborncoreAPI|Power (3.4.3.114) from [CS]-RebornCore-3.4.3.114.jar
  • reborncoreAPI|Recipe (3.4.3.114) from [CS]-RebornCore-3.4.3.114.jar
  • reborncoreAPI|Tile (3.4.3.114) from [CS]-RebornCore-3.4.3.114.jar
  • simplyconveyorsapi (1.0) from [T]-SimplyConveyors-4.0.4.jar
  • stevescartsAPI (${version}) from 0-StevesCarts-1.12.1-2.4.8.44.jar
  • stevescartsAPI|FARMS (${version}) from 0-StevesCarts-1.12.1-2.4.8.44.jar
  • StorageDrawersAPI (2.1.0) from [CS]-StorageDrawers-5.3.2.jar
  • StorageDrawersAPI|event (2.1.0) from [CS]-StorageDrawers-5.3.2.jar
  • StorageDrawersAPI|registry (2.1.0) from [CS]-StorageDrawers-5.3.2.jar
  • StorageDrawersAPI|render (2.1.0) from [CS]-StorageDrawers-5.3.2.jar
  • StorageDrawersAPI|storage (2.1.0) from [CS]-StorageDrawers-5.3.2.jar
  • StorageDrawersAPI|storage-attribute (2.1.0) from [CS]-StorageDrawers-5.3.2.jar
  • theoneprobe_api (1.4.4) from [CS]-TheOneProbe-1.4.18.jar
  • thut|API (1.0.0) from [CS]-ThutCore-5.11.0.jar
  • zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  • zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  • zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  • zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar RebornCore: Plugin Engine: 0 RebornCore Version: 3.4.3.114 Runtime Debofucsation 1 RenderEngine: 1 OptiFine Version: OptiFine_1.12.1_HD_U_C5 Render Distance Chunks: 8 Mipmaps: 0 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: KUDA-6.5.56.zip OpenGlVersion: 4.6.0 NVIDIA 387.68 OpenGlRenderer: GeForce GTX 1080/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 16`
dshadowwolf commented 7 years ago

Yeah... as noted on the other issue thread, this should not be happening. Line 81 in the Modern Metals common proxy is a MinecraftForge.EVENT_BUS.register call according to the code currently in the repo.

In the EventHandler code everything that actually refers to the Achievements class is commented out entirely. So... Again, the crash should not be happening. I think something went sideways when Jenkins built it, so I'm going to pull down copies from the Maven and throw them in my test environment. Then I'll commit and PR for Modern Metals a bit that removes the last remnants of references to the Achievements code.

dshadowwolf commented 7 years ago

I see... The existing Modern Metals builds are because of a small... fluke that happened when a mis-merge occurred between the in-progress 1.12 porting branch and the old "master" branch for 1.10.2... So what has happened is "old code" - let me go re-target that to the proper branch and get a real build out

dshadowwolf commented 7 years ago

Modern Metals beta 2.44 is building and should be available in the next 10 minutes.

D3nnis3n commented 7 years ago

That works. Tinker's Tools are there.

dshadowwolf commented 7 years ago

Yeah - as I noted, the builds that were coming out were from a small mistake that went uncorrected. They actually weren't getting any of the fixes I was making. Closing this now that the issues are resolved.