• 0

    posted a message on Forge Server Won't Start Up Because Of Morph Mod Not Loading.

    Hi, my modded server, which includes 9 mods, won't start up. At first, it loads normally, but then, when it starts loading morph, it just stops, and doesn't load the world. Here is the log.


    [17:13:16] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
    [17:13:16] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
    [17:13:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
    [17:13:17] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
    [17:13:17] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_91, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_91
    [17:13:17] [main/WARN] [FML]: The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [17:13:17] [main/INFO] [FML]: Loading tweaker me.guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.0.1.jar
    [17:13:18] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [17:13:18] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [17:13:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [17:13:18] [main/INFO] [LaunchWrapper]: Loading tweak class name me.guichaguri.betterfps.tweaker.BetterFpsTweaker
    [17:13:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
    [17:13:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [17:13:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [17:13:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [17:13:19] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
    [17:13:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [17:13:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [17:13:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [17:13:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [17:13:20] [main/INFO] [LaunchWrapper]: Calling tweak class me.guichaguri.betterfps.tweaker.BetterFpsTweaker
    [17:13:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
    [17:13:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [17:13:20] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
    [17:13:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
    [17:13:20] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer (yz)
    [17:13:20] [main/INFO] [battlegear2]: Adding new fields to EntityPlayer
    [17:13:20] [main/INFO] [battlegear2]: Patching constructor in EntityPlayer
    [17:13:20] [main/INFO] [battlegear2]: Patching method onUpdate in EntityPlayer
    [17:13:20] [main/INFO] [battlegear2]: Patching method onItemUseFinish in EntityPlayer
    [17:13:20] [main/INFO] [battlegear2]: Patching method interactWith in EntityPlayer
    [17:13:20] [main/INFO] [battlegear2]: Patching method setCurrentItemOrArmor in EntityPlayer
    [17:13:20] [main/INFO] [battlegear2]: Creating new methods in EntityPlayer
    [17:13:20] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer done
    [17:13:20] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
    [17:13:21] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack (add)
    [17:13:21] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack done
    [17:13:21] [main/INFO] [BetterFps]: Patching Minecraft using Riven's "Half" Algorithm
    [17:13:23] [main/WARN] [FML]: =============================================================
    [17:13:23] [main/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
    [17:13:23] [main/WARN] [FML]: Offendor: net/minecraft/server/gui/MinecraftServerGui$1.windowClosing(Ljava/awt/event/WindowEvent;)V
    [17:13:23] [main/WARN] [FML]: Use FMLCommonHandler.exitJava instead
    [17:13:23] [main/WARN] [FML]: =============================================================
    [17:13:23] [Server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer]: Exception handling console input
    java.io.IOException: The handle is invalid
    at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_91]
    at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_91]
    at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_91]
    at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_91]
    at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_91]
    at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_91]
    at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_91]
    at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_91]
    at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_91]
    at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_91]
    at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_91]
    at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]
    [17:13:23] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.7.10
    [17:13:23] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
    [17:13:23] [Server thread/INFO] [FML]: MinecraftForge v10.13.4.1558 Initialized
    [17:13:23] [Server thread/INFO] [FML]: Replaced 183 ore recipies
    [17:13:23] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
    [17:13:24] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
    [17:13:24] [Server thread/INFO] [FML]: Searching C:\Users\Bobby\Desktop\Orespawn\mods for mods
    [17:13:24] [Server thread/INFO] [FML]: Also searching C:\Users\Bobby\Desktop\Orespawn\mods\1.7.10 for mods
    [17:13:25] [Server thread/INFO] [FML]: Forge Mod Loader has identified 11 mods to load
    [17:13:25] [Server thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
    [17:13:26] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, battlegear2, iChunUtil, IronChest, Morph, OreSpawn, Waila] at CLIENT
    [17:13:26] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, battlegear2, iChunUtil, IronChest, Morph, OreSpawn, Waila] at SERVER
    [17:13:27] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
    [17:13:27] [Server thread/INFO] [FML]: Found 341 ObjectHolder annotations
    [17:13:27] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
    [17:13:27] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
    [17:13:27] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
    [17:13:29] [Server thread/INFO] [FML]: Applying holder lookups
    [17:13:29] [Server thread/INFO] [FML]: Holder lookups applied
    [17:13:29] [Server thread/INFO] [FML]: Injecting itemstacks
    [17:13:29] [Server thread/INFO] [FML]: Itemstack injection complete
    [17:13:29] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
    [17:13:29] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
    [17:13:29] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
    [17:13:29] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:25565
    [17:13:30] [Server thread/INFO] [FML]: Injecting itemstacks
    [17:13:30] [Server thread/INFO] [FML]: Itemstack injection complete
    [17:13:30] [Server thread/WARN] [Waila]: [BC] Class not found. java.lang.ClassNotFoundException: buildcraft.factory.TileTank
    [17:13:30] [Server thread/WARN] [Waila]: [IndustrialCraft 2] Error while loading generator hooks.java.lang.ClassNotFoundException: ic2.core.block.generator.tileentity.TileEntityBaseGenerator
    [17:13:30] [Server thread/WARN] [Waila]: [Thaumcraft] Class not found. java.lang.ClassNotFoundException: thaumcraft.common.Thaumcraft
    [17:13:30] [Server thread/INFO] [Waila]: [EnderStorage] EnderStorage mod not found.
    [17:13:30] [Server thread/INFO] [Waila]: [GraveStone] GraveStone mod not found.
    [17:13:30] [Server thread/INFO] [Waila]: [TwilightForestMod] TwilightForestMod mod not found.
    [17:13:30] [Server thread/WARN] [Waila]: [Thermal Expansion] Error while loading Energy hooks.java.lang.ClassNotFoundException: cofh.api.energy.IEnergyProvider
    [17:13:30] [Server thread/WARN] [Waila]: [Thermal Expansion] Error while loading Energy Cell hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.cell.TileCell
    [17:13:30] [Server thread/WARN] [Waila]: [Thermal Expansion] Error while loading Tank hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.tank.TileTank
    [17:13:30] [Server thread/WARN] [Waila]: [Thermal Expansion] Error while loading Tesseract hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.ender.TileTesseract
    [17:13:30] [Server thread/WARN] [Waila]: [Thermal Expansion] Error while loading ISecureTile hooks.java.lang.ClassNotFoundException: cofh.api.tileentity.ISecurable
    [17:13:30] [Server thread/WARN] [Waila]: [Thermal Expansion] Error while loading Tesseract hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.cache.TileCache
    [17:13:30] [Server thread/WARN] [Waila]: [Thermal Dynamics] Error while loading FluidDuct hooks.java.lang.ClassNotFoundException: cofh.thermaldynamics.ducts.fluid.TileFluidDuct
    [17:13:30] [Server thread/INFO] [Waila]: [Engineer Toolbox] Engineer Toolbox mod not found.
    [17:13:30] [Server thread/INFO] [Waila]: [ProjectRed] ProjectRed|Integration mod not found.
    [17:13:30] [Server thread/INFO] [Waila]: [ExtraUtilities] ExtraUtilities mod not found.
    [17:13:30] [Server thread/INFO] [Waila]: [OpenBlocks] OpenBlocks mod not found.
    [17:13:30] [Server thread/INFO] [Waila]: [Railcraft] Railcraft mod not found.
    [17:13:30] [Server thread/INFO] [Waila]: [PamHarvestCraft] PamHarvestCraft mod not found.
    [17:13:30] [Server thread/INFO] [Waila]: [MagicalCrops] MagicalCrops mod not found.
    [17:13:30] [Server thread/INFO] [Waila]: [Statues] Statues mod not found.
    [17:13:30] [Server thread/INFO] [Waila]: [Agriculture] Agriculture mod not found.
    [17:13:30] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 11 mods
    [17:13:30] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedPlayerList]: Failed to load user banlist:
    java.io.FileNotFoundException: banned-players.json (The system cannot find the file specified)
    at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_91]
    at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_91]
    at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_91]
    at com.google.common.io.Files.newReader(Files.java:86) ~[guava-17.0.jar:?]
    at net.minecraft.server.management.UserList.func_152679_g(SourceFile:124) ~[om.class:?]
    at net.minecraft.server.dedicated.DedicatedPlayerList.func_152620_y(SourceFile:99) [ls.class:?]
    at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:25) [ls.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:211) [lt.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
    [17:13:30] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedPlayerList]: Failed to load ip banlist:
    java.io.FileNotFoundException: banned-ips.json (The system cannot find the file specified)
    at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_91]
    at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_91]
    at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_91]
    at com.google.common.io.Files.newReader(Files.java:86) ~[guava-17.0.jar:?]
    at net.minecraft.server.management.UserList.func_152679_g(SourceFile:124) ~[om.class:?]
    at net.minecraft.server.dedicated.DedicatedPlayerList.func_152619_x(SourceFile:91) [ls.class:?]
    at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:27) [ls.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:211) [lt.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
    [17:13:30] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedPlayerList]: Failed to load operators list:
    java.io.FileNotFoundException: ops.json (The system cannot find the file specified)
    at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_91]
    at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_91]
    at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_91]
    at com.google.common.io.Files.newReader(Files.java:86) ~[guava-17.0.jar:?]
    at net.minecraft.server.management.UserList.func_152679_g(SourceFile:124) ~[om.class:?]
    at net.minecraft.server.dedicated.DedicatedPlayerList.func_72417_t(SourceFile:107) [ls.class:?]
    at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:29) [ls.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:211) [lt.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
    [17:13:30] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedPlayerList]: Failed to load white-list:
    java.io.FileNotFoundException: whitelist.json (The system cannot find the file specified)
    at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_91]
    at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_91]
    at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_91]
    at com.google.common.io.Files.newReader(Files.java:86) ~[guava-17.0.jar:?]
    at net.minecraft.server.management.UserList.func_152679_g(SourceFile:124) ~[om.class:?]
    at net.minecraft.server.dedicated.DedicatedPlayerList.func_72418_v(SourceFile:123) [ls.class:?]
    at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:30) [ls.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:211) [lt.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
    [17:13:30] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
    [17:13:31] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod bookshelf which appears to be missing, things may not work well
    [17:13:31] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod telepads which appears to be missing, things may not work well
    [17:13:31] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
    [17:13:31] [Server thread/INFO] [FML]: Found a missing id from the world telepads:telepad
    [17:13:31] [Server thread/INFO] [FML]: Found a missing id from the world telepads:Transmitter Upgrade
    [17:13:31] [Server thread/INFO] [FML]: Found a missing id from the world telepads:telepad
    [17:13:31] [Server thread/INFO] [FML]: Found a missing id from the world telepads:Toggler Upgrade
    [17:13:31] [Server thread/ERROR] [FML]: There are unidentified mappings in this world - we are going to attempt to process anyway
    [17:13:31] [Server thread/ERROR] [FML]: Unidentified block: telepads:telepad, id 543
    [17:13:31] [Server thread/ERROR] [FML]: Unidentified item: telepads:Transmitter Upgrade, id 4611
    [17:13:31] [Server thread/ERROR] [FML]: Unidentified item: telepads:telepad, id 543
    [17:13:31] [Server thread/ERROR] [FML]: Unidentified item: telepads:Toggler Upgrade, id 4612
    [17:13:31] [Server thread/WARN] [FML]: Forge Mod Loader detected missing blocks/items.

    There are 4 missing blocks and items in this save.
    If you continue the missing blocks/items will get removed.
    A world backup will be automatically created in your saves directory.

    Missing Blocks/Items:
    telepads:telepad
    telepads:Transmitter Upgrade
    telepads:telepad
    telepads:Toggler Upgrade

    Run the command /fml confirm or or /fml cancel to proceed.
    Alternatively start the server with -Dfml.queryResult=confirm or -Dfml.queryResult=cancel to preselect the answer.
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, step to class danger.orespawn.Basilisk
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fly, step to class danger.orespawn.Cephadrome
    [17:13:31] [Morph Online Resource Thread/WARN] [Morph]: [0.9.2] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, swim, poisonResistance, hostile to class danger.orespawn.Kraken
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, swim to class danger.orespawn.WaterDragon
    [17:13:31] [Morph Online Resource Thread/WARN] [Morph]: [0.9.2] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings step, swim, fallNegate, fireImmunity, poisonResistance, witherResistance, hostile to class danger.orespawn.Godzilla
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, waterAllergy to class danger.orespawn.Fairy
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings waterAllergy to class danger.orespawn.EntityUnstableAnt
    [17:13:31] [Morph Online Resource Thread/WARN] [Morph]: [0.9.2] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings swim to class danger.orespawn.Lizard
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings swim to class danger.orespawn.Whale
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, step to class danger.orespawn.Alosaurus
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, waterAllergy to class danger.orespawn.Bee
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings float, step to class danger.orespawn.Ostrich
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fallNegate, climb to class danger.orespawn.Alien
    [17:13:31] [Morph Online Resource Thread/WARN] [Morph]: [0.9.2] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings swim to class danger.orespawn.Beaver
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, waterAllergy to class danger.orespawn.EntityButterfly
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, waterAllergy to class danger.orespawn.Firefly
    [17:13:31] [Morph Online Resource Thread/WARN] [Morph]: [0.9.2] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings swim, fireImmunity to class danger.orespawn.Hydrolisc
    [17:13:31] [Morph Online Resource Thread/WARN] [Morph]: [0.9.2] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings swim, step to class danger.orespawn.Girlfriend
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings step, fallNegate, hostile to class danger.orespawn.Kyuubi
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, waterAllergy, fallNegate to class danger.orespawn.EmperorScorpion
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings waterAllergy, float to class danger.orespawn.Tshirt
    [17:13:31] [Morph Online Resource Thread/WARN] [Morph]: [0.9.2] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings swim, hostile, fly, float, fireImmunity, climb to class danger.orespawn.Vortex
    [17:13:31] [Morph Online Resource Thread/WARN] [Morph]: [0.9.2] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fallNegate, swim, hostile, step to class danger.orespawn.Triffid
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, hostile to class danger.orespawn.Spyro
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fireImmunity, fly to class danger.orespawn.Dragon
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, waterAllergy, fly to class danger.orespawn.Mothra
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, waterAllergy to class danger.orespawn.Dragonfly
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, hostile to class danger.orespawn.PitchBlack
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, waterAllergy to class danger.orespawn.Robot1
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile to class danger.orespawn.WormSmall
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile to class danger.orespawn.WormMedium
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fallNegate, step to class danger.orespawn.WormLarge
    [17:13:31] [Morph Online Resource Thread/WARN] [Morph]: [0.9.2] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: false
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings swim, hostile to class danger.orespawn.AttackSquid
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings float to class danger.orespawn.Cassowary
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, hostile to class danger.orespawn.CloudShark
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly to class danger.orespawn.Cockateil
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, climb to class danger.orespawn.CaveFisher
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly to class danger.orespawn.CliffRacer
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, climb to class danger.orespawn.CreepingHorror
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile to class danger.orespawn.DungeonBeast
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fly to class danger.orespawn.Elevator
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fireImmunity, poisonResistance to class danger.orespawn.EnchantedCow
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, waterAllergy to class danger.orespawn.EnderKnight
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, waterAllergy, fly to class danger.orespawn.EnderReaper
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings waterAllergy to class danger.orespawn.EntityAnt
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, waterAllergy to class danger.orespawn.EntityLunaMoth
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fly to class danger.orespawn.EntityMosquito
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings waterAllergy to class danger.orespawn.EntityRainbowAnt
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, waterAllergy to class danger.orespawn.EntityRedAnt
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings swim to class danger.orespawn.Flounder
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile to class danger.orespawn.GammaMetroid
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings step to class danger.orespawn.Gazelle
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, fireImmunity, hostile to class danger.orespawn.Ghost
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings float, hostile to class danger.orespawn.GhostSkelly
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fallNegate, hostile to class danger.orespawn.HerculesBeetle
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fly to class danger.orespawn.Mantis
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fallNegate, hostile, step to class danger.orespawn.Robot5
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, step to class danger.orespawn.TRex
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly to class danger.orespawn.GoldFish
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, hostile to class danger.orespawn.Island
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, hostile to class danger.orespawn.IslandToo
    [17:13:31] [Morph Online Resource Thread/WARN] [Morph]: [0.9.2] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings swim, hostile to class danger.orespawn.LeafMonster
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fly to class danger.orespawn.LurkingTerror
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings float to class danger.orespawn.Peacock
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fallNegate to class danger.orespawn.Robot2
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fallNegate to class danger.orespawn.Robot3
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fallNegate to class danger.orespawn.Robot4
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fly, poisonResistance to class danger.orespawn.Rotator
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly to class danger.orespawn.RubyBird
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, climb, waterAllergy to class danger.orespawn.Scorpion
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fallNegate, swim to class danger.orespawn.Skate
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fireImmunity, hostile, step, fallNegate to class danger.orespawn.SpitBug
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, climb to class danger.orespawn.StinkBug
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly, fireImmunity to class danger.orespawn.Stinky
    [17:13:31] [Morph Online Resource Thread/WARN] [Morph]: [0.9.2] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, climb, swim to class danger.orespawn.Termite
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, fly to class danger.orespawn.TerribleTerror
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings hostile, climb, fallNegate to class danger.orespawn.TrooperBug
    [17:13:31] [Morph Online Resource Thread/WARN] [Morph]: [0.9.2] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings step, swim, fly, fireImmunity, poisonResistance, witherResistance, hostile to class danger.orespawn.TheKing
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fly to class danger.orespawn.ThePrince
    [17:13:31] [Morph Online Resource Thread/WARN] [Morph]: [0.9.2] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings swim, hostile to class danger.orespawn.Urchin
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Adding ability mappings fallNegate to class danger.orespawn.VelocityRaptor
    [17:13:31] [Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Found and mapped ability mappings for 24 presumably Minecraft mobs.


    I have tried to restart the client, restart my computer, and have tried everything. But nothing works. It always stops at that one line,"[Morph Online Resource Thread/INFO] [Morph]: [0.9.2] Found and mapped ability mappings for 24 presumably Minecraft mobs." This has become really annoying, and any help is appreciated. Note: I have waited for an hour, and nothing is still loading.

    Posted in: Server Support and Administration
  • To post a comment, please .