Skip to content

Instantly share code, notes, and snippets.

@elucent
Created July 21, 2017 02:10
Show Gist options
  • Save elucent/c6cf540f2fb6f0e603d32cf0336b18e3 to your computer and use it in GitHub Desktop.
Save elucent/c6cf540f2fb6f0e603d32cf0336b18e3 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (ResourceLoader-MC1.12-1.5.2.jar)
AstralCore (astralsorcery-1.12-1.6.1.jar)
ForgelinPlugin (Forgelin-1.5.1.jar)
LoadingPlugin (RandomThings-MC1.12-4.0.3.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.3-1.12-anarchy.jar)
CTMCorePlugin (CTM-MC1.12-0.2.0.3.jar)
CoreMod (Aroma1997Core-1.12-1.3.0.0.b94.jar)
Smart HUD Core (smarthud-1.12-1.0.4.jar)
MC64836CoreMod (mc64836-0.1.1.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12-3.4.6.0.jar)
LibrarianLib Plugin (librarianlib-4.0.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.0.2.jar)
LoadingPlugin (Quark-r1.2-102.jar)
BlurPlugin (Blur-1.0.3-13.jar)
Contact their authors BEFORE contacting forge
// I feel sad now :(
Time: 7/20/17 10:08 PM
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Catwalks (catwalks)
Caused by: java.lang.NoClassDefFoundError: thecodewarrior/catwalks/ItemBlockCatwalk
at thecodewarrior.catwalks.BlockCatwalk.createItemForm(BlockCatwalk.kt:141)
at com.teamwizardry.librarianlib.features.base.block.BlockMod$itemForm$2.invoke(BlockMod.kt:24)
at com.teamwizardry.librarianlib.features.base.block.BlockMod$itemForm$2.invoke(BlockMod.kt:15)
at kotlin.SynchronizedLazyImpl.getValue(Lazy.kt:130)
at com.teamwizardry.librarianlib.features.base.block.BlockMod.getItemForm(BlockMod.kt)
at com.teamwizardry.librarianlib.features.base.block.BlockMod.<init>(BlockMod.kt:27)
at com.teamwizardry.librarianlib.features.base.block.BlockMod.<init>(BlockMod.kt:17)
at com.teamwizardry.librarianlib.features.base.block.tile.BlockModContainer.<init>(BlockModContainer.kt:18)
at thecodewarrior.catwalks.BlockCatwalk.<init>(BlockCatwalk.kt:36)
at thecodewarrior.catwalks.Const.<init>(Const.kt:21)
at thecodewarrior.catwalks.Const.<clinit>(Const.kt:12)
at thecodewarrior.catwalks.CatwalksMod.preInit(CatwalksMod.kt:21)
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:614)
at sun.reflect.GeneratedMethodAccessor9.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:252)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:230)
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:147)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:604)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:122)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:483)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: thecodewarrior.catwalks.ItemBlockCatwalk
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 47 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/ItemMeshDefinition
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)
... 49 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.ItemMeshDefinition
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 53 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
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2967719512 bytes (2830 MB) / 3928489984 bytes (3746 MB) up to 3928489984 bytes (3746 MB)
JVM Flags: 2 total; -Xmx4G -Xms4G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.40 Powered by Forge 14.21.1.2419 115 mods loaded, 115 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH minecraft{1.12} [Minecraft] (minecraft.jar)
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge.jar)
UCH forge{14.21.1.2419} [Minecraft Forge] (forge.jar)
UCH aroma1997core{1.3.0.0.b94} [Aroma1997Core] (Aroma1997Core-1.12-1.3.0.0.b94.jar)
UCH foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
UCH mc64836coremod{0.1.1} [MC64836 Core Mod] (minecraft.jar)
UCH actuallyadditions{1.12-r116} [Actually Additions] (ActuallyAdditions-1.12-r116.jar)
UCH additionalbanners{1.5.39} [Additional Banners] (AdditionalBanners-1.12-1.5.39.jar)
UCH akashictome{1.2-9} [Akashic Tome] (AkashicTome-1.2-9.jar)
UCH charset{0.4.2.26} [Charset] (Charset-0.4.2.26.jar)
UCH jei{4.7.2.77} [Just Enough Items] (jei_1.12-4.7.2.77.jar)
UCH appleskin{1.0.7} [AppleSkin] (AppleSkin-mc1.12-1.0.7.jar)
UCH aroma1997corehelper{1.3.0.0.b94} [Aroma1997Core|Helper] (Aroma1997Core-1.12-1.3.0.0.b94.jar)
UCH aroma1997sdimension{1.3.0.0.b37} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar)
UCH astralsorcery{1.6.1} [Astral Sorcery] (astralsorcery-1.12-1.6.1.jar)
UCH morphtool{1.2-15} [Morph-o-Tool] (Morph-o-Tool-1.2-15.jar)
UCH psi{r1.1-52} [Psi] (Psi-r1.1-52.jar)
UCH quark{r1.2-102} [Quark] (Quark-r1.2-102.jar)
UCH autoreglib{1.3-13} [AutoRegLib] (AutoRegLib-1.3-13.jar)
UCH bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.12-1.0.1.jar)
UCH bedrockbgone{4.1.6} [Bedrock-B-Gone] (BedrockBGone-1.12-4.1-b6-dev.jar)
UCH bibliocraft{2.4.2} [BiblioCraft] (BiblioCraft[v2.4.2][MC1.12.0].jar)
UCH campfire{1.1} [Simple Camp Fire] (campfire-1.12-v1.1.jar)
UCH forgelin{1.5.1} [Shadowfacts' Forgelin] (Forgelin-1.5.1.jar)
UCH librarianlib{4.0} [LibrarianLib] (librarianlib-4.0.jar)
UCE catwalks{3.0.3} [Catwalks] (catwalks-3.0.3.jar)
UCH ceramics{1.12-1.3.1} [Ceramics] (Ceramics-1.12-1.3.1.jar)
UCH chameleon{1.12-4.1.3} [Chameleon] (Chameleon-1.12-4.1.3.jar)
UCH chisel{MC1.12-0.0.13.14} [Chisel] (Chisel-MC1.12-0.0.13.14.jar)
UCH clarity{1.0} [Clarity] (clarity-1.0.jar)
UCH codechickenlib{3.1.1.288} [CodeChicken Lib] (CodeChickenLib-1.12-3.1.1.288-universal.jar)
UCH redstoneflux{2.0.1} [Redstone Flux] (RedstoneFlux-1.12-2.0.1.2-universal.jar)
UCH cofhcore{4.3.3} [CoFH Core] (CoFHCore-1.12-4.3.3.10-universal.jar)
UCH cofhworld{1.0.0} [CoFH World] (CoFHWorld-1.12-1.0.0.6-universal.jar)
UCH ctdcore{1.1.6} [CTD Core] (CTD Core-1.12-1.1.6.jar)
UCH forestry{5.4.3.137} [Forestry] (forestry_1.12-5.4.3.137.jar)
UCH eleccore{1.8.428} [ElecCore] (ElecCore-1.12-1.8.428.jar)
UCH deepresonance{1.4.9} [DeepResonance] (deepresonance-1.12-1.4.9.jar)
UCH dsurround{3.4.6.0} [Dynamic Surroundings] (DynamicSurroundings-1.12-3.4.6.0.jar)
UCH earthworks{1.3.4.3} [Earthworks] (Earthworks-1.12-1.3.4.3.jar)
UCH elevatorid{1.3.4} [Elevator Mod] (ElevatorMod-1.12-1.3.4.jar)
UCH embers{0.221} [Embers] (embers-0.221.jar)
UCH endercompass{1.2.6.1} [Ender Compass] (EnderCompass-1.12-1.2.6.1.jar)
UCH enderfuge{1.1.8.1} [Enderfuge] (Enderfuge-1.12-1.1.8.1.jar)
UCH shetiphiancore{3.5.0.2} [ShetiPhian-Core] (shetiphiancore-1.12.0-3.5.0.2.jar)
UCH endertanks{1.6.0.2} [EnderTanks] (endertanks-1.12.0-1.6.0.2.jar)
UCH enderutilities{0.7.2} [Ender Utilities] (enderutilities-1.12.0-0.7.2.jar)
UCH thermalfoundation{2.3.3} [Thermal Foundation] (ThermalFoundation-1.12-2.3.3.9-universal.jar)
UCH thermalexpansion{5.3.3} [Thermal Expansion] (ThermalExpansion-1.12-5.3.3.13-universal.jar)
UCH exchangers{1.12-2.2} [Exchangers] (Exchangers-1.12-2.2.jar)
UCH flatcoloredblocks{mc1.12-6.2} [Flat Colored Blocks] (flatcoloredblocks-mc1.12-6.2.jar)
UCH foamfix{@VERSION@} [FoamFix] (foamfix-0.7.3-1.12-anarchy.jar)
UCH mcmultipart{2.2.2} [MCMultiPart] (MCMultiPart-2.2.2.jar)
UCH ftbl{0.0.0} [FTBLib] (FTBLib-4.0.5.jar)
UCH ftbu{0.0.0} [FTBUtilities] (FTBUtilities-4.0.3.jar)
UCH fp{26.1.2} [Futurepack] (Futurepack-1.12-26.1.2.jar)
UCH fp.api{1.1.0} [Futurepack API] (Futurepack-1.12-26.1.2.jar)
UCH gravestone{1.8.4} [Gravestone Mod] (gravestone-1.8.4.jar)
UCH waila{1.8.19} [Waila] (Hwyla-1.8.19-B33_1.12.jar)
UCH immersiveengineering{0.12-67} [Immersive Engineering] (ImmersiveEngineering-0.12-67.jar)
UCH immersivepetroleum{1.0.12} [Immersive Petroleum] (immersivepetroleum-1.12-1.0.12.jar)
UCH tesla{1.0.61} [TESLA] (Tesla-1.12-1.0.61.jar)
UCH teslacorelib{1.12-1.0.5} [Tesla Core Lib] (tesla-core-lib-1.12-1.0.5.jar)
UCH industrialforegoing{1.11.2-1.0-BETA} [Industrial Foregoing] (industrialforegoing-1.12-1.0-BETA-22.jar)
UCH jepb{1.2} [Just Enough Pattern Banners] (jepb-1.12-1.2.jar)
UCH journeymap{1.12-5.4.9} [JourneyMap] (journeymap-1.12-5.4.9.jar)
UCH jaff{1.7_for_1.12} [Just a Few Fish] (JustAFewFish-1.7_for_1.12.jar)
UCH kleeslabs{5.3.2} [KleeSlabs] (KleeSlabs_1.12-5.3.2.jar)
UCH lostcities{0.0.19beta} [The Lost Cities] (lostcities-1.12-0.0.19beta.jar)
UCH mantle{1.12-1.3.0.15} [Mantle] (Mantle-1.12-1.3.0.15.jar)
UCH mendingfix{1.0.1} [Mending Fix] (mendingfix-1.0.1.jar)
UCH modularrouters{1.12-3.0.0} [Modular Routers] (modular-routers-1.12-3.0.0.jar)
UCH mputils{1.4.1} [MPUtils] (MPUtils-1.12-1.4.1.jar)
UCH mpbasic{1.3.0} [ModPack Basic Tools] (mpbasic-1.12-1.3.0.jar)
UCH natura{1.12-4.3.0.10} [Natura] (Natura-1.12-4.3.0.10.jar)
UCH netherchest{0.2.1} [Nether Chest] (netherchest-0.2.1.jar)
UCH nex{2.1.7.8} [NetherEx] (NetherEx-1.12-2.1.7.8.jar)
UCH samsocean{1.0.1} [Ocean Floor Classic] (OceanFloor-1.12-1.0.1.jar)
UCH openglider{@VERSION@} [Open Glider] (OpenGlider-1.12-1.0.1.jar)
UCH quickleafdecay{1.2.3} [Quick Leaf Decay] (QuickLeafDecay-MC1.12-1.2.3.jar)
UCH randomthings{4.0.3} [Random Things] (RandomThings-MC1.12-4.0.3.jar)
UCH rangedpumps{0.5} [Ranged Pumps] (rangedpumps-0.5.jar)
UCH reborncore{3.2.5.88} [Reborn Core] (RebornCore-1.12-3.2.5.88-universal.jar)
UCH recipemanipulator{1.0} [RecipeManipulator] (RecipeManipulator-1.12-0.3.0.11.jar)
UCH redstonearsenal{2.3.3} [Redstone Arsenal] (RedstoneArsenal-1.12-2.3.3.10-universal.jar)
UCH storagedrawers{1.12-5.2.5} [Storage Drawers] (StorageDrawers-1.12-5.2.9.jar)
UCH refinedstorage{1.5.13} [Refined Storage] (refinedstorage-1.5.13.jar)
UCH refinedstorageaddons{0.1.1} [Refined Storage Addons] (refinedstorageaddons-0.1.1.jar)
UCH reptilemod{3.8.0} [Reptile Mod] (reptilemod-1.12-3.8.0-70.jar)
UCH roots{0.025} [Roots 2] (roots-2-0.025.jar)
UCH ruins{16.7} [Ruins Mod] (Ruins-1.12.jar)
UCH rustic{0.3.11} [Rustic] (rustic-0.3.11.jar)
UCH scannable{1.4.0.5} [Scannable] (Scannable-MC1.12-1.4.0.5.jar)
UCH seedcopy{3.0.4} [SeedCopy] (SeedCopy-1.9-3.0.4.jar)
UCH simplyconveyors{3.0.6} [Simply Conveyors & More] (SimplyConveyors-4.0.4.jar)
UCH simplytea{1.4} [Simply Tea] (simplytea-1.4.jar)
UCH smarthud{1.0.4} [Smart HUD] (smarthud-1.12-1.0.4.jar)
UCH stevescarts{${version}} [Steve's Carts 2] (StevesCarts-1.12-2.4.5.29.jar)
UCH techreborn{2.6.9.165} [Tech Reborn] (TechReborn-1.12-2.6.9.165-universal.jar)
UCH terraqueous{1.4.0.2} [Terraqueous] (terraqueous-1.12.0-1.4.0.2.jar)
UCH thermaldynamics{2.3.3} [Thermal Dynamics] (ThermalDynamics-1.12-2.3.3.10-universal.jar)
UCH tis3d{1.2.2.4} [TIS-3D] (TIS-3D-MC1.12-1.2.2.4.jar)
UCH traverse{1.2.1} [Traverse] (Traverse-1.12-1.2.1-22.jar)
UCH usefulnullifiers{1.4.1} [Useful Nullifiers] (usefulnullifiers-1.4.1.jar)
UCH waddles{0.5.3} [Waddles] (Waddles-1.12-0.5.3.jar)
UCH wawla{2.5.239} [What Are We Looking At] (Wawla-1.12-2.5.239.jar)
UCH waystones{4.0.5} [Waystones] (Waystones_1.12-4.0.5.jar)
UCH wearablebackpacks{3.0.4} [Wearable Backpacks] (WearableBackpacks-1.12-3.0.4.jar)
UCH withsprinkles{1.06} [With Sprinkles] (With Sprinkles-1.06.jar)
UCH xnet{1.3.5} [XNet] (xnet-1.12-1.3.5.jar)
UCH xtones{1.12-1.0.4-7} [Xtones] (Xtones-1.12-1.0.4-7.jar)
UCH gravelores{1.5} [Gravel Ores] (gravelores-1.5.jar)
UCH librarianliblate{4.0} [LibrarianLib Stage 2] (librarianlib-4.0.jar)
UCH teslacoreregistries{1.12-1.0.5} [Tesla Core Registries] (tesla-core-lib-1.12-1.0.5.jar)
Loaded coremods (and transformers):
LoadingPlugin (ResourceLoader-MC1.12-1.5.2.jar)
lumien.resourceloader.asm.ClassTransformer
AstralCore (astralsorcery-1.12-1.6.1.jar)
ForgelinPlugin (Forgelin-1.5.1.jar)
LoadingPlugin (RandomThings-MC1.12-4.0.3.jar)
lumien.randomthings.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.3-1.12-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CTMCorePlugin (CTM-MC1.12-0.2.0.3.jar)
team.chisel.ctm.client.asm.CTMTransformer
CoreMod (Aroma1997Core-1.12-1.3.0.0.b94.jar)
Smart HUD Core (smarthud-1.12-1.0.4.jar)
net.insomniakitten.smarthud.asm.SmartHUDTransformer
MC64836CoreMod (mc64836-0.1.1.jar)
nge.sse.mc64836.EntityMinecartTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12-3.4.6.0.jar)
org.blockartistry.DynSurround.asm.Transformer
LibrarianLib Plugin (librarianlib-4.0.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.0.2.jar)
shetiphian.asm.ClassTransformer
LoadingPlugin (Quark-r1.2-102.jar)
vazkii.quark.base.asm.ClassTransformer
BlurPlugin (Blur-1.0.3-13.jar)
com.tterrag.blur.BlurTransformer
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.2.5.88
Runtime Debofucsation 1
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment