Skip to content

Instantly share code, notes, and snippets.

---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 2020-07-12 20:21:14 BST
Description: Exception in server tick loop
java.lang.NullPointerException
at micdoodle8.mods.galacticraft.api.vector.BlockVec3.getTileEntityOnSide(BlockVec3.java:439)
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalConductor.getCapability(TileBaseUniversalConductor.java:457)
at com.rwtema.extrautils2.utils.CapGetter$2.hasCapability(CapGetter.java:40)
voltage: 0 tierByVoltage:0 VN: ULV
voltage: 1 tierByVoltage:0 VN: ULV
voltage: 2 tierByVoltage:0 VN: ULV
voltage: 3 tierByVoltage:0 VN: ULV
voltage: 4 tierByVoltage:0 VN: ULV
voltage: 5 tierByVoltage:0 VN: ULV
voltage: 6 tierByVoltage:0 VN: ULV
voltage: 7 tierByVoltage:0 VN: ULV
voltage: 8 tierByVoltage:0 VN: ULV
voltage: 9 tierByVoltage:0 VN: ULV
[15:01:44] [Client thread/INFO]: [CHAT] [Owner] clienthax: Protip, if you make a super giant reactor
[15:01:46] [Client thread/INFO]: [CHAT] [Owner] clienthax: ima kill it
[15:01:48] [Client thread/INFO]: [CHAT] (FAWE) pos1 set to (160, 5, -24624) (722510782).
[15:02:00] [Client thread/INFO]: [CHAT] (FAWE) pos2 set to (173, 58, -24611) (10584).
[15:02:02] [Client thread/INFO]: [CHAT] (FAWE) Operation queued (10584)
[15:03:38] [Client thread/INFO]: [CHAT] [MVP] Mmichex: i'm removing them
[15:03:46] [Client thread/INFO]: [CHAT] [MVP] Mmichex: i have lag and crash issues
[15:03:52] [Client thread/INFO]: [CHAT] [Owner] clienthax: i removed the super large one
@clienthax
clienthax / World.java
Created June 7, 2020 17:22
World.java
import com.flowpowered.math.GenericMath;
import com.flowpowered.math.vector.Vector2d;
import com.flowpowered.math.vector.Vector3d;
import com.flowpowered.math.vector.Vector3i;
import com.google.common.base.Function;
import com.google.common.base.MoreObjects;
import com.google.common.base.Preconditions;
import com.google.common.base.Predicate;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableSet;
[17:15:41] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[17:15:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[17:15:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[17:15:41] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading
[17:15:41] [main/INFO] [FML]: Java is Eclipse OpenJ9 VM, version 1.8.0_212, running on Windows 10:amd64:10.0, installed at F:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-openj9\jre
[17:15:41] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
[17:15:41] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
[17:15:41] [main/INFO] [FML]: Searching C:\Users\clienthax\Documents\Projects\BugTests\newserver\.\mods for mods
[17:15:41] [main/INFO] [FML]:
/*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Stall report from 2020-06-03 13:57:57 +0100, 453 threads, stalled for at least 15360000 ms.
Thread dump #10 for stall #1.
Heap memory usage: 20350 / 25769 MB (max. 25769 MB).
Created by sampler 1.84 (MC 1.12).
"Server thread" #40 prio=5
WAITING waiting on java.lang.Object@5810c897
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:189)
at appeng.crafting.CraftingJob.simulateFor(CraftingJob.java:342)
package uk.co.haxyshideout.logparser;
import java.io.File;
import java.io.Serializable;
import java.nio.file.Files;
import java.util.*;
import static java.util.Map.Entry.comparingByValue;
import static java.util.stream.Collectors.toMap;
[20:18:21] [Server thread/INFO] [Sponge]: Load Chunk At [0] (1,875, 1,875)
[20:18:21] [Server thread/INFO] [Sponge]: Catching
java.lang.Throwable: null
at org.spongepowered.common.util.SpongeHooks.logStack(SpongeHooks.java:107) [SpongeHooks.class:?]
at org.spongepowered.common.util.SpongeHooks.logChunkLoad(SpongeHooks.java:206) [SpongeHooks.class:?]
at net.minecraft.world.chunk.Chunk.handler$zmb000$impl$UpdateNeighborsOnLoad(Chunk.java:3648) [Chunk.class:?]
at net.minecraft.world.chunk.Chunk.onLoad(Chunk.java:923) [Chunk.class:?]
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:168) [ChunkProviderServer.class:?]
at net.minecraft.world.World.getChunk(World.java:374) [World.class:?]
at net.minecraft.entity.Entity.setPositionAndRotation(Entity.java:1564) [Entity.class:?]
20:02:27] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[20:02:27] [Server thread/INFO] [Sponge]: Load Chunk At [0] (1,250, 1,250)
[20:02:27] [Server thread/INFO] [Sponge]: Catching
java.lang.Throwable: null
at org.spongepowered.common.util.SpongeHooks.logStack(SpongeHooks.java:107) [SpongeHooks.class:?]
at org.spongepowered.common.util.SpongeHooks.logChunkLoad(SpongeHooks.java:206) [SpongeHooks.class:?]
at net.minecraft.world.chunk.Chunk.handler$zmb000$impl$UpdateNeighborsOnLoad(Chunk.java:3648) [Chunk.class:?]
at net.minecraft.world.chunk.Chunk.onLoad(Chunk.java:923) [Chunk.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) [ChunkIOExecutor.class:?]