Skip to content

Instantly share code, notes, and snippets.

@deathcap
Created April 8, 2015 05:37
Show Gist options
  • Save deathcap/0d9aa6e228d6c29c12fd to your computer and use it in GitHub Desktop.
Save deathcap/0d9aa6e228d6c29c12fd to your computer and use it in GitHub Desktop.
Glowstone + Forge Mod Loader test 2
https://github.com/deathcap/GlowstonePlusPlus/pull/1
+ java -mx2G -jar target/glowstone++-1.8.3-SNAPSHOT.jar
2015-04-07 22:34:13,337 ERROR Error processing element Queue: CLASS_NOT_FOUND
2015-04-07 22:34:13,365 ERROR Unable to locate appender ServerGuiConsole for logger
2015-04-07 22:34:13,365 ERROR Unable to locate appender ServerGuiConsole for logger net.minecraft
2015-04-07 22:34:13,365 ERROR Unable to locate appender ServerGuiConsole for logger com.mojang
[22:34:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[22:34:13] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[22:34:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[22:34:13] [main/INFO] [FML]: Forge Mod Loader version 8.0.71.1061 for Minecraft 1.8 loading
[22:34:13] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_72, running on Mac OS X:x86_64:10.10.2, installed at /Library/Java/JavaVirtualMachines/jdk1.7.0_72.jdk/Contents/Home/jre
[22:34:13] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[22:34:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:34:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[22:34:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:34:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:34:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:34:13] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[22:34:13] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[22:34:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[22:34:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[22:34:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[22:34:13] [main/WARN] [FML]: =============================================================
[22:34:13] [main/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[22:34:13] [main/WARN] [FML]: Offendor: net/minecraft/server/MinecraftServer.initiateShutdown()V
[22:34:13] [main/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[22:34:13] [main/WARN] [FML]: =============================================================
[22:34:13] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[22:34:13] [main/INFO] [STDOUT]: [net.minecraft.server.MinecraftServer:main2:50]: about to invoke FML beginServerLoading()
[22:34:13] [main/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[22:34:13] [main/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[22:34:13] [main/INFO] [FML]: Searching /Users/admin/minecraft/Glowstone++/mods for mods
[22:34:15] [main/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
Apr 07, 2015 10:34:16 PM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@17f33a02 to public void net.minecraftforge.fml.common.LoadController.buildModList(net.minecraftforge.fml.common.event.FMLLoadEvent)
Apr 07, 2015 10:34:16 PM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@17f33a02 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
[22:34:16] [main/INFO] [FML]: Processing ObjectHolder annotations
[22:34:16] [main/INFO] [FML]: Found 0 ObjectHolder annotations
Apr 07, 2015 10:34:16 PM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@17f33a02 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
[22:34:16] [main/INFO] [FML]: Applying holder lookups
[22:34:16] [main/INFO] [FML]: Holder lookups applied
[22:34:16] [main/INFO] [STDOUT]: [net.minecraft.server.MinecraftServer:main2:52]: Finished loading
Apr 07, 2015 10:34:16 PM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@17f33a02 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
Apr 07, 2015 10:34:16 PM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@17f33a02 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
Apr 07, 2015 10:34:16 PM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@17f33a02 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
Apr 07, 2015 10:34:16 PM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@17f33a02 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
[22:34:16] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[22:34:16] [main/INFO] [STDOUT]: [net.minecraft.server.MinecraftServer:main2:54]: Initialization completed
[22:34:16] [main/INFO] [STDOUT]: [net.minecraft.server.MinecraftServer:main2:58]: Modification loaded: Minecraft Coder Pack 9.05
[22:34:16] [main/INFO] [STDOUT]: [net.minecraft.server.MinecraftServer:main2:58]: Modification loaded: Forge Mod Loader 8.0.71.1061
[22:34:16] [main/INFO] [STDOUT]: [net.minecraft.server.MinecraftServer:main2:58]: Modification loaded: Iron Chest 6.0.99.749
[22:34:16] [main/INFO] [STDOUT]: [net.minecraft.server.MinecraftServer:main2:58]: Modification loaded: Ore Control 0.3.0
22:34:16 [INFO] This server is running Glowstone++ version git-Glowstone-1.8-514-g06e1bc6 (Implementing API version 1.8.3-R0.1-SNAPSHOT)
22:34:16 [INFO] Recipes: 295 shaped, 63 shapeless, 24 furnace, 14 fuels.
22:34:16 [INFO] Preparing spawn for world...
22:34:17 [INFO] Preparing spawn for world: done
22:34:17 [INFO] Preparing spawn for world_nether...
22:34:17 [INFO] Preparing spawn for world_nether: done
22:34:17 [INFO] Preparing spawn for world_the_end...
22:34:18 [INFO] Preparing spawn for world_the_end: done
22:34:18 [INFO] Binding to address: 0.0.0.0/0.0.0.0:25565...
22:34:18 [INFO] Successfully bound to: /0:0:0:0:0:0:0:0:25565
22:34:18 [INFO] Ready for connections.
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment