Skip to content

Instantly share code, notes, and snippets.

View Bubble0seven's full-sized avatar

Stuart Bubble0seven

  • https://www.upwork.com/freelancers/~01af73ab850f03beac?viewMode=1
  • Australia
  • 15:27 (UTC +08:00)
View GitHub Profile
This file has been truncated, but you can view the full file.
[10:27:49] [main/INFO] [FML/]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[10:27:49] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_121, running on Linux:amd64:3.14.32-xxxx-grs-ipv6-64, installed at /opt/jdk1.8.0_121/jre
[10:27:49] [main/INFO] [STDERR/]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[10:27:49] [main/INFO] [FML/]: [AppEng] Core Init
[10:27:52] [main/INFO] [FML/]: Found FastCraft tweaker, skipping...
[10:27:52] [main/INFO] [FML/]: Loading tweaker forestry.shade.javacheck.Java7Checker from forestry_1.7.10-4.2.15.63.jar
[10:27:52] [main/WARN] [FML/]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[10:27:52] [main/WARN] [FML/]: Missing @MCVersion: codechicken.core.launch.CodeChickenCorePlugin cofh.asm.LoadingPlugin dimensionguard.asm.LoadingPlugin codechicken.core.launch.DepLoader mrtjp.relocation.asm.RelocationPlu
This file has been truncated, but you can view the full file.
[23:15:01] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[23:15:01] [main/INFO] [FML/]: Forge Mod Loader version 12.18.3.2185 for Minecraft 1.10.2 loading
[23:15:01] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_60, running on Linux:amd64:3.14.32-xxxx-grs-ipv6-64, installed at /usr/java/jre1.8.0_60
[23:15:01] [main/DEBUG] [FML/]: Java classpath at launch is FTBserver-1.10.2-12.18.3.2185-universal.jar
[23:15:01] [main/DEBUG] [FML/]: Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[23:15:01] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[23:15:01] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[23:15:01] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[23:15:01] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[23:15:01] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
This file has been truncated, but you can view the full file.
[22:00:04] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[22:00:04] [main/INFO] [FML/]: Forge Mod Loader version 12.18.3.2185 for Minecraft 1.10.2 loading
[22:00:04] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_112, running on Linux:amd64:3.14.32-xxxx-grs-ipv6-64, installed at /usr/java/jdk1.8.0_112/jre
[22:00:04] [main/DEBUG] [FML/]: Java classpath at launch is direwolf20.jar
[22:00:04] [main/DEBUG] [FML/]: Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[22:00:04] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[22:00:04] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[22:00:04] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[22:00:04] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[22:00:04] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Too many channels registered
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_112]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_112]
at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-de459a2-51263e9]
at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot.jar:git-Spigot-de459a2-51263e9]
at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot.jar:git-Spigot-de459a2-51263e9]
at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot.jar:git-Spigot-de459a2-51263e9]
at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot.jar:git-Spigot-de459a2-51263e9]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]
Caused by: java.lang.IllegalStateException: Too many channels registered
java.lang.IllegalStateException: Too many channels registered
at com.google.common.base.Preconditions.checkState(Preconditions.java:145) ~[legacy.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.entity.CraftPlayer.addChannel(CraftPlayer.java:1068) ~[legacy.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:1956) ~[legacy.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.PacketPlayInCustomPayload.a(PacketPlayInCustomPayload.java:39) ~[legacy.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.PacketPlayInCustomPayload.handle(PacketPlayInCustomPayload.java:51) ~[legacy.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) ~[legacy.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [legacy.jar:git-Spigot-1
This file has been truncated, but you can view the full file.
[08:51:33] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[08:51:34] [main/INFO] [FML/]: Forge Mod Loader version 12.18.3.2202 for Minecraft 1.10.2 loading
[08:51:34] [main/INFO] [FML/]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_111, running on Linux:amd64:3.14.32-xxxx-grs-ipv6-64, installed at /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.111-2.b15.el7_3.x86_64/jre
[08:51:34] [main/DEBUG] [FML/]: Java classpath at launch is skyfactory.jar
[08:51:34] [main/DEBUG] [FML/]: Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[08:51:34] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[08:51:34] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[08:51:34] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[08:51:34] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[08:51:34] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
# Configuration file
general {
# Set to true to enable generation of the end cities.
B:generateEndCities=true
# Set to true to enable generation of the nether fortresses.
B:generateNetherFortress=true
# Set to true to enable generation of the obsidian 'spikes' in the end.
# Configuration file
general {
# Allow island creation if player is not OP
B:AllowIslandCreation=true
# Allow island teleportion if player is not OP
B:AllowIslandTp=true
# Auto make islands on login
This file has been truncated, but you can view the full file.
[01:40:09] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[01:40:10] [main/INFO] [FML/]: Forge Mod Loader version 12.18.3.2202 for Minecraft 1.10.2 loading
[01:40:10] [main/INFO] [FML/]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_111, running on Linux:amd64:3.14.32-xxxx-grs-ipv6-64, installed at /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.111-2.b15.el7_3.x86_64/jre
[01:40:10] [main/DEBUG] [FML/]: Java classpath at launch is skyfactory.jar
[01:40:10] [main/DEBUG] [FML/]: Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[01:40:10] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[01:40:10] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[01:40:10] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[01:40:10] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[01:40:10] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
This file has been truncated, but you can view the full file.
[23:56:46] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[23:56:46] [main/INFO] [FML/]: Forge Mod Loader version 12.18.3.2202 for Minecraft 1.10.2 loading
[23:56:46] [main/INFO] [FML/]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_111, running on Linux:amd64:3.14.32-xxxx-grs-ipv6-64, installed at /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.111-2.b15.el7_3.x86_64/jre
[23:56:46] [main/DEBUG] [FML/]: Java classpath at launch is skyfactory.jar
[23:56:46] [main/DEBUG] [FML/]: Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[23:56:46] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[23:56:46] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[23:56:46] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[23:56:46] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[23:56:46] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin