Skip to content

Instantly share code, notes, and snippets.

@TheBrain0110
TheBrain0110 / gist:dc30cacf2e4d3b2988b4f3f4eb388194
Last active May 25, 2017 20:17
Recurrent Complex threaded complementing crash
---- Minecraft Crash Report ----
WARNING: coremods are present:
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta4-anarchy.jar)
ForgelinPlugin (Forgelin-1.4.2.jar)
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
---- Minecraft Crash Report ----
WARNING: coremods are present:
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta4-anarchy.jar)
ForgelinPlugin (Forgelin-1.4.2.jar)
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
@TheBrain0110
TheBrain0110 / crash-2016-06-23_15.23.28-server.log
Created June 23, 2016 19:38
EnderIO Painted glowstone crash
---- Minecraft Crash Report ----
// Ouch. That hurt :(
Time: 6/23/16 3:23 PM
Description: Ticking memory connection
java.lang.NullPointerException: Ticking memory connection
at crazypants.enderio.machine.painter.BlockPaintedGlowstone.processDrop(BlockPaintedGlowstone.java:229)
at com.enderio.core.common.BlockEnder.getNBTDrop(BlockEnder.java:152)
at com.enderio.core.common.BlockEnder.getDrops(BlockEnder.java:136)
@TheBrain0110
TheBrain0110 / Pixelmon + Forge 13.3+ Mod Conflict.md
Last active September 13, 2015 21:34
Pixelmon 3.4 (Latest 1.7.10 version) doesn't like Forge versions past 10.13.2.1352

If you try to upgrade to Forge 10.13.3.1355, older RC versions of Thermal Dynamics (1.0.0RC7-62 here) and others will crash, due to changes in the Fluid Registry.

Changelog:
Build 1355:
	cpw:
		Removed fluidID from ItemStack.
	
		This fixes a rather huge issue where FluidStacks on the client could be desynced if a modder was unaware of it.
@TheBrain0110
TheBrain0110 / fml-server-latest.log
Created October 22, 2014 20:15
Cauldron ChickenCore crashlog
[17:01:05] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[17:01:05] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[17:01:05] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[17:01:05] [main/INFO]: Forge Mod Loader version 7.10.85.1231 for Minecraft 1.7.10 loading
[17:01:06] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Linux:amd64:3.8.0-44-generic, installed at /usr/lib/jvm/java-8-oracle/jre
[17:01:10] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:download:343]: Download complete
[17:01:10] [main/WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[17:01:10] [main/WARN]: Missing @MCVersion: codechicken.core.launch.CodeChickenCorePlugin cofh.asm.LoadingPlugin codechicken.nei.asm.NEICorePlugin
[17:01:10] [main/INFO]: Loading tweak class name cpw.mod
Avatar-of-Brain:~ pudding$ java -jar MCUpdater/PrimaryCraft.jar --debug
System.getProperty('os.name') == 'Mac OS X'
System.getProperty('os.version') == '10.9.3'
System.getProperty('os.arch') == 'x86_64'
System.getProperty('java.version') == '1.8.0'
System.getProperty('java.vendor') == 'Oracle Corporation'
System.getProperty('sun.arch.data.model') == '64'
Release - MCUpdater 3.1.4
Release - Unsupported
Beta - MCUpdater 3.2.7 Beta
@TheBrain0110
TheBrain0110 / gist:10013986
Created April 7, 2014 02:20
LogisticsPipes Client Crash
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 06/04/14 11:08 PM
Description: Exception in world tick
java.lang.RuntimeException: java.lang.NullPointerException
at logisticspipes.network.PacketHandler.onPacketData(PacketHandler.java:82)
at logisticspipes.network.PacketHandler.onPacketData(PacketHandler.java:70)
at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:255)