Skip to content

Instantly share code, notes, and snippets.

Created April 6, 2016 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9453650154d56474e3cd712d7c4932c6 to your computer and use it in GitHub Desktop.
Save anonymous/9453650154d56474e3cd712d7c4932c6 to your computer and use it in GitHub Desktop.
Forge 1846 crash on server when loading a world that was once saved from vanilla 1.9.2
[18:20:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[18:20:13] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[18:20:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[18:20:15] [main/INFO] [FML]: Forge Mod Loader version 12.16.0.1846 for Minecraft 1.9 loading
[18:20:15] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_77, running on Mac OS X:x86_64:10.10.5, installed at /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home
[18:20:15] [main/INFO] [FML]: Loading tweaker bsm.javacheck.Java7Checker from BetterSprinting MC-1.9 v1.1.4.jar
[18:20:15] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[18:20:15] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:20:15] [main/INFO] [LaunchWrapper]: Loading tweak class name bsm.javacheck.Java7Checker
[18:20:15] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:20:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:20:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:20:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:20:16] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[18:20:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:20:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:20:16] [main/INFO] [LaunchWrapper]: Calling tweak class bsm.javacheck.Java7Checker
[18:20:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:20:16] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:20:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:20:16] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[18:20:24] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.9
[18:20:24] [Server thread/INFO] [FML]: MinecraftForge v12.16.0.1846 Initialized
[18:20:24] [Server thread/INFO] [FML]: Replaced 207 ore recipes
[18:20:24] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[18:20:24] [Server thread/INFO] [FML]: Searching /Users/siverson/Downloads/Mincraft Server/mods for mods
[18:20:25] [Server thread/WARN] [BetterSprinting]: Mod BetterSprinting is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.4
[18:20:25] [Server thread/WARN] [enderbook]: Mod enderbook is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.3
[18:20:25] [Server thread/INFO] [FML]: Disabling mod MapWriter it is client side only.
[18:20:25] [Server thread/INFO] [FML]: Forge Mod Loader has identified 9 mods to load
[18:20:25] [Server thread/INFO] [FML]: FML has found a non-mod file MapWriter-1.9-2.4.13.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[18:20:25] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[18:20:25] [Server thread/INFO] [FML]: Found 418 ObjectHolder annotations
[18:20:25] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[18:20:25] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[18:20:25] [Server thread/INFO] [FML]: Applying holder lookups
[18:20:25] [Server thread/INFO] [FML]: Holder lookups applied
[18:20:25] [Server thread/INFO] [FML]: Injecting itemstacks
[18:20:25] [Server thread/INFO] [FML]: Itemstack injection complete
[18:20:25] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
[18:20:25] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
[18:20:25] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
[18:20:25] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on 192.168.1.138:25565
[18:20:25] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using default channel type
[18:20:26] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[18:20:26] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: The server will make no attempt to authenticate usernames. Beware.
[18:20:26] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[18:20:26] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: To change this, set "online-mode" to "true" in the server.properties file.
[18:20:26] [Server thread/INFO] [FML]: Injecting itemstacks
[18:20:26] [Server thread/INFO] [FML]: Itemstack injection complete
[18:20:26] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 9 mods
[18:20:26] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "Madhouse"
[18:20:26] [Server thread/INFO] [fml.ModTracker]: This world was saved with mod Forge version 12.16.0.1826 and it is now at version 12.16.0.1846, things may not work well
[18:20:26] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[18:20:26] [Server thread/ERROR] [FML]: An unknown persistent registry type "minecraft:villagerprofessions" has been encountered. This Forge instance cannot understand it.
[18:20:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[18:20:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
[18:20:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[18:20:26] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NullPointerException
[18:20:26] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:221)
[18:20:26] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:199)
[18:20:26] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.Loader.fireRemapEvent(Loader.java:987)
[18:20:26] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.registry.PersistentRegistryManager.revertToFrozen(PersistentRegistryManager.java:372)
[18:20:26] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.Loader.serverStopped(Loader.java:847)
[18:20:26] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:490)
[18:20:26] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:529)
[18:20:26] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:745)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment