Skip to content

Instantly share code, notes, and snippets.

[20Jan2023 14:37:01.551] [Server thread/ERROR] [minecolonies/]: Failed placement at: 41, 71, -1210
[20Jan2023 14:48:18.419] [Server thread/INFO] [minecolonies/]: Colony 6 - removed AbstractBuilding BlockPos{x=1794, y=70, z=1828} of type guardtower
[20Jan2023 14:48:18.419] [Server thread/INFO] [minecolonies.requestsystem.6/]: Removing provider: StandardToken{id=91717ce1-34c5-44d6-9109-a09349c81d0b}
[20Jan2023 14:50:44.411] [Server thread/INFO] [minecolonies/]: Colony 6 - new AbstractBuilding for class net.minecraft.world.level.block.state.BlockState at BlockPos{x=1795, y=70, z=1819}
[20Jan2023 14:50:44.416] [Server thread/WARN] [minecolonies/]: Handling Survival Placement in Colony
[20Jan2023 15:10:00.112] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: DIGGER Hellamie has reached the goal [Village]
[20Jan2023 15:32:07.104] [Server thread/WARN] [minecolonies/]: Statemachine for transition com.minecolonies.api.entity.ai.statemachine.AITarget@3a0505a9 threw an exception:
java.lang.NullPointerExcept
@BakermanLP
BakermanLP / gist:88221cf3c8c4bab2169e0dd63e95d580
Created October 23, 2017 07:45
Null Pointer bei Bug Report Posting
[09:44:26] [Client thread/ERROR] [FML]: Exception caught during firing event de.alaoli.games.minecraft.mods.modpackutils.client.event.webservices.SendIssueEvent@4c061772:
java.lang.NoClassDefFoundError: org/apache/http/nio/reactor/IOReactorException
at com.mashape.unirest.http.HttpClientHelper.prepareRequest(HttpClientHelper.java:151) ~[HttpClientHelper.class:?]
at com.mashape.unirest.http.HttpClientHelper.requestAsync(HttpClientHelper.java:93) ~[HttpClientHelper.class:?]
at com.mashape.unirest.request.BaseRequest.asJsonAsync(BaseRequest.java:76) ~[BaseRequest.class:?]
at de.alaoli.games.minecraft.mods.modpackutils.client.event.handler.webservices.GithubEventHandler.onSendIssueEvent(GithubEventHandler.java:91) ~[GithubEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_77_GithubEventHandler_onSendIssueEvent_SendIssueEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net
[ERROR] Can't load 'CHANGELOG.md': CHANGELOG.md
[08:52:58] [Client thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.client.event.GuiScreenEvent$ActionPerformedEvent$Pre@13d314de:
java.lang.NullPointerException
at java.util.ArrayList.addAll(ArrayList.java:577) ~[?:1.8.0_144]
at de.alaoli.games.minecraft.mods.lib.common.ui.wrapped.ScrollingText.setLines(ScrollingText.java:49) ~[ScrollingText.class:?]
at de.alaoli.games.minecraft.mods.modpackutils.client.ui.ChangelogScreen.doLayout(ChangelogScreen.java:77) ~[ChangelogScreen.class:?]
at de.alaoli.games.minecraft.mods.lib.common.ui.Screen.layout(Screen.java:209) ~[Screen.class:?]
at de.alaoli.games.minecraft.mods.lib.common.ui.Screen.func_73866_w_(Screen.java:93) ~[Screen.class:?]
at net.minecraft.client.gui.GuiScreen.func_146280_a(GuiScreen.java:489) ~[bho.class:?]
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:966) ~[bes.class:?]
@BakermanLP
BakermanLP / gist:a26f34a3e1d4960b5b817fac9f65213e
Created February 14, 2017 09:50
Crash report minecraft plants
---- Minecraft Crash Report ----
WARNING: coremods are present:
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.7.jar)
LoadingPlugin (NoNausea-MC1.9.4-1.0.jar)
TANLoadingPlugin (ToughAsNails-1.9.4-1.0.11.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
LoadingPlugin (HardcoreDarkness-MC1.9.4-1.8.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.9.jar)
@BakermanLP
BakermanLP / iwscan_csv.pl
Created March 18, 2016 13:27
iwlist scanning to csv
#!/usr/bin/perl
use POSIX;
$_ = `iwlist wlan0 scanning`;
$n = 0;
for $match (split(/(?=Cell)/)) {
# print "\nCell #######################################\n";
my @lines = split /\n/,$match;
$essid="";
-- mplayer.lua
-- Player for ascii art animations
local BUFSIZE = 2^13 -- 8K
local f = io.input("/mnt/ef5/don-quijote") -- open input file
term = require("term")
term.clear()
local count = 1
local frame = 1