Skip to content

Instantly share code, notes, and snippets.

View Jecvay's full-sized avatar
🎯
Focusing

Jecvay Liu Jecvay

🎯
Focusing
View GitHub Profile
[18:21:50] [Server thread/INFO] [STDERR]: [com.creativemd.creativecore.common.packet.CreativeCorePacket:writePacket:160]: java.lang.NullPointerException
[18:21:50] [Server thread/INFO] [STDERR]: [com.creativemd.creativecore.common.packet.CreativeCorePacket:writePacket:160]: at com.creativemd.creativecore.common.packet.CreativeCorePacket.writePacket(CreativeCorePacket.java:157)
[18:21:50] [Server thread/INFO] [STDERR]: [com.creativemd.creativecore.common.packet.CreativeCorePacket:writePacket:160]: at com.creativemd.littletiles.common.packet.LittleBlocksUpdatePacket.writeBytes(LittleBlocksUpdatePacket.java:55)
[18:21:50] [Server thread/INFO] [STDERR]: [com.creativemd.creativecore.common.packet.CreativeCorePacket:writePacket:160]: at com.creativemd.creativecore.common.packet.CreativeMessageHandler.toBytes(CreativeMessageHandler.java:62)
[18:21:50] [Server thread/INFO] [STDERR]: [com.creativemd.creativecore.common.packet.CreativeCorePacket:writePacket:160]: at net.minecraftforge.fml.common.network.simpleimpl.
@Jecvay
Jecvay / chunk_load_unload.log
Created August 21, 2019 18:44
large amount in one tick
[02:30:54] [Server thread/INFO] [Sponge]: Load Chunk At [5] (-126, 129)
[02:30:54] [Server thread/INFO] [Sponge]: Load Chunk At [5] (-126, 130)
[02:30:54] [Server thread/INFO] [Sponge]: Load Chunk At [5] (-126, 126)
[02:30:54] [Server thread/INFO] [Sponge]: Load Chunk At [5] (-126, 127)
[02:30:54] [Server thread/INFO] [Sponge]: Load Chunk At [5] (-126, 128)
[02:30:54] [Server thread/INFO] [Sponge]: Load Chunk At [5] (-126, 133)
[02:30:54] [Server thread/INFO] [Sponge]: Load Chunk At [5] (-126, 136)
[02:30:54] [Server thread/INFO] [Sponge]: Load Chunk At [5] (-126, 134)
[02:30:54] [Server thread/INFO] [Sponge]: Load Chunk At [5] (-126, 135)
[02:30:54] [Server thread/INFO] [Sponge]: Load Chunk At [5] (-126, 131)
[14:25:47] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
[14:25:47] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 65 mods : ctgui@1.0.0,creativecoredummy@1.0.0,customskinloader@14.10a,itemfilters@1.0.3.12,smoothfont@mc1.12.2-2.1,jei@4.15.0.273,mtrm@1.2.2.30,xtones@1.12-1.0.8-11,jev@1.0,mcp@9.42,clumps@3.1.2,smoothfontcore@mc1.12.2-2.1,journeymap@1.12.2-5.5.4,appliedenergistics2@rv6-stable-7,betterrecords@1.12.2-1.6.1,forgelin@1.8.2,inventorytweaks@1.63+release.109.220f184,itemzoom@1.11,ftblib@5.4.3.130,nutrition@4.4.0,crafttweaker@4.1.19,durabilityshow@5.0.0,forge@14.23.5.2838,flammpfeil.slashblade@mc1.12-r25,lastsmith@V1.2.6.4-MC1.12.2,shootit@0.1,minecraft@1.12.2,tconstruct@1.12.2-2.12.0.157,tinkertoolleveling@1.12.2-1.1.0.DEV.b23e769,ambientsounds@2.0.0,theoneprobe@1.4.28,crafttweakerjei@2.0.3,damagedisplay@1.0,mousetweaks@2.10,ftbquests@1.7.2.189,avaritia@3.3.0,baubles@1.5.2,blur@1.0.4-14,creativecore@1.9.9,vanillafoodpantry@4.3.1,vehicle@0.41.0,ding@1.0.1,botania@r1.10-362
# forbid USB storage.
sudo mv /lib/modules/3.11.0-15-generic/kernel/drivers/usb/storage/usb-storage.ko /lib/modules/3.11.0-15-generic/kernel/drivers/usb/storage/nonono-usb-storage.ko
# Delete the recovery boot menu
sudo chmod 777 /boot/grub/grub.cfg
sudo sed -e'112,123s/^/# /' /boot/grub/grub.cfg > /boot/grub/grub.cfg.tmp
sudo cp /boot/grub/gurb.cfg.tmp /boot/grub/grub.cfg
sudo rm /boot/grub/gurb.cfg.tmp
sudo chmod 644 /boot/grub/grub.cfg
import java.net.*;
import java.io.*;
/**
* Class <em>Client</em> is a class representing a simple
* HTTP client.
*
* @author iCarnegie, Inc (CTE)
* @version 1.0
*/