Skip to content

Instantly share code, notes, and snippets.

[02:02:30] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[02:02:30] [main/INFO] [FML/]: Forge Mod Loader version 8.0.76.1371 for Minecraft 1.8 loading
[02:02:30] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_45, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre8
[02:02:30] [main/DEBUG] [FML/]: Java classpath at launch is forge-1.8-11.14.1.1371-universal.jar
[02:02:30] [main/DEBUG] [FML/]: Java library path at launch is C:\Program Files\Java\jre8\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;.
[02:02:30] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[02:02:30] [m
[17:32:00] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking block entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:710) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:364) ~[po.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
Caused by: java.lang.NullPointerException
at net.minecraft.server.management.PlayerProfileCache.func_152651_a(PlayerProfileCache.java:122) ~[ry.class:?]
at net.minecraft.server.management.PlayerProfileCache.func_152649_a(PlayerProfileCache.java:107) ~[ry.class:?]
[17:14:52] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoSuchMethodError: org.spongepowered.api.text.Texts.legacy()Lorg/spongepowered/api/text/TextRepresentation;
[17:14:52] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.kitteh.craftirc.sponge.MinecraftEndpoint.receiveMessage(MinecraftEndpoint.java:78)
[17:14:52] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.kitteh.craftirc.endpoint.Endpoint.receiveMessage(Endpoint.java:129)
[17:14:52] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.kitteh.craftirc.endpoint.MessageDistributor.run(MessageDistributor.java:64)
java.lang.IllegalArgumentException: A plugin may not register multiple commands for the same alias ('massivecore')!
at org.spongepowered.api.service.command.SimpleCommandService.register(SimpleCommandService.java:138) ~[SimpleCommandService.class:1.8-1446-2.1DEV-500+unknown-b500.git-unknown]
at org.spongepowered.api.service.command.SimpleCommandService.register(SimpleCommandService.java:114) ~[SimpleCommandService.class:1.8-1446-2.1DEV-500+unknown-b500.git-unknown]
at blue.lapis.pore.impl.command.PoreCommandMap.register(PoreCommandMap.java:78) ~[PoreCommandMap.class:1.0.0-SNAPSHOT-git(master-02e5403)-jnks224]
at org.bukkit.command.SimpleCommandMap.register(SimpleCommandMap.java:56) ~[SimpleCommandMap.class:1.0.0-SNAPSHOT-git(master-02e5403)-jnks224]
at com.massivecraft.massivecore.MassiveCoreEngineCommandRegistration.updateRegistrations(MassiveCoreEngineCommandRegistration.java:111) ~[?:?]
at com.massivecraft.massivecore.MassiveCoreEngineCommandRegistration.run(MassiveCoreEngineCommandRegistration.java:
[19:06:33] [Server thread/ERROR] [Sponge/]: The Scheduler tried to run the task pore:MassiveCore-S-2 owned by blue.lapis.pore.plugin.PorePluginContainer@1351fa95, but an error occured.
java.lang.IllegalArgumentException: A plugin may not register multiple commands for the same alias ('massivecore')!
at org.spongepowered.api.service.command.SimpleCommandService.register(SimpleCommandService.java:138) ~[SimpleCommandService.class:1.8-1446-2.1DEV-500+unknown-b500.git-unknown]
at org.spongepowered.api.service.command.SimpleCommandService.register(SimpleCommandService.java:114) ~[SimpleCommandService.class:1.8-1446-2.1DEV-500+unknown-b500.git-unknown]
at blue.lapis.pore.impl.command.PoreCommandMap.register(PoreCommandMap.java:78) ~[PoreCommandMap.class:1.0.0-SNAPSHOT-git(master-02e5403)-jnks224]
at org.bukkit.command.SimpleCommandMap.register(SimpleCommandMap.java:56) ~[SimpleCommandMap.class:1.0.0-SNAPSHOT-git(master-02e5403)-jnks224]
at com.massivecraft.massivecore.MassiveCoreEngineCommandRegistration.updat
[11:47:52] [Server thread/INFO]: Joe_Schmo2840 joined the game
[11:47:53] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception ticking world
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:699) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:364) ~[po.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
Caused by: java.lang.AbstractMethodError: net.minecraft.world.WorldServer.getBlockSnapshot(Lcom/flowpowered/math/vector/Vector3i;)Lorg/spongepowered/api/block/BlockSnapshot;
at org.spongepowered.api.world.Location.getBlockSnapshot(Location.java:607) ~[Location.class:1.8-1446-2.1DEV-500+unknown-b500.git-unknown]
[22:24:09] [Server thread/INFO] [mixin]: Instancing error handler class org.spon
gepowered.mod.mixin.handler.MixinErrorHandler
[22:24:09] [Server thread/INFO] [Sponge]: /*************************************
*******************************************************************/
[22:24:09] [Server thread/INFO] [Sponge]: /*
*/
[22:24:09] [Server thread/INFO] [Sponge]: /* Oh dear. Something went wrong and t
he server had to shut down! */
[22:24:09] [Server thread/INFO] [Sponge]: /*
*/
Time: 7/15/15 12:12 AM
Description: Exception in server tick loop
java.util.zip.ZipException: Not in GZIP format
at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
at java.util.zip.GZIPInputStream.<init>(Unknown Source)
at java.util.zip.GZIPInputStream.<init>(Unknown Source)
at net.minecraft.nbt.CompressedStreamTools.func_74796_a(SourceFile:13)
at net.minecraft.world.storage.SaveHandler.loadSpongeDatData(SourceFile:94)
at net.minecraft.world.storage.SaveHandler.onLoadWorldInfoBeforeReturn0(SourceFile:50)
15.07 02:01:18 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
15.07 02:01:18 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478) [MinecraftServer.class:?]
15.07 02:01:18 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598) [MinecraftServer.class:?]
15.07 02:01:18 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:364) [po.class:?]
15.07 02:01:18 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:656) [MinecraftServer.class:?]
15.07 02:01:18 [Server] INFO at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:714) [FMLCommonHandler.class:?]
15.07 02:01:18 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
15.07 02:01:18 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
15.07 02:01:18 [Server] INFO at net.minecraft.network.
15.07 13:34:35 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
15.07 13:34:35 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478) [MinecraftServer.class:?]
15.07 13:34:35 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598) [MinecraftServer.class:?]
15.07 13:34:35 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:364) [po.class:?]
15.07 13:34:35 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:656) [MinecraftServer.class:?]
15.07 13:34:35 [Server] INFO at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:714) [FMLCommonHandler.class:?]
15.07 13:34:35 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
15.07 13:34:35 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
15.07 13:34:35 [Server] INFO at net.minecraft.network.