Skip to content

Instantly share code, notes, and snippets.

View CovertJaguar's full-sized avatar

CovertJaguar

View GitHub Profile
[04:00:55] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$PlayerTickEvent@2dafb58f:
java.lang.NullPointerException
[04:00:55] [Server thread/ERROR] [FML/]: Index: 4 Listeners:
[04:00:55] [Server thread/ERROR] [FML/]: 0: HIGHEST
[04:00:55] [Server thread/ERROR] [FML/]: 1: ASM: cz.hanakocz.rccosmetic.events.PlayerEventListener@f99294d onPlayerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$PlayerTickEvent;)V
[04:00:55] [Server thread/ERROR] [FML/]: 2: ASM: uk.co.mysterymayhem.gravitymod.common.listeners.GravityManagerCommon@5a43c81b onPlayerUpdateTickStart(Lnet/minecraftforge/fml/common/gameevent/TickEvent$PlayerTickEvent;)V
[04:00:55] [Server thread/ERROR] [FML/]: 3: NORMAL
[04:00:55] [Server thread/ERROR] [FML/]: 4: ASM: toughasnails.handler.ExtendedStatHandler@2b99b939 onPlayerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$PlayerTickEvent;)V
[04:00:55] [Server thread/ERROR] [FML/]: 5: ASM: toughasnails.handler.health.MaxHe
[04:00:31] [Server thread/WARN]: Failed to handle packet for /27.252.183.133:63893
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:380) ~[lu.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:162) ~[me.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:213) ~[NetworkDispatcher$1.class:?]
@CovertJaguar
CovertJaguar / foundry_error.log
Created April 30, 2017 05:55
Foundry errors
[01:56:25] [Server thread/ERROR] [FML]: A TileEntity Foundry_CastingTable_Ingot(exter.foundry.tileentity.TileEntityCastingTableIngot) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
java.lang.NullPointerException
at exter.foundry.tileentity.TileEntityFoundry.updateValue(TileEntityFoundry.java:575) ~[TileEntityFoundry.class:?]
at exter.foundry.tileentity.TileEntityCastingTableBase.setRecipe(TileEntityCastingTableBase.java:219) ~[TileEntityCastingTableBase.class:?]
at exter.foundry.tileentity.TileEntityCastingTableBase.func_145839_a(TileEntityCastingTableBase.java:151) ~[TileEntityCastingTableBase.class:?]
at net.minecraft.tileentity.TileEntity.func_190200_a(TileEntity.java:123) [aqk.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:486) [atj.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:96) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.Chu
---- Minecraft Crash Report ----
WARNING: coremods are present:
literalascension (literalascension-1.10.2-1.0.1.1.jar)
LoadingPlugin (sampler-1.69.jar)
IC2core (industrialcraft-2-2.6.200-ex110.jar)
LoadingPlugin (NoNausea-MC1.9.4-1.0.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
@CovertJaguar
CovertJaguar / railcraft-cla.md
Created September 22, 2015 21:22
Railcraft Contributor License Agreement

Railcraft Contributor License Agreement

Thank you for your interest in contributing to Railcraft (“We” or “Us”).

This contributor agreement (“Agreement”) documents the rights granted by contributors to Us. To make this document effective, please sign it and send it to Us by electronic submission, following the instructions at https://github.com/CovertJaguar/Railcraft. This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.

1. Definitions

“You” means the individual who Submits a Contribution to Us.

“Contribution” means any work of authorship that is Submitted by You to Us in which You own or assert ownership of the Copyright. If You do not own the Copyright in the entire work of authorship, please follow the instructions at https://github.com/CovertJaguar/Railcraft.

/*******************************************************************************
* Copyright (c) 2011-2014 SirSengir.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v3
* which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/lgpl-3.0.txt
*
* Various Contributors including, but not limited to:
* SirSengir (original work), CovertJaguar, Player, Binnie, MysteriousAges
******************************************************************************/
@CovertJaguar
CovertJaguar / Regex Ruleset
Created August 3, 2014 00:30
Railcraft Localization Project
-s[thaumcraft.research.category.RAILCRAFT] -r[tc.research.category.RAILCRAFT]
-s[^keybind] -r[railcraft.keybind]
-s[^gui.tip.button] -r[railcraft.gui.tip.button]
-s[^gui.tip.crowbar.link] -r[item.railcraft.crowbar.tip]
-s[^gui.tip.blast.furnace] -r[tile.railcraft.machine.alpha.blast.furnace.tip]
-s[^gui.tip.tank.water] -r[tile.railcraft.machine.alpha.tank.water.tip]
-s[^gui.tip.turbine] -r[tile.railcraft.machine.alpha.turbine.tip]
-s[^gui.tip.rock.crusher] -r[tile.railcraft.machine.alpha.rock.crusher.tip]
-s[^gui.tip.coke.oven] -r[tile.railcraft.machine.alpha.coke.oven.tip]
-s[^gui.tip.steam.oven] -r[tile.railcraft.machine.alpha.steam.oven.tip]
@CovertJaguar
CovertJaguar / NoiseGen.java
Last active August 29, 2015 14:03
PoorOreGenerator.java
package mods.railcraft.common.worldgen;
import java.util.Random;
/**
*
* @author CovertJaguar <http://www.railcraft.info/>
*/
public abstract class NoiseGen {
2014-01-13 05:31:20 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-01-13 05:31:20 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_17, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2014-01-13 05:31:20 [FINE] [ForgeModLoader] Java classpath at launch is /C:/Users/CovertJaguar/AppData/Roaming/.minecraft/MagicLauncher.exe
2014-01-13 05:31:20 [FINE] [ForgeModLoader] Java library path at launch is C:\Users\CovertJaguar\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965/1.6.4-Forge9.11.1.965-natives
2014-01-13 05:31:20 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2014-01-13 05:31:20 [FINE] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
2014-01-13 05:31:20 [FINE] [ForgeModLoader] Enqueued coremod FMLCorePlugin
2014-01-13 05:31:20 [FINE] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
2014-01-13 05:31:20 [FINE] [ForgeModLoader] Enqueued coremod FMLForgePlugin
2014-01-13 05:3
2014-01-13 02:09:07 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-01-13 02:09:07 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_17, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2014-01-13 02:09:07 [FINE] [ForgeModLoader] Java classpath at launch is /C:/Users/CovertJaguar/AppData/Roaming/.minecraft/MagicLauncher.exe
2014-01-13 02:09:07 [FINE] [ForgeModLoader] Java library path at launch is C:\Users\CovertJaguar\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965/1.6.4-Forge9.11.1.965-natives
2014-01-13 02:09:07 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2014-01-13 02:09:07 [FINE] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
2014-01-13 02:09:07 [FINE] [ForgeModLoader] Enqueued coremod FMLCorePlugin
2014-01-13 02:09:07 [FINE] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
2014-01-13 02:09:07 [FINE] [ForgeModLoader] Enqueued coremod FMLForgePlugin
2014-01-13 02:0