SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

Mixin Issue between Advanced Chimneys and Malisis containing Sponge Error - to whom to report? #1794

Closed D3nnis3n closed 6 years ago

D3nnis3n commented 6 years ago

I really just want to know who's fault this is - mine, yours, malisis or advancedchimneys and respectivley whom to Report. I'll include the form nevertheless.

What is the expected result? Server working. What is the current result? Server crashing.

---- Minecraft Crash Report ----

WARNING: coremods are present: DynamicSurroundingsCore ([CS]-DynamicSurroundings-3.4.7.2.jar) ShetiPhian-ASM (0-shetiphiancore-1.12.0-3.5.1.jar) SpongeCoremod (Z-SpongeForge-7.0.0-BETA-2679.jar) MalisisCorePlugin (malisiscore-1.12.2-6.1.5.jar) LoadingPlugin ([CS]-AdChimneys-3.1.0.0.jar) Plugin ([CS]-NotEnoughIDs-1.5.4.2.jar) MalisisSwitchesPlugin (malisisswitches-1.12-5.0.0.jar) DummyPlugin ([CS]-ForgeEndertech-4.1.0.0.jar) BetterFoliageLoader ([C]-BetterFoliage-2.1.10.jar) ForgelinPlugin (0-Forgelin-1.5.1.jar) TransformerLoader (OpenComputers-MC1.12.1-1.7.0.13.jar) NWRTweak ([T]-RedstonePaste-1.7.5.jar) MMFMLCorePlugin ([CS]-MultiMine-1.12.1.jar) Contact their authors BEFORE contacting forge

// Oops.

Time: 10/2/17 12:14 AM Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Advanced Chimneys (adchimneys) Caused by: net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:589) at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) 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.redirect$onPost$zza000(LoadController.java:561) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570) at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97) at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) at java.lang.Class.getConstructor0(Class.java:3075) at java.lang.Class.getConstructor(Class.java:1825) at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:127) at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:111) at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82) ... 32 more Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk 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) ... 39 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521) at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 41 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [mixins.malisiscore.core.json:MixinChunk] from phase [DEFAULT] in config [mixins.malisiscore.core.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinError(MixinTransformer.java:779) at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinApplyError(MixinTransformer.java:732) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:513) ... 44 more Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: mixins.malisiscore.core.json:MixinChunk->@Inject::handler$preSetBlock$zzg000(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;IIIIILnet/minecraft/block/state/IBlockState;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;ILnet/minecraft/world/chunk/storage/ExtendedBlockStorage;Z)V cannot inject into net/minecraft/world/chunk/Chunk::func_177436_a(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/state/IBlockState; merged by org.spongepowered.common.mixin.core.world.MixinChunk with priority 1000 at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.checkTarget(InjectionInfo.java:437) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:407) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:172) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:159) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:151) at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.(CallbackInjectionInfo.java:44) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:480) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1179) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:900) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:304) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:267) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353) at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724) at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509) ... 44 more

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

-- Head -- Thread: Server thread Stacktrace: at net.minecraft.server.MinecraftServer.handler$onCrashReport$zil000(MinecraftServer.java:4013)

-- Sponge PhaseTracker -- Details: Cause Stack: [Empty stack] Stacktrace: at net.minecraft.server.MinecraftServer.handler$onCrashReport$zil000(MinecraftServer.java:4013) at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:887) at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:556) at java.lang.Thread.run(Thread.java:748)

-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Linux (amd64) version 4.4.0-93-generic Java Version: 1.8.0_131, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 3790642128 bytes (3615 MB) / 6072827904 bytes (5791 MB) up to 7635730432 bytes (7282 MB) JVM Flags: 2 total; -Xms4G -Xmx8G IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.0.2491 145 mods loaded, 145 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
UC minecraft 1.12.2 minecraft.jar None
UC mcp 9.42 minecraft.jar None
UC FML 8.0.99.99 minecraft_server.jar e3c3d50c7c986df74c645c0ac54639741c90a557
UC forge 14.23.0.2491 minecraft_server.jar e3c3d50c7c986df74c645c0ac54639741c90a557
UC spongeapi 7.0.0-SNAPSHOT-6cb5c97 Z-SpongeForge-7.0.0-BETA-2679.jar None
UC sponge 1.12.2-2486-7.0.0-BETA-2679 Z-SpongeForge-7.0.0-BETA-2679.jar None
UC opencomputers core 1.7.0.13 minecraft.jar None
UC bdlib 1.14.1.6 0-bdlib-1.14.1.6-mc1.12.jar None
UC enchantingbottles 1.0 0-EnchantingBottles-1.0.jar None
UC csb_ench_table 1.1.2 0-EnchantingTable-1.1.2.jar None
UC fastleafdecay v14 0-FastLeafDecay-v14.jar None
UC felling 1.2.3 0-Felling-1.2.3.jar None
UC forgelin 1.5.1 0-Forgelin-1.5.1.jar None
UC jei 4.7.11.102 [CS]-JustEnoughItems-4.7.11.102.jar None
UC forestry 5.5.6.198 [CS]-Forestry-5.5.6.198.jar None
UC gendustry 1.6.5.4 0-gendustry-1.6.5.4-mc1.12.jar None
UC theoneprobe 1.4.18 [CS]-TheOneProbe-1.4.18.jar None
UC mantle 1.12-1.3.1.21 [CS]-Mantle-1.3.1.21.jar None
UC tconstruct 1.12-2.7.3.30 [CS]-TinkersConstruct-2.7.3.30.jar None
UC immersiveengineering 0.12-72 [CS]-ImmersiveEngineering-72.jar 4cb49fcde3b43048c9889e0a3d083225da926334
UC immersivetech 1.3.2 0-immersivetech-1.12-1.3.2.jar None
UC mtlib @VERSION@ 0-MTLib-3.0.0.jar None
UC rftools 7.00alpha1 rftools-1.12-7.00alpha1.jar None
UC rftoolscontrol 1.6.8 0-RFToolsCTRL-1.6.8.jar None
UC shetiphiancore 3.5.0.2 0-shetiphiancore-1.12.0-3.5.1.jar None
UC upsizer 4.0 0-upsizer-mc1.12.1-4.0.jar None
UC wanionlib 1.12.1-1.0 0-WanionLib-1.12.1-1.0.jar None
UC harvestcraft 1.12.1c 1-HarvestCraft-1.12.1c.jar None
UC jehc 1.3.1 1-JustEnoughHarvestCraft-1.3.1.jar None
UC jepb 1.2.1 1-JustEnoughPatternBanners-1.2.1.jar None
UC redstoneflux 2.0.1 [CS]-RedstoneFlux-2.0.1.2.jar d4f1503fbacd9b9fb767720420c5395104239ec9
UC cofhcore 4.3.5 [CS]-CoFHCore-4.3.5.13.jar None
UC mcmultipart 2.3.0 MCMultiPart-2.3.0.jar None
UC mekanism 9.4.1 [CS]-Mekanism-9.4.1.326.jar None
UC mekanismtools 9.4.1 1-MekanismTools-9.4.1.326.jar None
UC toolbelt 1.7.1 1-ToolBelt-1.7.1.jar None
UC watercontrolextreme 1.0.0 1-WaterControlExtreme-1.0.0.jar None
UC jeibees 0.9.0.4 [C]-JustEnoughItems-Bees-0.9.0.4.jar None
UC forgeendertech 1.12.2-4.1.0.0 [CS]-ForgeEndertech-4.1.0.0.jar None
UE adchimneys 1.12.2-3.1.0.0 [CS]-AdChimneys-3.1.0.0.jar None
UC craftstudioapi 1.0.0 [CS]-CraftStudio-1.0.0.93.jar None
UC animania 1.3.3 [CS]-Animania-1.3.3.jar None
UC architecturecraft @VERSION@ [CS]-ArchitectureCraft-1.20.jar None
UC autoplant 1.12-1.0.0 [CS]-AutoPlant-1.0.0.jar None
UC basemetals 2.5.0-beta2 [CS]-BaseMetals-2.5.0-Beta-2.31.jar None
UC baseminerals 2.5.0-beta2 [CS]-BaseMinerals-2.5.0-Beta-2.4.jar None
UC bibliocraft 2.4.3 [CS]-BiblioCraft-2.4.3.jar None
UC chameleon 1.12-4.1.3 [CS]-Chameleon-4.1.3.jar None
UC chiselsandbits 14.8 [CS]-Chisels&Bits-14.8.jar None
UC sanlib 1.2.0 [CS]-SanLib-1.2.0.jar None
UC claysoldiers 3.0.0-alpha.4.1 [CS]-ClaySoldiersMod-3.0.0-Alpha-4.1.jar None
UE cofhworld 1.0.1 [CS]-CoFHWorld-1.0.1.8.jar None
UC compot 1.1 [CS]-CombinedPotions-1.1.jar None
UC tombstone 1.3.7 [CS]-CorailTombstone-1.3.7.jar None
UC craftingtweaks 8.1.5 [CS]-CraftingTweaks-8.1.5.jar None
UC densemetals 1.0.1 [CS]-DenseMetals-1.0.1.jar None
UC dsurround 3.4.7.2 [CS]-DynamicSurroundings-3.4.7.2.jar 7a2128d395ad96ceb9d9030fbd41d035b435753a
UC endercompass 1.2.6.1 [CS]-EnderCompass-1.2.6.1.jar None
UC modernmetals 2.5.0-beta2 [CS]-ModernMetals-2.5.0-Beta-2.55.jar None
UC endmetals 1.2.0-beta1 [CS]-EndMetals-1.2.0-Beta-1.3.jar None
UC fairylights 2.1.1 [CS]-FairyLights-2.1.1.jar None
UC flatcoloredblocks mc1.12-6.6 [CS]-FlatColoredBlocks-6.6.jar None
UC foamfix 0.8.0-1.12 [CS]-FoamFix-0.8.0-Lawful.jar None
UC modcurrency 1.12-1.2.5 [CS]-GoodOl'Currency-1.2.5.jar None
UC infernalmobs 1.7.3 [CS]-InfernalMobs-1.12.jar None
UC ironchest 1.12.2-7.0.32.819 [CS]-IronChest-7.0.32.819.jar None
UC mekanismgenerators 9.4.1 [CS]-MekanismGenerators-9.4.1.326.jar None
UC multimine 1.5.7 [CS]-MultiMine-1.12.1.jar None
UC nethermetals 1.2.0-beta1 [CS]-NetherMetals-1.2.0-Beta-1.8.jar None
UC recipehandler 0.9 [CS]-NoMoreRecipeConflict-0.9.jar None
UC neid 1.5.4.2 [CS]-NotEnoughIDs-1.5.4.2.jar None
UC reborncore 3.4.4.120 [CS]-RebornCore-3.4.4.120.jar 8727a3141c8ec7f173b87aa78b9b9807867c4e6b
UC storagedrawers 1.12-5.2.5 [CS]-StorageDrawers-5.3.3.jar None
UC refinedstorage 1.5.18 [CS]-RefinedStorage-1.5.18.jar None
UC rebornstorage 1.0.0 [CS]-RebornStorage-2.0.1.6.jar None
UC refinedstorageaddons 0.1.1 [CS]-RefinedStorage-Addons-0.1.1.jar None
UC sanplayermodel 1.0.0 [CS]-SanLib-1.2.0.jar None
UC scannable 1.6.2.13 [CS]-Scannable-1.6.2.13.jar None
UC signedit 1.12.2-4 [CS]-SignEdit-4.jar None
UC storagedrawersextra @VERSION@ [CS]-StorageDrawers-Extras-3.1.0.jar None
UC supersoundmuffler 1.0.2.9 [CS]-SuperSoundMuffler-1.0.2.9.jar None
UC opencomputers 1.7.0.13 OpenComputers-MC1.12.1-1.7.0.13.jar None
UC stevescarts ${version} StevesCarts-1.12.2-2.4.10.49.jar None
UC topaddons 1.12.2-1.1.0 [CS]-TheOneProbe-Addons-1.1.0.jar None
UC thespotlightmod 1.2.0.98 [CS]-TheSpotlightMod-1.2.0.98.jar None
UC thutcore 5.11.2 [CS]-ThutCore-5.11.2.jar None
UC thuttech 6.0.5 [CS]-ThutTech-6.0.5.jar None
UC tinker_io release 2.5.5e [CS]-TinkerIO-2.5.5e.jar None
UC tinkertoolleveling 1.12-1.0.2b.DEV.1a79301 [CS]-TinkerToolLeveling-1.0.2b.jar None
UC trade 1.0.2 [CS]-Trade-1.0.2.jar None
UC vbe GRADLE:VERSION-GRADLE:BUILD [CS]-VanillaBuildersExtension-1.0.6.jar None
UC waystones 4.0.15 [CS]-WayStones-4.0.15.jar None
UC instantunify 1.0.4 [S]-InstantUnify-1.0.4.jar None
UC worldedit 6.1.8 [S]-WorldEdit-6.1.8.jar None
UC codechickenlib 3.1.3.313 [T]-CodeChickenLib-3.1.3.313.jar f1850c39b2516232a2108a7bd84d1cb5df93b261
UC chickenchunks 2.4.0.70 [T]-ChickenChunks-2.4.0.70.jar f1850c39b2516232a2108a7bd84d1cb5df93b261
UC modernlamps 1.0.3 [T]-ModernLights-1.0.3.jar None
UC personalcars 1.4 [T]-PersonalCars-1.4.jar None
UC redstonepaste 1.7.5 [T]-RedstonePaste-1.7.5.jar None
UC simplyconveyors 3.0.6 [T]-SimplyConveyors-4.0.4.jar None
UC soulshardstow 1.12-2.7.3-52 [T]-SoulShards-2.7.3-52.jar None
UC wificharge 1.3.0 [T]-WirelessCharger-1.3.0.jar None
UC actuallyadditions 1.12.1-r121 ActuallyAdditions-1.12.1-r121.jar None
UC additionalbanners 1.1.40 AdditionalBanners-1.12.2-1.1.40.jar d476d1b22b218a10d845928d1665d45fce301b27
UC betterquesting 2.5.236 BetterQuesting-2.5.236.jar None
UC carryon 1.5.1 CarryOn-1.5.1.jar None
UC corail_pillar_extension_forestry 4.0.0 corail_pillar_extension_forestry-4.0.0-1.12.jar None
UC crafttweaker 4.0.7 CraftTweaker2-1.12-4.0.7.jar None
UC crafttweakerjei 2.0.0 CraftTweaker2-1.12-4.0.7.jar None
UC customnpcs 1.12 CustomNPCs_1.12.0(22jul17)beta.jar None
UC cyclicmagic 1.8.6 Cyclic-1.12-1.8.6.jar None
UC externaltweaker 0.3 externaltweaker-1.12-0.3.jar None
UC zerocore 1.12-0.1.1.0 zerocore-1.12-0.1.1.0.jar None
UC bigreactors 1.12-0.4.5.40 ExtremeReactors-1.12-0.4.5.40.jar None
UC teslacorelib 1.0.9 tesla-core-lib-1.12-1.0.9.jar None
UC industrialforegoing 1.12.1-1.12.1 industrialforegoing-1.12.1-1.4.1-68.jar None
UC infinitefluids 1.1.1 infinitefluids-1.11-1.1.1.jar None
UC levelup2 ${version} Level Up! 2-1.1.6-1.12.jar None
UC loottweaker 0.0.6.3 LootTweaker-1.12-0.0.6.4.jar None
UC malisiscore 1.12.2-6.1.5 malisiscore-1.12.2-6.1.5.jar None
UC malisisblocks 1.12-6.0.2 malisisblocks-1.12-6.0.2.jar None
UC malisisdoors 1.12.2-7.1.0 malisisdoors-1.12.2-7.1.0.jar None
UC malisisswitches 1.12-5.0.0 malisisswitches-1.12-5.0.0.jar None
UC radixcore 1.12.x-2.2.1 RadixCore-1.12.x-2.2.1-universal.jar None
UC mca 1.12.2-5.3.1 MCA-1.12.x-5.3.1-universal.jar None
UC minecolonies 1.12.2-0.8.4154 minecolonies-universal-1.12.2-0.8.4154.jar None
UC multistorage 1.4.3 multistorage-1.12.0-1.4.3.jar None
UC nei ${mod_version} NotEnoughItems-1.12-2.4.0.231-universal.jar f1850c39b2516232a2108a7bd84d1cb5df93b261
UC nuclearcraft 2.5a NuclearCraft-2.5a--1.12.2.jar None
UC nuclearphysics 0.1.24 nuclearphysics-1.12.2-0.1.24.jar None
UC questbook 3.0.0-1.12.1 questbook-3.0.0-1.12.jar None
UC recipemanipulator 1.0 RecipeManipulator-1.12-0.3.1.13.jar None
UC bq_standard 2.4.134 StandardExpansion-2.4.134.jar None
UC thirstybottles 1.1.4 ThirstyBottles-1.12.2-1.1.4.jar d476d1b22b218a10d845928d1665d45fce301b27
UC vtt 0.6.4 VillagerTrades-1.12-0.6.4.jar None
UC worldutils 0.4.2 worldutils-1.12.2-0.4.2.jar 2b03e1423915a189b8094816baa18f239d576dff
UC xnet 1.4.0 xnet-1.12-1.4.0.jar None
UC city 0.1.39 Z-City-0.1.39.jar None
UC dynmap 2.6-beta-1-3 Z-DynMap-2.6-Beta-1.jar None
UC nucleus 1.2.0-PR2-S7.0 Z-Nucleus-1.2.0-PR2-S7.0.jar None
UC pieconomy 0.3.0 Z-PieConomy-0.3.0.jar None
UC unidict 1.12.1-1.0 0-UniDict-1.12.1-1.0.jar None
UC corail_pillar 4.0.0 corail_pillar-4.0.0-1.12.jar None
UC harvesttweaks 1.12-0.1.5.DEV.86c8a67 HarvestTweaks-1.12-0.1.5.jar None
UC teslacorelib_registries 1.0.9 tesla-core-lib-1.12-1.0.9.jar None

Loaded coremods (and transformers): 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 SpongeCoremod (Z-SpongeForge-7.0.0-BETA-2679.jar) org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer MalisisCorePlugin (malisiscore-1.12.2-6.1.5.jar)

LoadingPlugin ([CS]-AdChimneys-3.1.0.0.jar) com.endertech.minecraft.mods.adchimneys.world.WorldData$BlockRandomTick com.endertech.minecraft.mods.adchimneys.world.WorldData$BlockStateChange Plugin ([CS]-NotEnoughIDs-1.5.4.2.jar) ru.fewizz.neid.asm.Transformer MalisisSwitchesPlugin (malisisswitches-1.12-5.0.0.jar) net.malisis.switches.asm.MalisisSwitchesTransformer DummyPlugin ([CS]-ForgeEndertech-4.1.0.0.jar)

BetterFoliageLoader ([C]-BetterFoliage-2.1.10.jar) mods.betterfoliage.loader.BetterFoliageTransformer ForgelinPlugin (0-Forgelin-1.5.1.jar)

TransformerLoader (OpenComputers-MC1.12.1-1.7.0.13.jar) li.cil.oc.common.asm.ClassTransformer NWRTweak ([T]-RedstonePaste-1.7.5.jar) net.fybertech.nwr.NWRTransformer MMFMLCorePlugin ([CS]-MultiMine-1.12.1.jar) atomicstryker.multimine.common.fmlmagic.MMTransformer Pulsar/tconstruct loaded Pulses:

  • TinkerCommons (Enabled/Forced)
  • TinkerTools (Enabled/Not Forced)
  • TinkerHarvestTools (Enabled/Forced)
  • TinkerMeleeWeapons (Enabled/Forced)
  • TinkerRangedWeapons (Enabled/Forced)
  • TinkerModifiers (Enabled/Forced)
  • TinkerSmeltery (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)

    Pulsar/harvesttweaks loaded Pulses:

  • blocks (Enabled/Forced)
  • items (Enabled/Forced)
  • tconstruct (Enabled/Forced)

    Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge,sponge' Type: Dedicated Server (map_server.txt)

D3nnis3n commented 6 years ago

Okay, this does still happen when Sponge is removed. So i suspect it is not your issue. Uff.

D3nnis3n commented 6 years ago

Okay, that seems to be already known to MalisisDev: https://github.com/Ordinastie/MalisisCore/issues/12

ryantheleach commented 6 years ago

For those playing from home:

MalisisDev: Ordinastie/MalisisCore#125