Skip to content

Instantly share code, notes, and snippets.

@Brycey92
Created October 10, 2014 18:11
Show Gist options
  • Save Brycey92/9233aaf20f714d07d2f2 to your computer and use it in GitHub Desktop.
Save Brycey92/9233aaf20f714d07d2f2 to your computer and use it in GitHub Desktop.
[13:38:15] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:38:16] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:38:16] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[13:38:16] [main/INFO]: Forge Mod Loader version 7.10.84.1217 for Minecraft 1.7.10 loading
[13:38:18] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[13:38:18] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:38:18] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:38:18] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:38:18] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:38:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:38:22] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:38:22] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:38:24] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[13:38:24] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[13:38:26] [main/INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[13:38:40] [Server thread/INFO]: Starting minecraft server version 1.7.10
[13:38:41] [Server thread/ERROR]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@53d1d58d. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.FMLCommonHandler.<init>(FMLCommonHandler.java:94) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.FMLCommonHandler.<clinit>(FMLCommonHandler.java:81) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:170) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
[13:38:41] [Server thread/INFO]: Attempting early MinecraftForge initialization
[13:38:41] [Server thread/ERROR]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@31dddb91. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at net.minecraftforge.common.MinecraftForge.<clinit>(MinecraftForge.java:21) [MinecraftForge.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at java.lang.Class.forName0(Native Method) [?:1.7.0_67]
at java.lang.Class.forName(Unknown Source) [?:1.7.0_67]
at cpw.mods.fml.common.FMLCommonHandler.findMinecraftForge(FMLCommonHandler.java:184) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.FMLCommonHandler.callForgeMethod(FMLCommonHandler.java:198) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.FMLCommonHandler.beginLoading(FMLCommonHandler.java:110) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.server.FMLServerHandler.<init>(FMLServerHandler.java:75) [FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.server.FMLServerHandler.<clinit>(FMLServerHandler.java:66) [FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:317) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:170) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
[13:38:41] [Server thread/ERROR]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@5c7a262a. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at net.minecraftforge.common.MinecraftForge.<clinit>(MinecraftForge.java:22) [MinecraftForge.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at java.lang.Class.forName0(Native Method) [?:1.7.0_67]
at java.lang.Class.forName(Unknown Source) [?:1.7.0_67]
at cpw.mods.fml.common.FMLCommonHandler.findMinecraftForge(FMLCommonHandler.java:184) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.FMLCommonHandler.callForgeMethod(FMLCommonHandler.java:198) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.FMLCommonHandler.beginLoading(FMLCommonHandler.java:110) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.server.FMLServerHandler.<init>(FMLServerHandler.java:75) [FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.server.FMLServerHandler.<clinit>(FMLServerHandler.java:66) [FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:317) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:170) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
[13:38:41] [Server thread/ERROR]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@575fbed4. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at net.minecraftforge.common.MinecraftForge.<clinit>(MinecraftForge.java:23) [MinecraftForge.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at java.lang.Class.forName0(Native Method) [?:1.7.0_67]
at java.lang.Class.forName(Unknown Source) [?:1.7.0_67]
at cpw.mods.fml.common.FMLCommonHandler.findMinecraftForge(FMLCommonHandler.java:184) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.FMLCommonHandler.callForgeMethod(FMLCommonHandler.java:198) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.FMLCommonHandler.beginLoading(FMLCommonHandler.java:110) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.server.FMLServerHandler.<init>(FMLServerHandler.java:75) [FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.server.FMLServerHandler.<clinit>(FMLServerHandler.java:66) [FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:317) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.0]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:170) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
[13:38:41] [Server thread/INFO]: MinecraftForge v10.13.1.1217 Initialized
[13:38:41] [Server thread/INFO]: Replaced 182 ore recipies
[13:38:41] [Server thread/INFO]: Completed early MinecraftForge initialization
[13:38:41] [Server thread/INFO]: Searching C:\Users\Bryce\Desktop\Server\Minecraft-1.7\TEST\mods for mods
[13:38:43] [Server thread/INFO]: Forge Mod Loader has identified 3 mods to load
[13:38:43] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge] at CLIENT
[13:38:43] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge] at SERVER
[13:38:44] [Server thread/INFO]: Processing ObjectHolder annotations
[13:38:44] [Server thread/INFO]: Found 341 ObjectHolder annotations
[13:38:44] [Server thread/INFO]: Configured a dormant chunk cache size of 0
[13:38:44] [Server thread/INFO]: Applying holder lookups
[13:38:44] [Server thread/INFO]: Holder lookups applied
[13:38:44] [Server thread/INFO]: Loading properties
[13:38:44] [Server thread/INFO]: Default game type: SURVIVAL
[13:38:45] [Server thread/INFO]: This server is running Cauldron-MCPC-Plus version null (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[13:38:45] [Server thread/INFO]: Server Ping Player Sample Count: 12
[13:38:45] [Server thread/WARN]: =============================================================
[13:38:45] [Server thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[13:38:45] [Server thread/WARN]: Offendor: org/spigotmc/RestartCommand.restart()V
[13:38:45] [Server thread/WARN]: Use FMLCommonHandler.exitJava instead
[13:38:45] [Server thread/WARN]: =============================================================
[13:38:45] [Server thread/INFO]: Using 4 threads for Netty based IO
[13:38:45] [Server thread/INFO]: Generating keypair
[13:38:46] [Server thread/INFO]: Starting Minecraft server on *:25566
[13:38:47] [Server thread/INFO]: Forge Mod Loader has successfully loaded 3 mods
[13:38:47] [Server thread/INFO]: Preparing level "world"
[13:38:47] [Server thread/INFO]: Registered command debug with permission node vanilla.command.debug
[13:38:47] [Server thread/INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[13:38:47] [Server thread/INFO]: Registered command playsound with permission node vanilla.command.playsound
[13:38:47] [Server thread/INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[13:38:47] [Server thread/INFO]: Registered command achievement with permission node vanilla.command.achievement
[13:38:47] [Server thread/INFO]: Registered command summon with permission node vanilla.command.summon
[13:38:47] [Server thread/INFO]: Registered command setblock with permission node vanilla.command.setblock
[13:38:47] [Server thread/INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[13:38:47] [Server thread/INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[13:38:47] [Server thread/INFO]: Registered command netstat with permission node vanilla.command.netstat
[13:38:47] [Server thread/INFO]: Injecting existing block and item data into this server instance
[13:38:47] [Server thread/INFO]: Applying holder lookups
[13:38:47] [Server thread/INFO]: Holder lookups applied
[13:38:48] [Server thread/INFO]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@16c198f9)
[13:38:48] [Server thread/INFO]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@16c198f9)
[13:38:48] [Server thread/INFO]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.DedicatedServer@16c198f9)
[13:38:48] [Server thread/INFO]: Preparing start region for level 0
[13:38:49] [Server thread/INFO]: Preparing spawn area: 2%
[13:38:50] [Server thread/INFO]: Preparing spawn area: 42%
[13:38:51] [Server thread/INFO]: Preparing spawn area: 82%
[13:38:52] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[13:38:52] [Server thread/INFO]: Done (5.043s)! For help, type "help" or "?"
[13:38:52] [Server thread/INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
[13:39:22] [User Authenticator #1/INFO]: UUID of player Brycey92 is 8527ba19-65f0-4a96-ba9c-efe6defb6c73
[13:39:23] [Netty IO #2/INFO]: Client protocol version 1
[13:39:23] [Netty IO #2/INFO]: Client attempting to join with 3 mods : mcp@9.05,FML@7.10.85.1223,Forge@10.13.1.1223
[13:39:23] [Netty IO #2/INFO]: Attempting connection with missing mods [] at CLIENT
[13:39:23] [Server thread/INFO]: [Server thread] Server side modded connection established
[13:39:23] [Server thread/INFO]: Brycey92[/198.144.159.198:55383] logged in with entity id 386 at ([world] -124.5, 71.0, 493.5)
[13:40:06] [Server thread/INFO]: Brycey92 issued server command: /kill brycey92
[13:40:06] [Server thread/INFO]: Brycey92 died
[14:01:22] [Server thread/INFO]: Brycey92 lost connection: Disconnected
[14:01:22] [Server thread/INFO]: Brycey92 left the game.
[14:01:25] [Server thread/INFO]: CONSOLE: Stopping the server..
[14:01:25] [Server thread/INFO]: Stopping server
[14:01:25] [Server thread/INFO]: Saving players
[14:01:25] [Server thread/INFO]: Saving worlds
[14:01:25] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[14:01:26] [Server thread/INFO]: Saving chunks for level 'DIM1'/The End
[14:01:26] [Server thread/INFO]: Saving chunks for level 'DIM-1'/Nether
[14:01:26] [Server thread/INFO]: Unloading dimension 0
[14:01:26] [Server thread/INFO]: Unloading dimension -1
[14:01:26] [Server thread/INFO]: Unloading dimension 1
[14:01:26] [Server thread/INFO]: Applying holder lookups
[14:01:26] [Server thread/INFO]: Holder lookups applied
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment