Skip to content

Instantly share code, notes, and snippets.

View GenDeathrow's full-sized avatar
🎯
Focusing

GenDeathrow GenDeathrow

🎯
Focusing
View GitHub Profile
---- Minecraft Crash Report ----
WARNING: coremods are present:
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
HCASM (HammerCore-1.12.2-2.0.4.2.jar)
EECore (ExpandedEquivalence-1.12.2-11b.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
Contact their authors BEFORE contacting forge
// Why did you do that?
[SMAPI] The StardewValley.Menus.LetterViewerMenu menu crashed while drawing itself. SMAPI will force it to exit to avoid crashing the game.
System.NullReferenceException: Object reference not set to an instance of an object.
at Bookcase.Registration.Identifier..ctor(String joined, Boolean warn) in C:\Users\Tyler\Documents\sources-stardew\Bookcase\Bookcase\Registration\Identifier.cs:line 32
at Bookcase.Patches.PatchGetColor.Prefix(LetterViewerMenu __instance, Int32& __result) in C:\Users\Tyler\Documents\sources-stardew\Bookcase\Bookcase\Patches\StardewValley\Menus\LetterViewerMenu\PatchGetColor.cs:line 21
at getTextColor_Patch1(Object )
at StardewValley.Menus.LetterViewerMenu.draw(SpriteBatch b) in C:\Users\gitlab-runner\gitlab-runner\builds\5c0f9387\0\chucklefish\stardewvalley\Farmer\Farmer\Menus\LetterViewerMenu.cs:line 491
at StardewModdingAPI.Framework.SGame.DrawImpl(GameTime gameTime) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\SGame.cs:line 1512
Crash Repport:
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 10/5/18 11:11 PM
Description: Rendering Block Entity
java.lang.NullPointerException: Rendering Block Entity
at net.minecraft.entity.Entity.func_70080_a(Entity.java:1400)
Caused by: java.lang.NullPointerException
at net.minecraft.entity.Entity.setPosition(Entity.java:433)
at net.minecraft.entity.Entity.<init>(Entity.java:255)
at net.minecraft.entity.item.EntityItem.<init>(EntityItem.java:51)
at net.minecraft.entity.item.EntityItem.<init>(EntityItem.java:64)
at com.gendeathrow.hatchery.block.nest.EggNestTileEntityRender.<init>(EggNestTileEntityRender.java:16)
at com.gendeathrow.hatchery.core.proxies.ClientProxy.initRenderers(ClientProxy.java:113)
at com.gendeathrow.hatchery.core.proxies.ClientProxy.preInit(ClientProxy.java:95)
at com.gendeathrow.hatchery.Hatchery.preInit(Hatchery.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
---- Minecraft Crash Report ----
WARNING: coremods are present:
SoundUnpack (OpenSecurity-MC1.12.2-1.0-12.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.6-universal.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
Contact their authors BEFORE contacting forge
@GenDeathrow
GenDeathrow / gist:15c2f103fa3ad3a222bbf8ff756a5e69
Last active March 6, 2017 21:07
Issue Tracker Script Example
var SHEETNAME = "Sheet1";
var SPREADSHEETID = "YOUR_SPREED_SHEET_ID";
var message = "Sent: Thank you for sending this issue.";
function doGet(request)
{
return addIssue(request);
}