Jump to content

Search the Community

Showing results for tags 'server'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Minecraft Forge
    • Releases
    • Support & Bug Reports
    • Suggestions
    • General Discussion
  • Mod Developer Central
    • Modder Support
    • User Submitted Tutorials
  • Non-Forge
    • Site News (non-forge)
    • Minecraft General
    • Off-topic
  • Forge Mods
    • Mods

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


XMPP/GTalk


Gender


URL


Location


ICQ


AIM


Yahoo IM


MSN Messenger


Personal Text

  1. I think the problem is the server doesn't have enough ram, but I need to be sure before buying more. The modpack I use is Craft of exile 2 and the server has 4gb ram. When I try to turn it on I get a bunch of warns and at the end it just says "[Multicraft] Skipped 564 lines due to rate limit (160/s)" Is there a way to increase the rate limit? One time it did start, but without half of the mods. The modpack works perfectly fine on my computer even if I have the launch ram limit to 4gb.
  2. I have a forge server with around 200 mods and I would like to have it available 24/7. But instead of constantly having to run the server on a dedicated machine, I want to create a second server that a player must join to start the main server. The second server would permanently run on a lightweight computer which would transfer a player to the main server (or start the main server and then transfer the player when it is offline). But the problem is that I cannot join the second server because "the server is missing the following mods [...]". Is it possible to ignore this error and just join the server? The second server does not need to have any mods (except for the handling of the transfer) because it should just act as a waiting room.
  3. RLFactions season 1.... Embrace the chaos! Have you ever wanted to play a heavily modded factions server? RLFactions is a server where you are offered an unparalleled blend of the brutal survival challenges of RLCraft with the strategic depth of factions-based gameplay. You can immerse yourself in a world where one minute you are fighting for your life through a dungeon, and the next you could be defending your base from players riding dragons. DISCORD: https://discord.gg/z3ZEaCcFFG The combination of these modded elements, as well as the factions mechanics, not only enhances the survival experience but also creates a vibrant, competitive environment. Building and strategizing are a must to ensure your survival, it's the perfect setting for those who crave both a tough survival challenge and the excitement of faction warfare. This isn't just a normal factions server, this is a server for people who want a challenge. Do you think you can survive?
  4. Hello everyone So my issue is here : private void onConfirm() { int maxStackSize = stack.getMaxStackSize(); int carriedStackSize = Math.min(slider.getValueInt(), maxStackSize); int totalLeft = totalSize - carriedStackSize; ItemStack carriedStack = new ItemStack(stack.getItem(), carriedStackSize); carriedStack.setCount((int) slider.getValue()); player.containerMenu.setCarried(carriedStack); stack.setCount(totalSize - carriedStackSize); // player.containerMenu.broadcastChanges(); with and without, same issue this.minecraft.setScreen(previous); } i have this block of logic, the thing is it does the trick "visually" but instantly when i click on a slot everything goes back as first, i tried also to use player.containerMenu.broadcastChanges(); but it didnt help too what should i use from AbstractContainer or something to be able the sync those values in server side thanks a lot in advance
  5. Hi, can anyone help me with errors in my minecraft console? Filtered log Thank's!
  6. RLFactions season 1.... Embrace the chaos! Have you ever wanted to play a heavily modded factions server? RLFactions is a server where you are offered an unparalleled blend of the brutal survival challenges of RLCraft with the strategic depth of factions-based gameplay. You can immerse yourself in a world where one minute you are fighting for your life through a dungeon, and the next you could be defending your base from players riding dragons. DISCORD: https://discord.gg/z3ZEaCcFFG The combination of these modded elements, as well as the factions mechanics, not only enhances the survival experience but also creates a vibrant, competitive environment. Building and strategizing are a must to ensure your survival, it's the perfect setting for those who crave both a tough survival challenge and the excitement of faction warfare. This isn't just a normal factions server, this is a server for people who want a challenge. Do you think you can survive?
  7. Hi. I've been trying to re-open an old server of mine. At first i used Aternos for the hosting, but now after a few years i wanted to try hosting it myself. I pulled all the files i could get, installed the server and tried to run it, but it just crashed. I sadly don't understand the output well enough to know the issue. It started happening right after adding the libraries. When the libraries were missing it told me they weren't there. I've included the output below. Output of jar
  8. Crashlog: https://paste.ee/p/WrGYD I'm thinking the problem might be a client side mod but ive already checked the mod list like 5 times and still cant find the problem
  9. I'm trying to start a server with the latest installer, but running the run.bat file doesn't generate new files. It shows the following in the cmd prompt. Edit: I fixed the issue on my own. I had 2 different instances of JDK downloaded (21 and 23), it was fixed when I deleted JDK 23!
  10. I made server version of my modpack, deleted all clientside mods, server starts but latest.log contains many errors and i have no idea how to fix them Latest.log https://mclo.gs/jswh7LP
  11. Hi i installed modpack to my server, it starts but when i join it crashes everytime, im running 1.20.1 forge version, all client mods are deleted from the server. java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SSLContextImpl$DefaultSSLContext at java.lang.Class.forName0(Native Method) ~[?:?] {re:mixin} at java.lang.Class.forName(Class.java:390) ~[?:?] {re:mixin} at java.lang.Class.forName(Class.java:381) ~[?:?] {re:mixin} at java.security.Provider$Service.getImplClass(Provider.java:1967) ~[?:?] {} at java.security.Provider$Service.getDefaultConstructor(Provider.java:1998) ~[?:?] {} at java.security.Provider$Service.newInstanceOf(Provider.java:1912) ~[?:?] {} at java.security.Provider$Service.newInstanceUtil(Provider.java:1920) ~[?:?] {} at java.security.Provider$Service.newInstance(Provider.java:1895) ~[?:?] {} at sun.security.jca.GetInstance.getInstance(GetInstance.java:236) ~[?:?] {} at sun.security.jca.GetInstance.getInstance(GetInstance.java:164) ~[?:?] {} at javax.net.ssl.SSLContext.getInstance(SSLContext.java:185) ~[?:?] {} at javax.net.ssl.SSLContext.getDefault(SSLContext.java:110) ~[?:?] {} at javax.net.ssl.SSLSocketFactory.getDefault(SSLSocketFactory.java:83) ~[?:?] {} at javax.net.ssl.HttpsURLConnection.getDefaultSSLSocketFactory(HttpsURLConnection.java:336) ~[?:?] {} at javax.net.ssl.HttpsURLConnection.<init>(HttpsURLConnection.java:292) ~[?:?] {} at sun.net.www.protocol.https.HttpsURLConnectionImpl.&lt;init&gt;(HttpsURLConnectionImpl.java:81) ~[?:?] {} at sun.net.www.protocol.https.Handler.openConnection(Handler.java:62) ~[?:?] {} at sun.net.www.protocol.https.Handler.openConnection(Handler.java:57) ~[?:?] {} at java.net.URL.openConnection(URL.java:1095) ~[?:?] {re:mixin} at java.net.URL.openStream(URL.java:1162) ~[?:?] {re:mixin} at xxrexraptorxx.additionalstructures.utils.Events.SupporterCheck(Events.java:129) ~[AdditionalStructures-1.20.x-(v.4.2.2).jar%23401!/:4.2.2] {re:classloading} at xxrexraptorxx.additionalstructures.utils.Events.SupporterRewards(Events.java:86) ~[AdditionalStructures-1.20.x-(v.4.2.2).jar%23401!/:4.2.2] {re:classloading} at xxrexraptorxx.additionalstructures.utils.__Events_SupporterRewards_PlayerLoggedInEvent.invoke(.dynamic) ~[AdditionalStructures-1.20.x-(v.4.2.2).jar%23401!/:4.2.2] {re:classloading,pl:eventbus:B} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {} at net.minecraftforge.event.ForgeEventFactory.firePlayerLoggedIn(ForgeEventFactory.java:875) ~[forge-1.20.1-47.3.0-universal.jar%23694!/:?] {re:mixin,re:classloading,pl:mixin:A} at net.minecraft.server.players.PlayerList.m_11261_(PlayerList.java:261) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_143699_(ServerLoginPacketListenerImpl.java:139) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:krypton.mixins.json:shared.network.pipeline.encryption.ServerLoginNetworkHandlerMixin,pl:mixin:APP:connectivity.mixins.json:ServerLoginNetHandlerMixin,pl:mixin:A} at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_10055_(ServerLoginPacketListenerImpl.java:126) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:krypton.mixins.json:shared.network.pipeline.encryption.ServerLoginNetworkHandlerMixin,pl:mixin:APP:connectivity.mixins.json:ServerLoginNetHandlerMixin,pl:mixin:A} at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_9933_(ServerLoginPacketListenerImpl.java:70) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:krypton.mixins.json:shared.network.pipeline.encryption.ServerLoginNetworkHandlerMixin,pl:mixin:APP:connectivity.mixins.json:ServerLoginNetHandlerMixin,pl:mixin:A} at net.minecraft.network.Connection.m_129483_(Connection.java:263) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,re:classloading,pl:mixin:APP:connectivity.mixins.json:AdvancedPacketErrorLogging,pl:mixin:APP:krypton.mixins.json:shared.network.flushconsolidation.ClientConnectionMixin,pl:mixin:APP:krypton.mixins.json:shared.network.pipeline.compression.ClientConnectionMixin,pl:mixin:APP:krypton.mixins.json:shared.network.pipeline.encryption.ClientConnectionMixin,pl:mixin:APP:connectivity.mixins.json:ConnectionErrorMixin,pl:mixin:APP:connectivity.mixins.json:NetworkManagerMixin,pl:mixin:A} at net.minecraft.server.network.ServerConnectionListener.m_9721_(ServerConnectionListener.java:142) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,re:classloading} at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:907) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:283) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:server.DedicatedServerMixin,pl:mixin:APP:mixins/common/nochatreports.mixins.json:server.MixinDedicatedServer,pl:mixin:APP:tombstone.mixins.json:DedicatedServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:A} at java.lang.Thread.run(Thread.java:1589) ~[?:?] {re:mixin} Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.ExceptionInInitializerError [in thread " Iron Furnaces Update Checker"] at javax.crypto.Cipher.getInstance(Cipher.java:548) ~[?:?] {re:mixin} at sun.security.ssl.SSLCipher.isTransformationAvailable(SSLCipher.java:523) ~[?:?] {} at sun.security.ssl.SSLCipher.<init>(SSLCipher.java:512) ~[?:?] {} at sun.security.ssl.SSLCipher.<clinit>(SSLCipher.java:93) ~[?:?] {} at sun.security.ssl.CipherSuite.<clinit>(CipherSuite.java:65) ~[?:?] {} at sun.security.ssl.SSLContextImpl.getApplicableSupportedCipherSuites(SSLContextImpl.java:343) ~[?:?] {} at sun.security.ssl.SSLContextImpl$AbstractTLSContext.<clinit>(SSLContextImpl.java:556) ~[?:?] {} at java.lang.Class.forName0(Native Method) ~[?:?] {re:mixin} at java.lang.Class.forName(Class.java:390) ~[?:?] {re:mixin} at java.lang.Class.forName(Class.java:381) ~[?:?] {re:mixin} at java.security.Provider$Service.getImplClass(Provider.java:1967) ~[?:?] {} at java.security.Provider$Service.getDefaultConstructor(Provider.java:1998) ~[?:?] {} at java.security.Provider$Service.newInstanceOf(Provider.java:1912) ~[?:?] {} at java.security.Provider$Service.newInstanceUtil(Provider.java:1920) ~[?:?] {} at java.security.Provider$Service.newInstance(Provider.java:1895) ~[?:?] {} at sun.security.jca.GetInstance.getInstance(GetInstance.java:236) ~[?:?] {} at sun.security.jca.GetInstance.getInstance(GetInstance.java:164) ~[?:?] {} at javax.net.ssl.SSLContext.getInstance(SSLContext.java:185) ~[?:?] {} at javax.net.ssl.SSLContext.getDefault(SSLContext.java:110) ~[?:?] {} at javax.net.ssl.SSLSocketFactory.getDefault(SSLSocketFactory.java:83) ~[?:?] {} at javax.net.ssl.HttpsURLConnection.getDefaultSSLSocketFactory(HttpsURLConnection.java:336) ~[?:?] {} at javax.net.ssl.HttpsURLConnection.<init>(HttpsURLConnection.java:292) ~[?:?] {} at sun.net.www.protocol.https.HttpsURLConnectionImpl.&lt;init&gt;(HttpsURLConnectionImpl.java:81) ~[?:?] {} at sun.net.www.protocol.https.Handler.openConnection(Handler.java:62) ~[?:?] {} at sun.net.www.protocol.https.Handler.openConnection(Handler.java:57) ~[?:?] {} at java.net.URL.openConnection(URL.java:1095) ~[?:?] {re:mixin} at java.net.URL.openStream(URL.java:1162) ~[?:?] {re:mixin} at ironfurnaces.update.ThreadUpdateChecker.run(ThreadUpdateChecker.java:30) ~[ironfurnaces-1.20.1-4.1.6.jar%23534!/:4.1.6] {re:classloading}
  12. My server crashes with this error in logs, and i have no idea what it means full latest.log here https://mclo.gs/PqPI2aj
  13. Hello we have started a server this week. We need more active players to play. We need more people to fill up the world. Please leave your discord if you are interested in joining. There is currently 3 of us playing rn.
  14. Started a Forge server (14.23.5.2859) on my home computer for Minecraft (1.12.2) using a custom mod pack. Once I start moving quickly around the world to explore, the server timeouts. The console just stops responding to anything. I have to manually close the terminal. There are also no crash logs. I have attached the log and debug log here, which is exactly where it ends. For further notes, when creating a new world, the server runs fine, but this happens only once the same world gets loaded for the second or more times. Is there a mod that causes this? Is there some fix? Edit: My run batch file is "java -Xmx8G -Xms8G -XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -jar forge.jar nogui". I originally used 12G for both Xms and Xmx, and the same issues occurred, so it is not caused by insufficient RAM.
  15. Simply need to know what might be causing this... 15.08 14:51:13 [Server] main/FATAL Failed to start the minecraft server 15.08 14:51:13 [Server] INFO java.lang.NullPointerException: null 15.08 14:51:13 [Server] INFO at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:269) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:272) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at net.minecraft.world.biome.BiomeGenerationSettings.<init>(BiomeGenerationSettings.java:62) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:charm.mixins.json:accessor.BiomeGenerationSettingsAccessor,pl:mixin:A} 15.08 14:51:13 [Server] INFO at net.minecraft.world.biome.BiomeGenerationSettings.<init>(BiomeGenerationSettings.java:32) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:charm.mixins.json:accessor.BiomeGenerationSettingsAccessor,pl:mixin:A} 15.08 14:51:13 [Server] INFO at net.minecraft.world.biome.BiomeGenerationSettings$Builder.func_242508_a(BiomeGenerationSettings.java:163) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:BiomeGenerationSettingsBuilderAccessor,pl:mixin:A} 15.08 14:51:13 [Server] INFO at net.minecraftforge.common.ForgeHooks.enhanceBiome(ForgeHooks.java:939) ~[forge:?] {re:mixin,re:classloading,pl:mixin:APP:propertymodifier.mixins.json:MixinForgeHooks,pl:mixin:A} 15.08 14:51:13 [Server] INFO at net.minecraft.world.biome.Biome.lambda$null$8(Biome.java:75) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A} 15.08 14:51:13 [Server] INFO at com.mojang.datafixers.util.Function8.lambda$null$6(Function8.java:22) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.datafixers.util.Function4.lambda$null$2(Function4.java:14) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.DataResult$Instance.ap2(DataResult.java:315) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.datafixers.kinds.Applicative.ap4(Applicative.java:84) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.codecs.RecordCodecBuilder$Instance$7.decode(RecordCodecBuilder.java:404) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.codecs.RecordCodecBuilder$2.decode(RecordCodecBuilder.java:107) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.MapDecoder.lambda$compressedDecode$0(MapDecoder.java:52) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.DataResult.lambda$flatMap$10(DataResult.java:138) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.DataResult.flatMap(DataResult.java:136) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.MapDecoder.compressedDecode(MapDecoder.java:52) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.MapCodec$MapCodecCodec.decode(MapCodec.java:91) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.Decoder.parse(Decoder.java:18) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.WorldSettingsImport$IResourceAccess$RegistryAccess.func_241879_a(WorldSettingsImport.java:236) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.WorldSettingsImport.func_241805_a_(WorldSettingsImport.java:131) ~[?:?] {re:classloading,pl:accesstransformer:B} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.WorldSettingsImport.func_240885_a_(WorldSettingsImport.java:105) ~[?:?] {re:classloading,pl:accesstransformer:B} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.DataResult.lambda$flatMap$10(DataResult.java:138) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.DataResult.flatMap(DataResult.java:136) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.WorldSettingsImport.func_241797_a_(WorldSettingsImport.java:104) ~[?:?] {re:classloading,pl:accesstransformer:B} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.DynamicRegistries.func_243610_a(DynamicRegistries.java:144) ~[?:?] {re:classloading,re:mixin} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.DynamicRegistries.func_243608_a(DynamicRegistries.java:132) ~[?:?] {re:classloading,re:mixin} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.WorldSettingsImport.func_244336_a(WorldSettingsImport.java:53) ~[?:?] {re:classloading,pl:accesstransformer:B} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.DynamicRegistries.func_239770_b_(DynamicRegistries.java:85) ~[?:?] {re:classloading,re:mixin} 15.08 14:51:13 [Server] INFO at net.minecraft.server.Main.main(Main.java:96) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:37) ~[forge_1.16.5.jar:36.2] {} 15.08 14:51:13 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {} 15.08 14:51:13 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {} 15.08 14:51:13 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {} 15.08 14:51:13 [Server] INFO at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {re:classloading} 15.08 14:51:13 [Server] INFO at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {re:classloading} 15.08 14:51:13 [Server] INFO at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:49) [forge_1.16.5.jar:?] {} 15.08 14:51:13 [Server] INFO at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:46) [forge_1.16.5.jar:?] {} 15.08 14:51:13 [Server] INFO at net.minecraftforge.server.ServerMain.main(ServerMain.java:43) [forge_1.16.5.jar:?] {} 15.08 14:51:16 [Multicraft] Server shut down (starting)
  16. so i made a 1.7.10 forge server and im getting this error and idk how to fix i tried reinstalling forge and the modpack and the server but still doesnt work ill share the client and the server logs client logs= [15:39:15] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker [15:39:15] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker [15:39:15] [main/INFO]: Loading tweak class name optifine.OptiFineForgeTweaker [15:39:15] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker [15:39:15] [main/INFO]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading [15:39:15] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at E:\Minecraft\jre\jre-legacy\windows-x64\jre-legacy [15:39:16] [main/WARN]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [15:39:16] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of CodeChickenLib, 1.1.3.141 is newer than request 1.1.3.138 [15:39:16] [main/WARN]: The coremod net.malisis.core.asm.MalisisCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [15:39:16] [main/WARN]: The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [15:39:16] [main/WARN]: The coremod mcp.mobius.mobiuscore.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft [15:39:16] [main/WARN]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [15:39:16] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_U_E7.jar [15:39:16] [main/INFO]: Calling tweak class optifine.OptiFineForgeTweaker [15:39:16] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions [15:39:16] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader [15:39:16] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ClassTransformer [15:39:16] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ZIP file: E:\Minecraft\game\libraries\optifine\OptiFine\1.7.10_HD_U_E7\OptiFine-1.7.10_HD_U_E7.jar [15:39:16] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [15:39:16] [main/WARN]: Tweak class name optifine.OptiFineForgeTweaker has already been visited -- skipping [15:39:16] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [15:39:16] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [15:39:16] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [15:39:16] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:39:18] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [15:39:18] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [15:39:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:39:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:39:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:39:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:39:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:39:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:39:18] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker [15:39:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:39:18] [main/INFO]: Hook registered for net.minecraft.client.Minecraft [15:39:18] [main/INFO]: Hook registered for net.minecraft.client.multiplayer.PlayerControllerMP [15:39:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:39:18] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker [15:39:18] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker [15:39:18] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments [15:39:18] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main} [15:39:19] [main/INFO]: Found hooks for net.minecraft.client.Minecraft (bao) [15:39:19] [main/INFO]: M&B - Patching Class Minecraft (bao) [15:39:19] [main/INFO]: Patching method Click Mouse in Minecraft [15:39:19] [main/INFO]: M&B - Patching Class Minecraft done [15:39:19] [main/INFO]: Current code is OBFUSCATED [15:39:19] [main/INFO]: Found cpw.mods.fml.common.FMLCommonHandler with checksum F626A08BBC07AE3F7D88072FDFDAE36E [15:39:19] [main/INFO]: Successful injection in onPreServerTick ()V [15:39:19] [main/INFO]: Successful injection in onPostServerTick ()V [15:39:19] [main/INFO]: Successful injection in onPreWorldTick (Lahb;)V [15:39:19] [main/INFO]: Successful injection in onPostWorldTick (Lahb;)V [15:39:19] [main/INFO]: Switching injection mode to FORGE [15:39:19] [main/INFO]: [MobiusCore] Found net.minecraft.world.World [ ahb ] with checksum 65D394AD88EBFEE03F371544C1A1860E [15:39:19] [main/INFO]: Found World.updateEntities()... [15:39:19] [main/INFO]: Successful injection in h ()V [15:39:19] [main/INFO]: Successful injection in h ()V [15:39:19] [main/INFO]: Successful injection in h ()V [15:39:19] [main/INFO]: Successful injection in h ()V [15:39:19] [main/INFO]: Found World.<init> (Lazc;Ljava/lang/String;Lahj;Laqo;Lqi;)V [15:39:19] [main/INFO]: Successful injection in <init> (Lazc;Ljava/lang/String;Lahj;Laqo;Lqi;)V [15:39:19] [main/INFO]: Successful injection in <init> (Lazc;Ljava/lang/String;Lahj;Laqo;Lqi;)V [15:39:19] [main/INFO]: M&B - Patching Class EntityPlayer (yz) [15:39:19] [main/INFO]: Adding new fields to EntityPlayer [15:39:19] [main/INFO]: Patching constructor in EntityPlayer [15:39:19] [main/INFO]: Patching method onUpdate in EntityPlayer [15:39:19] [main/INFO]: Patching method onItemUseFinish in EntityPlayer [15:39:19] [main/INFO]: Patching method interactWith in EntityPlayer [15:39:19] [main/INFO]: Patching method setCurrentItemOrArmor in EntityPlayer [15:39:19] [main/INFO]: Creating new methods in EntityPlayer [15:39:19] [main/INFO]: M&B - Patching Class EntityPlayer done [15:39:19] [main/INFO]: [MobiusCore] Found net.minecraft.world.WorldServer [ mt ] with checksum 45A0D3CC36E7E273E3A53A0DE6C485A2 [15:39:19] [main/INFO]: Successful injection in b ()V [15:39:19] [main/INFO]: Successful injection in b ()V [15:39:20] [main/INFO]: Environment: ElyEnvironment[name=ely,authHost=https://authserver.ely.by/auth,accountsHost=https://account.ely.by/api/mojang,sessionHost=https://account.ely.by/api/minecraft/session,servicesHost=<null>] [15:39:20] [main/INFO]: [CertJavaAgent] JRE trust store doesn't contain Cert{CN=ISRG Root X1,O=Internet Security Research Group,C=US,SHA-1:cabd2a79a1076a31f21d253635cb039d4329a5e8,SHA-256:96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6} [15:39:20] [main/INFO]: [CertJavaAgent] Will use updated KeyStore that includes missing certificates [15:39:20] [main/INFO]: Setting user: THEWAKENFIRE [15:39:22] [main/INFO]: M&B - Patching Class ItemStack (add) [15:39:22] [main/INFO]: M&B - Patching Class ItemStack done [15:39:23] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: ModLoader [15:39:23] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: LightCache [15:39:23] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: BlockCoord [15:39:23] [Client thread/INFO]: M&B - Patching Class NetHandlerPlayServer (nh) [15:39:23] [Client thread/INFO]: Patching method processPlayerBlockPlacement in NetHandlerPlayServer [15:39:23] [Client thread/INFO]: Patching method processHeldItemChange in NetHandlerPlayServer [15:39:23] [Client thread/INFO]: M&B - Patching Class NetHandlerPlayServer done [15:39:23] [Client thread/INFO]: M&B - Patching Class ModelBiped (bhm) [15:39:23] [Client thread/INFO]: Patching method setRotationAngles in ModelBiped [15:39:23] [Client thread/INFO]: M&B - Patching Class ModelBiped done [15:39:23] [Client thread/INFO]: M&B - Patching Class NetHandlerPlayClient (bjb) [15:39:23] [Client thread/INFO]: Patching method handleSpawnPlayer in NetHandlerPlayClient [15:39:23] [Client thread/INFO]: Patching method handleHeldItemChange in NetHandlerPlayClient [15:39:23] [Client thread/INFO]: M&B - Patching Class NetHandlerPlayClient done [15:39:24] [Client thread/INFO]: M&B - Patching Class ItemRenderer (bly) [15:39:24] [Client thread/INFO]: Adding new fields to ItemRenderer [15:39:24] [Client thread/INFO]: Patching method renderItemInFirstPerson in ItemRenderer [15:39:24] [Client thread/INFO]: Patching method updateEquippedItem in ItemRenderer [15:39:24] [Client thread/INFO]: M&B - Patching Class ItemRenderer done [15:39:24] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader [15:39:24] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.ModContainer [15:39:24] [Client thread/INFO]: LWJGL Version: 2.9.1 [15:39:24] [Client thread/INFO]: [OptiFine] [15:39:24] [Client thread/INFO]: [OptiFine] OptiFine_1.7.10_HD_U_E7 [15:39:24] [Client thread/INFO]: [OptiFine] Build: 20180404-111312 [15:39:24] [Client thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0 [15:39:24] [Client thread/INFO]: [OptiFine] Java: 1.8.0_51, Oracle Corporation [15:39:24] [Client thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation [15:39:24] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.1 [15:39:24] [Client thread/INFO]: [OptiFine] OpenGL: Radeon RX 590 Series, version 4.6.0 Compatibility Profile Context 24.3.1.240216, ATI Technologies Inc. [15:39:24] [Client thread/INFO]: [OptiFine] OpenGL Version: 4.6.0 [15:39:24] [Client thread/INFO]: [OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance) [15:39:24] [Client thread/INFO]: [OptiFine] Maximum texture size: 16384x16384 [15:39:24] [Thread-7/INFO]: [OptiFine] Checking for new version [15:39:24] [Client thread/INFO]: [Shaders] ShadersMod version: 2.4.12 [15:39:24] [Client thread/INFO]: [Shaders] OpenGL Version: 4.6.0 Compatibility Profile Context 24.3.1.240216 [15:39:24] [Client thread/INFO]: [Shaders] Vendor: ATI Technologies Inc. [15:39:24] [Client thread/INFO]: [Shaders] Renderer: Radeon RX 590 Series [15:39:24] [Client thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0 [15:39:24] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8 [15:39:24] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8 [15:39:24] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32 [15:39:24] [Client thread/INFO]: [Shaders] Load ShadersMod configuration. [15:39:24] [Client thread/INFO]: [Shaders] Save ShadersMod configuration. [15:39:24] [Client thread/INFO]: [Shaders] No shaderpack loaded. [15:39:25] [Client thread/INFO]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_U_E7, enabling compatibility features [15:39:25] [Client thread/INFO]: Could not load splash.properties, will create a default one [15:39:25] [Client thread/INFO]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- // Hey, that tickles! Hehehe! Time: 8/5/24 3:39 PM Description: Loading screen debug info This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1951100008 bytes (1860 MB) / 2147483648 bytes (2048 MB) up to 6442450944 bytes (6144 MB) JVM Flags: 13 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -Xms2048M -Xmx6144M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss2M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.0 Compatibility Profile Context 24.3.1.240216' Renderer: 'Radeon RX 590 Series' [15:39:25] [Client thread/INFO]: Attempting early MinecraftForge initialization [15:39:25] [Client thread/INFO]: MinecraftForge v10.13.4.1614 Initialized [15:39:25] [Client thread/INFO]: Replaced 183 ore recipies [15:39:25] [Client thread/INFO]: Completed early MinecraftForge initialization [15:39:25] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer [15:39:25] [Client thread/INFO]: Searching E:\Minecraft\game\mods for mods [15:39:25] [Client thread/INFO]: Also searching E:\Minecraft\game\mods\1.7.10 for mods [15:39:25] [Thread-7/INFO]: [OptiFine] Version found: E7 [15:39:30] [Client thread/WARN]: Mod mcheli is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.10.6 [15:39:31] [Client thread/INFO]: Attempting to reparse the mod container Saintscore.jar [15:39:31] [Client thread/INFO]: Attempting to reparse the mod container SecurityCraft.jar [15:39:32] [Client thread/INFO]: Forge Mod Loader has identified 65 mods to load [15:39:32] [Client thread/INFO]: Found mod(s) [TardisMod] containing declared API package mcp.mobius.waila.api (owned by Waila) without associated API reference [15:39:32] [Client thread/INFO]: Found mod(s) [surpriseeggs, adventurebackpack] containing declared API package baubles.api (owned by Baubles) without associated API reference [15:39:32] [Client thread/INFO]: Found mod(s) [FoodPlus] containing declared API package thaumcraft.api (owned by Thaumcraft) without associated API reference [15:39:32] [Client thread/WARN]: Mod asielibcore has been disabled through configuration [15:39:32] [Client thread/INFO]: FML has found a non-mod file Hardcore Ender Expansion.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [15:39:32] [Client thread/INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.141-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. [15:39:33] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, MobiusCore, NotEnoughItems, malisiscore, surpriseeggs, adventurebackpack, AnimationAPI, armourersWorkshop, asielib, Baubles, BiblioCraft, CarpentersBlocks, chisel, controlling, RDMenuServer, customnpcs, darkcore, props, EE3, FoodPlus, GraviGun, Hats, HatStand, iChunUtil, InventoryPets, IronChest, jewelrycraft2, pacman, lucky, malisisdoors, mcheli, battlegear2, MobProperties, Morph, cfm, MutantCreatures, NEIAddons, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, MapWriter, Opis, origin, pandorasbox, PortalGun, Railcraft, SaintsCore, securitycraft, SSTOW, statues, sus, TardisMod, OreSpawn, secretroomsmod, TrailMix, transformers, Waila, weepingangels, witchery] at CLIENT [15:39:33] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, MobiusCore, NotEnoughItems, malisiscore, surpriseeggs, adventurebackpack, AnimationAPI, armourersWorkshop, asielib, Baubles, BiblioCraft, CarpentersBlocks, chisel, controlling, RDMenuServer, customnpcs, darkcore, props, EE3, FoodPlus, GraviGun, Hats, HatStand, iChunUtil, InventoryPets, IronChest, jewelrycraft2, pacman, lucky, malisisdoors, mcheli, battlegear2, MobProperties, Morph, cfm, MutantCreatures, NEIAddons, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, MapWriter, Opis, origin, pandorasbox, PortalGun, Railcraft, SaintsCore, securitycraft, SSTOW, statues, sus, TardisMod, OreSpawn, secretroomsmod, TrailMix, transformers, Waila, weepingangels, witchery] at SERVER [15:39:33] [Client thread/INFO]: Found cpw.mods.fml.common.network.FMLOutboundHandler with checksum CB55471D614BD5AF06AEA87A77A3014F [15:39:33] [Client thread/INFO]: Successful injection in write (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V [15:39:37] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Malisis Core, FMLFileResourcePack:Surprise Eggs, FMLFileResourcePack:Adventure Backpack, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Armourer's Workshop, FMLFileResourcePack:asielib, FMLFileResourcePack:Baubles, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:Chisel 2, FMLFileResourcePack:Controlling, FMLFileResourcePack:RDMenuServer, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Dark Core, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Equivalent Exchange 3, FMLFileResourcePack:Food Plus, FMLFileResourcePack:GraviGun, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Inventory Pets, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Jewelrycraft 2, FMLFileResourcePack:Killer Pacman, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:Malisis' Doors, FMLFileResourcePack:MC Helicopter, FMLFileResourcePack:Mine & Blade Battlegear 2 - Bullseye, FMLFileResourcePack:Mob Properties, FMLFileResourcePack:Morph, FMLFileResourcePack:�9MrCrayfish's Furniture Mod, FMLFileResourcePack:Mutant Creatures, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Applied Energistics 2, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:MapWriter, FMLFileResourcePack:Opis, FMLFileResourcePack:Origin, FMLFileResourcePack:Pandora's Box, FMLFileResourcePack:PortalGun, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Saintscore, FMLFileResourcePack:SecurityCraft, FMLFileResourcePack:Soul Shards: The Old Ways, FMLFileResourcePack:Statues, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Tardis Mod, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:The SecretRoomsMod, FMLFileResourcePack:TrailMix, FMLFileResourcePack:Transformers Mod, FMLFileResourcePack:Waila, FMLFileResourcePack:Weeping Angels, FMLFileResourcePack:Witchery [15:39:37] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: READ-ME.txt in E:\Minecraft\game\mods\Adventure Backpack.jar [15:39:37] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: READ-ME.txt in E:\Minecraft\game\mods\Adventure Backpack.jar [15:39:37] [Client thread/INFO]: Processing ObjectHolder annotations [15:39:37] [Client thread/INFO]: Found 475 ObjectHolder annotations [15:39:37] [Client thread/INFO]: Identifying ItemStackHolder annotations [15:39:37] [Client thread/INFO]: Found 0 ItemStackHolder annotations [15:39:37] [Client thread/INFO]: Found cpw.mods.fml.common.eventhandler.ASMEventHandler with checksum 1C68592318817E7EE853EC874A5ACBF4 [15:39:37] [Client thread/INFO]: Successful injection in <init> (Ljava/lang/Object;Ljava/lang/reflect/Method;Lcpw/mods/fml/common/ModContainer;)V [15:39:37] [Client thread/INFO]: Successful injection in invoke (Lcpw/mods/fml/common/eventhandler/Event;)V [15:39:37] [Client thread/INFO]: Successful injection in invoke (Lcpw/mods/fml/common/eventhandler/Event;)V [15:39:37] [Client thread/INFO]: Configured a dormant chunk cache size of 0 [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.RuntimeException: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:37) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.createConfigFiles(MainClass.java:95) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.preInit(MainClass.java:54) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:30) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 38 more [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.RuntimeException: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:37) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.createConfigFiles(MainClass.java:96) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.preInit(MainClass.java:54) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:30) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 38 more [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.RuntimeException: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:37) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.createConfigFiles(MainClass.java:97) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.preInit(MainClass.java:54) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:30) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 38 more [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.RuntimeException: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:37) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.createConfigFiles(MainClass.java:98) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.preInit(MainClass.java:54) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:30) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 38 more [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.RuntimeException: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:37) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.createConfigFiles(MainClass.java:99) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.preInit(MainClass.java:54) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:30) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 38 more [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.RuntimeException: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:37) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.createConfigFiles(MainClass.java:100) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.preInit(MainClass.java:54) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:30) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 38 more [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.RuntimeException: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:37) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.createConfigFiles(MainClass.java:101) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.preInit(MainClass.java:54) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:30) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 38 more [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.RuntimeException: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:37) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.createConfigFiles(MainClass.java:102) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.preInit(MainClass.java:54) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:30) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 38 more [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.RuntimeException: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:37) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.createConfigFiles(MainClass.java:103) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.preInit(MainClass.java:54) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:30) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 38 more [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.RuntimeException: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:37) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.createConfigFiles(MainClass.java:104) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.main.MainClass.preInit(MainClass.java:54) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.se.file.FileCreator.createNewConfigFile(FileCreator.java:30) [15:39:37] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 38 more [15:39:37] [Client thread/INFO]: [MobiusCore] Found net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher [ bmk ] with checksum 1B9F2A44C89A8C0C359AD4D34A73DA8D [15:39:37] [Client thread/INFO]: Successful injection in a (Laor;DDDF)V [15:39:37] [Client thread/INFO]: Successful injection in a (Laor;DDDF)V [15:39:37] [Client thread/INFO]: Registered the class com.darkona.adventurebackpack.fluids.effects.WaterEffect as a FluidEffect for water with the ID 0 [15:39:37] [Client thread/INFO]: Registered the class com.darkona.adventurebackpack.fluids.effects.LavaEffect as a FluidEffect for lava with the ID 1 [15:39:37] [Client thread/INFO]: Registered the class com.darkona.adventurebackpack.fluids.effects.MilkEffect as a FluidEffect for milk with the ID 2 [15:39:37] [Client thread/INFO]: Registered the class com.darkona.adventurebackpack.fluids.effects.MelonJuiceEffect as a FluidEffect for melonjuice with the ID 3 [15:39:37] [Client thread/INFO]: Registered the class com.darkona.adventurebackpack.fluids.effects.MushroomStewEffect as a FluidEffect for mushroomsoup with the ID 4 [15:39:37] [Client thread/INFO]: Loading Armourer's Workshop 1.7.10-0.33.0.84 [15:39:37] [Armourer's Workshop update thread./INFO]: Starting Update Check [15:39:37] [Armourer's Workshop download thread/INFO]: Downloading skin list [15:39:37] [Client thread/INFO]: Registering skin type - id:0 name:armourers:head [15:39:37] [Client thread/INFO]: Registering skin type - id:1 name:armourers:chest [15:39:37] [Client thread/INFO]: Registering skin type - id:2 name:armourers:legs [15:39:37] [Client thread/INFO]: Registering skin type - id:3 name:armourers:skirt [15:39:37] [Client thread/INFO]: Registering skin type - id:4 name:armourers:feet [15:39:37] [Client thread/INFO]: Registering skin type - id:5 name:armourers:sword [15:39:37] [Client thread/INFO]: Registering skin type - id:6 name:armourers:bow [15:39:37] [Client thread/INFO]: Registering equipment cube - id:0 name:Cube [15:39:37] [Client thread/INFO]: Registering equipment cube - id:1 name:CubeGlowing [15:39:37] [Client thread/INFO]: Registering equipment cube - id:2 name:CubeGlass [15:39:37] [Client thread/INFO]: Registering equipment cube - id:3 name:CubeGlassGlowing [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:39:37] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) [15:39:38] [Client thread/INFO]: Designs found: Bed(6), Chisel(9), FlowerPot(18), Tile(13) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at riskyken.armourersWorkshop.common.download.SkinDownloadManager.downloadSkinList(SkinDownloadManager.java:43) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at riskyken.armourersWorkshop.common.download.SkinDownloadManager.run(SkinDownloadManager.java:123) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.Validator.validate(Validator.java:260) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 20 more [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) [15:39:38] [Armourer's Workshop download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 26 more [15:39:38] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 [15:39:38] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:815) [15:39:38] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768) [15:39:38] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717) [15:39:38] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689) [15:39:38] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:94) [15:39:38] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 [15:39:38] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374) [15:39:38] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) [15:39:38] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) [15:39:38] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803) [15:39:38] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 4 more [15:39:38] [Armourer's Workshop update thread./WARN]: Unable to read from remote version authority. [15:39:38] [Armourer's Workshop update thread./WARN]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/9733425/app_update/mods/armourers-workshop/update.txt [15:39:39] [Client thread/INFO]: Module disabled: ModuleIC2, IC2 not detected [15:39:39] [Client thread/INFO]: Module disabled: ModuleThaumcraft, Thaumcraft not detected [15:39:40] [Railcraft Version Check/WARN]: Latest Version Check Failed: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative DNS name matching www.railcraft.info found. [15:39:40] [Client thread/INFO]: Starting pre-init... [15:39:40] [Client thread/INFO]: Loading blocks... [15:39:40] [Client thread/INFO]: Skipping feature aeCertusQuartz as its required mod appliedenergistics2 was missing. [15:39:40] [Client thread/INFO]: Skipping feature aeSkyStone as its required mod appliedenergistics2 was missing. [15:39:40] [Client thread/INFO]: Skipping feature amber as its required mod Thaumcraft was missing. [15:39:40] [Client thread/INFO]: Skipping feature arcane as its required mod Thaumcraft was missing. [15:39:40] [Client thread/INFO]: Skipping feature bloodRune as its required mod AWWayofTime was missing. [15:39:40] [Client thread/INFO]: Skipping feature bloodBlock as its required mod AWWayofTime was missing. [15:39:40] [Client thread/INFO]: Skipping feature tallow as its required mod Thaumcraft was missing. [15:39:40] [Client thread/INFO]: Skipping feature twilghtForest as its required mod TwilightForest was missing. [15:39:40] [Client thread/INFO]: Skipping feature tfMazestone as its parent feature twilghtForest was disabled. [15:39:40] [Client thread/INFO]: Skipping feature tfTowerstone as its parent feature twilghtForest was disabled. [15:39:40] [Client thread/INFO]: Skipping feature tfUnderBrick as its parent feature twilghtForest was disabled. [15:39:40] [Client thread/INFO]: Skipping feature thaumium as its required mod Thaumcraft was missing. [15:39:41] [Client thread/INFO]: 93 Feature's blocks loaded. [15:39:41] [Client thread/INFO]: Loading Tile Entities... [15:39:41] [Client thread/INFO]: Tile Entities loaded. [15:39:41] [Client thread/INFO]: Loading items... [15:39:41] [Client thread/INFO]: Skipping feature aeCertusQuartz as its required mod appliedenergistics2 was missing. [15:39:41] [Client thread/INFO]: Skipping feature aeSkyStone as its required mod appliedenergistics2 was missing. [15:39:41] [Client thread/INFO]: Skipping feature amber as its required mod Thaumcraft was missing. [15:39:41] [Client thread/INFO]: Skipping feature arcane as its required mod Thaumcraft was missing. [15:39:41] [Client thread/INFO]: Skipping feature bloodRune as its required mod AWWayofTime was missing. [15:39:41] [Client thread/INFO]: Skipping feature bloodBlock as its required mod AWWayofTime was missing. [15:39:41] [Client thread/INFO]: Skipping feature tallow as its required mod Thaumcraft was missing. [15:39:41] [Client thread/INFO]: Skipping feature twilghtForest as its required mod TwilightForest was missing. [15:39:41] [Client thread/INFO]: Skipping feature tfMazestone as its parent feature twilghtForest was disabled. [15:39:41] [Client thread/INFO]: Skipping feature tfTowerstone as its parent feature twilghtForest was disabled. [15:39:41] [Client thread/INFO]: Skipping feature tfUnderBrick as its parent feature twilghtForest was disabled. [15:39:41] [Client thread/INFO]: Skipping feature thaumium as its required mod Thaumcraft was missing. [15:39:41] [Client thread/INFO]: 93 Feature's items loaded. [15:39:41] [Client thread/INFO]: Pre-init finished. [15:39:48] [Client thread/INFO]: FoodHelper loaded! [15:39:48] [Client thread/INFO]: Loading configuration [15:39:48] [Client thread/INFO]: Loading Tab [15:39:48] [Client thread/INFO]: Loading blocks [15:39:48] [Client thread/INFO]: Loading items & tools [15:39:48] [Client thread/INFO]: Loading registration center [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodMashedPotato has occurred. It adds an item (type: class com.foodplus.items.BaseEat) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:36) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodCookedCarrot has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:37) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodStrawberry has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:38) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodTomato has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:39) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodCereal has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:40) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodRice has occurred. It adds an item (type: class net.minecraft.item.ItemSeedFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:41) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodBreadSlice has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:42) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodToast has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:43) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodNutella has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:44) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodMuffin has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:45) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name ingotSweet has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:46) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodCaramel has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:47) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodDonutBase has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:48) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodWaffle has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:49) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodHotChocolate has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:50) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodStrawberryChocolate has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:51) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodSlurpeeBase has occurred. It adds an item (type: class com.foodplus.items.SlurpeeItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:52) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodFrozenMilk has occurred. It adds an item (type: class com.foodplus.items.BaseDrink) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:53) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodIceCreamCone has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:54) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodSausage has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:55) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodRawMutton has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:56) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodCookedMutton has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:57) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodButter has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:58) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodCheese has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:59) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodSpaghetti has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:60) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodChocolate has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:61) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name dustSalt has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:62) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name dustFlour has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:63) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialKnife has occurred. It adds an item (type: class com.foodplus.items.Knife) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:64) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialGlass has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:65) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialIceChunk has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:66) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialIceCube has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:67) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodSeaWeed has occurred. It adds an item (type: class com.foodplus.items.SeaWeedItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:68) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialMincedMeat has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:69) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name seedCofeeBean has occurred. It adds an item (type: class net.minecraft.item.ItemSeedFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:70) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialBlade has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:71) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name dustCoffeeDust has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:72) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodSandwichBread has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:73) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodBacon has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:74) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodTomatoSauce has occurred. It adds an item (type: class com.foodplus.items.BaseDrink) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:75) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialMug has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:76) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialKettle has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:77) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialDishwasher has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:78) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialTeaBag has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:79) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialDough has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:80) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialCandySprinkles has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:81) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodOrange has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:82) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodPear has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:83) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialWitherEssence has occurred. It adds an item (type: class com.foodplus.items.BaseItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:84) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodCandyCane has occurred. It adds an item (type: class net.minecraft.item.ItemSeedFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:85) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodBaseCookie has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:86) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialTentacle has occurred. It adds an item (type: class com.foodplus.items.Tentacle) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:87) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodBanana has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:88) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodCherry has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:89) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodCoconut has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:90) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodKiwi has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:91) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialNapkin has occurred. It adds an item (type: class com.foodplus.items.Napkin) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:92) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialFilter has occurred. It adds an item (type: class com.foodplus.items.Filter) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:93) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name dustGelatinPowder has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:94) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name seedPeanut has occurred. It adds an item (type: class net.minecraft.item.ItemSeedFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:95) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodJelly has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:96) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodBagel has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:97) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name materialBowl has occurred. It adds an item (type: class net.minecraft.item.Item) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:98) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodWalnut has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:99) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodSyrup has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:100) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodCookedFlesh has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:101) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodYogurt has occurred. It adds an item (type: class com.foodplus.items.YogurtItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:102) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodCocoaButter has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:103) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodChocolateBar has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:104) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodDarkChocolateBar has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:105) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/WARN]: * A broken ore dictionary registration with name foodWhiteChocolateBar has occurred. It adds an item (type: class net.minecraft.item.ItemFood) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod §bFood Plus report it to them! [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [15:39:48] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:106) [15:39:48] [Client thread/WARN]: * at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:81) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:48] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)... [15:39:48] [Client thread/WARN]: **************************************** [15:39:48] [Client thread/INFO]: Minefactory Realoaded API hasn't been registered [15:39:48] [Client thread/INFO]: Thaumcraft API hasn't been registered [15:39:48] [Client thread/INFO]: Loading renderers and sounds [15:39:48] [Client thread/INFO]: [MobiusCore] Found net.minecraft.client.renderer.entity.RenderManager [ bnn ] with checksum 5C0BDAA05D27C35DF5A408139A6F7EA7 [15:39:48] [Client thread/INFO]: Successful injection in a (Lsa;DDDFFZ)Z [15:39:48] [Client thread/INFO]: Successful injection in a (Lsa;DDDFFZ)Z [15:39:48] [Client thread/INFO]: Loading mod updater [15:39:48] [Client thread/INFO]: Enjoy! [15:39:48] [Client thread/INFO]: [4.0.0-beta] Config does not exist, generating. [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at ichun.client.thread.ThreadGetPatrons.run(ThreadGetPatrons.java:30) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.Validator.validate(Validator.java:260) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 19 more [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) [15:39:49] [iChunUtil Patron Getter Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more [15:39:49] [Client thread/INFO]: Registering Blocks [15:39:49] [Client thread/INFO]: Registering Items [15:39:49] [Client thread/INFO]: Registering Crafting Recipes [15:39:49] [Client thread/INFO]: Registering Curses [15:39:49] [Client thread/INFO]: Registering Packets [15:39:49] [Client thread/INFO]: Registering Entities [15:39:49] [Client thread/INFO]: Registering Village Stuff [15:39:49] [Client thread/INFO]: Registering Events [15:39:49] [Client thread/INFO]: Binding Tileentities to their Special Rendered [15:39:49] [Client thread/INFO]: Registering Item Renderes [15:39:49] [Client thread/INFO]: Registering Entity Renders [15:39:49] [Client thread/INFO]: Registering Potions [15:39:49] [Client thread/INFO]: Loading Third Party Mods [15:39:49] [Client thread/INFO]: Adding Dungeons loot [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: E:\Minecraft\game\config\mcheli.cfg (The system cannot find the file specified) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileInputStream.open0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileInputStream.open(FileInputStream.java:195) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileInputStream.<init>(FileInputStream.java:138) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileReader.<init>(FileReader.java:72) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mcheli.MCH_InputFile.open(MCH_InputFile.java:22) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mcheli.MCH_Config.load(MCH_Config.java:380) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mcheli.MCH_ClientProxy.loadConfig(MCH_ClientProxy.java:436) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mcheli.MCH_MOD.PreInit(MCH_MOD.java) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: .\assets\mcheli\sounds.json (The system cannot find the path specified) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileOutputStream.open0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileOutputStream.open(FileOutputStream.java:270) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileOutputStream.<init>(FileOutputStream.java:213) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileOutputStream.<init>(FileOutputStream.java:162) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.PrintWriter.<init>(PrintWriter.java:263) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mcheli.MCH_SoundsJson.update(MCH_SoundsJson.java:33) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mcheli.MCH_MOD.PreInit(MCH_MOD.java) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: .\assets\mcheli\lang\en_US.lang (The system cannot find the path specified) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileOutputStream.open0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileOutputStream.open(FileOutputStream.java:270) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileOutputStream.<init>(FileOutputStream.java:213) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileOutputStream.<init>(FileOutputStream.java:162) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mcheli.MCH_OutputFile.openUTF8(MCH_OutputFile.java:38) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mcheli.wrapper.W_LanguageRegistry.updateLang(W_LanguageRegistry.java:78) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mcheli.MCH_MOD.PreInit(MCH_MOD.java) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: .\assets\mcheli\lang\ja_JP.lang (The system cannot find the path specified) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileOutputStream.open0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileOutputStream.open(FileOutputStream.java:270) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileOutputStream.<init>(FileOutputStream.java:213) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.FileOutputStream.<init>(FileOutputStream.java:162) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mcheli.MCH_OutputFile.openUTF8(MCH_OutputFile.java:38) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mcheli.wrapper.W_LanguageRegistry.updateLang(W_LanguageRegistry.java:78) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mcheli.MCH_MOD.PreInit(MCH_MOD.java) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:50] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:50] [Client thread/INFO]: Found hooks for net.minecraft.client.multiplayer.PlayerControllerMP (bje) [15:39:50] [Client thread/INFO]: M&B - Patching Class PlayerControllerMP (bje) [15:39:50] [Client thread/INFO]: Patching method sendUseItem in PlayerControllerMP [15:39:50] [Client thread/INFO]: M&B - Patching Class PlayerControllerMP done [15:39:50] [Client thread/INFO]: M&B - Patching Class EntityOtherPlayerMP (bll) [15:39:50] [Client thread/INFO]: Patching method onUpdate in EntityOtherPlayerMP [15:39:50] [Client thread/INFO]: Patching method setCurrentItem in EntityOtherPlayerMP [15:39:50] [Client thread/INFO]: M&B - Patching Class EntityOtherPlayerMP done [15:39:51] [Client thread/INFO]: Required mod appliedenergistics2 is not installed, dependent features will be unavailable [15:39:51] [Client thread/ERROR]: Requirements unmet, Applied Energistics 2 Addon not loading [15:39:51] [Client thread/INFO]: Required mod Botany is not installed, dependent features will be unavailable [15:39:51] [Client thread/ERROR]: Requirements unmet, Botany Addon not loading [15:39:51] [Client thread/INFO]: Required mod Forestry is not installed, dependent features will be unavailable [15:39:51] [Client thread/ERROR]: Requirements unmet, Forestry Addon not loading [15:39:51] [Client thread/INFO]: Required mod exnihilo is not installed, dependent features will be unavailable [15:39:51] [Client thread/ERROR]: Requirements unmet, Ex Nihilo Addon not loading [15:39:51] [Client thread/INFO]: Looking for packets to register for channel 'origin' in package 'com.temportalist.origin.library.common'. [15:39:51] [Client thread/INFO]: [4.0.0-beta-4] Config does not exist, generating. [15:39:51] [Client thread/INFO]: Loaded custom tier kill settings! [15:39:51] [Client thread/INFO]: Min kills: 0,64,128,256,512,1024 [15:39:51] [Client thread/INFO]: Max kills: 63,127,255,511,1023,1024 [15:39:51] [Client thread/INFO]: Loaded configuration file! [15:39:51] [Portal Gun Resource download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 403 for URL: http://repo.creeperhost.net/ichun/static/assets.xml [15:39:51] [Portal Gun Resource download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839) [15:39:51] [Portal Gun Resource download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) [15:39:51] [Portal Gun Resource download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) [15:39:51] [Portal Gun Resource download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) [15:39:51] [Portal Gun Resource download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:39:51] [Portal Gun Resource download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:39:51] [Portal Gun Resource download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) [15:39:51] [Portal Gun Resource download thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at portalgun.client.thread.ThreadDownloadResources.run(ThreadDownloadResources.java:54) [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Corridor Junction.Four Way.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Corridor Junction.Four Way.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Corridor Junction.T Junction.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Corridor Junction.T Junction.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Corridor Junction.Turn Left.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Corridor Junction.Turn Left.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Corridor Junction.Turn Right.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Corridor Junction.Turn Right.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Corridor Lift.Down Further.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Corridor Lift.Down Further.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Corridor Lift.Down.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Corridor Lift.Down.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Corridor Lift.Up Further.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Corridor Lift.Up Further.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Corridor Lift.Up.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Corridor Lift.Up.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Corridor.Medium.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Corridor.Medium.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Corridor.Normal.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Corridor.Normal.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Corridor.Short.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Corridor.Short.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Corridor.Tiny.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Corridor.Tiny.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Rooms.Big Chamber.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Rooms.Big Chamber.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Rooms.Med Chamber.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Rooms.Med Chamber.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Rooms.Med Farm.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Rooms.Med Farm.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:Rooms.Library.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][CH]Added schema Rooms.Library.schema false [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:tardisConsoleMain.tardisConsoleFull.diff.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:tardisConsoleMain.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:tardisConsoleFull.tardisConsoleMain.diff.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:tardisConsoleFull.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]TCHSS:tardisConsoleTenthish.schema [15:39:53] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TCH]Read classpath [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.net.UnknownHostException: pastebin.com [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.Socket.connect(Socket.java:589) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.Socket.connect(Socket.java:538) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.NetworkClient.doConnect(NetworkClient.java:180) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.<init>(HttpClient.java:211) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.New(HttpClient.java:308) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.New(HttpClient.java:326) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1168) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1104) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:988) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:986) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:985) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:932) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.tf.web.WebHelper.downloadFileList(WebHelper.java:23) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.tf.web.WebHelper.downloadFile(WebHelper.java:41) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.tf.web.WebHelper.readPastebin(WebHelper.java:58) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.tf.TransformersMod.preInit(TransformersMod.java:61) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:54] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:54] [Thread-14/INFO]: [fiskfille.tf.web.update.UpdateChecker:run:36]: [Transformers Mod] Failed to read mod version! Please report this on the GitHub issue tracker! https://github.com/FiskFille/TransformersMod/issues [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.net.UnknownHostException: pastebin.com [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.Socket.connect(Socket.java:589) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.Socket.connect(Socket.java:538) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.NetworkClient.doConnect(NetworkClient.java:180) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.<init>(HttpClient.java:211) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.New(HttpClient.java:308) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.New(HttpClient.java:326) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1168) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1104) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:988) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:986) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:985) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:932) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.tf.web.WebHelper.downloadFileList(WebHelper.java:23) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.tf.web.WebHelper.readPastebinAsList(WebHelper.java:53) [15:39:54] [Thread-14/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.tf.web.update.UpdateChecker.run(UpdateChecker.java:18) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.net.UnknownHostException: pastebin.com [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.Socket.connect(Socket.java:589) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.Socket.connect(Socket.java:538) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.NetworkClient.doConnect(NetworkClient.java:180) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.<init>(HttpClient.java:211) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.New(HttpClient.java:308) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.http.HttpClient.New(HttpClient.java:326) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1168) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1104) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:988) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:986) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:985) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:932) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.tf.web.WebHelper.downloadFileList(WebHelper.java:23) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.tf.web.WebHelper.downloadFile(WebHelper.java:41) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.tf.web.WebHelper.readPastebin(WebHelper.java:58) [15:39:54] [Thread-15/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fiskfille.tf.web.donator.DonatorLoader.run(DonatorLoader.java:19) [15:39:54] [Client thread/INFO]: Looking for packets to register for channel 'weepingangels' in package 'com.temportalist.weepingangels.common'. [15:39:55] [Client thread/INFO]: Applying holder lookups [15:39:55] [Client thread/INFO]: Holder lookups applied [15:39:55] [Client thread/INFO]: Injecting itemstacks [15:39:55] [Client thread/INFO]: Itemstack injection complete [15:39:55] [Client thread/INFO]: [OptiFine] *** Reloading textures *** [15:39:55] [Client thread/INFO]: [OptiFine] Resource packs: Default [15:39:55] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: [15:39:55] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... [15:39:56] [Thread-16/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL [15:39:56] [Thread-16/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Console.topbottom in slot 0 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Console.side in slot 1 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Corridor.topbottom in slot 2 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Corridor.side in slot 3 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Walkway.topbottom in slot 4 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Walkway.side in slot 5 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Glass.topbottom in slot 6 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Glass.side in slot 7 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:GravityLift.Normal.top in slot 0 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:GravityLift.Normal.bottomsides in slot 1 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:GravityLift.Craftable.top in slot 2 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:GravityLift.Craftable.bottomsides in slot 3 [15:39:56] [Thread-16/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties [15:39:56] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: [15:39:56] [Sound Library Loader/INFO]: Sound engine started [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties [15:39:56] [Client thread/INFO]: [OptiFine] Multipass connected textures: false [15:39:56] [Client thread/INFO]: [OptiFine] Loading texture map: textures/blocks [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Console.topbottom in slot 0 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Console.side in slot 1 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Corridor.topbottom in slot 2 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Corridor.side in slot 3 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Walkway.topbottom in slot 4 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Walkway.side in slot 5 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Glass.topbottom in slot 6 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:Slab.Glass.side in slot 7 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:GravityLift.Normal.top in slot 0 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:GravityLift.Normal.bottomsides in slot 1 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:GravityLift.Craftable.top in slot 2 [15:39:56] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractBlock:func_149651_a:257]: [AB]Registering TardisMod:GravityLift.Craftable.bottomsides in slot 3 [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties [15:39:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties [15:39:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties [15:39:57] [Client thread/INFO]: [OptiFine] Multipass connected textures: false [15:39:57] [Client thread/INFO]: [OptiFine] Texture size: textures/blocks, 16x16 [15:39:57] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas [15:39:57] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractItem:func_94581_a:80]: [TAI]Registering icon Schematic [15:39:57] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractItem:func_94581_a:80]: [TAI]Registering icon TardisKey [15:39:57] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractItem:func_94581_a:80]: [TAI]Registering icon Component [15:39:57] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractItem:func_94581_a:80]: [TAI]Registering icon CraftingComponent [15:39:57] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractItem:func_94581_a:80]: [TAI]Registering icon ManualItem [15:39:57] [Client thread/INFO]: [OptiFine] Loading texture map: textures/items [15:39:57] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractItem:func_94581_a:80]: [TAI]Registering icon Schematic [15:39:57] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractItem:func_94581_a:80]: [TAI]Registering icon TardisKey [15:39:57] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractItem:func_94581_a:80]: [TAI]Registering icon Component [15:39:57] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractItem:func_94581_a:80]: [TAI]Registering icon CraftingComponent [15:39:57] [Client thread/INFO]: [io.darkcraft.darkcore.mod.abstracts.AbstractItem:func_94581_a:80]: [TAI]Registering icon ManualItem [15:39:57] [Client thread/INFO]: [OptiFine] Texture size: textures/items, 16x16 [15:39:57] [Client thread/INFO]: Created: 16x16 textures/items-atlas [15:39:57] [Client thread/ERROR]: Unable to do mod description scrolling due to lack of stencil buffer [15:39:57] [Client thread/INFO]: M&B - Patching Class EntityAIControlledByPlayer (ub) [15:39:57] [Client thread/INFO]: Patching method updateTask in EntityAIControlledByPlayer [15:39:57] [Client thread/INFO]: M&B - Patching Class EntityAIControlledByPlayer done [15:39:57] [Client thread/INFO]: Loaded 70 backpack recipes. [15:39:57] [Client thread/INFO]: Shaders mod not found [15:39:58] [Client thread/INFO]: Optifine integration successful. [15:39:58] [Client thread/INFO]: Starting init... [15:39:58] [Client thread/INFO]: Loading recipes... [15:39:58] [Client thread/INFO]: Skipping feature aeCertusQuartz as its required mod appliedenergistics2 was missing. [15:39:58] [Client thread/INFO]: Skipping feature aeSkyStone as its required mod appliedenergistics2 was missing. [15:39:58] [Client thread/INFO]: Skipping feature amber as its required mod Thaumcraft was missing. [15:39:58] [Client thread/INFO]: Skipping feature arcane as its required mod Thaumcraft was missing. [15:39:58] [Client thread/INFO]: Skipping feature bloodRune as its required mod AWWayofTime was missing. [15:39:58] [Client thread/INFO]: Skipping feature bloodBlock as its required mod AWWayofTime was missing. [15:39:58] [Client thread/INFO]: Skipping feature tallow as its required mod Thaumcraft was missing. [15:39:58] [Client thread/INFO]: Skipping feature twilghtForest as its required mod TwilightForest was missing. [15:39:58] [Client thread/INFO]: Skipping feature tfMazestone as its parent feature twilghtForest was disabled. [15:39:58] [Client thread/INFO]: Skipping feature tfTowerstone as its parent feature twilghtForest was disabled. [15:39:58] [Client thread/INFO]: Skipping feature tfUnderBrick as its parent feature twilghtForest was disabled. [15:39:58] [Client thread/INFO]: Skipping feature thaumium as its required mod Thaumcraft was missing. [15:39:58] [Client thread/INFO]: 93 Feature's recipes loaded. [15:39:58] [Client thread/INFO]: Init finished. [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.InstantiationException [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:103) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:85) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.FMLEventChannel.register(FMLEventChannel.java:86) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.darkcraft.darkcore.mod.DarkcoreMod.init(DarkcoreMod.java:92) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:497) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [15:39:58] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at ichun.common.core.updateChecker.ModVersionChecker$1.run(ModVersionChecker.java:47) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.Validator.validate(Validator.java:260) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 19 more [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) [15:39:58] [iChunUtil Mod Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more [15:39:58] [Client thread/INFO]: Registering Events [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) [15:39:58] [Client thread/INFO]: Registering Potions [15:39:58] [Client thread/INFO]: Extending potions array [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at hats.common.thread.ThreadGetModMobSupport.run(ThreadGetModMobSupport.java:40) [15:39:58] [Client thread/INFO]: Injecting potions starting from index 352 [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.Validator.validate(Validator.java:260) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 19 more [15:39:58] [Client thread/INFO]: Loading Third Party Mods [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) [15:39:58] [Hats Mod Mob Support Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more [15:39:58] [Client thread/INFO]: Loading NEI Addons [15:39:58] [Client thread/INFO]: Loading Crafting Tables Addon... [15:39:58] [Client thread/INFO]: Version check success: EE3 required / 0.3.507 detected [15:39:58] [Client thread/WARN]: Registering EE3 Minium Stone failed java.lang.ClassNotFoundException: com.pahimar.ee3.client.gui.inventory.GuiPortableCrafting at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51] at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_51] at net.bdew.neiaddons.Utils.getAndCheckClass(Utils.java:25) ~[Utils.class:?] at net.bdew.neiaddons.crafting.AddonCraftingTables.tryLoadTableClass(AddonCraftingTables.java:48) [AddonCraftingTables.class:?] at net.bdew.neiaddons.crafting.AddonCraftingTables.init(AddonCraftingTables.java:62) [AddonCraftingTables.class:?] at net.bdew.neiaddons.NEIAddons.init(NEIAddons.java:89) [NEIAddons.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:?] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [bao.class:?] at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [bao.class:?] at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] Caused by: java.lang.NullPointerException at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?] ... 44 more [15:39:58] [Client thread/INFO]: Required mod BuildCraft|Factory is not installed, dependent features will be unavailable [15:39:58] [Client thread/INFO]: Not registering BC Autorcrafting Table [15:39:58] [Client thread/INFO]: Required mod powersuitaddons is not installed, dependent features will be unavailable [15:39:58] [Client thread/INFO]: Not registering MPSA In-Place Assembler [15:39:58] [Client thread/INFO]: Required mod ProjectE is not installed, dependent features will be unavailable [15:39:58] [Client thread/INFO]: Not registering ProjectE Philosopher Stone [15:39:58] [Client thread/INFO]: Version check success: BiblioCraft required / 1.10.5 detected [15:39:58] [Hats Download/Read Hats Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 163; The reference to entity "js" must end with the ';' delimiter. [15:39:58] [Hats Download/Read Hats Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257) [15:39:58] [Hats Download/Read Hats Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:348) [15:39:58] [Hats Download/Read Hats Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121) [15:39:58] [Hats Download/Read Hats Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at hats.common.thread.ThreadHatsReader.run(ThreadHatsReader.java:52) [15:39:58] [Client thread/INFO]: Registered BiblioCraft Fancy Workbench [15:39:58] [Client thread/INFO]: Required mod RIO is not installed, dependent features will be unavailable [15:39:58] [Client thread/INFO]: Not registering RemoteIO Intelligent Workbench [15:39:58] [Hats Download/Read Hats Thread/INFO]: [4.0.1] Loaded 0 hats. 0 are contributor hats. [15:39:58] [Client thread/INFO]: 1 crafting tables registered [15:39:58] [Client thread/INFO]: Crafting Tables Addon successfully loadded [15:39:59] [Client thread/INFO]: [com.whammich.sstow.events.Achievements:defaultAchievements:28]: Rendering Icons [15:39:59] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TM]Sending message to WAILA [15:39:59] [Client thread/WARN]: witchery: Another mod has overwritten Witchery potion witchery:potion.paralysed in slot 32! offender: jewelrycraft2.potion.stun. [15:39:59] [Client thread/INFO]: Receiving registration request from [ chisel ] for method com.cricketcraft.chisel.compat.WailaCompat.register [15:40:00] [Client thread/INFO]: Receiving registration request from [ EE3 ] for method com.pahimar.ee3.waila.WailaDataProvider.callbackRegister [15:40:00] [Client thread/INFO]: Receiving registration request from [ jewelrycraft2 ] for method darkknight.jewelrycraft.thirdparty.WailaHandler.registration [15:40:00] [Client thread/INFO]: Receiving registration request from [ cfm ] for method com.mrcrayfish.furniture.util.WailaIconRegister.callbackRegister [15:40:00] [Client thread/INFO]: Receiving registration request from [ SSTOW ] for method sstow.utils.WailaProvider.callbackRegister [15:40:00] [Client thread/INFO]: Receiving registration request from [ TardisMod ] for method tardis.common.integration.waila.WailaCallback.wailaRegister [15:40:00] [Client thread/INFO]: Receiving registration request from [ secretroomsmod ] for method com.github.abrarsyed.secretroomsmod.client.waila.WailaProvider.register [15:40:00] [Client thread/INFO]: Receiving registration request from [ witchery ] for method com.emoniph.witchery.integration.ModHookWailaRegistrar.callbackRegister [15:40:00] [Client thread/INFO]: Injecting itemstacks [15:40:00] [Client thread/INFO]: Itemstack injection complete [15:40:00] [Client thread/INFO]: Baubles is present. Acting accordingly [15:40:00] [Client thread/INFO]: Railcraft is present. Adding Steam Jetpack. [15:40:00] [Client thread/INFO]: Loading Battlegear 2 Compatibility Addon [15:40:00] [Client thread/INFO]: Overriding render on - minecraft:wooden_sword [15:40:00] [Client thread/INFO]: Overriding render on - minecraft:stone_sword [15:40:00] [Client thread/INFO]: Overriding render on - minecraft:iron_sword [15:40:00] [Client thread/INFO]: Overriding render on - minecraft:golden_sword [15:40:00] [Client thread/INFO]: Overriding render on - minecraft:diamond_sword [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:waraxe.wood [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:waraxe.stone [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:waraxe.iron [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:waraxe.diamond [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:waraxe.gold [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:mace.wood [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:mace.stone [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:mace.iron [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:mace.diamond [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:mace.gold [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:spear.wood [15:40:00] [Client thread/INFO]: Storing custom item renderer for: spear.wood [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:spear.stone [15:40:00] [Client thread/INFO]: Storing custom item renderer for: spear.stone [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:spear.iron [15:40:00] [Client thread/INFO]: Storing custom item renderer for: spear.iron [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:spear.diamond [15:40:00] [Client thread/INFO]: Storing custom item renderer for: spear.diamond [15:40:00] [Client thread/INFO]: Overriding render on - battlegear2:spear.gold [15:40:00] [Client thread/INFO]: Storing custom item renderer for: spear.gold [15:40:00] [Client thread/INFO]: Overriding render on - minecraft:bow [15:40:00] [Client thread/INFO]: Storing custom item renderer for: bow [15:40:00] [Client thread/WARN]: Could not register CraftGuide plugins: CraftGuide missing. [15:40:00] [Client thread/INFO]: Loading Third Party Mods [15:40:00] [Client thread/INFO]: Registering Events [15:40:00] [Client thread/INFO]: 1xtile.oreGold@0 Adding Gold Ore with damage value 0 and with 1 in stack [15:40:00] [Client thread/INFO]: 1xitem.ingotGold@0 Adding ingot Gold Ingot with damage value 0 and with 1 in stack [15:40:00] [Client thread/INFO]: 1xtile.oreIron@0 Adding Iron Ore with damage value 0 and with 1 in stack [15:40:00] [Client thread/INFO]: 1xitem.ingotIron@0 Adding ingot Iron Ingot with damage value 0 and with 1 in stack [15:40:00] [Client thread/INFO]: 1xtile.jewelrycraft2.oreShadow@0 Adding Shadow Ore with damage value 0 and with 1 in stack [15:40:00] [Client thread/INFO]: 1xitem.jewelrycraft2.ingotShadow@0 Adding ingot Shadow Ingot with damage value 0 and with 1 in stack [15:40:00] [Client thread/INFO]: Generating colors for each item [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.hopper but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersBlock but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersBarrier but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersBed but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersButton but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersCollapsibleBlock but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersDaylightSensor but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersDoor but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersFlowerPot but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersGarageDoor but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersGate but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersHatch but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersLadder but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersPressurePlate but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersSafe but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersSlope but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersStairs but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.blockCarpentersTorch but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.fluid.creosote but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.fluid.steam but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.residual.heat but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.cube but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.anvil but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.machine.alpha but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.machine.beta but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.track but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.track.elevator but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.signal but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.stair but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.slab but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.lantern.stone but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.lantern.metal but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.brick.abyssal but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.brick.bleachedbone but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.brick.bloodstained but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.shovelIron but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.pickaxeIron but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.hatchetIron but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.flintAndSteel but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.apple but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.bow but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.arrow but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.coal but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.diamond but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.ingotIron but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.ingotGold but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.swordIron but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.swordWood but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.shovelWood but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.pickaxeWood but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.hatchetWood but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.swordStone but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.shovelStone but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.pickaxeStone but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.hatchetStone but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.swordDiamond but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.shovelDiamond but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.pickaxeDiamond but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.hatchetDiamond but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.stick but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.bowl but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.mushroomStew but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.swordGold but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.shovelGold but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.pickaxeGold but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.hatchetGold but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.string but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.feather but something went wrong. [15:40:00] [Client thread/INFO]: Error, tried to add the color of the item item.sulphur but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.hoeWood but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.hoeStone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.hoeIron but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.hoeDiamond but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.hoeGold but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.seeds but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.wheat but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.bread but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.helmetCloth but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.chestplateCloth but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.leggingsCloth but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.bootsCloth but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.helmetChain but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.chestplateChain but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.leggingsChain but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.bootsChain but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.helmetIron but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.chestplateIron but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.leggingsIron but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.bootsIron but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.helmetDiamond but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.chestplateDiamond but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.leggingsDiamond but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.bootsDiamond but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.helmetGold but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.chestplateGold but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.leggingsGold but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.bootsGold but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.flint but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.porkchopRaw but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.porkchopCooked but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.painting but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.appleGold but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.sign but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.doorWood but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.bucket but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.bucketWater but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.bucketLava but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.minecart but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.saddle but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.doorIron but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.redstone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.snowball but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.boat but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.leather but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.milk but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.brick but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.clay but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.reeds but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.paper but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.book but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.slimeball but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.minecartChest but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.minecartFurnace but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.egg but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.compass but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.fishingRod but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.clock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.yellowDust but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.fish but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.fish but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.dyePowder but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.bone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.sugar but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.cake but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.bed but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.diode but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.cookie but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.map but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.shears but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.melon but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.seeds_pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.seeds_melon but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.beefRaw but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.beefCooked but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.chickenRaw but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.chickenCooked but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.rottenFlesh but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.enderPearl but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.blazeRod but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.ghastTear but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.goldNugget but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.netherStalkSeeds but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.potion but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.glassBottle but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.spiderEye but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.fermentedSpiderEye but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.blazePowder but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.magmaCream but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.brewingStand but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.cauldron but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.eyeOfEnder but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.speckledMelon but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.monsterPlacer but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.expBottle but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.fireball but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.writingBook but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.writtenBook but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.emerald but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.frame but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.flowerPot but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.carrots but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.potato but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.potatoBaked but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.potatoPoisonous but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.emptyMap but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.carrotGolden but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.skull but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.carrotOnAStick but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.netherStar but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.pumpkinPie but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.fireworks but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.fireworksCharge but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.enchantedBook but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.comparator but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.netherbrick but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.netherquartz but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.minecartTnt but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.minecartHopper but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.brick.frostbound but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.brick.infernal but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.brick.quarried but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.brick.sandy but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.brick.nether but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.post but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.post.metal but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.post.metal.platform but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.horsearmormetal but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.horsearmorgold but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.horsearmordiamond but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.leash but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.nameTag but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.minecartCommandBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.wall.alpha but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.wall.beta but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.glass but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.detector but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.machine.gamma but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.machine.epsilon but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.ore but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.worldlogic but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.firestone.recharge but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.frame but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.railcraft.machine.delta but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.aluminumblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.andesite but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.antiBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.autoChisel but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.bookshelf but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.brickCustom but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.bronzeblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.carpet_block but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.carpet but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.cloud but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.cobblestone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.mossy_cobblestone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.concrete but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.copperblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.diamond_block but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.diorite but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.dirt but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.emerald_block but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.factoryblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.factoryblock2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.fantasyblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.fantasyblock2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.futura but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.glass but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.glass2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.glass_pane but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.stained_glass_white but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.stained_glass_yellow but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.stained_glass_lightgray but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.stained_glass_brown but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.stained_glass_pane_white but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.stained_glass_pane_magenta but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.stained_glass_pane_yellow but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.stained_glass_pane_pink but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.stained_glass_pane_lightgray but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.stained_glass_pane_purple but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.stained_glass_pane_brown but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.stained_glass_pane_red but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.glowstone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.gold2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.gold_block but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.granite but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.grimstone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.hexPlating but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.hexLargePlating but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.holystone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.ice but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.ice_pillar but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.ice_stairs.0 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.ice_stairs.1 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.ice_stairs.2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.ice_stairs.3 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.ice_stairs.4 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.ice_stairs.5 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.ice_stairs.6 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.ice_stairs.7 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.iron_bars but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.iron2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.iron_block but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.litpumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.laboratoryblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.lapis_block but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.lavastone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.leadblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.leaves but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.limestone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.limestone_slab but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.null but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.limestone_stairs.0 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.limestone_stairs.1 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.limestone_stairs.2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.limestone_stairs.3 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.limestone_stairs.4 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.limestone_stairs.5 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.limestone_stairs.6 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.limestone_stairs.7 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.marble but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.marble_slab but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.null but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.marble_stairs.0 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.marble_stairs.1 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.marble_stairs.2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.marble_stairs.3 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.marble_stairs.4 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.marble_stairs.5 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.marble_stairs.6 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.marble_stairs.7 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.marble_pillar but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.marble_pillar_slab but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.null but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.nation but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.rebel but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.nether_brick but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.netherrack but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.obsidian but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.packedice but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.packedice_pillar but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.packedice_stairs.0 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.packedice_stairs.1 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.packedice_stairs.2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.packedice_stairs.3 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.packedice_stairs.4 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.packedice_stairs.5 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.packedice_stairs.6 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.packedice_stairs.7 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.paperwall but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.paperwall_block but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.present but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.pumpkin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.redstone_block but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.road_line but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.sandstone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.sandstone_scribbles but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.silverblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.snakestoneSand but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.snakestoneStone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.obsidianSnakestone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.steelblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.stonebricksmooth but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.technical but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.technical2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.technical3 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.templeblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.mossy_templeblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.tinblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.torch but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.torch but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.torch but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.torch but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.torch but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.torch but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.torch but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.torch but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.torch but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.torch but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.tyrian but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.uraniumblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.valentines but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.voidstone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.voidstone2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.voidstoneRunic but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.voidstonePillar but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.voidstonePillar2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.warningSign but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.waterstone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.oak_planks but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.spruce_planks but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.birch_planks but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.jungle_planks but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.acacia_planks but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.dark_oak_planks but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chisel.woolen_clay but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcRedstoneBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcCarpentyBench but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcMailbox but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcLocationBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcBorder but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcBloodBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcBanner but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcWallBanner but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcTallLamp but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcChair but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcCrate but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcWeaponRack but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcCouchWool but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcCouchWood but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcTable but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcStool but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcPlaceholder but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcBigSign but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcBarrel but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcTombstone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcShelf but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcSign but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcBeam but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.book but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcPedestal but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item item.npcCrystal but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcCampfire but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcCandle but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcLamp but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcCampfire but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcCandle but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.npcLamp but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.null but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.null but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ee3:calcinator but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ee3:aludel but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ee3:glassBell but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ee3:researchStation but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ee3:augmentationTable but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ee3:alchemicalChest but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ee3:chalk but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ee3:alchemicalFuelBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ee3:ashInfusedStone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ee3:alchemyArray but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ee3:dummyArray but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ee3:transmutationTablet but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ee3:ashInfusedStoneSlab but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ChocolateCake but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.SaltBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.Pizza but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.PartyBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.BeefPie but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.TomatoCrop but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.StrawberryCrop but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.Countertop but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.FreezerIdle but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.FreezerBurning but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.StrawberryCake but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.CandyBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.CoffeeCrop but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.CandyStairs but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.CandyHalfSlab but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.CandyDoubleSlab but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.CandyFlower but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.StrawberryBush but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.OrangeLeaf but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.OrangeSapling but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.PearSapling but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.PearLeaf but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.MinecraftCake but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.PizzaZombieReed but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.PizzaCheeseReed but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.PizzaTomatoReed but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.PizzaPorkReed but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.PizzaDoughReed but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.CarrotCake but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.KiwiSapling but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.KiwiLeaf but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.CherrySapling but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.CherryLeaf but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.JuicerIdle but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.JuicerBurning but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.BananaSapling but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.CoconutSapling but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.BananaLeaf but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.CoconutLeaf but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.RiceCrop but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.PeanutCrop but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.WalnutLeaf but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.WalnutSapling but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.GrillIdle but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.GrillBurning but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.SeaWeed but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.TrashCan but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ChocolateBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.DarkChocolateBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.WhiteChocolateBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.SurpriseBox but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.MicrowaveIdle but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.MicrowaveBurning but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.CaneCrop but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.Countertop2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.Countertop3 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.TeaBush but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.BlueberryCrop but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.BlueberryBush but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.hats.addon.hatstands.block but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.cloudblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.cloudspawn but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.sandblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.sandspawn but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.stoneblock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.stonespawn but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.IronChest but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.jewelrycraft2.oreShadow but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.jewelrycraft2.blockShadow but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.jewelrycraft2.smelter but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.jewelrycraft2.molder but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.jewelrycraft2.jewelCraftingTable but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.jewelrycraft2.displayer but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.jewelrycraft2.shadowEye but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.jewelrycraft2.handPedestal but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.jewelrycraft2.shadowHand but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.jewelrycraft2.midasTouchBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.jewelrycraft2.moltenMetal but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.jewelrycraft2.blockCrystal but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.luckyBlock but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.wood_sliding_door but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.iron_sliding_door but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.jail_door but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.laboratory_door but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.factory_door but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.shoji_door but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.curtain but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.player_sensor but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.vanishing_block but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.vanishing_block_diamond but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.block_mixer but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.mixed_block but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.garage_door but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.door_factory but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.null but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.rustyHatch but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.rustyLadder but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.carriage_door but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.forcefieldDoor but something went wrong. [15:40:01] [iChunUtil Statistics Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NumberFormatException: For input string: "" [15:40:01] [iChunUtil Statistics Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) [15:40:01] [iChunUtil Statistics Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Integer.parseInt(Integer.java:592) [15:40:01] [iChunUtil Statistics Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Integer.parseInt(Integer.java:615) [15:40:01] [iChunUtil Statistics Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at us.ichun.mods.ichunutil.client.thread.ThreadStatistics.run(ThreadStatistics.java:116) [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.drafting_table but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.lit_drafting_table but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.battlegear2:flagpole but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.lampon but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.lampoff but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.coffetablewood but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.coffetablestone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.tablewood but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.tablestone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chairwood but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.chairstone but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.freezer but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.fridge but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.cabinet but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.couch but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.blindon but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.blindoff but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.curtainon but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.curtainoff but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.bedsidecabinet but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.oven but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ovenoverhead but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.hedge but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.birdbath but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.stonepath but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.whitefence but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.tap but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.mailbox but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.tv but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.computer but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.printer but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.electricfence but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.doorbell but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.firealarmoff but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.firealarmon but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ceilinglightoff but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.ceilinglighton but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.stereo but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.toilet but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.basin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.wallcabinet but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.bath1 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.bath2 but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.showerbottom but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.showertop but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.showerheadoff but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.showerheadon but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.bin but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.present but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.tree but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.toaster but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.microwave but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.washingmachine but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.cookiejar but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.blender but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.plate but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.cup but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.counterdoored but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.countersink but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.dishwasher but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.kitchencabinet but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.choppingboard but something went wrong. [15:40:01] [Client thread/INFO]: Error, tried to add the color of the item tile.barstool but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.hey but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.nyan but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.pattern but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.yellowGlow but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.whiteGlass but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.pandorasBox but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.laserBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.laser but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.keypad but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.mine but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.mineCut but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.dirtMine but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.stoneMine but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.cobblestoneMine but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.diamondMine but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.sandMine but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.furnaceMine but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.retinalScanner but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.ironDoorReinforced but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.bogusLava but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.bogusLavaFlowing but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.bogusWater but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.bogusWaterFlowing but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.keycardReader but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.ironTrapdoor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.bouncingBetty but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.inventoryScanner but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.inventoryScannerField but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.trackMine but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.cageTrap but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.portableRadar but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.deactivatedCageTrap but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.reinforcedIronBars but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.keypadChest but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.usernameLogger but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.reinforcedGlass but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.alarm but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.alarmLit but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.reinforcedStone but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.reinforcedFenceGate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.reinforcedPlanks but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.panicButton but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.keypadFrame but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.claymoreActive but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.claymoreDefused but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.keypadFurnace but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.statues.statue but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.statues.showcase but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.recloth but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.rCloth but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.bCloth but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.kryptoniteOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.lightningOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.lightningBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.blackIronOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.blackIronBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.titaniumOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.tungstenOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.limoniteOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.limoniteBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.rubyOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.sapphireOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.purpleCrystal but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.purpleCrystalBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.redDiamondOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.redDiamondBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.aquastone but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.adamantiumOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.adamantiumBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.palladiumOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.vibraniumOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.magnesiumOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.bronzeOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.bronzeBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.platinumOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.siliconOre but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.gamma but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.nuclear but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.marsRock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.marsPortal but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.invisibleBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.martianRelic but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.wakandaPortal but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.uru but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.grootMat but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.lightningBlockBlue but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.tesseract but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.heroMaker but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.heroMakerOn but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.vMaker but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.vMakerOn but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.monitor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.batcomputer but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.batcomputerOn but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.batChair but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.microscope but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.gammaMaker but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.gammaMakerOn but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.starkBench but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.greenLanternPowerBattery but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.Tardis but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.TardisTop but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.TardisCore but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.ConsoleBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.TardisEngineBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.Component but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.InternalDoor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.DecoBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.DecoGlass but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.TardisDirt but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.Schema but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.SchemaCore but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.SchemaComponent but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.Slab but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.LandingPad but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.Lab but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.GravityLift but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.ForceField but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.Battery but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.ColorableWall but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.ColorableFloor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.ColorableRoundel but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.ColorableOpenRoundel but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.Manual but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.ManualHelper but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.StairBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TardisMod.Summoner but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orespider but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orebat but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecow but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orepig but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oresquid but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orechicken but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecreeper but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreskeleton but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orezombie but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreslime but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreghast but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orezombiepigman but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreenderman but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecavespider but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oresilverfish but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oremagmacube but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orewitch but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oresheep but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orewolf but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oremooshroom but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orewitherboss but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oregirlfriend but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreboyfriend but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreredcow but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecrystalcow but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orevillager but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oregoldcow but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreenchantedcow but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreMOTHRA but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orealosaurus but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecryolophosaurus but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecamarasaurus but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orevelocityraptor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orehydrolisc but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orebasilisc but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oredragonfly but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreemperorscorpion but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orescorpion but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecavefisher but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orespyro but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orebaryonyx but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oregammametroid but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecockateil but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orekyuubi but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orealien but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreirongolem but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oresnowgolem but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreenderdragon but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreocelot but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orewitherskeleton but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreblaze but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreattacksquid but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orewaterdragon but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecephadrome but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orekraken but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orelizard but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oredragon but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orebee but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orehorse but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oretrooper but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orespit but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orestink but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreostrich but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oregazelle but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orechipmunk but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecreepinghorror but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreterribleterror but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecliffracer but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oretriffid but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orenightmare but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orelurkingterror but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oregodzillapart but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oregodzilla but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orethekingpart but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oretheking but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orethequeenpart but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orethequeen but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oresmallworm but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oremediumworm but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orelargeworm but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecassowary but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecloudshark but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oregoldfish but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreleafmonster but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oretshirt but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreenderknight but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreenderreaper but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orebeaver but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreurchin but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreflounder but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreskate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orerotator but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orepeacock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orefairy but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oredungeonbeast but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orevortex but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orerat but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orewhale but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreirukandji but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oretrex but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orehercules but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oremantis but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orestinky but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreeasterbunny but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecaterkiller but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oremolenoid but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreseamonster but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreseaviper but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreleon but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orehammerhead but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orerubberducky but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecriminal but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orebrutalfly but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orenastysaurus but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orepointysaurus but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecricket but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orefrog but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orespiderdriver but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.orecrab but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oresalt but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.blockteleport but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.moledirt but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oretitanium but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreuranium but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.blocktitanium but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.blockmobzillascale but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.blockuranium but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.lavafoam but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreruby but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.blockruby but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.oreamethyst but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.blockamethyst but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalpink_block but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.tigerseye_block but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.pizza but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.ducttape but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalstone but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalrat but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.redanttroll but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.termitetroll but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalfairy but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalcoal but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalgrass but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalcrystal but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.tigerseye but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalplanks but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalworkbench but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalfurnace but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalfurnace but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.null but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.null but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.null but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.null but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.null but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.null but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.null but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.corn_0 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.corn_1 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.corn_2 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.corn_3 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.quinoa_0 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.quinoa_1 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.quinoa_2 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.quinoa_3 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.tomato_0 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.tomato_1 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.tomato_2 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.tomato_3 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.lettuce_0 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.lettuce_1 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.lettuce_2 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.lettuce_3 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.leaves_apple but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.leaves_experience but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.leaves_scary but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.leaves_cherry but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.leaves_peach but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.skytreelog but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.duplicatortreelog but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.experiencesapling but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalsapling but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalsapling2 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalsapling3 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.flower_pink but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.flower_blue but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.flower_black but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.flower_scary but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalflower_red but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalflower_green but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalflower_blue but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystalflower_yellow but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystaltreeleaves but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystaltreeleaves2 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystaltreeleaves3 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystaltreelog but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.extremetorch but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.crystaltorch but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.krakenrepellent but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.creeperrepellent but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.island but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.kingspawner but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.queenspawner but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.dungeonspawner but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.blockenderpearl but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.blockeyeofender but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.AntBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.RedAntBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TermiteBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.CrystalTermiteBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.RainbowAntBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.UnstableAntBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.TorchLever but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.OneWayGlass but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.CamoGate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.CamoDummy but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretTrapDoor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretWoodenDoorBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretIronDoorBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.GhostBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretLever but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretRedstone but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretButton but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretPressurePlate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretPlayerPlate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretLightPlate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretHeavyPlate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretStair but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretChest but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretTrappedChest but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SecretLightDetector but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.SolidAir but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.transformium_ore but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.display_pillar but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.energon_crystal but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.energon_cube but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.transformium_stone but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.transformium_seed but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.block_of_transformium but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.cosmic_rust but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.transformer_display_station but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.weepingangels:Plinth but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:belladonna but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:mandrake but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:artichoke but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:snowbell but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:wormwood but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:mindrake but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:wolfsbane but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:garlicplant but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:witchsapling but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:witchlog but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:witchleaves but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:voidbramble but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:bramble but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:glintweed but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:spanishmoss but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:leapinglily but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:plantmine but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:embermoss but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:crittersnare but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:grassper but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:bloodrose but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:somniancotton but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:web but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:vine but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.cactus but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.lilypad but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:demonheart but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:wolfhead but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:witchwood but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:stairswoodrowan but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:stairswoodalder but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:stairswoodhawthorn but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:witchwoodslab but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:witchwooddoubleslab but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:rowanwooddoor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:alderwooddoor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:chalice but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:candelabra but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:placeditem but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:alluringskull but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:wickerbundle but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:glowglobe but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:statuegoddess but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:stockade but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:icestockade but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:perpetualice but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:icedoor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:icestairs but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:iceslab but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:icedoubleslab but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:icefence but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:icefencegate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:icepressureplate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:snowpressureplate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:snowstairs but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:snowslab but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:snowdoubleslab but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:infinityegg but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:slurp but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:pitdirt but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:pitgrass but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:garlicgarland but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:bloodedwool but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:shadedglass but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:shadedglass_active but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:mirrorwall but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:refillingchest but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:force but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:tormentstone but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:barrier but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:leechchest but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:altar but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:kettle but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:poppetshelf but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:dreamcatcher but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:crystalball but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:spiritportal but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:tormentportal but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:spinningwheel but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:brazier but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:witchesovenidle but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:witchesovenburning but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:fumefunnel but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:filteredfumefunnel but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:distilleryidle but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:distilleryburning but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:scarecrow but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:trent but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:witchsladder but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:decurseteleport but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:decursedirected but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:statueofworship but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:cauldron but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:wolfaltar but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:silvervat but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:beartrap but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:wolftrap but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:wallgen but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:coffinblock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:light but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:daylightcollector but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:bloodcrucible but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:mirrorblock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:mirrorblock2 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:circle but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:circleglyphritual but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:circleglyphotherwhere but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:circleglyphinfernal but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:spiritflowing but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:hollowtears but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:disease but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:brew but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:brewgas but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:brewliquid but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:clever but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:cwoodendoor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:cwoodpressureplate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:cstonepressureplate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:csnowpressureplate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:cbuttonwood but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.witchery:cbuttonstone but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.PortalMod but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.PortalMultiBlock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.sstow.forge_block but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.sstow.forge_block_active but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.sstow.soulium_block but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item tile.sstow.cage_block but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.Ring but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.surprise_gem but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.adventurebackpack:backpackComponent but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.adventurebackpack:machete but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.adventurebackpack:adventureHat but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.adventurebackpack:pistonBoots but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.adventurebackpack:adventureBackpack but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.adventurebackpack:backpackHose but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.adventurebackpack:melonJuiceBottle but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.adventurebackpack:clockworkCrossbow but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:equipmentSkinTemplate.0 but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:equipmentSkin but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:paintbrush but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:paintRoller but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:colourPicker but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:burnTool but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:dodgeTool but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:colourNoiseTool but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:shadeNoiseTool but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:mannequinTool but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:guideBook but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:armourContainer but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:armourContainerHead but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:armourContainerChest but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:armourContainerLegs but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:armourContainerFeet but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:wandOfStyle but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:soap but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.armourersworkshop:hueTool but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.null but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.PlumbLine but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.FramingSaw but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.FramingBoard but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.FramingSheet but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.TesterItem but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.AtlasBook but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.AtlasPlate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.DeathCompass but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.PaintingCanvas but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.BigBook but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.RecipeBook but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.SlottedBook but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.HandDrill but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.tapeMeasure but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.tape but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.BiblioChase but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.PrintPlate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.EnchantedPlate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.BiblioRedBook but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.BiblioGlasses but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.BiblioDrill but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.BiblioCreativeLock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.BiblioClipboard but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.seatBack but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.seatBack but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.seatBack but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.seatBack but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.seatBack but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.BiblioMapTool but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.BiblioWayPointCompass but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.itemCarpentersHammer but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.itemCarpentersChisel but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.itemCarpentersTile but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.itemCarpentersDoor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.itemCarpentersBed but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.fluid.creosote.bucket but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.fluid.creosote.bottle but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.fluid.creosote.can but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.fluid.creosote.cell but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.fluid.creosote.wax but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.fluid.creosote.refactory but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.fluid.steam.bottle but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.tool.crowbar but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.tool.crowbar.reinforced but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.tool.magnifying.glass but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.armor.goggles but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.part.circuit but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.tool.steel.shears but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.tool.steel.sword but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.tool.steel.shovel but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.tool.steel.pickaxe but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.tool.steel.axe but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.tool.steel.hoe but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.armor.steel.helmet but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.armor.steel.plate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.armor.steel.legs but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.armor.steel.boots but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.armor.overalls but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.nugget but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.ingot but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.part.railbed but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.part.tie but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.part.rebar but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.part.rail but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.fuel.coke but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.part.plate but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.dust but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.part.gear but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.tnt.wood but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.work but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.tool.surveyor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.tool.signal.tuner but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.part.signal.lamp but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.part.bleached.clay but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.bore but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.borehead.diamond but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.borehead.steel but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.borehead.iron but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.track.relayer but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.undercutter but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.track.layer but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.track.remover but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.tank but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.anchor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.anchor.personal but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.anchor.admin but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.pumpkin but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.gift but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.tool.whistle.tuner but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.loco.steam.solid but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.cart.loco.electric but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.routing.table but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.routing.ticket.gold but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.routing.ticket but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.emblem but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.firestone.raw but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.firestone.cut but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.firestone.refined but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.firestone.cracked but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.tool.electric.meter but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.part.turbine.rotor but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.part.turbine.disk but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.railcraft.part.turbine.blade but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.upgrade but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.ballMoss but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.null but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.null but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.null but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.cloudBottle but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.smashingRock but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcWand but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcMobCloner but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcScripter but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcMovingPath but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcMounter but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcTeleporter but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcSoulstoneEmpty but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcSoulstoneFilled but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcBanjo but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcViolin but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcViolinBow but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcHarp but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcGuitar but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrenchHorn but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcOcarina but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcClarinet but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenGun but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenBullet but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneGun but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneBullet but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronGun but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronBullet but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldGun but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldenBullet but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondGun but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondBullet but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeGun but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeBullet but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldGun but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldBullet but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcMachineGun but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcBlackBullet but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenTrident but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneTrident but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronTrident but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldTrident but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondTrident but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeTrident but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldTrident but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcCursedTrident but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicTrident but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostTrident but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilTrident but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcNatureSpell but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcArcaneSpell but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcLightningSpell but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcIceSpell but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcFireSpell but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcDarkSpell but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcHolySpell but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcOrb but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcMana but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcBrokenOrb but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcKunai but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcReverseKunai but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcShuriken but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcGiantShuriken but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcKatana but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcKukri but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeSword but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldSword but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicSword but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostSword but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilSword but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcGolfClub but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcMagicWand but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcChickenSword but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcHandCuffs but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcHammer but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcBaseballBat but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcLeadPipe but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcCleaver but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcSaber but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcHockeyStick but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcSledgeHammer but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcBrokenBottle but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcCombatKnive but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcMacuahuitl but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcBoStaff but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcSaiBlade but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcSlingshot but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcMusket but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcLeafBlade but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcCrossbow but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcCrossBolt but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcBatton but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcGunChainsaw but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcRapier but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcCrowbar but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcPipeWrench but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcSwissArmyKnife but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcWrench but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcExcalibur but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldenShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiaShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullWoodenShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullStoneShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullIronShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullGoldenShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullDiaShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullBronzeShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullEmeraldShield but something went wrong. [15:40:02] [Client thread/INFO]: Error, tried to add the color of the item item.npcHeaterShield but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCryscentShield but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcScutumShield but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcTowerShield but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenSpear but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneSpear but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronSpear but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldenSpear but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondSpear but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeSpear but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldSpear but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicSpear but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostSpear but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilSpear but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenHalberd but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneHalberd but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronHalberd but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldenHalberd but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondHalberd but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeHalberd but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldHalberd but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicHalberd but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostHalberd but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilHalberd but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenBattleAxe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneBattleAxe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronBattleAxe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldenBattleAxe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondBattleAxe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeBattleAxe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldBattleAxe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicBattleAxe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostBattleAxe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilBattleAxe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenWarhammer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneWarhammer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronWarhammer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldenWarhammer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondWarhammer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeWarhammer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldWarhammer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicWarhammer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostWarhammer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilWarhammer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenMace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneMace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronMace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldenMace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondMace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeMace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldMace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicMace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostMace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilMace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenReversedDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneReversedDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronReversedDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldenDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldenReversedDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondReversedDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeReversedDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldReversedDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicReversedDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostReversedDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilReversedDagger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcNinjaClaw but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcSteelClaw but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBearClaw but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcKatar but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldenStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcElementalStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenScythe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneScythe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronScythe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldenScythe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondScythe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldScythe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeScythe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicScythe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostScythe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilScythe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenGlaive but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneGlaive but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronGlaive but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldenGlaive but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondGlaive but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeGlaive but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldGlaive but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicGlaive but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostGlaive but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilGlaive but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWoodenBroadsword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcStoneBroadsword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronBroadsword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldenBroadsword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondBroadsword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeBroadsword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldBroadsword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicBroadsword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFrostBroadsword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilBroadsword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCowleatherHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCowleatherChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCowleatherLegs but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCowleatherBoots but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcNanorumHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcNanorumChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcNanorumLegs but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcNanorumBoots but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcTacticalHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcTacticalChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullLeatherHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullLeatherChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullIronHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullIronChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullGoldHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullGoldChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullDiamondHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullDiamondChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullBronzeHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullBronzeChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullBronzeLeggings but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullBronzeBoots but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullEmeraldHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullEmeraldChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullEmeraldLeggings but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullEmeraldBoots but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullWoodenHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullWoodenChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullWoodenLeggings but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFullWoodenBoots but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcTuxedoChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcTuxedoPants but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcTuxedoBottom but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWizardHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWizardChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWizardPants but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcAssassinHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcAssassinChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcAssassinLeggings but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcAssassinBoots but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcSoldierHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcSoldierChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcSoldierLegs but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcSoldierBottom but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcX407Head but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcX407Chest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcX407Legs but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcX407Boots but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilLegs but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilBoots but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicLegs but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicBoots but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCommissarHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCommissarChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCommissarLegs but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCommissarBottom but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcInfantryHelmet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcOfficerChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCrown2 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCrown but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcPaperCrown but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcNinjaHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcNinjaChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcNinjaPants but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcChainSkirt but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcLeatherSkirt but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcGoldSkirt but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcIronSkirt but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDiamondSkirt but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcEmeraldSkirt but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeSkirt but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicSkirt but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilSkirt but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCoinWooden but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCoinStone but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCoinBronze but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCoinIron but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCoinGold but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCoinDiamond but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCoinEmerald but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcAncientCoin but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcLetter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcPlans but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcSatchel but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBag but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCrystal but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcSeveredEar but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcPhone but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBanditMask but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBrokenArrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcEarthElement but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcWaterElement but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcFireElement but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcAirElement but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcCarKey but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcKey but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcKey2 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcPendant but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBlueprint but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcRing but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcSkull but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcSaphire but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcRuby but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcAmethyst but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcBronzeIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcDemonicIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMithrilIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcAncientScroll but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcArtifact but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcLocket but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcSilk but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcStatuette but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcTablet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcHeart but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcMoney but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcNecklace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.npcUsbStick but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.props.stuffed_creeper but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.null but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:alchemicalBag but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:alchemicalDust but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:alchemicalFuel but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:stoneInert but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:shardMinium but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:stoneMinium but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:stonePhilosophers but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:chalk but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:alchemicalUpgrade but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:diviningRod but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:alchemicalTome but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:matter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:gem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:lootBall but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:knowledgeScroll but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:potionLethe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:shovelDarkMatter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:pickAxeDarkMatter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:hammerDarkMatter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:axeDarkMatter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:hoeDarkMatter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:fishingRodDarkMatter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:shearsDarkMatter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:bowDarkMatter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:arrowDarkMatter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ee3:swordDarkMatter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ApplePie but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BeefPieItem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateCakeItem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.StrawberryCakeItem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CookedCarrot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.MashedPotato but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Strawberry but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Tomato but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Kebab but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BowlOfRiceVeggie but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Cereal but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BowlOfCereal but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Rice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FriedRice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FriedRiceFinal but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BreadSlice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Toast but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BreadWithButter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BreadWithNutella but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CarrotSoup but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Broth but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BreadAndButterPudding but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.MilkShake but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Nutella but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Muffin but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Sweet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Caramel but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.StrawberryMilkshake but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.DonutBase but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateDonut but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.StrawberryJam but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.StrawberryDonut but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Waffle but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.HotChocolate but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.HotChocolateFinal but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.StrawberryChocolate but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.AppleJuice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Soda but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SlurpeeBase but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SlurpeeBlack but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SlurpeeBrown but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SlurpeeRed but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SlurpeeOrange but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SlurpeeGreen but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SlurpeeLightBlue but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SlurpeeBlue but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SlurpeeMagenta but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SlurpeePink but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FrozenMilk but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.IceCreamCone but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.StrawberryIceCream but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateIceCream but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.MelonIceCream but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.StrawberryIceCreamCompleted but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateIceCreamCompleted but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.MelonIceCreamCompleted but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Hamburger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Chips but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChipsFried but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaSlice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.RawPizza but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Crisps but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FriedEgg but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaItem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.RawMutton but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CookedMutton but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Sausage but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.GrilledSausage but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.HotDog but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BowlOfRiceMeat but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Stew but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SteakAndChips but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Butter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Cheese but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Sushi but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FishAndChips but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BeatenEggs but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.OmeletteFinal but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Spaghetti but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Pasta but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CheesePasta but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Chocolate but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Salt but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Flour but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Knife but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Glass but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.IceChunk but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.IceTray but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.IceCube but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SeaWeedItem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.TomatoSeed but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.StrawberrySeed but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.MincedMeat but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CofeeBean but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Blade but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CoffeeDust but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CanGarbage but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SandwichBread but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Sandwich but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.EggSausage but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.EggBacon but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Bacon but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChickenDice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Brochette but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.RawBrochette but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.RiceTomato but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.TomatoSauce but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CoffeeSolo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CoffeeMilk but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Mug but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.DirtyMugCoffee but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.DirtyMugTea but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Kettle but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FilledKettle but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BoilingKettle2 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BoilingKettle1 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Dishwasher but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FilledDishwasher but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FilledDishwasher2 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FilledDishwasher1 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CoffeeGrinder but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CoffeeGrinder2 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CoffeeGrinder1 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CoffeeGrinderBroken but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.TeaLeaves but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.DriedTeaLeaves but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.TeaBag but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.InstantTea but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Tea but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SugarDonut but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FPBook but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Dough but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaDoughReed but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaTomatoRaw but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaTomatoReed but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaTomatoSlice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaCheeseRaw but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaCheeseReed but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaCheeseSlice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaPorkRaw but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaPorkReed but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaPorkSlice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CandySprinkles but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Ketchup but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PumpkingSpiceCoffee but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateCoffee but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BlackForestCakeCoffee but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FrenchVanillaCoffee but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CoffeeOShroomCoffee but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.AppleTea but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateTea but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.GingerPeachTea but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.EarlGreyTea but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CactusGreenTea but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Orange but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Pear but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Can but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CanGarbageInfinite but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.AppleTeaBag but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateTeaBag but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.GingerPeachTeaBag but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.EarlGreyTeaBag but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CactusGreenTeaBag but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.MinecraftCakeItem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CaramelDonut but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SlimeDonut but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.DonutSprinkles but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.NetherDonut but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaZombieRaw but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaZombieReed but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaZombieSlice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.WitherEssence but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.WitherMuffin but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CandyCane but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateWaffle but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BaseCookie but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateCookie but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.StrawberryCookie but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.RawMeatball but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.MeatballCooked but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Tentacle but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.RawSquid but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FriedCalamari but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FruitPie but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PurifiedWitherEssence but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PurifiedMuffin but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CarrotCakeItem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Banana but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Cherry but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Coconut but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Kiwi but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.OrangeJuice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PearJuice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CherryJuice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.KiwiJuice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Filter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Napkin but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.GelatinPowder but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Peanut but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PeanutButter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Jelly but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PeanutandJelly but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.RawFriedChicken but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FriedChickenCooked but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CoffeeIceCream but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CoffeeIceCreamCompleted but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.WhippedCream but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.IcedTea but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.IcedCoffee but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.RawCheeseSandwich but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.GrilledCheeseSandwich but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BakedApple but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CreamCheese but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Bagel but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CreamCheeseBagel but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PeanutButterCookie but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.RawChickenNuggets but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaBagel but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CookedChickenNuggets but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Bowl but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CandyAxe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CandySpade but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CandyHoe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CandyPickaxe but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CandySword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CandyHelmet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CandyChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CandyLeggings but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CandyBoots but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ZeusCandyThunder but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.RawGrilledFish but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.GrilledFish but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CherryTomato but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.HardenedSweetEssence but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Walnut but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Syrup but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Baklava but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SweetEssence but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.PizzaWheel but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SlurpeeGarbage but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Sugar but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BananaBread but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CookedBacon but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SeaWeedSalad but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CookedFlesh but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BeefStew but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SugarCookie but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FrenchFriesKetchup but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Yogurt but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateCoconutBar but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.YogurtGarbage but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateApple but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CocoaButter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateBar but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateBarOrange but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolateBarStrawberry but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.DarkChocolateBar but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.DarkChocolateBarOrange but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.DarkChocolateBarStrawberry but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.WhiteChocolateBar but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.WhiteChocolateBarOrange but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.WhiteChocolateBarStrawberry but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Onigiri but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SuspiciousLookingSoup but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.LapiStraw but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.GrilledPotato but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.GrilledMushroom1 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.GrilledMushroom2 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.HamburgerBun but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.CheeseBurger but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Blueberry but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.Pancake but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BatterPancake but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.BlueberryPancake but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChocolatePancake but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.RegenerationGumN but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.RegenerationGumR but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.RegenerationGumG but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SwiftnessGumN but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SwiftnessGumR but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.SwiftnessGumG but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FireResistanceGumN but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.FireResistanceGumR but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.NightVisionGumN but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.NightVisionGumR but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.StrengthGumN but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.StrengthGumR but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.StrengthGumG but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.InvisibilityGumN but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.InvisibilityGumR but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.WaterBreathingGumN but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.WaterBreathingGumR but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ChewingGum but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petCow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petSheep but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petPig but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petChicken but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petSquid but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petOcelot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petGhast but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petSpider but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petIronGolem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petSnowGolem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petEnderman but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petCreeper but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petMagmaCube but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petWither but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petBed but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petDoubleChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petFurnace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petCraftingTable but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petEnchantingTable but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petJukebox but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petAnvil but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petBrewingStand but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petNetherPortal but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petPurpliciousCow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petMickerson but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petPingot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petQuantumCrystalMonster but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petSlime but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petCloud but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petPufferfish but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petBlackHole but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.diamondNugget but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.obsidianNugget but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.emeraldNugget but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ironNugget but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.coalNugget but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.lapisNugget but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petAchieveItem1 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petAchieveItem5 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petAchieveItem10 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petAchieveItem20 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petAchieveItemAll but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.petAchieveItemGeneral but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ironchest:IRONGOLD but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ironchest:GOLDDIAMOND but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ironchest:COPPERSILVER but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ironchest:SILVERGOLD but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ironchest:COPPERIRON but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ironchest:DIAMONDCRYSTAL but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ironchest:WOODIRON but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ironchest:WOODCOPPER but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ironchest:DIAMONDOBSIDIAN but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.thiefGloves but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.ingotShadow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.mold but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.mold but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.ring but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.necklace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.bracelet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.earrings but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.guide but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.bucket but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.bucket but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.jewelryModifier but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.goldObject but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.structureGen but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.monsterPlacer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jewelrycraft2.test but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.wood_sliding_door but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.iron_sliding_door but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jail_door but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.laboratory_door but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.factory_door but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.shoji_door but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.curtain but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.custom_door but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.rustyHandle but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.forcefieldItem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mcheli:wrench but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mcheli:fuel but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mcheli:gltd but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mcheli:chain but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mcheli:parachute but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mcheli:container but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mcheli:uav_station but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mcheli:internal but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mcheli:fim92 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mcheli:fim92_bullet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:waraxe.wood but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:dagger.wood but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:mace.wood but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:spear.wood but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:shield.wood but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:knights_armour.helmet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:waraxe.stone but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:dagger.stone but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:mace.stone but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:spear.stone but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:shield.hide but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:knights_armour.plate but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:waraxe.iron but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:dagger.iron but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:mace.iron but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:spear.iron but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:shield.iron but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:knights_armour.legs but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:waraxe.diamond but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:dagger.diamond but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:mace.diamond but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:spear.diamond but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:shield.diamond but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:knights_armour.boots but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:waraxe.gold but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:dagger.gold but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:mace.gold but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:spear.gold but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:shield.gold but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:chain but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:quiver but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:heraldric but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battlegear2:mb.arrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemtablewood but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemtablestone but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemchairwood but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemchairstone but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemcabinet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itembedsidecabinet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemcoffeetablewood but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemcoffeetablestone but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemfridge but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemcoolpack but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemcouch but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemblinds but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemcurtains but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemoven but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemovenoverhead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemflesh but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemfleshcooked but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemhedgebasic but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemhedgespruce but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemhedgebirch but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemhedgejungle but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itembirdbath but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemstonepath but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemwhitefence but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemtap but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemmailbox but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemhammer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemenvelope but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemenvelopesigned but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itempackage but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itempackagesigned but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemtv but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemcomputer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemprinter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.iteminkcartridge but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemstereo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemelectricfence but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemceilinglight but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemdoorbell but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemfirealarm but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemlamp but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemtoilet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itembasin but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemwallcabinet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itembath but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemshower but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemshowerhead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itembin but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itempresentred but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itempresentgreen but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemtree but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemtoaster but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemmicrowave but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemwashingmachine but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemcookiejar but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemblender but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemplate but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemkitchencounter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemkitchencountersink but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemdishwasher but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemkitchencabinet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemchoppingboard but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itembarstool but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itembreadslice but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemtoast but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemknife but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemcup but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemdrink but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemsoap but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemsoapwater but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemsupersoapwater but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemrecipebook but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemcrayfish but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.itemmoney but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mcSpawnEgg but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.creeperShard but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.creeperStats but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.hulkHammer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.chemicalX but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.endersoulHand but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.skeletonPart but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.skeleArmorHead but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.skeleArmorChest but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.skeleArmorLegs but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.skeleArmorBoots but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.lambchop_raw but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.lambchop but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.codebreaker but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.doorIndestructibleIronItem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.universalBlockRemover but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.null but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.remoteAccessMine but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.bucketFWater but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.bucketFLava but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.universalBlockModifier but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.redstoneModule but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.whitelistModule but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.blacklistModule but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.harmingModule but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.smartModule but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.wireCutters but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.adminTool but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.keypadItem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.statues.marteau but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.statues.showcase but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.statues.palette but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.DCLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.MarvelLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.TihyoLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.OtherLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.heroGem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.vGem but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.lightningIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.blackIronIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.titaniumIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.tungstenIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.limoniteIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ruby but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.sapphire but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.redDiamond but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.adamantiumIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.palladium but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.palladiumCore but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.vibranium but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.vibraniumCore but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.magnesiumIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.bronzeIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.silicon but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.platinumIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.asguardSteel but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.asguardSteelGold but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.solarJewel but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.amazonIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.nthIngot but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.rSilk but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.bSilk but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.symbioteChunk but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.willPower but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.volatilePromethium but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.cosmicChunk but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.carborundum but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ironPlate but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.blackIronPlate but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.goldPlate but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.titaniumPlate but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.adamantiumPlate but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.tech but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.techHigh but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.starkTech but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.miniArcReactor but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.palladiumArcReactor but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.vibraniumArcReactor but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mk5Case but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mark7Signal but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.techAlien but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.unknownMetal but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.backLight but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.colorFilter but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.vGlass but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.hGlass but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.glassPanel but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.heroReactor but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.vReactor but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.batBeltPart but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.batBeyondBeltPart but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.rope but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.grapple but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.batgliderEngine but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.rocket but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ironManPlate but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ironManPlateSilver but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.flashRing but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.flashRingOn but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.aquaBelt but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.pymParticle but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.antAnten but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.eyeLens but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.microTube but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.microArm but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.microBase but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.microIlluminator but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.microStage but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.xGene but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.wakandaMap but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.cellPhone but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.chain but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.eyePatch but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.greenLanternRing but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.straw but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.fearToxin but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ring1 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ring2 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ring3 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ring4 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ring5 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ring6 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ring7 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ring8 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ring9 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.ring10 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.supermanLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.batLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.wonderWomanLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.flashLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.aquaLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.robinLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.batgirlLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.batBeyondLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.kidFlashLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.capAmericaLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.clothStar but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.spiderLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.moonKnightLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.zoomLogo but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.batarang but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.batBomb but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.heatedBatarang but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.electricBatarang but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.grapplingHook but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.smokePellet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.gasPellet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.freezePellet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.batCaller but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.rebreather but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.batglider but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.kryptoniteRing but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.throwingBird but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.battleStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.damianStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.batgirlPill but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.wingDing but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.escrimaStick but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.escrimaStickRed but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.beyondBatarang but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.beyondDisc but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.blackIronSword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.dart but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.sleepingDart but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.aquaTrident but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.gArrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.webArrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.boxingArrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.exArrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.greekArrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.gasArrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.sArrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.hArrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.acidArrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.exTipArrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.flareArrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.smokeArrow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.gBow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.gBow1 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.gBow3 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.gBow2 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.gBowex but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.gBow4 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.gBow5 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.sBow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.sBow1 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.hBow but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.hBow1 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.hBow2 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.hBow3 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.hBow4 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.hBow5 but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.mace but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.repulsor but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.capShield but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.thorHammer but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.deadpoolSword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.moonDart but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.moonStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.zorroSword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.knife but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.grenade but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.redHoodGun but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.deathstrokeStaff but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.deathstrokeSword but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jokerCard but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.jokerGrenade but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.bullet but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.starLordGun but something went wrong. [15:40:03] [Client thread/INFO]: Error, tried to add the color of the item item.starLordGunFire but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.starLordGunWater but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.gamoraSword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.draxDagger but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rocketGun but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.lokiStaff but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.brightwork but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ronicStaff but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ormr but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.blackIronPick but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.blackIronAxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.blackIronSpade but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.blackIronHoe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.willPowerSword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.willPowerBow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.willPowerPick but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.willPowerAxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.willPowerSpade but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.willPowerHoe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.willPowerShears but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.woodPick but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.woodAxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.woodSpade but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.stonePick but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.stoneAxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.stoneSpade but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ironPick but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ironAxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ironSpade but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.goldPick but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.goldAxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.goldSpade but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.diamondPick but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.diamondAxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.diamondSpade but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.batmobile but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.spawnCatwoman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.spawnScarecrow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.spawnJoker but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.spawnZoom but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.spawnLoki but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark1 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark1 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark1 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark1 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark2 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark2 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark2 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark2 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark3 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark3 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark3 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark3 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark4 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark4 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark4 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark4 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark5 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark5 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark5 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark5 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark6 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark6 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark6 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark6 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark7 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark7 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark7 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark7 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark8 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark8 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark8 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark8 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark9 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark9 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark9 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark9 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark10 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark10 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark10 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark10 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark11 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark11 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark11 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark11 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark12 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark12 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark12 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark12 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark13 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark13 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark13 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark13 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark14 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark14 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark14 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark14 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark15 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark15 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark15 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark15 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark15Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark15Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark15Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark15Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark16 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark16 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark16 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark16 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark16Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark16Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark16Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark16Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark17 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark17 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark17 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark17 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark18 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark18 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark18 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark18 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark18Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark18Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark18Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark18Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark19 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark19 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark19 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark19 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMark20 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMark20 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMark20 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMark20 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetStealth but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestStealth but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsStealth but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsStealth but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetStealthCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestStealthCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsStealthCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsStealthCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestSuperman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsSuperman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsSuperman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMOSSuperman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMOSSuperman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMOSSuperman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetJLABatman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestJLABatman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsJLABatman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsJLABatman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetJLABatmanCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestJLABatmanCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsJLABatmanCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsJLABatmanCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestJLABatmanBatglider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestJLABatmanBatgliderCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatman1960 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatman1960 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatman1960 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatman1960 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatman1960Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatman1960Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatman1960Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatman1960Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatman1960Batglider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatman1960BatgliderCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanBTAS but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBTAS but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanBTAS but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanBTAS but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanBTASCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBTASCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanBTASCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanBTASCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBTASBatglider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBTASBatgliderCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanBTAS4 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBTAS4 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanBTAS4 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanBTAS4 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanBTAS4Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBTAS4Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanBTAS4Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanBTAS4Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBTAS4Batglider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBTAS4BatgliderCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanBlue but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBlue but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanBlue but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanBlue but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanBlueCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBlueCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanBlueCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanBlueCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBlueBatglider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBlueBatgliderCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanLord but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanLord but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanLord but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanLord but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanLordCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanLordCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanLordCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanLordCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanLordBatglider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanLordBatgliderCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanDarkKnight but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanDarkKnight but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanDarkKnight but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanDarkKnight but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanDarkKnightCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanDarkKnightCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanDarkKnightCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanDarkKnightCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanDarkKnightBatglider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanDarkKnightBatgliderCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatman52 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatman52 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatman52 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatman52 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatman52Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatman52Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatman52Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatman52Cloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatman52Batglider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatman52BatgliderCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanOrigins but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanOrigins but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanOrigins but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanOrigins but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanOriginsCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanOriginsCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanOriginsCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanOriginsCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanOriginsBatglider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanOriginsBatgliderCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanSUS but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanSUS but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanSUS but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanSUS but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanSUSCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanSUSCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanSUSCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanSUSCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanSUSBatglider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanSUSBatgliderCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanPowerArmor but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanPowerArmor but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanPowerArmor but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanPowerArmor but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanPowerArmorCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanPowerArmorCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanPowerArmorCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanPowerArmorCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetIronBat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestIronBat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsIronBat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsIronBat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetWonderWoman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestWonderWoman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsWonderWoman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsWonderWoman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetGreenLantern but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestGreenLantern but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsGreenLantern but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsGreenLantern but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetFlash but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestFlash but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsFlash but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsFlash but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMartian but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMartian but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMartian but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMartian but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMartianCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMartianCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMartianCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMartianCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetHawkgirl but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestHawkgirl but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsHawkgirl but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsHawkgirl but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetAquaman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestAquaman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsAquaman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsAquaman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetGreenArrow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestGreenArrow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsGreenArrow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsGreenArrow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetGreenArrowCW but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestGreenArrowCW but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsGreenArrowCW but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsGreenArrowCW but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetCyborg but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestCyborg but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsCyborg but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsCyborg but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetShazam but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestShazam but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsShazam but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsShazam but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRobin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRobin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRobin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRobin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRobinCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRobinCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRobinCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRobinCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRobinTitans but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRobinTitans but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRobinTitans but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRobinTitans but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRobinTitansCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRobinTitansCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRobinTitansCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRobinTitansCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRobinJason but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRobinJason but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRobinJason but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRobinJason but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRobinJasonCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRobinJasonCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRobinJasonCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRobinJasonCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRedRobin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRedRobin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRedRobin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRedRobin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRedRobinCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRedRobinCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRedRobinCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRedRobinCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRedHood but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRedHood but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRedHood but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRedHood but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRedHoodCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRedHoodCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRedHoodCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRedHoodCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRobinDamian but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRobinDamian but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRobinDamian but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRobinDamian but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRobinDamianCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRobinDamianCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRobinDamianCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRobinDamianCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatgirl but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatgirl but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatgirl but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatgirl but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatgirlCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatgirlCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatgirlCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatgirlCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatgirlBlue but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatgirlBlue but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatgirlBlue but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatgirlBlue but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatgirlBlueCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatgirlBlueCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatgirlBlueCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatgirlBlueCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetNightwing but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestNightwing but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsNightwing but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsNightwing but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetNightwingCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestNightwingCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsNightwingCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsNightwingCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetNightwingRed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestNightwingRed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsNightwingRed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsNightwingRed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetNightwingRedCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestNightwingRedCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsNightwingRedCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsNightwingRedCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanBeyond but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBeyond but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanBeyond but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanBeyond but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBatmanBeyondCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBatmanBeyondCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBatmanBeyondCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBatmanBeyondCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetKidFlash but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestKidFlash but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsKidFlash but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsKidFlash but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetSpeedy but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestSpeedy but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsSpeedy but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsSpeedy but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetCapAmerica but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestCapAmerica but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsCapAmerica but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsCapAmerica but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetHulk but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestHulk but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsHulk but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsHulk but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetThor but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestThor but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsThor but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsThor but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetAntMan but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestAntMan but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsAntMan but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsAntMan but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetAntManShrink but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestAntManShrink but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsAntManShrink but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsAntManShrink but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetWasp but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestWasp but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsWasp but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsWasp but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetWaspWings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestWaspWings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsWaspWings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsWaspWings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetHawkeye but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestHawkeye but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsHawkeye but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsHawkeye but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBlackWidow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBlackWidow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBlackWidow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBlackWidow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetNickFury but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestNickFury but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsNickFury but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsNickFury but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBlackPanther but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBlackPanther but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBlackPanther but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBlackPanther but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetVision but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestVision but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsVision but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsVision but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetSpiderMan but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestSpiderMan but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsSpiderMan but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsSpiderMan but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetSpiderManBlack but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestSpiderManBlack but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsSpiderManBlack but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsSpiderManBlack but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetIronSpider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestIronSpider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsIronSpider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsIronSpider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetSpiderManStealth but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestSpiderManStealth but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsSpiderManStealth but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsSpiderManStealth but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetSpiderManStealthInv but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestSpiderManStealthInv but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsSpiderManStealthInv but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsSpiderManStealthInv but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetSpiderManMorales but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestSpiderManMorales but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsSpiderManMorales but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsSpiderManMorales but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetSpiderManMoralesInv but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestSpiderManMoralesInv but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsSpiderManMoralesInv but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsSpiderManMoralesInv but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetSpiderManNoir but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestSpiderManNoir but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsSpiderManNoir but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsSpiderManNoir but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetSpiderManNoirCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestSpiderManNoirCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsSpiderManNoirCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsSpiderManNoirCloak but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetWarMachine but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestWarMachine but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsWarMachine but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsWarMachine but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetStarLord but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestStarLord but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsStarLord but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsStarLord but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetGamora but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestGamora but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsGamora but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsGamora but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetDrax but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestDrax but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsDrax but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsDrax but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetGroot but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestGroot but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsGroot but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsGroot but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRocket but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRocket but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRocket but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRocket but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetWolverine but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestWolverine but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestWolverineClaws but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsWolverine but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsWolverine but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBeast but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBeast but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBeast but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBeast but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetDeadpool but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestDeadpool but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestDeadpoolSword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsDeadpool but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsDeadpool but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetScarletWitch but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestScarletWitch but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsScarletWitch but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsScarletWitch but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestScarletWitchMagic but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetQuicksilver but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestQuicksilver but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsQuicksilver but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsQuicksilver but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMoonknight but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMoonknight but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMoonknight but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMoonknight but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetJoker but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestJoker but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsJoker but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsJoker but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetCatwoman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestCatwoman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsCatwoman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsCatwoman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetScarecrow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestScarecrow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsScarecrow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsScarecrow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetDeathstroke but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestDeathstroke but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestDeathstrokeSword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsDeathstroke but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsDeathstroke but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetZoom but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestZoom but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsZoom but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsZoom but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetLoki but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestLoki but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsLoki but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsLoki but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetredHulk but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestredHulk but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsredHulk but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsredHulk but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetUltron but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestUltron but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsUltron but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsUltron but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetUltronFinal but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestUltronFinal but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsUltronFinal but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsUltronFinal but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMandarin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMandarin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMandarin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMandarin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetCrimsonDynamo but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestCrimsonDynamo but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsCrimsonDynamo but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsCrimsonDynamo but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetMrBolt but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestMrBolt but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsMrBolt but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsMrBolt but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetGlacious but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestGlacious but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsGlacious but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsGlacious but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetVampie but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestVampie but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsVampie but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsVampie but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetVampieBat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestVampieBat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsVampieBat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsVampieBat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetNavygirl but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetNavygirlUnderwater but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestNavygirl but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsNavygirl but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsNavygirl but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRonic but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRonic but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRonic but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRonic but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetInferno but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestInferno but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsInferno but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsInferno but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBerserker but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBerserker but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBerserker but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBerserker but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBerserkerInv but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBerserkerInv but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBerserkerInv but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBerserkerInv but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetEventHorizon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestEventHorizon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsEventHorizon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsEventHorizon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetZorro but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestZorro but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestZorroSword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsZorro but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsZorro but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetBlackIron but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestBlackIron but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsBlackIron but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsBlackIron but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetTitanium but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestTitanium but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsTitanium but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsTitanium but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetEmerald but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestEmerald but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsEmerald but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsEmerald but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetRedDiamond but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestRedDiamond but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsRedDiamond but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsRedDiamond but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.helmetIronManShell but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chestIronManShell but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.legsIronManShell but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bootsIronManShell but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.starkBracletsOff but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.starkBraclets but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.starkBracletsActive but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.TardisMod.Schematic but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.TardisMod.SonicScrewdriver but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.TardisMod.TardisKey but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.TardisMod.Component but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.TardisMod.CraftingComponent but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.TardisMod.ManualItem but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.pizza but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ducttape but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ingoturanium but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalpink_ingot but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.tigerseye_ingot but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ingottitanium but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ultimatesword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.nightmaresword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.berthasmall but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.hammysmall but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.slicesmall but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.royalsmall but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.battleaxesmall but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.queenbattleaxesmall but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.chainsawsmall but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ultimatepickaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ultimateshovel but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ultimatehoe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ultimateaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.emeraldsword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rosesword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.experiencesword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.poisonsword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ratsword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.fairysword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.mantisclaw but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bighammer but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.emeraldpickaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.emeraldshovel but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.emeraldhoe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.emeraldaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalwoodsword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalwoodpickaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalwoodshovel but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalwoodhoe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalwoodaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalpinksword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalpinkpickaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalpinkshovel but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalpinkhoe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalpinkaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.tigerseye_sword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.tigerseye_pickaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.tigerseye_shovel but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.tigerseye_hoe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.tigerseye_axe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalstonesword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalstonepickaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalstoneshovel but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalstonehoe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalstoneaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rubysword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rubypickaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rubyshovel but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rubyhoe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rubyaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.amethystsword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.amethystpickaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.amethystshovel but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.amethysthoe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.amethystaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.redheels but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.blackheels but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.slippers but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.gamecontroller but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ultimatebow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.skatebow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ultimatefishingrod but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.firefish but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.sunfish but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.lavaeel but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.mothscale but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.queenscale but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.nightmarescale but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.emperorscorpionscale but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.basiliskscale but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.waterdragonscale but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.peacockfeather but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.jumpybugscale but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.krakentooth but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.godzillascale but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.greengoo but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.spiderrobotkit but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.antrobotkit but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.zookeeper but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.creeperlauncher but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.netherlost but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalsticks but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.sifter but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.sunspoturchin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.waterball but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.laserball but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.iceball but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rocksmall but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rock but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rockred but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rockcrystalred but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rockcrystalgreen but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rockcrystalblue but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rockcrystaltnt but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rockgreen but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rockblue but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rockpurple but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rockspikey but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rocktnt but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.acid but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.deadirukandji but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.irukandjiarrow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.RayGun but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.squidzookasmall but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.sparkfish but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.salt but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.popcorn but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.popcorn_buttered but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.popcorn_buttered_salted but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.popcorn_bag but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.butter but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.corndog_cooked but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cheese but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.corndog_raw but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cookedpeacock but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rawpeacock but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ruby but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.amethyst but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.thunderstaff but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.wrench but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bacon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cookedbacon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crabmeat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cookedcrabmeat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.buttercandy but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.uranium_nugget but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.titanium_nugget but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.greenfish but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bluefish but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.pinkfish but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rockfish but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.woodfish but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.greyfish but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.salad but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.blt_sandwich but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crabbypatty but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bbhandle but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bbguard but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.bbblade but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.molenoidnose but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.seamonsterscale but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.wormtooth but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.trextooth but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.caterkillerjaw but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.seavipertongue but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.vortexeye but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggwitherskeleton but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggenderdragon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggsnowgolem but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggirongolem but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggwitherboss but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.egggirlfriend but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggboyfriend but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggtheking but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggthequeen but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggtheprince but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggredcow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcrystalcow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.egggoldcow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggenchantedcow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggMOTHRA but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggalosaurus but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcryolophosaurus but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcamarasaurus but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggvelocityraptor but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.egghydrolisc but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggbasilisc but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggdragonfly but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggemperorscorpion but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggscorpion but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcavefisher but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggspyro but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggbaryonyx but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.egggammametroid but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcockateil but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggkyuubi but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggalien but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggattacksquid but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggwaterdragon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcephadrome but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggkraken but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.egglizard but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggdragon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggbee but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggtrooper but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggspit but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggstink but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggostrich but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.egggazelle but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggchipmunk but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcreepinghorror but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggterribleterror but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcliffracer but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggtriffid but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggnightmare but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.egglurkingterror but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.egggodzilla but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggsmallworm but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggmediumworm but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.egglargeworm but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcassowary but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcloudshark but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.egggoldfish but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggleafmonster but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggtshirt but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggenderknight but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggenderreaper but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggbeaver but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggdungeonbeast but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggrotator but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggvortex but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggpeacock but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggfairy but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggrat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggflounder but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggwhale but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggirukandji but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggskate but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggurchin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggrobot1 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggrobot2 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggrobot3 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggrobot4 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggghost but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggghostskelly but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggbrownant but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggredant but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggrainbowant but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggunstableant but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggtermite but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggbutterfly but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggmoth but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggmosquito but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggfirefly but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggtrex but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.egghercules but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggmantis but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggstinky but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggrobot5 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcoin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggeasterbunny but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggmolenoid but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggseamonster but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggseaviper but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcaterkiller but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggrubberducky but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.egghammerhead but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggleon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcriminal but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggbrutalfly but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggnastysaurus but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggpointysaurus but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcricket but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggtheprincess but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggfrog but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggrobot6 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggantrobot but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggspiderrobot but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggspiderdriver but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.eggcrab but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageempty but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagespider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagebat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagepig but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagesquid but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagechicken but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecreeper but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageskeleton but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagezombie but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageslime but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageghast but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagezombiepigman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageenderman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecavespider but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagesilverfish but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagemagmacube but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagewitch but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagesheep but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagewolf but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagemooshroom but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageocelot but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageblaze but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagegirlfriend but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageboyfriend but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagewitherskeleton but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageenderdragon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagesnowgolem but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageirongolem but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagewitherboss but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageredcow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecrystalcow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagevillager but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagegoldcow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageenchantedcow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageMOTHRA but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagealosaurus but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecryolophosaurus but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecamarasaurus but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagevelocityraptor but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagehydrolisc but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagebasilisc but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagedragonfly but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageemperorscorpion but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagescorpion but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecavefisher but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagespyro but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagebaryonyx but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagegammametroid but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecockateil but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagekyuubi but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagealien but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.elevator but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageattacksquid but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagewaterdragon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecephadrome but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagekraken but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagelizard but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagedragon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagebee but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagehorse but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagefirefly but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagechipmunk but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagegazelle but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageostrich but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagetrooper but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagespit but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagestink but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecreepinghorror but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageterribleterror but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecliffracer but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagetriffid but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagenightmare but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagelurkingterror but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagesmallworm but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagemediumworm but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagelargeworm but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecassowary but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecloudshark but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagegoldfish but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageleafmonster but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageenderknight but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageenderreaper but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagebeaver but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageurchin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageflounder but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageskate but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagerotator but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagepeacock but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagefairy but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagedungeonbeast but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagevortex but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagerat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagewhale but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageirukandji but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagetrex but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagehercules but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagemantis but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagestinky but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageeasterbunny but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecaterkiller but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagemolenoid but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageseamonster but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageseaviper but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cageleon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagehammerhead but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagerubberducky but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecriminal but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagebrutalfly but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagenastysaurus but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagepointysaurus but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecricket but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagefrog but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagespiderdriver but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cagecrab but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.strawberry but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.crystalapple but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.heart but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cherries but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.peach but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.radish but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.rice but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.corn_seed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.quinoa but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.tomato_seed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.lettuce_seed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.strawberry_seed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.butterfly_seed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.moth_seed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.mosquito_seed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.firefly_seed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.magicapple but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.randomdungeon but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.minersdream but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ultimate_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ultimate_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ultimate_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ultimate_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.lavaeel_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.lavaeel_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.lavaeel_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.lavaeel_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.mothscale_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.mothscale_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.mothscale_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.mothscale_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.appletree_seed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cherrytree_seed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.peachtree_seed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.step_up but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.step_down but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.step_accross but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.emerald_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.emerald_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.emerald_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.emerald_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.experiencecatcher but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.deadstinkbug but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.experiencetree_seed but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.experience_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.experience_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.experience_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.experience_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ruby_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ruby_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ruby_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ruby_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.amethyst_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.amethyst_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.amethyst_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.amethyst_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.zoo2 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.zoo4 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.zoo6 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.zoo8 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.zoo10 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.instantshelter but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.instantgarden but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.pink_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.pink_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.pink_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.pink_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.tigerseye_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.tigerseye_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.tigerseye_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.tigerseye_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.peacock_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.peacock_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.peacock_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.peacock_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.mobzilla_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.mobzilla_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.mobzilla_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.mobzilla_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.royal_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.royal_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.royal_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.royal_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.lapis_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.lapis_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.lapis_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.lapis_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.queen_helmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.queen_chest but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.queen_leggings but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.queen_boots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.SecretWoodenDoorItem but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.SecretIronDoorItem but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.CamoflaugePaste but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.TrailMixMix but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.TMPPLauncher but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.NyanPigLauncher but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.transformium but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.transformium_armor_molds but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.standard_engine but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.jet_turbine but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ahd-2_jet_wing but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.ahd-2_jet_cockpit but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.t-50_jet_wing but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.t-50_jet_cockpit but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.tracks but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.turret but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.wheel but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.jet_thruster but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.small_thruster but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.transformium_detector but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.skystrikes_energon_crossbow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.purges_katana but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.vurps_sniper but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.subwoofers_bass_blaster but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.flame_thrower but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.skystrike_head but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.skystrike_torso but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.skystrike_legs but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.skystrike_feet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.purge_head but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.purge_torso but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.purge_legs but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.purge_feet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.vurp_head but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.vurp_torso but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.vurp_legs but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.vurp_feet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.subwoofer_head but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.subwoofer_torso but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.subwoofer_legs but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.subwoofer_feet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cloudtrap_head but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cloudtrap_torso but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cloudtrap_legs but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.cloudtrap_feet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.display_vehicle but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.energon_crystal_piece but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.tank_shell but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.missile but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.weepingangels:Angel's Tear but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.weepingangels:Arrow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:ingredient but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:taglockkit but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:poppet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:potion but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:coffin but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:stew but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:stewraw but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:mirror but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:chalkritual but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:chalkotherwhere but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:chalkinfernal but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:chalkheart but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:boline but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:arthana but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:huntsmanspear but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:handbow but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:deathshand but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:silversword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:canesword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:witchhand but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:circletalisman but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:mysticbranch but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:divinerwater but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:divinerlava but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:polynesiacharm but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:devilstonguecharm but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:mutator but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:louse but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:brewbag but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:spectralstone but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:shelfcompass but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:kobolditepickaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:dupstaff but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:brewbottle but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:brew.fuel but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:brew.water but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:bookbiomes2 but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:biomenote but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:cauldronbook but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:leonardsurn but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:playercompass but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:mooncharm but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:hornofthehunt but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:wolftoken but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:glassgoblet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:sungrenade but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:vampirebook but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:dupgrenade but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:witchhat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:babashat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:witchrobe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:necromancerrobe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:bitingbelt but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:barkbelt but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:iceslippers but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:rubyslippers but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:seepingshoes but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:hunterhat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:huntercoat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:hunterlegs but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:hunterboots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:hunterhatsilvered but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:huntercoatsilvered but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:hunterlegssilvered but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:hunterbootssilvered but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:hunterhatgarlicked but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:huntercoatgarlicked but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:hunterlegsgarlicked but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:hunterbootsgarlicked but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:deathscowl but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:deathsrobe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:deathsfeet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:quiverofmog but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:gurdleofgulg but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:kobolditehelm but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:earmuffs but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:vampirehat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:vampirehelmet but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:vampirecoat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:vampirecoat_female but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:vampirechaincoat but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:vampirechaincoat_female but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:vampirelegs but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:vampirelegs_kilt but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:vampireboots but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:seedsbelladonna but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:seedsmandrake but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:seedsartichoke but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:seedssnowbell but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:seedswormwood but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:seedsmindrake but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:seedswolfsbane but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:garlic but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:bucketspirit but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:buckethollowtears but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.witchery:bucketbrew but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.GraviGun but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.PortalGunBlue but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.PortalGunOrange but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.PortalSpawner but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.PortalDust but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.PortalPotato but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.PortalBlackHole but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.PortalAPG but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.PortalLFB but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.PortalLFBs but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.PortalMultiItem but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.record but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.PortalTurret but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.PortalAFPItem but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.sstow.material but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.soul_sword but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.soul_pickaxe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.soul_axe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.soul_hoe but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.soul_spade but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.soul_shard but something went wrong. [15:40:04] [Client thread/INFO]: Error, tried to add the color of the item item.adventurebackpack:steamJetpack but something went wrong. [15:40:04] [Client thread/INFO]: Registering Potions [15:40:04] [Client thread/INFO]: Registering Achievements [15:40:04] [Client thread/INFO]: [toast.mobProperties._MobPropertiesMod:console:92]: [MobProperties] Loading mob properties... [15:40:04] [Client thread/INFO]: [toast.mobProperties._MobPropertiesMod:console:92]: [MobProperties] Loaded 0 mob properties! [15:40:04] [Client thread/INFO]: [toast.mobProperties._MobPropertiesMod:console:92]: [MobProperties] Generating default mob properties... [15:40:05] [Client thread/INFO]: [toast.mobProperties._MobPropertiesMod:console:92]: [MobProperties] Generated 281 mob properties! [15:40:05] [Morph Online Resource Thread/WARN]: [0.9.1] Failed to retrieve mod mob ability mappings from GitHub! [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) [15:40:05] [Client thread/WARN]: ============================================================= [15:40:05] [Client thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML! [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) [15:40:05] [Client thread/WARN]: Offendor: mcp/mobius/opis/gui/font/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I [15:40:05] [Client thread/WARN]: Use FMLCommonHandler.exitJava instead [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) [15:40:05] [Client thread/WARN]: ============================================================= [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at morph.common.thread.ThreadGetOnlineResources.run(ThreadGetOnlineResources.java:55) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.Validator.validate(Validator.java:260) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 19 more [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) [15:40:05] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly to class com.emoniph.witchery.entity.EntityOwl [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile to class com.emoniph.witchery.entity.EntityBabaYaga [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly to class com.emoniph.witchery.entity.EntityBroom [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile to class com.emoniph.witchery.entity.EntityCorpse [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile to class com.emoniph.witchery.entity.EntityDemon [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile to class com.emoniph.witchery.entity.EntityEnt [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, hostile to class com.emoniph.witchery.entity.EntityNightmare [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fallNegate to class com.emoniph.witchery.entity.EntityToad [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile to class com.emoniph.witchery.entity.EntityTreefyd [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile to class com.emoniph.witchery.entity.EntityParasyticLouse [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, step to class danger.orespawn.Basilisk [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fly, step to class danger.orespawn.Cephadrome [15:40:05] [Morph Online Resource Thread/WARN]: [0.9.1] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, swim, poisonResistance, hostile to class danger.orespawn.Kraken [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, swim to class danger.orespawn.WaterDragon [15:40:05] [Client thread/INFO]: [mcp.mobius.opis.gui.font.TrueTypeFont:<init>:94]: TrueTypeFont loaded: java.awt.Font[family=Liberation Mono,name=Liberation Mono Bold,style=plain,size=14] - AntiAlias = true [15:40:05] [Morph Online Resource Thread/WARN]: [0.9.1] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings step, swim, fallNegate, fireImmunity, poisonResistance, witherResistance, hostile to class danger.orespawn.Godzilla [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, waterAllergy to class danger.orespawn.Fairy [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings waterAllergy to class danger.orespawn.EntityUnstableAnt [15:40:05] [Morph Online Resource Thread/WARN]: [0.9.1] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings swim to class danger.orespawn.Lizard [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings swim to class danger.orespawn.Whale [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, step to class danger.orespawn.Alosaurus [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, waterAllergy to class danger.orespawn.Bee [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings float, step to class danger.orespawn.Ostrich [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fallNegate, climb to class danger.orespawn.Alien [15:40:05] [Morph Online Resource Thread/WARN]: [0.9.1] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings swim to class danger.orespawn.Beaver [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, waterAllergy to class danger.orespawn.EntityButterfly [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, waterAllergy to class danger.orespawn.Firefly [15:40:05] [Morph Online Resource Thread/WARN]: [0.9.1] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true [15:40:05] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings swim, fireImmunity to class danger.orespawn.Hydrolisc [15:40:06] [Morph Online Resource Thread/WARN]: [0.9.1] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings swim, step to class danger.orespawn.Girlfriend [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings step, fallNegate, hostile to class danger.orespawn.Kyuubi [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, waterAllergy, fallNegate to class danger.orespawn.EmperorScorpion [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings waterAllergy, float to class danger.orespawn.Tshirt [15:40:06] [Morph Online Resource Thread/WARN]: [0.9.1] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings swim, hostile, fly, float, fireImmunity, climb to class danger.orespawn.Vortex [15:40:06] [Morph Online Resource Thread/WARN]: [0.9.1] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fallNegate, swim, hostile, step to class danger.orespawn.Triffid [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, hostile to class danger.orespawn.Spyro [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fireImmunity, fly to class danger.orespawn.Dragon [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, waterAllergy, fly to class danger.orespawn.Mothra [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, waterAllergy to class danger.orespawn.Dragonfly [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, hostile to class danger.orespawn.PitchBlack [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, waterAllergy to class danger.orespawn.Robot1 [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile to class danger.orespawn.WormSmall [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile to class danger.orespawn.WormMedium [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fallNegate, step to class danger.orespawn.WormLarge [15:40:06] [Morph Online Resource Thread/WARN]: [0.9.1] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: false [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings swim, hostile to class danger.orespawn.AttackSquid [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings float to class danger.orespawn.Cassowary [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, hostile to class danger.orespawn.CloudShark [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly to class danger.orespawn.Cockateil [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, climb to class danger.orespawn.CaveFisher [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly to class danger.orespawn.CliffRacer [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, climb to class danger.orespawn.CreepingHorror [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile to class danger.orespawn.DungeonBeast [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fly to class danger.orespawn.Elevator [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fireImmunity, poisonResistance to class danger.orespawn.EnchantedCow [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, waterAllergy to class danger.orespawn.EnderKnight [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, waterAllergy, fly to class danger.orespawn.EnderReaper [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings waterAllergy to class danger.orespawn.EntityAnt [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, waterAllergy to class danger.orespawn.EntityLunaMoth [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fly to class danger.orespawn.EntityMosquito [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings waterAllergy to class danger.orespawn.EntityRainbowAnt [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, waterAllergy to class danger.orespawn.EntityRedAnt [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings swim to class danger.orespawn.Flounder [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile to class danger.orespawn.GammaMetroid [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings step to class danger.orespawn.Gazelle [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, fireImmunity, hostile to class danger.orespawn.Ghost [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings float, hostile to class danger.orespawn.GhostSkelly [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fallNegate, hostile to class danger.orespawn.HerculesBeetle [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fly to class danger.orespawn.Mantis [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fallNegate, hostile, step to class danger.orespawn.Robot5 [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, step to class danger.orespawn.TRex [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly to class danger.orespawn.GoldFish [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, hostile to class danger.orespawn.Island [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, hostile to class danger.orespawn.IslandToo [15:40:06] [Morph Online Resource Thread/WARN]: [0.9.1] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings swim, hostile to class danger.orespawn.LeafMonster [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fly to class danger.orespawn.LurkingTerror [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings float to class danger.orespawn.Peacock [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fallNegate to class danger.orespawn.Robot2 [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fallNegate to class danger.orespawn.Robot3 [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fallNegate to class danger.orespawn.Robot4 [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fly, poisonResistance to class danger.orespawn.Rotator [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly to class danger.orespawn.RubyBird [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, climb, waterAllergy to class danger.orespawn.Scorpion [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fallNegate, swim to class danger.orespawn.Skate [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fireImmunity, hostile, step, fallNegate to class danger.orespawn.SpitBug [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, climb to class danger.orespawn.StinkBug [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly, fireImmunity to class danger.orespawn.Stinky [15:40:06] [Morph Online Resource Thread/WARN]: [0.9.1] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, climb, swim to class danger.orespawn.Termite [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fly to class danger.orespawn.TerribleTerror [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, climb, fallNegate to class danger.orespawn.TrooperBug [15:40:06] [Morph Online Resource Thread/WARN]: [0.9.1] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings step, swim, fly, fireImmunity, poisonResistance, witherResistance, hostile to class danger.orespawn.TheKing [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fly to class danger.orespawn.ThePrince [15:40:06] [Morph Online Resource Thread/WARN]: [0.9.1] Mappings are erroring! These mappings are probably invalid or outdated: morph.common.ability.AbilitySwim, swim, args: true [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings swim, hostile to class danger.orespawn.Urchin [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings fallNegate to class danger.orespawn.VelocityRaptor [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fallNegate to class thehippomaster.MutantCreatures.MutantCreeper [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fallNegate to class thehippomaster.MutantCreatures.MutantEnderman [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fallNegate to class thehippomaster.MutantCreatures.MutantSkeleton [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Adding ability mappings hostile, fallNegate to class thehippomaster.MutantCreatures.MutantZombie [15:40:06] [Morph Online Resource Thread/INFO]: [0.9.1] Found and mapped ability mappings for 24 presumably Minecraft mobs. [15:40:06] [Morph Online Resource Thread/WARN]: [0.9.1] Failed to retrieve NBT stripper mappings from GitHub! [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at morph.common.thread.ThreadGetOnlineResources.run(ThreadGetOnlineResources.java:217) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.Validator.validate(Validator.java:260) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 19 more [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) [15:40:06] [Morph Online Resource Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more [15:40:06] [Client thread/INFO]: [mcp.mobius.waila.gui.truetyper.TrueTypeFont:<init>:98]: TrueTypeFont loaded: java.awt.Font[family=Minecraftia,name=Minecraftia Regular,style=plain,size=14] - AntiAlias = true [15:40:06] [Client thread/INFO]: Skipped mapping for customnpcs.NpcSlime: detected as boss. [15:40:06] [Client thread/INFO]: Skipped mapping for customnpcs.npcelffemale: detected as boss. [15:40:06] [Client thread/INFO]: Skipped mapping for customnpcs.npcvillager: detected as boss. [15:40:06] [Client thread/INFO]: Skipped mapping for customnpcs.npczombiemale: detected as boss. [15:40:06] [Client thread/INFO]: Skipped mapping for EnderDragon: detected as boss. [15:40:06] [Client thread/INFO]: Skipped mapping for witchery.lilith: detected as boss. [15:40:06] [Client thread/INFO]: Skipped mapping for customnpcs.NpcDragon: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcorcfmale: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for Scarecrow: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcGolem: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcdwarfmale: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for witchery.goblingulg: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npccrystal: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcdwarffemale: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npchumanfemale: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for witchery.goblinmog: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcenderchibi: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for witchery.hornedHuntsman: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for WitherBoss: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcpony: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.CustomNpc: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for witchery.reflection: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for Loki: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npchumanmale: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for witchery.death: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for Catwoman: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for witchery.leonard: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for Joker: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcelfmale: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcEnderman: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcnagafemale: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for witchery.lordoftorment: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcskeleton: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcfurrymale: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for witchery.babayaga: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcorcfemale: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npczombiefemale: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for ProfessorZoom: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcnagamale: detected as boss. [15:40:07] [Client thread/INFO]: Skipped mapping for customnpcs.npcfurryfemale: detected as boss. [15:40:07] [Client thread/INFO]: Finished entity mapping (218 entries). [15:40:07] [Client thread/INFO]: Soul Shards Loaded Entity Blacklist [15:40:07] [Client thread/INFO]: [tardis.TardisMod:postInit:274]: POSTINIT [15:40:07] [Client thread/WARN]: [Thaumcraft] Could not retrieve item identified by: itemResource [15:40:07] [Client thread/WARN]: [Thaumcraft] Could not retrieve item identified by: itemResource [15:40:07] [Client thread/INFO]: Unknown recipe class! jds.bibliocraft.BiblioSpecialRecipes Modder please refer to net.minecraftforge.oredict.RecipeSorter [15:40:07] [Client thread/INFO]: Unknown recipe class! mod.lucky.crafting.LuckyCrafting Modder please refer to net.minecraftforge.oredict.RecipeSorter [15:40:07] [Client thread/INFO]: Unknown recipe class! fiskfille.tf.common.recipe.RecipesDisplayItems Modder please refer to net.minecraftforge.oredict.RecipeSorter [15:40:07] [Client thread/INFO]: Unknown recipe class! mcheli.MCH_FuelRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter [15:40:07] [Client thread/INFO]: Unknown recipe class! com.pahimar.ee3.item.crafting.RecipesAlchemicalBagDyes Modder please refer to net.minecraftforge.oredict.RecipeSorter [15:40:07] [Client thread/WARN]: [BC] Class not found. java.lang.ClassNotFoundException: buildcraft.factory.TileTank [15:40:07] [Client thread/WARN]: [IndustrialCraft 2] Error while loading generator hooks.java.lang.ClassNotFoundException: ic2.core.block.generator.tileentity.TileEntityBaseGenerator [15:40:07] [Client thread/WARN]: [Thaumcraft] Class not found. java.lang.ClassNotFoundException: thaumcraft.common.Thaumcraft [15:40:07] [Client thread/INFO]: [EnderStorage] EnderStorage mod not found. [15:40:07] [Client thread/INFO]: [GraveStone] GraveStone mod not found. [15:40:07] [Client thread/INFO]: [TwilightForestMod] TwilightForestMod mod not found. [15:40:07] [Client thread/WARN]: [Thermal Expansion] Error while loading Energy hooks.java.lang.ClassNotFoundException: cofh.api.tileentity.IEnergyInfo [15:40:07] [Client thread/WARN]: [Thermal Expansion] Error while loading Energy Cell hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.cell.TileCell [15:40:07] [Client thread/WARN]: [Thermal Expansion] Error while loading Tank hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.tank.TileTank [15:40:07] [Client thread/WARN]: [Thermal Expansion] Error while loading Tesseract hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.ender.TileTesseract [15:40:07] [Client thread/WARN]: [Thermal Expansion] Error while loading ISecureTile hooks.java.lang.ClassNotFoundException: cofh.api.tileentity.ISecurable [15:40:07] [Client thread/WARN]: [Thermal Expansion] Error while loading Tesseract hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.cache.TileCache [15:40:07] [Client thread/WARN]: [Thermal Dynamics] Error while loading FluidDuct hooks.java.lang.ClassNotFoundException: cofh.thermaldynamics.ducts.fluid.TileFluidDuct [15:40:07] [Client thread/INFO]: [Engineer Toolbox] Engineer Toolbox mod not found. [15:40:07] [Client thread/INFO]: [ProjectRed] ProjectRed|Integration mod not found. [15:40:07] [Client thread/INFO]: [ExtraUtilities] ExtraUtilities mod not found. [15:40:07] [Client thread/INFO]: [OpenBlocks] OpenBlocks mod not found. [15:40:07] [Client thread/INFO]: Railcraft mod found. [15:40:07] [Client thread/INFO]: [PamHarvestCraft] PamHarvestCraft mod not found. [15:40:07] [Client thread/INFO]: [MagicalCrops] MagicalCrops mod not found. [15:40:07] [Client thread/INFO]: Statues mod found. [15:40:07] [Client thread/INFO]: [Agriculture] Agriculture mod not found. [15:40:07] [Client thread/INFO]: Trying to reflect com.cricketcraft.chisel.compat.WailaCompat register [15:40:07] [Client thread/INFO]: Success in registering chisel [15:40:07] [Client thread/INFO]: Trying to reflect com.pahimar.ee3.waila.WailaDataProvider callbackRegister [15:40:07] [Client thread/INFO]: Success in registering EE3 [15:40:07] [Client thread/INFO]: Trying to reflect darkknight.jewelrycraft.thirdparty.WailaHandler registration [15:40:07] [Client thread/INFO]: Success in registering jewelrycraft2 [15:40:07] [Client thread/INFO]: Trying to reflect com.mrcrayfish.furniture.util.WailaIconRegister callbackRegister [15:40:07] [Client thread/INFO]: Success in registering cfm [15:40:07] [Client thread/INFO]: Trying to reflect sstow.utils.WailaProvider callbackRegister [15:40:07] [Client thread/WARN]: Could not find class sstow.utils.WailaProvider [15:40:07] [Client thread/INFO]: Trying to reflect tardis.common.integration.waila.WailaCallback wailaRegister [15:40:07] [Client thread/INFO]: [tardis.common.core.TardisOutput:print:49]: [TM][TWC]Waila callback [15:40:07] [Client thread/INFO]: Success in registering TardisMod [15:40:07] [Client thread/INFO]: Trying to reflect com.github.abrarsyed.secretroomsmod.client.waila.WailaProvider register [15:40:07] [Client thread/INFO]: Success in registering secretroomsmod [15:40:07] [Client thread/INFO]: Trying to reflect com.emoniph.witchery.integration.ModHookWailaRegistrar callbackRegister [15:40:07] [Client thread/INFO]: Success in registering witchery [15:40:07] [Client thread/INFO]: Forge Mod Loader has successfully loaded 65 mods [15:40:07] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Malisis Core, FMLFileResourcePack:Surprise Eggs, FMLFileResourcePack:Adventure Backpack, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Armourer's Workshop, FMLFileResourcePack:asielib, FMLFileResourcePack:Baubles, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:Chisel 2, FMLFileResourcePack:Controlling, FMLFileResourcePack:RDMenuServer, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Dark Core, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Equivalent Exchange 3, FMLFileResourcePack:§bFood Plus, FMLFileResourcePack:GraviGun, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Inventory Pets, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Jewelrycraft 2, FMLFileResourcePack:Killer Pacman, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:Malisis' Doors, FMLFileResourcePack:MC Helicopter, FMLFileResourcePack:Mine & Blade Battlegear 2 - Bullseye, FMLFileResourcePack:Mob Properties, FMLFileResourcePack:Morph, FMLFileResourcePack:�9MrCrayfish's Furniture Mod, FMLFileResourcePack:Mutant Creatures, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Applied Energistics 2, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:MapWriter, FMLFileResourcePack:Opis, FMLFileResourcePack:Origin, FMLFileResourcePack:Pandora's Box, FMLFileResourcePack:PortalGun, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Saintscore, FMLFileResourcePack:SecurityCraft, FMLFileResourcePack:Soul Shards: The Old Ways, FMLFileResourcePack:Statues, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Tardis Mod, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:The SecretRoomsMod, FMLFileResourcePack:TrailMix, FMLFileResourcePack:Transformers Mod, FMLFileResourcePack:Waila, FMLFileResourcePack:Weeping Angels, FMLFileResourcePack:Witchery, FMLFileResourcePack:Carpenter's Blocks Cached Resources [15:40:07] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: READ-ME.txt in E:\Minecraft\game\mods\Adventure Backpack.jar [15:40:07] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: READ-ME.txt in E:\Minecraft\game\mods\Adventure Backpack.jar [15:40:10] [Client thread/INFO]: [OptiFine] *** Reloading textures *** [15:40:10] [Client thread/INFO]: [OptiFine] Resource packs: Default [15:40:10] [Client thread/INFO]: [OptiFine] Loading texture map: textures/blocks [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties [15:40:10] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties [15:40:10] [Client thread/INFO]: [OptiFine] Multipass connected textures: false [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:boiler.tank.pressure.high.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:boiler.tank.pressure.high.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:frame.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:frame.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:frame.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_871_statues.statue.png, java.io.FileNotFoundException [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.item.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.item.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.item.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.sandy.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.sandy.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.sandy.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.sandy.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.sandy.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.sandy.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.trap.auto.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.trap.auto.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.trap.auto.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:chest.metals.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.trap.auto.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locomotive.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locomotive.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:10] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:electric.feeder.admin.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locomotive.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:electric.feeder.admin.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locomotive.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locomotive.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locomotive.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.iron.valve.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.iron.valve.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.iron.valve.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.iron.valve.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.iron.gauge.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.iron.gauge.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.iron.gauge.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.world.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.world.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.iron.gauge.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.world.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.iron.gauge.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.box.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.box.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.box.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.box.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.box.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.box.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.item.advanced.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.item.advanced.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.item.advanced.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.electric.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.electric.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:engine.steam.low.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:boiler.tank.pressure.low.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:boiler.tank.pressure.low.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.animal.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.animal.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.animal.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.dual.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.dual.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.dual.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.dual.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.dual.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.slow.wye.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.slow.wye.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.lockdown.train.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.lockdown.train.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.train.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.train.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.train.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/ERROR]: Using missing texture, unable to load tardismod:textures/blocks/SchemaCore.png, java.io.FileNotFoundException [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:chest.void.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.embarking.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.embarking.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.junction.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.abyssal.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.abyssal.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.abyssal.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.abyssal.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.abyssal.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.abyssal.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.elevator.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.elevator.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_648_null.png, java.io.FileNotFoundException [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.powered.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.powered.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.powered.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.steel.wall.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.steel.wall.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:electric.feeder.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.reinforced.wye.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.reinforced.wye.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:blast.furnace.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:blast.furnace.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:blast.furnace.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:smoker.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:smoker.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:smoker.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:trade.station.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:trade.station.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:trade.station.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.quarried.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.quarried.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.quarried.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.quarried.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.quarried.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.quarried.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.liquid.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.liquid.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.liquid.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.switch.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.switch.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.switch.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.switch.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.reinforced.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.reinforced.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.liquid.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.liquid.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:engraving.bench.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:engraving.bench.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:engraving.bench.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:engraving.bench.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.priming.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.priming.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:dispenser.train.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:dispenser.train.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:dispenser.train.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.15', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.14', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.13', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.12', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.11', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.10', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.10', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.12', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.11', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.14', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.13', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.15', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.liquid.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.liquid.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.liquid.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.liquid.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.liquid.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.holding.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.boost.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.boost.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.holding.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.6', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.switch.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.7', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.8', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.switch.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.locking.9', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.switch.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.switch.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.coupler.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.coupler.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.coupler.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.coupler.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:engine.steam.high.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.disembarking.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.disembarking.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.disembarking.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.disembarking.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.lamp.bottom.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.lamp.bottom.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.lamp.bottom.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.lamp.bottom.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.force.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.advanced.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.advanced.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.advanced.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.routing.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.routing.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.slow.junction.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_854_cageTrap.png, java.io.FileNotFoundException [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.energy.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.energy.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.energy.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.villager.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.villager.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.villager.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.buffer.stop.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.buffer.stop.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.wye.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.wye.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.holding.train.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.holding.train.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.reinforced.switch.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.reinforced.switch.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.reinforced.switch.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:11] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.transition.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.transition.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.transition.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.transition.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.reinforced.switch.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:glass.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:glass.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:glass.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:glass.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:glass.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.electric.switch.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.electric.switch.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.electric.switch.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.electric.switch.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.disposal.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:coke.oven.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.bleachedbone.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.bleachedbone.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.bleachedbone.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:coke.oven.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.bleachedbone.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:coke.oven.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.bleachedbone.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.bleachedbone.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.slow.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.slow.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.pipe.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.slow.boost.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.slow.boost.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.pipe.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.energy.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.energy.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.energy.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:cage.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:cage.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:cage.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:cage.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.mob.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.mob.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.mob.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.sentinel.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.sentinel.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.limiter.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.limiter.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.limiter.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.limiter.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.limiter.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:boiler.firebox.solid.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:boiler.firebox.solid.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:boiler.firebox.solid.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rolling.machine.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rolling.machine.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.boarding.train.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rolling.machine.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.boarding.train.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.boarding.train.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.boarding.train.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.launcher.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.launcher.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.personal.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.personal.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.personal.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.suspended.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.detector.direction.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.detector.direction.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.detector.direction.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.detector.direction.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.bloodstained.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.bloodstained.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.bloodstained.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.bloodstained.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.bloodstained.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.bloodstained.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:feed.station.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:feed.station.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.reinforced.boost.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.reinforced.boost.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rock.crusher.10', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rock.crusher.11', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:boiler.firebox.liquid.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:boiler.firebox.liquid.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:boiler.firebox.liquid.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.locomotive.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.locomotive.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.locomotive.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.switch.target.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.switch.target.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.energy.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.energy.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.energy.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:dispenser.cart.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:dispenser.cart.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.lamp.top.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.lamp.top.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.lamp.top.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:dispenser.cart.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.lamp.top.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.item.advanced.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.item.advanced.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.item.advanced.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.tank.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.tank.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.tank.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.steel.gauge.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.steel.gauge.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.steel.gauge.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.steel.gauge.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.steel.gauge.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.steel.valve.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.steel.valve.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.steel.valve.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.steel.valve.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:engine.steam.hobby.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.item.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.item.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:unloader.item.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:admin.steam.producer.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:admin.steam.producer.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.iron.wall.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.iron.wall.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.routing.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.sheep.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.sheep.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.routing.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.sheep.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.routing.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.nether.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.nether.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.nether.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.nether.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.nether.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.nether.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.player.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.player.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.player.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.item.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.item.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:loader.item.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.oneway.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.oneway.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.oneway.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.oneway.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.lockdown.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.lockdown.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_872_statues.showcase.png, java.io.FileNotFoundException [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.wye.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.speed.wye.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.boarding.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.boarding.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.boarding.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.boarding.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.explosive.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.explosive.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.explosive.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.any.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.any.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:turbine.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.any.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:turbine.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:turbine.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:turbine.6', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:turbine.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:turbine.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:turbine.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:turbine.8', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:turbine.7', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.admin.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.admin.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.admin.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.electric.wye.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.electric.wye.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.slow.switch.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.slow.switch.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.slow.switch.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.slow.switch.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.oven.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.oven.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.oven.6', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.oven.7', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.oven.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.oven.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.oven.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.oven.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.passive.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.passive.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:anchor.passive.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.control.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.control.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.frostbound.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.frostbound.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.frostbound.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.frostbound.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.frostbound.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.frostbound.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.single.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.single.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.single.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.single.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.single.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:wire.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.electric.junction.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.gated.oneway.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.gated.oneway.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.trap.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.trap.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:steam.trap.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.whistle.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.whistle.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.9', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.8', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.7', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.6', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:post.metal.painted.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.infernal.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.infernal.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.infernal.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.infernal.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.infernal.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:brick.infernal.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.water.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tank.water.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.empty.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.empty.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.empty.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.reinforced.junction.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.age.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.age.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:detector.age.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:tracks/track.gated.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.lamp.box.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.lamp.box.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.lamp.box.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.lamp.box.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_856_deactivatedCageTrap.png, java.io.FileNotFoundException [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rock.crusher.2', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rock.crusher.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rock.crusher.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rock.crusher.6', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rock.crusher.5', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rock.crusher.4', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rock.crusher.3', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rock.crusher.9', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rock.crusher.8', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:12] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:rock.crusher.7', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:13] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.switch.1', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:13] [Client thread/INFO]: [OptiFine] Custom loader: TextureAtlasSprite{name='railcraft:signal.switch.0', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [15:40:13] [Client thread/INFO]: textures/blocks: dropping miplevel from 4 to 3, because of minTexel: 8 [15:40:13] [Client thread/INFO]: [OptiFine] Texture size: textures/blocks, 2048x2048 [15:40:13] [Client thread/INFO]: Created: 2048x2048 textures/blocks-atlas [15:40:13] [Client thread/INFO]: [OptiFine] Loading texture map: textures/items [15:40:13] [Client thread/ERROR]: Using missing texture, unable to load ee3:textures/items/bowDarkMatter.png, java.io.FileNotFoundException [15:40:13] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/MISSING_ICON_ITEM_5130_adminTool.png, java.io.FileNotFoundException [15:40:14] [Client thread/ERROR]: Using missing texture, unable to load tardismod:textures/items/ManualItem.png, java.io.FileNotFoundException [15:40:14] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/MISSING_ICON_ITEM_4125_null.png, java.io.FileNotFoundException [15:40:14] [Client thread/ERROR]: Using missing texture, unable to load tardismod:textures/items/Component.Peripheral.png, java.io.FileNotFoundException [15:40:14] [Client thread/INFO]: [OptiFine] Texture size: textures/items, 1024x1024 [15:40:14] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas [15:40:14] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: [15:40:14] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... [15:40:14] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com [15:40:14] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: [15:40:14] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: [15:40:14] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... [15:40:15] [Thread-25/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL [15:40:15] [Thread-25/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [15:40:15] [Client thread/INFO]: [OptiFine] *** Reloading custom textures *** [15:40:15] [Client thread/INFO]: [OptiFine] Loading custom colors: textures/colormap/grass.png [15:40:15] [Client thread/INFO]: [OptiFine] Loading custom colors: textures/colormap/foliage.png [15:40:15] [Thread-25/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. [15:40:15] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: [15:40:15] [Sound Library Loader/INFO]: Sound engine started [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mods.mud.UpdateChecker.getUpToDateRelease(UpdateChecker.java:43) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at mods.mud.UpdateChecker.run(UpdateChecker.java:26) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.Validator.validate(Validator.java:260) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 21 more [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) [15:40:16] [Thread-27/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 27 more [15:40:32] [Client thread/WARN]: Unable to start LAN server detection: error setting options [15:40:32] [Netty Client IO #0/INFO]: [MobiusCore] Found net.minecraft.util.MessageDeserializer [ ez ] with checksum B572EAD65FC76FFC1ED80F44BC0F9931 [15:40:32] [Netty Client IO #0/INFO]: Successful injection in decode (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V [15:40:32] [Netty Client IO #0/INFO]: [MobiusCore] Found net.minecraft.util.MessageSerializer [ fa ] with checksum 6CFABFD319BD3317743170B737CA472D [15:40:32] [Netty Client IO #0/INFO]: Successful injection in a (Lio/netty/channel/ChannelHandlerContext;Lft;Lio/netty/buffer/ByteBuf;)V [15:40:33] [Netty Client IO #0/INFO]: Attempting connection with missing mods [] at SERVER [15:40:34] [Client thread/INFO]: Connecting to 0.tcp.in.ngrok.io, 16792 [15:40:36] [Netty Client IO #1/INFO]: Server protocol version 2 [15:40:36] [Netty Client IO #1/INFO]: Attempting connection with missing mods [] at SERVER [15:40:36] [Netty Client IO #1/INFO]: Injecting existing block and item data into this client instance [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:m18_violet [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:t-4 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mim-23 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:a6m2 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:an2 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:ka-29 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:ka-27 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:25mmaamg [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:md90 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:stinger_390x [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:broom [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:ah-64 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:bofors40mml60 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:takecopter [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:ah-1z [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:robinson_r44 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:f-15s_mtd [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:b29 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:ah-6x [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:ch47 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:n1k1 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:a-10 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:12.7 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:p180 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:jetgoat [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:pzl-m18 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:ac-130 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:fuel_truck [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:m18_yellow [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:rc-goblin-bomb [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:46 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:cessna172 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:bell47gf [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mh-60g [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:bqm_74e [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:oto76mm [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:type93_launcher [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mk32 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:ah-6 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:x-47b [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:bell207 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:us-2 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:totoro [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mk15 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:su37 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:searam [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mig29 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:tornado-ids [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:macchi_mc72 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:zodiac [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:sh-60 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mi-24 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:c5 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:m18_green [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:f22a [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:m18_red [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mh-53e [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:bell206l [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:rc-goblin [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:harrier [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:oh-1 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:f-15e [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:12.7s [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mq-9 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:takeram [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mq-8b [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:tornado-gr4 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:b-2a [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:f1m [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:vads [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:macchi_m33 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:ammo_box [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:f14d [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mqm170 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:su-47 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:su-33 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:sea_sparrow [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mi28 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:swanboat [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:bell47g [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:harrier_en [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:s-75 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mv-22 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:fa18f [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:ka52 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:uh-1c [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mh-6 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:panjandrum [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mark5 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:minefighter [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:f-35b [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:f-35a [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:f-35c [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:sh-3 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:15.5 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:ka50n [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:fl282 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:ec665 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:h8k [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:emb314 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:fi167 [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:robinson_r44f [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:mh-60l_dap [15:40:36] [Netty Client IO #1/INFO]: Found a missing id from the world mcheli:ghast [15:40:36] [Netty Client IO #1/INFO]: [4.0.0-beta-4] Failed to restore setting, probably due to unsuccessful connection to a server. [15:40:36] [Netty Client IO #1/INFO]: [4.0.0-beta] Failed to restore setting, probably due to unsuccessful connection to a server. [15:40:36] [Netty Client IO #1/ERROR]: Failed to connect to server: there are 104 missing blocks and items [15:40:42] [Client thread/WARN]: Unable to start LAN server detection: error setting options [15:40:42] [Netty Client IO #2/INFO]: Attempting connection with missing mods [] at SERVER [15:40:45] [Client thread/INFO]: Connecting to 0.tcp.in.ngrok.io, 16792 [15:40:45] [Netty Client IO #3/INFO]: Server protocol version 2 [15:40:46] [Netty Client IO #3/INFO]: Attempting connection with missing mods [] at SERVER [15:40:46] [Netty Client IO #3/INFO]: Injecting existing block and item data into this client instance [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:m18_violet [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:t-4 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mim-23 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:a6m2 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:an2 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:ka-29 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:ka-27 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:25mmaamg [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:md90 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:stinger_390x [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:broom [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:ah-64 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:bofors40mml60 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:takecopter [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:ah-1z [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:robinson_r44 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:f-15s_mtd [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:b29 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:ah-6x [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:ch47 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:n1k1 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:a-10 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:12.7 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:p180 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:jetgoat [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:pzl-m18 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:ac-130 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:fuel_truck [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:m18_yellow [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:rc-goblin-bomb [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:46 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:cessna172 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:bell47gf [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mh-60g [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:bqm_74e [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:oto76mm [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:type93_launcher [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mk32 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:ah-6 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:x-47b [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:bell207 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:us-2 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:totoro [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mk15 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:su37 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:searam [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mig29 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:tornado-ids [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:macchi_mc72 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:zodiac [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:sh-60 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mi-24 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:c5 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:m18_green [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:f22a [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:m18_red [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mh-53e [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:bell206l [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:rc-goblin [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:harrier [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:oh-1 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:f-15e [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:12.7s [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mq-9 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:takeram [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mq-8b [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:tornado-gr4 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:b-2a [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:f1m [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:vads [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:macchi_m33 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:ammo_box [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:f14d [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mqm170 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:su-47 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:su-33 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:sea_sparrow [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mi28 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:swanboat [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:bell47g [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:harrier_en [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:s-75 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mv-22 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:fa18f [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:ka52 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:uh-1c [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mh-6 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:panjandrum [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mark5 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:minefighter [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:f-35b [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:f-35a [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:f-35c [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:sh-3 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:15.5 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:ka50n [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:fl282 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:ec665 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:h8k [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:emb314 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:fi167 [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:robinson_r44f [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:mh-60l_dap [15:40:46] [Netty Client IO #3/INFO]: Found a missing id from the world mcheli:ghast [15:40:46] [Netty Client IO #3/INFO]: [4.0.0-beta-4] Failed to restore setting, probably due to unsuccessful connection to a server. [15:40:46] [Netty Client IO #3/INFO]: [4.0.0-beta] Failed to restore setting, probably due to unsuccessful connection to a server. [15:40:46] [Netty Client IO #3/ERROR]: Failed to connect to server: there are 104 missing blocks and items [15:41:02] [Client thread/INFO]: Connecting to 0.tcp.in.ngrok.io, 16792 [15:41:02] [Netty Client IO #4/INFO]: Server protocol version 2 [15:41:03] [Netty Client IO #4/INFO]: Attempting connection with missing mods [] at SERVER [15:41:03] [Netty Client IO #4/INFO]: Injecting existing block and item data into this client instance [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:m18_violet [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:t-4 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mim-23 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:a6m2 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:an2 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:ka-29 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:ka-27 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:25mmaamg [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:md90 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:stinger_390x [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:broom [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:ah-64 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:bofors40mml60 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:takecopter [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:ah-1z [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:robinson_r44 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:f-15s_mtd [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:b29 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:ah-6x [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:ch47 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:n1k1 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:a-10 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:12.7 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:p180 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:jetgoat [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:pzl-m18 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:ac-130 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:fuel_truck [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:m18_yellow [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:rc-goblin-bomb [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:46 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:cessna172 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:bell47gf [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mh-60g [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:bqm_74e [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:oto76mm [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:type93_launcher [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mk32 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:ah-6 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:x-47b [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:bell207 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:us-2 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:totoro [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mk15 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:su37 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:searam [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mig29 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:tornado-ids [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:macchi_mc72 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:zodiac [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:sh-60 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mi-24 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:c5 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:m18_green [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:f22a [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:m18_red [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mh-53e [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:bell206l [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:rc-goblin [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:harrier [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:oh-1 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:f-15e [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:12.7s [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mq-9 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:takeram [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mq-8b [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:tornado-gr4 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:b-2a [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:f1m [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:vads [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:macchi_m33 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:ammo_box [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:f14d [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mqm170 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:su-47 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:su-33 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:sea_sparrow [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mi28 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:swanboat [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:bell47g [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:harrier_en [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:s-75 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mv-22 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:fa18f [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:ka52 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:uh-1c [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mh-6 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:panjandrum [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mark5 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:minefighter [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:f-35b [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:f-35a [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:f-35c [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:sh-3 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:15.5 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:ka50n [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:fl282 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:ec665 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:h8k [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:emb314 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:fi167 [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:robinson_r44f [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:mh-60l_dap [15:41:03] [Netty Client IO #4/INFO]: Found a missing id from the world mcheli:ghast [15:41:03] [Netty Client IO #4/INFO]: [4.0.0-beta-4] Failed to restore setting, probably due to unsuccessful connection to a server. [15:41:03] [Netty Client IO #4/INFO]: [4.0.0-beta] Failed to restore setting, probably due to unsuccessful connection to a server. [15:41:03] [Netty Client IO #4/ERROR]: Failed to connect to server: there are 104 missing blocks and items [15:41:18] [Client thread/INFO]: Stopping! [15:41:18] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: [15:41:18] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... [15:41:18] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com server logs [15:38:25] [Server thread/INFO]: Starting minecraft server version 1.7.10 [15:39:11] [Server thread/INFO]: Loading properties [15:39:11] [Server thread/INFO]: Default game type: SURVIVAL [15:39:11] [Server thread/INFO]: Generating keypair [15:39:11] [Server thread/INFO]: Starting Minecraft server on *:25565 [15:39:11] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [15:39:11] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [15:39:11] [Server thread/WARN]: 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. [15:39:11] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [15:39:28] [Server thread/INFO]: Preparing level "world" [15:39:32] [Server thread/INFO]: Preparing start region for level 0 [15:39:38] [Server thread/INFO]: Preparing spawn area: 0% [15:39:40] [Server thread/INFO]: Preparing spawn area: 2% [15:39:42] [Server thread/INFO]: Preparing spawn area: 20% [15:39:43] [Server thread/INFO]: Done (15.018s)! For help, type "help" or "?" [15:39:49] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3215ms behind, skipping 64 tick(s) [15:40:14] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 11379ms behind, skipping 227 tick(s) [15:40:37] [Server thread/INFO]: THEWAKENFIRE lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}} [15:40:37] [Server thread/INFO]: THEWAKENFIRE left the game [15:40:46] [Server thread/INFO]: THEWAKENFIRE lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}} [15:40:46] [Server thread/INFO]: THEWAKENFIRE left the game [15:41:04] [Server thread/INFO]: THEWAKENFIRE lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}} [15:41:04] [Server thread/INFO]: THEWAKENFIRE left the game
  17. Image I am making a forge server version 47.3.5 and it is not setting up there is a link to the image above if anyone can help i would appreciate it
  18. Hey, i am seeking help with my Minecarft 1.12.2 Server beacuse since yesterday everytime i try to fly into space using the Galacticraft mod the Server Crashes i havent changed anything and i dont understand why it is happaning https://paste.ee/p/qkv1W
  19. Tried creating that file in config folder and file folder, nothing worked here are the logs: Log
  20. Trying to boot this modpack i have with 1.18.2 and everytime it crashes with error code -1, anyone know a fix? Some extra info, Its a modpack that i installed from the cursed forge app then tried to add some mods to it i enjoy. works fine without the added mods but when i add them it just crashes https://pastebin.com/1VSp2T7v
  21. Hey I've been having trouble trying to get this server to work, here I paste the crash log: https://pastebin.com/b81dQR32 I've tried different things but here I posted the full crash log with all the mods loaded on the server (even client-side ones
  22. Hi everyone, I am trying to start a modded server with the mods I also have in my client. The server works perfeclty normal without any mods in it, however when I put the mods in I get a lot of missing mods.toml files or something like that. I don't really know how this works, I'll add the server log below. Does anyone know what i'm doing wrong? https://paste.ee/p/F3a5E
  23. After Loading the World Java crashes with this hs_err_pid idk what to do i tried so much. forge 47.2.0 java 21 & java17 tried Linux debian 12 Server base # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fcf50b9e898, pid=1, tid=166 # # JRE version: OpenJDK Runtime Environment Temurin-21.0.3+9 (21.0.3+9) (build 21.0.3+9-LTS) # Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (21.0.3+9-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64) # Problematic frame: # C [libc.so.6+0x28898] abort+0x178 # # Core dump will be written. Default location: /home/container/core # # If you would like to submit a bug report, please visit: # https://github.com/adoptium/adoptium-support/issues # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- S U M M A R Y ------------ Command Line: -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true --module-path=libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar:libraries/cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/net/minecraftforge/JarJarFileSystems/0.3.19/JarJarFileSystems-0.3.19.jar --add-modules=ALL-MODULE-PATH --add-opens=java.base/java.util.jar=cpw.mods.securejarhandler --add-opens=java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports=java.base/sun.security.util=cpw.mods.securejarhandler --add-exports=jdk.naming.dns/com.sun.jndi.dns=java.naming -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher-1.1.2.jar,securejarhandler-2.1.10.jar,asm-commons-9.5.jar,asm-util-9.5.jar,asm-analysis-9.5.jar,asm-tree-9.5.jar,asm-9.5.jar,JarJarFileSystems-0.3.19.jar -DlibraryDirectory=libraries -DlegacyClassPath=libraries/cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar:libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar:libraries/net/minecraftforge/eventbus/6.0.5/eventbus-6.0.5.jar:libraries/net/minecraftforge/forgespi/7.0.1/forgespi-7.0.1.jar:libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar:libraries/cpw/mods/modlauncher/10.0.9/modlauncher-10.0.9.jar:libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar:libraries/net/minecraftforge/mergetool/1.1.5/mergetool-1.1.5-api.jar:libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar:libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar:libraries/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar:libraries/net/jodah/typetools/0.6.3/typetools-0.6.3.jar:libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar:libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar:libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar:libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar:libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar:libraries/net/minecraftforge/JarJarSelector/0.3.19/JarJarSelector-0.3.19.jar:libraries/net/minecraftforge/JarJarMetadata/0.3.19/JarJarMetadata-0.3.19.jar:libraries/net/minecraftforge/fmlloader/1.20.1-47.2.0/fmlloader-1.20.1-47.2.0.jar:libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-extra.jar:libraries/com/github/oshi/oshi-core/6.2.2/oshi-core-6.2.2.jar:libraries/com/google/code/gson/gson/2.10/gson-2.10.jar:libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1cpw.mods.bootstraplauncher.BootstrapLauncher --launchTarget forgeserver --fml.forgeVersion 47.2.0 --fml.mcVersion 1.20.1 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20230612.114412 Host: Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz, 12 cores, 20G, Ubuntu 22.04.4 LTS Time: Thu Jul 11 14:35:16 2024 CEST elapsed time: 177.882906 seconds (0d 0h 2m 57s) --------------- T H R E A D --------------- Current thread (0x00007fcdbc637860): JavaThread "Physics thread" [_thread_in_native, id=166, stack(0x00007fceb5f00000,0x00007fceb6000000) (1024K)] Stack: [0x00007fceb5f00000,0x00007fceb6000000], sp=0x00007fceb5ffe010, free space=1016k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libc.so.6+0x28898] abort+0x178 Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.valkyrienskies.physics_api_krunch.KrunchNativePhysicsWorldReference.createKrunchNativePhysicsWorld()J+0 [email protected] j org.valkyrienskies.physics_api_krunch.KrunchNativePhysicsWorldReference.<init>()V+5 [email protected] j org.valkyrienskies.physics_api_krunch.KrunchBootstrap.createKrunchPhysicsWorld()Lorg/valkyrienskies/physics_api/PhysicsWorldReference;+18 [email protected] j org.valkyrienskies.core.impl.shadow.Aq$1.a()Lorg/valkyrienskies/physics_api/PhysicsWorldReference;+3 [email protected] j org.valkyrienskies.core.impl.shadow.Aq$1.invoke()Ljava/lang/Object;+1 [email protected] j org.valkyrienskies.core.impl.shadow.Aq.b(Lorg/valkyrienskies/core/impl/shadow/Aj;)V+91 [email protected] j org.valkyrienskies.core.impl.shadow.Aq.a(Lorg/joml/Vector3dc;DZ)Lorg/valkyrienskies/core/impl/shadow/Ao;+51 [email protected] j org.valkyrienskies.core.impl.shadow.At.a(Lorg/joml/Vector3dc;D)V+17 [email protected] j org.valkyrienskies.core.impl.shadow.Ap.run()V+307 [email protected] j org.valkyrienskies.core.impl.shadow.At$1.a()V+7 [email protected] j org.valkyrienskies.core.impl.shadow.At$1.invoke()Ljava/lang/Object;+1 [email protected] j kotlin.concurrent.ThreadsKt$thread$thread$1.run()V+4 [email protected] v ~StubRoutines::call_stub 0x00007fcf37de7cc6 siginfo: si_signo: 11 (SIGSEGV), si_code: 128 (SI_KERNEL), si_addr: 0x0000000000000000 Registers: RAX=0x0000000000000000, RBX=0x00007fceb5fff640, RCX=0x00007fcf50c0c9fc, RDX=0x0000000000000006 RSP=0x00007fceb5ffe010, RBP=0x00007fcf50d91e90, RSI=0x00000000000000a6, RDI=0x0000000000000001 R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x0000000000000008, R11=0x0000000000000246 R12=0x00007fcdb819b910, R13=0x00007fceb5e7b4b0, R14=0x00007fceb5ffe1c8, R15=0x00007fcdb819aea0 RIP=0x00007fcf50b9e898, EFLAGS=0x0000000000010246, CSGSFS=0x002b000000000033, ERR=0x0000000000000000 TRAPNO=0x000000000000000d Register to memory mapping: RAX=0x0 is null RBX=0x00007fceb5fff640 is pointing into the stack for thread: 0x00007fcdbc637860 RCX=0x00007fcf50c0c9fc: pthread_kill+0x000000000000012c in /lib/x86_64-linux-gnu/libc.so.6 at 0x00007fcf50b76000 RDX=0x0000000000000006 is an unknown value RSP=0x00007fceb5ffe010 is pointing into the stack for thread: 0x00007fcdbc637860 RBP=0x00007fcf50d91e90: <offset 0x000000000021be90> in /lib/x86_64-linux-gnu/libc.so.6 at 0x00007fcf50b76000 RSI=0x00000000000000a6 is an unknown value RDI=0x0000000000000001 is an unknown value R8 =0x0 is null R9 =0x0 is null R10=0x0000000000000008 is an unknown value R11=0x0000000000000246 is an unknown value R12=0x00007fcdb819b910 points into unknown readable memory: 0x3638782f62696c2f | 2f 6c 69 62 2f 78 38 36 R13=0x00007fceb5e7b4b0: _ZNSt12system_errorD1Ev+0x0000000000000000 in /tmp/libgdx?/12cf652/libKrunchJni64.so at 0x00007fceb5ce7000 R14=0x00007fceb5ffe1c8 is pointing into the stack for thread: 0x00007fcdbc637860 R15=0x00007fcdb819aea0 points into unknown readable memory: 0x00007fceb5ef1130 | 30 11 ef b5 ce 7f 00 00 Top of Stack: (sp=0x00007fceb5ffe010) 0x00007fceb5ffe010: 0000000000000020 0000000000000000 0x00007fceb5ffe020: 0000000000000000 0000000000000000 0x00007fceb5ffe030: 0000000000000000 0000000000000000 0x00007fceb5ffe040: 0000000000000000 0000000000000000 0x00007fceb5ffe050: 0000000000000000 0000000000000000 0x00007fceb5ffe060: 0000000000000000 0000000000000000 0x00007fceb5ffe070: 0000000000000000 0000000000000000 0x00007fceb5ffe080: 0000000000000000 0000000000000000 0x00007fceb5ffe090: 0000000000000000 ffffffffffffffff 0x00007fceb5ffe0a0: 0000000000000000 0000000000000000 0x00007fceb5ffe0b0: 0000000000000000 0000000000000000 0x00007fceb5ffe0c0: 0000000000000000 0000000000000000 0x00007fceb5ffe0d0: 0000000000000000 0000000000000000 0x00007fceb5ffe0e0: 0000000000000000 0000000000000000 0x00007fceb5ffe0f0: 0000000000000000 0000000000000000 0x00007fceb5ffe100: 0000000000000000 0000000000000000 0x00007fceb5ffe110: 0000000000000000 0000000000000000 0x00007fceb5ffe120: 0000000000000000 8481782e05e18a00 0x00007fceb5ffe130: 00007fcf50d91860 00007fcf50d91860 0x00007fceb5ffe140: 00007fcdb819b8d8 00007fceb5d70c6b 0x00007fceb5ffe150: 0000000000000000 8481782e05e18a00 0x00007fceb5ffe160: 000000000000000b 00007fcdb806fce0 0x00007fceb5ffe170: 00007fceb5ef7da8 00007fceb5dfd95c 0x00007fceb5ffe180: 00007fceb5dfe140 00007fceb5dfd9c7 0x00007fceb5ffe190: 0000000000000000 00007fceb5dfdb29 0x00007fceb5ffe1a0: 00007fceb5efbcf0 00007fcdb806fd00 0x00007fceb5ffe1b0: 00007fceb5ffe1d8 00007fceb5d7272d 0x00007fceb5ffe1c0: 0000000000000000 00007fcdb819b890 0x00007fceb5ffe1d0: 0000000000000020 0000000000000020 0x00007fceb5ffe1e0: 0000000000000000 8481782e05e18a00 0x00007fceb5ffe1f0: 00007fceb5ffe258 0000000000000007 0x00007fceb5ffe200: 00007fcdb819b228 00007fcdb819b1f0 Instructions: (pc=0x00007fcf50b9e898) 0x00007fcf50b9e798: 00 00 48 c7 04 24 20 00 00 00 e8 69 9f 01 00 8b 0x00007fcf50b9e7a8: 05 f3 36 1f 00 83 f8 01 75 7b c7 05 e4 36 1f 00 0x00007fcf50b9e7b8: 00 00 00 00 8b 05 d2 36 1f 00 ff c8 89 05 ca 36 0x00007fcf50b9e7c8: 1f 00 75 1d 48 c7 05 c1 36 1f 00 00 00 00 00 87 0x00007fcf50b9e7d8: 05 b3 36 1f 00 ff c8 7e 08 48 89 ef e8 17 8b 06 0x00007fcf50b9e7e8: 00 bf 06 00 00 00 e8 6d 9c 01 00 64 48 8b 1c 25 0x00007fcf50b9e7f8: 10 00 00 00 48 39 1d 95 36 1f 00 74 20 31 c0 ba 0x00007fcf50b9e808: 01 00 00 00 f0 0f b1 15 7c 36 1f 00 74 08 48 89 0x00007fcf50b9e818: ef e8 12 8a 06 00 48 89 1d 73 36 1f 00 ff 05 69 0x00007fcf50b9e828: 36 1f 00 eb 05 83 f8 02 75 36 48 8d b4 24 80 00 0x00007fcf50b9e838: 00 00 b9 26 00 00 00 31 c0 31 d2 c7 05 53 36 1f 0x00007fcf50b9e848: 00 03 00 00 00 48 89 f7 f3 ab bf 06 00 00 00 48 0x00007fcf50b9e858: c7 84 24 88 00 00 00 ff ff ff ff e8 68 9c 01 00 0x00007fcf50b9e868: 83 3d 31 36 1f 00 03 75 14 c7 05 25 36 1f 00 04 0x00007fcf50b9e878: 00 00 00 bf 06 00 00 00 e8 db 9b 01 00 83 3d 14 0x00007fcf50b9e888: 36 1f 00 04 75 0b c7 05 08 36 1f 00 05 00 00 00 0x00007fcf50b9e898: f4 83 3d 00 36 1f 00 05 75 14 c7 05 f4 35 1f 00 0x00007fcf50b9e8a8: 06 00 00 00 bf 7f 00 00 00 e8 4a 23 0c 00 f4 eb 0x00007fcf50b9e8b8: fd e8 62 fe ff ff e8 5d fe ff ff 48 83 c1 02 44 0x00007fcf50b9e8c8: 0f be 21 48 83 c1 01 41 8d 54 24 d0 44 89 e3 83 0x00007fcf50b9e8d8: fa 09 76 eb e9 3d e5 01 00 e8 3a fe ff ff e8 35 0x00007fcf50b9e8e8: fe ff ff 48 83 c1 02 0f be 29 48 83 c1 01 8d 55 0x00007fcf50b9e8f8: d0 89 eb 83 fa 09 76 ef e9 74 e7 01 00 e8 16 fe 0x00007fcf50b9e908: ff ff e8 11 fe ff ff 48 83 c1 02 0f be 29 48 83 0x00007fcf50b9e918: c1 01 8d 55 d0 89 eb 83 fa 09 76 ef e9 a5 e9 01 0x00007fcf50b9e928: 00 e8 f2 fd ff ff e8 ed fd ff ff e8 e8 fd ff ff 0x00007fcf50b9e938: e8 e3 fd ff ff e8 de fd ff ff 48 83 c1 02 0f be 0x00007fcf50b9e948: 29 48 83 c1 01 8d 55 d0 89 eb 83 fa 09 76 ef e9 0x00007fcf50b9e958: 0c df 02 00 e8 bf fd ff ff e8 ba fd ff ff e8 b5 0x00007fcf50b9e968: fd ff ff 83 ee 02 48 83 c2 10 48 8d 74 f7 10 48 0x00007fcf50b9e978: 89 d7 48 83 c2 08 48 39 d6 75 f4 e9 f5 f2 03 00 0x00007fcf50b9e988: 83 ef 02 48 83 c1 10 49 8d 7c fa 10 49 89 ca 48 Stack slot to memory mapping: stack at sp + 0 slots: 0x0000000000000020 is an unknown value stack at sp + 1 slots: 0x0 is null stack at sp + 2 slots: 0x0 is null stack at sp + 3 slots: 0x0 is null stack at sp + 4 slots: 0x0 is null stack at sp + 5 slots: 0x0 is null stack at sp + 6 slots: 0x0 is null stack at sp + 7 slots: 0x0 is null --------------- P R O C E S S --------------- Threads class SMR info: _java_thread_list=0x00007fce2d134eb0, length=54, elements={ 0x00007fcf480cb890, 0x00007fcf480ccee0, 0x00007fcf480ce9c0, 0x00007fcf480d0000, 0x00007fcf480d15a0, 0x00007fcf480d30e0, 0x00007fcf480d47a0, 0x00007fcf480fafa0, 0x00007fcf48162690, 0x00007fcf4a290b00, 0x00007fcf4b494760, 0x00007fcf4b596a60, 0x00007fce50010860, 0x00007fcf4b597930, 0x00007fce40000ff0, 0x00007fce38000ff0, 0x00007fce2c000ff0, 0x00007fce30000ff0, 0x00007fce24000ff0, 0x00007fce28000ff0, 0x00007fce1c000ff0, 0x00007fce380ac180, 0x00007fce242aded0, 0x00007fce242f3ea0, 0x00007fce242f6f70, 0x00007fce143653e0, 0x00007fcf4bd3f3f0, 0x00007fce203cc620, 0x00007fcf4bf73280, 0x00007fcdd84603b0, 0x00007fce48001a00, 0x00007fcdd8460e00, 0x00007fcde0775bd0, 0x00007fcdf4007e30, 0x00007fcdf0043ff0, 0x00007fce883f89a0, 0x00007fce04001b00, 0x00007fcdd4001680, 0x00007fcdcc000ff0, 0x00007fcdd0000ff0, 0x00007fcdd8540960, 0x00007fcf4802b580, 0x00007fcdbc001030, 0x00007fcdbc218280, 0x00007fcdbc039080, 0x00007fcdbc637860, 0x00007fcdbc65a5e0, 0x00007fce14066070, 0x00007fcdb40017f0, 0x00007fcda4002c50, 0x00007fcdbc272c80, 0x00007fcdbc330ff0, 0x00007fce906a7b90, 0x00007fce2d134340 } Java Threads: ( => current thread ) 0x00007fcf480cb890 JavaThread "Reference Handler" daemon [_thread_blocked, id=41, stack(0x00007fcf0b1f1000,0x00007fcf0b2f1000) (1024K)] 0x00007fcf480ccee0 JavaThread "Finalizer" daemon [_thread_blocked, id=42, stack(0x00007fcf0b0f0000,0x00007fcf0b1f0000) (1024K)] 0x00007fcf480ce9c0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=43, stack(0x00007fcf0afef000,0x00007fcf0b0ef000) (1024K)] 0x00007fcf480d0000 JavaThread "Service Thread" daemon [_thread_blocked, id=44, stack(0x00007fcf0aeee000,0x00007fcf0afee000) (1024K)] 0x00007fcf480d15a0 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=45, stack(0x00007fcf0aded000,0x00007fcf0aeed000) (1024K)] 0x00007fcf480d30e0 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=46, stack(0x00007fcf0acec000,0x00007fcf0adec000) (1024K)] 0x00007fcf480d47a0 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=47, stack(0x00007fcf0abeb000,0x00007fcf0aceb000) (1024K)] 0x00007fcf480fafa0 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=48, stack(0x00007fcf0aa1a000,0x00007fcf0ab1a000) (1024K)] 0x00007fcf48162690 JavaThread "Notification Thread" daemon [_thread_blocked, id=50, stack(0x00007fcf0a818000,0x00007fcf0a918000) (1024K)] 0x00007fcf4a290b00 JavaThread "JNA Cleaner" daemon [_thread_blocked, id=70, stack(0x00007fcf09300000,0x00007fcf09400000) (1024K)] 0x00007fcf4b494760 JavaThread "Timer hack thread" daemon [_thread_blocked, id=81, stack(0x00007fcf091ff000,0x00007fcf092ff000) (1024K)] 0x00007fcf4b596a60 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=82, stack(0x00007fcf097cf000,0x00007fcf098cf000) (1024K)] 0x00007fce50010860 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=83, stack(0x00007fcf090fe000,0x00007fcf091fe000) (1024K)] 0x00007fcf4b597930 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=84, stack(0x00007fcf08ffd000,0x00007fcf090fd000) (1024K)] 0x00007fce40000ff0 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=85, stack(0x00007fcf08efc000,0x00007fcf08ffc000) (1024K)] 0x00007fce38000ff0 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=87, stack(0x00007fcf08cfa000,0x00007fcf08dfa000) (1024K)] 0x00007fce2c000ff0 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=88, stack(0x00007fcf08bf9000,0x00007fcf08cf9000) (1024K)] 0x00007fce30000ff0 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=89, stack(0x00007fcf08af8000,0x00007fcf08bf8000) (1024K)] 0x00007fce24000ff0 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=90, stack(0x00007fcf089f7000,0x00007fcf08af7000) (1024K)] 0x00007fce28000ff0 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=91, stack(0x00007fcf088f6000,0x00007fcf089f6000) (1024K)] 0x00007fce1c000ff0 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=93, stack(0x00007fcf086f4000,0x00007fcf087f4000) (1024K)] 0x00007fce380ac180 JavaThread "Structurize IO Worker #0" daemon [_thread_blocked, id=95, stack(0x00007fcf084f2000,0x00007fcf085f2000) (1024K)] 0x00007fce242aded0 JavaThread "FileSystemWatchService" daemon [_thread_in_native, id=99, stack(0x00007fcf085f3000,0x00007fcf086f3000) (1024K)] 0x00007fce242f3ea0 JavaThread "Thread-3" daemon [_thread_blocked, id=101, stack(0x00007fcf082f0000,0x00007fcf083f0000) (1024K)] 0x00007fce242f6f70 JavaThread "FileSystemWatchService" daemon [_thread_in_native, id=102, stack(0x00007fcf081ef000,0x00007fcf082ef000) (1024K)] 0x00007fce143653e0 JavaThread "FileSystemWatchService" daemon [_thread_in_native, id=103, stack(0x00007fcf080ee000,0x00007fcf081ee000) (1024K)] 0x00007fcf4bd3f3f0 JavaThread "FileSystemWatchService" daemon [_thread_in_native, id=112, stack(0x00007fcf0a717000,0x00007fcf0a817000) (1024K)] 0x00007fce203cc620 JavaThread "Auto-Sync thread" daemon [_thread_blocked, id=117, stack(0x00007fceb6bfd000,0x00007fceb6cfd000) (1024K)] 0x00007fcf4bf73280 JavaThread "Yggdrasil Key Fetcher" daemon [_thread_blocked, id=132, stack(0x00007fceb6cfe000,0x00007fceb6dfe000) (1024K)] 0x00007fcdd84603b0 JavaThread "Worker-Main-1" daemon [_thread_blocked, id=141, stack(0x00007fceb6afc000,0x00007fceb6bfc000) (1024K)] 0x00007fce48001a00 JavaThread "Worker-Main-2" daemon [_thread_blocked, id=142, stack(0x00007fceb6dff000,0x00007fceb6eff000) (1024K)] 0x00007fcdd8460e00 JavaThread "Worker-Main-3" daemon [_thread_blocked, id=143, stack(0x00007fceb6f00000,0x00007fceb7000000) (1024K)] 0x00007fcde0775bd0 JavaThread "Worker-Main-4" daemon [_thread_blocked, id=144, stack(0x00007fcf0a919000,0x00007fcf0aa19000) (1024K)] 0x00007fcdf4007e30 JavaThread "Worker-Main-5" daemon [_thread_blocked, id=145, stack(0x00007fcf083f1000,0x00007fcf084f1000) (1024K)] 0x00007fcdf0043ff0 JavaThread "Worker-Main-6" daemon [_thread_blocked, id=146, stack(0x00007fceb68fa000,0x00007fceb69fa000) (1024K)] 0x00007fce883f89a0 JavaThread "Worker-Main-7" daemon [_thread_blocked, id=147, stack(0x00007fceb67f9000,0x00007fceb68f9000) (1024K)] 0x00007fce04001b00 JavaThread "Worker-Main-8" daemon [_thread_blocked, id=148, stack(0x00007fceb66f8000,0x00007fceb67f8000) (1024K)] 0x00007fcdd4001680 JavaThread "Worker-Main-9" daemon [_thread_blocked, id=149, stack(0x00007fceb65f7000,0x00007fceb66f7000) (1024K)] 0x00007fcdcc000ff0 JavaThread "Worker-Main-10" daemon [_thread_blocked, id=150, stack(0x00007fceb64f6000,0x00007fceb65f6000) (1024K)] 0x00007fcdd0000ff0 JavaThread "Worker-Main-11" daemon [_thread_blocked, id=151, stack(0x00007fceb63f5000,0x00007fceb64f5000) (1024K)] 0x00007fcdd8540960 JavaThread "Server thread" [_thread_in_Java, id=157, stack(0x00007fceb62f4000,0x00007fceb63f4000) (1024K)] 0x00007fcf4802b580 JavaThread "DestroyJavaVM" [_thread_blocked, id=33, stack(0x00007fcf4f418000,0x00007fcf4f518000) (1024K)] 0x00007fcdbc001030 JavaThread "Server console handler" daemon [_thread_in_native, id=158, stack(0x00007fcf09d33000,0x00007fcf09e33000) (1024K)] 0x00007fcdbc218280 JavaThread "Netty Epoll Server IO #0" daemon [_thread_in_native, id=159, stack(0x00007fceb69fb000,0x00007fceb6afb000) (1024K)] 0x00007fcdbc039080 JavaThread "FileSystemWatchService" daemon [_thread_in_native, id=160, stack(0x00007fcf096ce000,0x00007fcf097ce000) (1024K)] =>0x00007fcdbc637860 JavaThread "Physics thread" [_thread_in_native, id=166, stack(0x00007fceb5f00000,0x00007fceb6000000) (1024K)] 0x00007fcdbc65a5e0 JavaThread "IO-Worker-12" [_thread_blocked, id=169, stack(0x00007fcf087f5000,0x00007fcf088f5000) (1024K)] 0x00007fce14066070 JavaThread "IO-Worker-13" [_thread_blocked, id=170, stack(0x00007fcf09c32000,0x00007fcf09d32000) (1024K)] 0x00007fcdb40017f0 JavaThread "IO-Worker-14" [_thread_blocked, id=172, stack(0x00007fceb50e4000,0x00007fceb51e4000) (1024K)] 0x00007fcda4002c50 JavaThread "IO-Worker-15" [_thread_blocked, id=178, stack(0x00007fceb4ee2000,0x00007fceb4fe2000) (1024K)] 0x00007fcdbc272c80 JavaThread "Server Watchdog" daemon [_thread_blocked, id=217, stack(0x00007fceb51e5000,0x00007fceb52e5000) (1024K)] 0x00007fcdbc330ff0 JavaThread "LanServerPinger #1" daemon [_thread_blocked, id=218, stack(0x00007fceb42e3000,0x00007fceb43e3000) (1024K)] 0x00007fce906a7b90 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=220, stack(0x00007fcf08dfb000,0x00007fcf08efb000) (1024K)] 0x00007fce2d134340 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=222, stack(0x00007fceb4fe3000,0x00007fceb50e3000) (1024K)] Total: 54 Other Threads: 0x00007fcf480be250 VMThread "VM Thread" [id=40, stack(0x00007fcf0b5db000,0x00007fcf0b6db000) (1024K)] 0x00007fcf480a3fb0 WatcherThread "VM Periodic Task Thread" [id=39, stack(0x00007fcf0b6dc000,0x00007fcf0b7dc000) (1024K)] 0x00007fcf48053e50 WorkerThread "GC Thread#0" [id=34, stack(0x00007fcf1a738000,0x00007fcf1a838000) (1024K)] 0x00007fceb0008200 WorkerThread "GC Thread#1" [id=52, stack(0x00007fcf0a53b000,0x00007fcf0a63b000) (1024K)] 0x00007fceb0008ce0 WorkerThread "GC Thread#2" [id=53, stack(0x00007fcf0a43a000,0x00007fcf0a53a000) (1024K)] 0x00007fceb000b990 WorkerThread "GC Thread#3" [id=54, stack(0x00007fcf0a339000,0x00007fcf0a439000) (1024K)] 0x00007fceb000f940 WorkerThread "GC Thread#4" [id=55, stack(0x00007fcf0a238000,0x00007fcf0a338000) (1024K)] 0x00007fceb00157f0 WorkerThread "GC Thread#5" [id=58, stack(0x00007fcf0a137000,0x00007fcf0a237000) (1024K)] 0x00007fceb0015e10 WorkerThread "GC Thread#6" [id=59, stack(0x00007fcf0a036000,0x00007fcf0a136000) (1024K)] 0x00007fceb0016730 WorkerThread "GC Thread#7" [id=60, stack(0x00007fcf09f35000,0x00007fcf0a035000) (1024K)] 0x00007fceb0017600 WorkerThread "GC Thread#8" [id=61, stack(0x00007fcf09e34000,0x00007fcf09f34000) (1024K)] 0x00007fceb0015350 WorkerThread "GC Thread#9" [id=62, stack(0x00007fcf09ad2000,0x00007fcf09bd2000) (1024K)] 0x00007fcf4805f0c0 ConcurrentGCThread "G1 Main Marker" [id=35, stack(0x00007fcf1a637000,0x00007fcf1a737000) (1024K)] 0x00007fcf48060060 WorkerThread "G1 Conc#0" [id=36, stack(0x00007fcf1a536000,0x00007fcf1a636000) (1024K)] 0x00007fcf0c000d90 WorkerThread "G1 Conc#1" [id=63, stack(0x00007fcf099d1000,0x00007fcf09ad1000) (1024K)] 0x00007fcf0c0018b0 WorkerThread "G1 Conc#2" [id=64, stack(0x00007fcf098d0000,0x00007fcf099d0000) (1024K)] 0x00007fcf48092830 ConcurrentGCThread "G1 Refine#0" [id=37, stack(0x00007fcf0b9fb000,0x00007fcf0bafb000) (1024K)] 0x00007fcf480937e0 ConcurrentGCThread "G1 Service" [id=38, stack(0x00007fcf0b8fa000,0x00007fcf0b9fa000) (1024K)] Total: 18 Threads with active compile tasks: C2 CompilerThread0 177892 36470 ! 4 net.minecraft.server.level.ServerLevel::m_7260_ (199 bytes) C2 CompilerThread1 177892 36430 4 net.minecraft.world.level.Level::m_7731_ (11 bytes) C2 CompilerThread2 177892 36462 4 net.minecraft.world.level.Level::m_6933_ (178 bytes) Total: 3 VM state: not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap address: 0x000000031d000000, size: 20016 MB, Compressed Oops mode: Zero based, Oop shift amount: 3 CDS archive(s) mapped at: [0x00007fcebb000000-0x00007fcebbcab000-0x00007fcebbcab000), size 13283328, SharedBaseAddress: 0x00007fcebb000000, ArchiveRelocationMode: 1. Compressed class space mapped at: 0x00007fcebc000000-0x00007fcefc000000, reserved size: 1073741824 Narrow klass base: 0x00007fcebb000000, Narrow klass shift: 0, Narrow klass range: 0x100000000 GC Precious Log: CardTable entry size: 512 Card Set container configuration: InlinePtr #cards 3 size 8 Array Of Cards #cards 128 size 272 Howl #buckets 8 coarsen threshold 29491 Howl Bitmap #cards 4096 size 528 coarsen threshold 3686 Card regions per heap region 1 cards per card region 32768 CPUs: 12 total, 12 available Memory: 21054M Large Page Support: Disabled NUMA Support: Disabled Compressed Oops: Enabled (Zero based) Heap Region Size: 16M Heap Min Capacity: 128M Heap Initial Capacity: 128M Heap Max Capacity: 20016M Pre-touch: Disabled Parallel Workers: 10 Concurrent Workers: 3 Concurrent Refinement Workers: 10 Periodic GC: Disabled Heap: garbage-first heap total 4489216K, used 2336918K [0x000000031d000000, 0x0000000800000000) region size 16384K, 15 young (245760K), 14 survivors (229376K) Metaspace used 288016K, committed 290752K, reserved 1310720K class space used 54942K, committed 56128K, reserved 1048576K Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TAMS=top-at-mark-start, PB=parsable bottom | 0|0x000000031d000000, 0x000000031e000000, 0x000000031e000000|100%| O| |TAMS 0x000000031e000000| PB 0x000000031d000000| Untracked | 1|0x000000031e000000, 0x000000031f000000, 0x000000031f000000|100%| O| |TAMS 0x000000031f000000| PB 0x000000031e000000| Untracked | 2|0x000000031f000000, 0x0000000320000000, 0x0000000320000000|100%| O| |TAMS 0x0000000320000000| PB 0x000000031f000000| Untracked | 3|0x0000000320000000, 0x0000000321000000, 0x0000000321000000|100%| O| |TAMS 0x0000000321000000| PB 0x0000000320000000| Untracked | 4|0x0000000321000000, 0x0000000322000000, 0x0000000322000000|100%| O| |TAMS 0x0000000322000000| PB 0x0000000321000000| Untracked | 5|0x0000000322000000, 0x0000000323000000, 0x0000000323000000|100%| O| |TAMS 0x0000000323000000| PB 0x0000000322000000| Untracked | 6|0x0000000323000000, 0x0000000324000000, 0x0000000324000000|100%| O| |TAMS 0x0000000324000000| PB 0x0000000323000000| Untracked | 7|0x0000000324000000, 0x0000000325000000, 0x0000000325000000|100%| O| |TAMS 0x0000000325000000| PB 0x0000000324000000| Untracked | 8|0x0000000325000000, 0x0000000326000000, 0x0000000326000000|100%| O| |TAMS 0x0000000326000000| PB 0x0000000325000000| Untracked | 9|0x0000000326000000, 0x0000000327000000, 0x0000000327000000|100%| O| |TAMS 0x0000000327000000| PB 0x0000000326000000| Untracked | 10|0x0000000327000000, 0x0000000328000000, 0x0000000328000000|100%| O| |TAMS 0x0000000328000000| PB 0x0000000327000000| Untracked | 11|0x0000000328000000, 0x0000000329000000, 0x0000000329000000|100%| O| |TAMS 0x0000000329000000| PB 0x0000000328000000| Untracked | 12|0x0000000329000000, 0x000000032a000000, 0x000000032a000000|100%| O| |TAMS 0x000000032a000000| PB 0x0000000329000000| Untracked | 13|0x000000032a000000, 0x000000032b000000, 0x000000032b000000|100%| O| |TAMS 0x000000032b000000| PB 0x000000032a000000| Untracked | 14|0x000000032b000000, 0x000000032c000000, 0x000000032c000000|100%| O| |TAMS 0x000000032c000000| PB 0x000000032b000000| Untracked | 15|0x000000032c000000, 0x000000032d000000, 0x000000032d000000|100%| O| |TAMS 0x000000032d000000| PB 0x000000032c000000| Untracked | 16|0x000000032d000000, 0x000000032e000000, 0x000000032e000000|100%|HS| |TAMS 0x000000032e000000| PB 0x000000032d000000| Complete | 17|0x000000032e000000, 0x000000032f000000, 0x000000032f000000|100%| O| |TAMS 0x000000032f000000| PB 0x000000032e000000| Untracked | 18|0x000000032f000000, 0x0000000330000000, 0x0000000330000000|100%| O| |TAMS 0x0000000330000000| PB 0x000000032f000000| Untracked | 19|0x0000000330000000, 0x0000000331000000, 0x0000000331000000|100%| O| |TAMS 0x0000000331000000| PB 0x0000000330000000| Untracked | 20|0x0000000331000000, 0x0000000332000000, 0x0000000332000000|100%| O| |TAMS 0x0000000332000000| PB 0x0000000331000000| Untracked | 21|0x0000000332000000, 0x0000000333000000, 0x0000000333000000|100%| O| |TAMS 0x0000000333000000| PB 0x0000000332000000| Untracked | 22|0x0000000333000000, 0x0000000334000000, 0x0000000334000000|100%| O| |TAMS 0x0000000334000000| PB 0x0000000333000000| Untracked | 23|0x0000000334000000, 0x0000000335000000, 0x0000000335000000|100%| O| |TAMS 0x0000000335000000| PB 0x0000000334000000| Untracked | 24|0x0000000335000000, 0x0000000336000000, 0x0000000336000000|100%| O| |TAMS 0x0000000336000000| PB 0x0000000335000000| Untracked | 25|0x0000000336000000, 0x0000000337000000, 0x0000000337000000|100%| O| |TAMS 0x0000000337000000| PB 0x0000000336000000| Untracked | 26|0x0000000337000000, 0x0000000338000000, 0x0000000338000000|100%| O| |TAMS 0x0000000338000000| PB 0x0000000337000000| Untracked | 27|0x0000000338000000, 0x0000000339000000, 0x0000000339000000|100%| O| |TAMS 0x0000000339000000| PB 0x0000000338000000| Untracked | 28|0x0000000339000000, 0x000000033a000000, 0x000000033a000000|100%| O| |TAMS 0x000000033a000000| PB 0x0000000339000000| Untracked | 29|0x000000033a000000, 0x000000033b000000, 0x000000033b000000|100%| O| |TAMS 0x000000033b000000| PB 0x000000033a000000| Untracked | 30|0x000000033b000000, 0x000000033c000000, 0x000000033c000000|100%| O| |TAMS 0x000000033c000000| PB 0x000000033b000000| Untracked | 31|0x000000033c000000, 0x000000033d000000, 0x000000033d000000|100%| O| |TAMS 0x000000033d000000| PB 0x000000033c000000| Untracked | 32|0x000000033d000000, 0x000000033e000000, 0x000000033e000000|100%| O| |TAMS 0x000000033e000000| PB 0x000000033d000000| Untracked | 33|0x000000033e000000, 0x000000033f000000, 0x000000033f000000|100%| O| |TAMS 0x000000033f000000| PB 0x000000033e000000| Untracked | 34|0x000000033f000000, 0x0000000340000000, 0x0000000340000000|100%| O| |TAMS 0x0000000340000000| PB 0x000000033f000000| Untracked | 35|0x0000000340000000, 0x0000000341000000, 0x0000000341000000|100%| O| |TAMS 0x0000000341000000| PB 0x0000000340000000| Untracked | 36|0x0000000341000000, 0x0000000342000000, 0x0000000342000000|100%| O| |TAMS 0x0000000342000000| PB 0x0000000341000000| Untracked | 37|0x0000000342000000, 0x0000000343000000, 0x0000000343000000|100%| O| |TAMS 0x0000000343000000| PB 0x0000000342000000| Untracked | 38|0x0000000343000000, 0x0000000344000000, 0x0000000344000000|100%| O| |TAMS 0x0000000344000000| PB 0x0000000343000000| Untracked | 39|0x0000000344000000, 0x0000000345000000, 0x0000000345000000|100%| O| |TAMS 0x0000000345000000| PB 0x0000000344000000| Untracked | 40|0x0000000345000000, 0x0000000346000000, 0x0000000346000000|100%| O| |TAMS 0x0000000346000000| PB 0x0000000345000000| Untracked | 41|0x0000000346000000, 0x0000000347000000, 0x0000000347000000|100%| O| |TAMS 0x0000000347000000| PB 0x0000000346000000| Untracked | 42|0x0000000347000000, 0x0000000348000000, 0x0000000348000000|100%| O| |TAMS 0x0000000348000000| PB 0x0000000347000000| Untracked | 43|0x0000000348000000, 0x0000000349000000, 0x0000000349000000|100%| O| |TAMS 0x0000000349000000| PB 0x0000000348000000| Untracked | 44|0x0000000349000000, 0x000000034a000000, 0x000000034a000000|100%| O| |TAMS 0x000000034a000000| PB 0x0000000349000000| Untracked | 45|0x000000034a000000, 0x000000034b000000, 0x000000034b000000|100%| O| |TAMS 0x000000034b000000| PB 0x000000034a000000| Untracked | 46|0x000000034b000000, 0x000000034c000000, 0x000000034c000000|100%| O| |TAMS 0x000000034c000000| PB 0x000000034b000000| Untracked | 47|0x000000034c000000, 0x000000034d000000, 0x000000034d000000|100%| O| |TAMS 0x000000034d000000| PB 0x000000034c000000| Untracked | 48|0x000000034d000000, 0x000000034e000000, 0x000000034e000000|100%| O| |TAMS 0x000000034e000000| PB 0x000000034d000000| Untracked | 49|0x000000034e000000, 0x000000034f000000, 0x000000034f000000|100%| O| |TAMS 0x000000034f000000| PB 0x000000034e000000| Untracked | 50|0x000000034f000000, 0x0000000350000000, 0x0000000350000000|100%| O| |TAMS 0x0000000350000000| PB 0x000000034f000000| Untracked | 51|0x0000000350000000, 0x0000000351000000, 0x0000000351000000|100%| O| |TAMS 0x0000000351000000| PB 0x0000000350000000| Untracked | 52|0x0000000351000000, 0x0000000352000000, 0x0000000352000000|100%| O| |TAMS 0x0000000352000000| PB 0x0000000351000000| Untracked | 53|0x0000000352000000, 0x0000000353000000, 0x0000000353000000|100%| O| |TAMS 0x0000000353000000| PB 0x0000000352000000| Untracked | 54|0x0000000353000000, 0x0000000354000000, 0x0000000354000000|100%| O| |TAMS 0x0000000354000000| PB 0x0000000353000000| Untracked | 55|0x0000000354000000, 0x0000000355000000, 0x0000000355000000|100%| O| |TAMS 0x0000000355000000| PB 0x0000000354000000| Untracked | 56|0x0000000355000000, 0x0000000356000000, 0x0000000356000000|100%| O| |TAMS 0x0000000356000000| PB 0x0000000355000000| Untracked | 57|0x0000000356000000, 0x0000000357000000, 0x0000000357000000|100%| O| |TAMS 0x0000000357000000| PB 0x0000000356000000| Untracked | 58|0x0000000357000000, 0x0000000358000000, 0x0000000358000000|100%| O| |TAMS 0x0000000358000000| PB 0x0000000357000000| Untracked | 59|0x0000000358000000, 0x0000000359000000, 0x0000000359000000|100%| O| |TAMS 0x0000000359000000| PB 0x0000000358000000| Untracked | 60|0x0000000359000000, 0x000000035a000000, 0x000000035a000000|100%| O| |TAMS 0x000000035a000000| PB 0x0000000359000000| Untracked | 61|0x000000035a000000, 0x000000035b000000, 0x000000035b000000|100%| O| |TAMS 0x000000035b000000| PB 0x000000035a000000| Untracked | 62|0x000000035b000000, 0x000000035c000000, 0x000000035c000000|100%| O| |TAMS 0x000000035c000000| PB 0x000000035b000000| Untracked | 63|0x000000035c000000, 0x000000035d000000, 0x000000035d000000|100%| O| |TAMS 0x000000035d000000| PB 0x000000035c000000| Untracked | 64|0x000000035d000000, 0x000000035e000000, 0x000000035e000000|100%| O| |TAMS 0x000000035e000000| PB 0x000000035d000000| Untracked | 65|0x000000035e000000, 0x000000035f000000, 0x000000035f000000|100%| O| |TAMS 0x000000035f000000| PB 0x000000035e000000| Untracked | 66|0x000000035f000000, 0x0000000360000000, 0x0000000360000000|100%| O| |TAMS 0x0000000360000000| PB 0x000000035f000000| Untracked | 67|0x0000000360000000, 0x0000000361000000, 0x0000000361000000|100%| O| |TAMS 0x0000000361000000| PB 0x0000000360000000| Untracked | 68|0x0000000361000000, 0x0000000361000000, 0x0000000362000000| 0%| F| |TAMS 0x0000000361000000| PB 0x0000000361000000| Untracked | 69|0x0000000362000000, 0x0000000363000000, 0x0000000363000000|100%| O| |TAMS 0x0000000363000000| PB 0x0000000362000000| Untracked | 70|0x0000000363000000, 0x0000000364000000, 0x0000000364000000|100%| O| |TAMS 0x0000000364000000| PB 0x0000000363000000| Untracked | 71|0x0000000364000000, 0x0000000365000000, 0x0000000365000000|100%| O| |TAMS 0x0000000365000000| PB 0x0000000364000000| Untracked | 72|0x0000000365000000, 0x0000000366000000, 0x0000000366000000|100%| O| |TAMS 0x0000000366000000| PB 0x0000000365000000| Untracked | 73|0x0000000366000000, 0x0000000367000000, 0x0000000367000000|100%| O| |TAMS 0x0000000367000000| PB 0x0000000366000000| Untracked | 74|0x0000000367000000, 0x0000000368000000, 0x0000000368000000|100%| O| |TAMS 0x0000000368000000| PB 0x0000000367000000| Untracked | 75|0x0000000368000000, 0x0000000368000000, 0x0000000369000000| 0%| F| |TAMS 0x0000000368000000| PB 0x0000000368000000| Untracked | 76|0x0000000369000000, 0x000000036a000000, 0x000000036a000000|100%| O| |TAMS 0x000000036a000000| PB 0x0000000369000000| Untracked | 77|0x000000036a000000, 0x000000036b000000, 0x000000036b000000|100%| O| |TAMS 0x000000036b000000| PB 0x000000036a000000| Untracked | 78|0x000000036b000000, 0x000000036c000000, 0x000000036c000000|100%| O| |TAMS 0x000000036c000000| PB 0x000000036b000000| Untracked | 79|0x000000036c000000, 0x000000036d000000, 0x000000036d000000|100%| O| |TAMS 0x000000036d000000| PB 0x000000036c000000| Untracked | 80|0x000000036d000000, 0x000000036e000000, 0x000000036e000000|100%| O| |TAMS 0x000000036e000000| PB 0x000000036d000000| Untracked | 81|0x000000036e000000, 0x000000036f000000, 0x000000036f000000|100%| O| |TAMS 0x000000036f000000| PB 0x000000036e000000| Untracked | 82|0x000000036f000000, 0x0000000370000000, 0x0000000370000000|100%| O| |TAMS 0x0000000370000000| PB 0x000000036f000000| Untracked | 83|0x0000000370000000, 0x0000000371000000, 0x0000000371000000|100%| O| |TAMS 0x0000000371000000| PB 0x0000000370000000| Untracked | 84|0x0000000371000000, 0x0000000372000000, 0x0000000372000000|100%| O| |TAMS 0x0000000372000000| PB 0x0000000371000000| Untracked | 85|0x0000000372000000, 0x0000000373000000, 0x0000000373000000|100%| O| |TAMS 0x0000000373000000| PB 0x0000000372000000| Untracked | 86|0x0000000373000000, 0x0000000374000000, 0x0000000374000000|100%| O| |TAMS 0x0000000374000000| PB 0x0000000373000000| Untracked | 87|0x0000000374000000, 0x0000000375000000, 0x0000000375000000|100%| O| |TAMS 0x0000000375000000| PB 0x0000000374000000| Untracked | 88|0x0000000375000000, 0x0000000376000000, 0x0000000376000000|100%| O| |TAMS 0x0000000376000000| PB 0x0000000375000000| Untracked | 89|0x0000000376000000, 0x0000000377000000, 0x0000000377000000|100%| O| |TAMS 0x0000000377000000| PB 0x0000000376000000| Untracked | 90|0x0000000377000000, 0x0000000378000000, 0x0000000378000000|100%| O| |TAMS 0x0000000378000000| PB 0x0000000377000000| Untracked | 91|0x0000000378000000, 0x0000000379000000, 0x0000000379000000|100%| O| |TAMS 0x0000000379000000| PB 0x0000000378000000| Untracked | 92|0x0000000379000000, 0x000000037a000000, 0x000000037a000000|100%| O| |TAMS 0x000000037a000000| PB 0x0000000379000000| Untracked | 93|0x000000037a000000, 0x000000037b000000, 0x000000037b000000|100%| O| |TAMS 0x000000037b000000| PB 0x000000037a000000| Untracked | 94|0x000000037b000000, 0x000000037c000000, 0x000000037c000000|100%| O| |TAMS 0x000000037c000000| PB 0x000000037b000000| Untracked | 95|0x000000037c000000, 0x000000037d000000, 0x000000037d000000|100%| O| |TAMS 0x000000037d000000| PB 0x000000037c000000| Untracked | 96|0x000000037d000000, 0x000000037e000000, 0x000000037e000000|100%| O| |TAMS 0x000000037e000000| PB 0x000000037d000000| Untracked | 97|0x000000037e000000, 0x000000037f000000, 0x000000037f000000|100%| O| |TAMS 0x000000037f000000| PB 0x000000037e000000| Untracked | 98|0x000000037f000000, 0x0000000380000000, 0x0000000380000000|100%| O| |TAMS 0x0000000380000000| PB 0x000000037f000000| Untracked | 99|0x0000000380000000, 0x0000000381000000, 0x0000000381000000|100%| O| |TAMS 0x0000000381000000| PB 0x0000000380000000| Untracked | 100|0x0000000381000000, 0x0000000382000000, 0x0000000382000000|100%| O| |TAMS 0x0000000382000000| PB 0x0000000381000000| Untracked | 101|0x0000000382000000, 0x0000000383000000, 0x0000000383000000|100%| O| |TAMS 0x0000000383000000| PB 0x0000000382000000| Untracked | 102|0x0000000383000000, 0x0000000384000000, 0x0000000384000000|100%| O| |TAMS 0x0000000384000000| PB 0x0000000383000000| Untracked | 103|0x0000000384000000, 0x0000000384000000, 0x0000000385000000| 0%| F| |TAMS 0x0000000384000000| PB 0x0000000384000000| Untracked | 104|0x0000000385000000, 0x0000000385000000, 0x0000000386000000| 0%| F| |TAMS 0x0000000385000000| PB 0x0000000385000000| Untracked | 105|0x0000000386000000, 0x0000000387000000, 0x0000000387000000|100%| O| |TAMS 0x0000000387000000| PB 0x0000000386000000| Untracked | 106|0x0000000387000000, 0x0000000388000000, 0x0000000388000000|100%| O| |TAMS 0x0000000388000000| PB 0x0000000387000000| Untracked | 107|0x0000000388000000, 0x0000000389000000, 0x0000000389000000|100%| O| |TAMS 0x0000000389000000| PB 0x0000000388000000| Untracked | 108|0x0000000389000000, 0x000000038a000000, 0x000000038a000000|100%| O| |TAMS 0x000000038a000000| PB 0x0000000389000000| Untracked | 109|0x000000038a000000, 0x000000038b000000, 0x000000038b000000|100%| O| |TAMS 0x000000038b000000| PB 0x000000038a000000| Untracked | 110|0x000000038b000000, 0x000000038c000000, 0x000000038c000000|100%| O| |TAMS 0x000000038c000000| PB 0x000000038b000000| Untracked | 111|0x000000038c000000, 0x000000038c000000, 0x000000038d000000| 0%| F| |TAMS 0x000000038c000000| PB 0x000000038c000000| Untracked | 112|0x000000038d000000, 0x000000038e000000, 0x000000038e000000|100%| O| |TAMS 0x000000038e000000| PB 0x000000038d000000| Untracked | 113|0x000000038e000000, 0x000000038f000000, 0x000000038f000000|100%| O| |TAMS 0x000000038f000000| PB 0x000000038e000000| Untracked | 114|0x000000038f000000, 0x0000000390000000, 0x0000000390000000|100%| O| |TAMS 0x0000000390000000| PB 0x000000038f000000| Untracked | 115|0x0000000390000000, 0x0000000391000000, 0x0000000391000000|100%| O| |TAMS 0x0000000391000000| PB 0x0000000390000000| Untracked | 116|0x0000000391000000, 0x0000000392000000, 0x0000000392000000|100%| O| |TAMS 0x0000000392000000| PB 0x0000000391000000| Untracked | 117|0x0000000392000000, 0x0000000393000000, 0x0000000393000000|100%| O| |TAMS 0x0000000393000000| PB 0x0000000392000000| Untracked | 118|0x0000000393000000, 0x0000000394000000, 0x0000000394000000|100%| O| |TAMS 0x0000000394000000| PB 0x0000000393000000| Untracked | 119|0x0000000394000000, 0x0000000395000000, 0x0000000395000000|100%| O| |TAMS 0x0000000395000000| PB 0x0000000394000000| Untracked | 120|0x0000000395000000, 0x0000000396000000, 0x0000000396000000|100%| O| |TAMS 0x0000000396000000| PB 0x0000000395000000| Untracked | 121|0x0000000396000000, 0x0000000397000000, 0x0000000397000000|100%| O| |TAMS 0x0000000397000000| PB 0x0000000396000000| Untracked | 122|0x0000000397000000, 0x0000000398000000, 0x0000000398000000|100%| O| |TAMS 0x0000000398000000| PB 0x0000000397000000| Untracked | 123|0x0000000398000000, 0x0000000399000000, 0x0000000399000000|100%| O| |TAMS 0x0000000399000000| PB 0x0000000398000000| Untracked | 124|0x0000000399000000, 0x000000039a000000, 0x000000039a000000|100%| O| |TAMS 0x000000039a000000| PB 0x0000000399000000| Untracked | 125|0x000000039a000000, 0x000000039b000000, 0x000000039b000000|100%| O| |TAMS 0x000000039b000000| PB 0x000000039a000000| Untracked | 126|0x000000039b000000, 0x000000039c000000, 0x000000039c000000|100%| O| |TAMS 0x000000039c000000| PB 0x000000039b000000| Untracked | 127|0x000000039c000000, 0x000000039cc82608, 0x000000039d000000| 78%| O| |TAMS 0x000000039cc82608| PB 0x000000039c000000| Untracked | 128|0x000000039d000000, 0x000000039d000000, 0x000000039e000000| 0%| F| |TAMS 0x000000039d000000| PB 0x000000039d000000| Untracked | 129|0x000000039e000000, 0x000000039f000000, 0x000000039f000000|100%| O| |TAMS 0x000000039f000000| PB 0x000000039e000000| Untracked | 130|0x000000039f000000, 0x000000039f000000, 0x00000003a0000000| 0%| F| |TAMS 0x000000039f000000| PB 0x000000039f000000| Untracked | 131|0x00000003a0000000, 0x00000003a0000000, 0x00000003a1000000| 0%| F| |TAMS 0x00000003a0000000| PB 0x00000003a0000000| Untracked | 132|0x00000003a1000000, 0x00000003a1000000, 0x00000003a2000000| 0%| F| |TAMS 0x00000003a1000000| PB 0x00000003a1000000| Untracked | 133|0x00000003a2000000, 0x00000003a3000000, 0x00000003a3000000|100%| O| |TAMS 0x00000003a3000000| PB 0x00000003a2000000| Untracked | 134|0x00000003a3000000, 0x00000003a3da35c0, 0x00000003a4000000| 85%| S|CS|TAMS 0x00000003a3000000| PB 0x00000003a3000000| Complete | 135|0x00000003a4000000, 0x00000003a5000000, 0x00000003a5000000|100%| S|CS|TAMS 0x00000003a4000000| PB 0x00000003a4000000| Complete | 136|0x00000003a5000000, 0x00000003a6000000, 0x00000003a6000000|100%| S|CS|TAMS 0x00000003a5000000| PB 0x00000003a5000000| Complete | 137|0x00000003a6000000, 0x00000003a7000000, 0x00000003a7000000|100%| S|CS|TAMS 0x00000003a6000000| PB 0x00000003a6000000| Complete | 138|0x00000003a7000000, 0x00000003a8000000, 0x00000003a8000000|100%| S|CS|TAMS 0x00000003a7000000| PB 0x00000003a7000000| Complete | 139|0x00000003a8000000, 0x00000003a9000000, 0x00000003a9000000|100%| S|CS|TAMS 0x00000003a8000000| PB 0x00000003a8000000| Complete | 140|0x00000003a9000000, 0x00000003aa000000, 0x00000003aa000000|100%| S|CS|TAMS 0x00000003a9000000| PB 0x00000003a9000000| Complete | 141|0x00000003aa000000, 0x00000003aa000000, 0x00000003ab000000| 0%| F| |TAMS 0x00000003aa000000| PB 0x00000003aa000000| Untracked | 142|0x00000003ab000000, 0x00000003ab000000, 0x00000003ac000000| 0%| F| |TAMS 0x00000003ab000000| PB 0x00000003ab000000| Untracked | 143|0x00000003ac000000, 0x00000003ac000000, 0x00000003ad000000| 0%| F| |TAMS 0x00000003ac000000| PB 0x00000003ac000000| Untracked | 144|0x00000003ad000000, 0x00000003ad000000, 0x00000003ae000000| 0%| F| |TAMS 0x00000003ad000000| PB 0x00000003ad000000| Untracked | 145|0x00000003ae000000, 0x00000003ae000000, 0x00000003af000000| 0%| F| |TAMS 0x00000003ae000000| PB 0x00000003ae000000| Untracked | 146|0x00000003af000000, 0x00000003af000000, 0x00000003b0000000| 0%| F| |TAMS 0x00000003af000000| PB 0x00000003af000000| Untracked | 147|0x00000003b0000000, 0x00000003b1000000, 0x00000003b1000000|100%| S|CS|TAMS 0x00000003b0000000| PB 0x00000003b0000000| Complete | 148|0x00000003b1000000, 0x00000003b2000000, 0x00000003b2000000|100%| S|CS|TAMS 0x00000003b1000000| PB 0x00000003b1000000| Complete | 149|0x00000003b2000000, 0x00000003b3000000, 0x00000003b3000000|100%| S|CS|TAMS 0x00000003b2000000| PB 0x00000003b2000000| Complete | 150|0x00000003b3000000, 0x00000003b4000000, 0x00000003b4000000|100%| S|CS|TAMS 0x00000003b3000000| PB 0x00000003b3000000| Complete | 151|0x00000003b4000000, 0x00000003b5000000, 0x00000003b5000000|100%| S|CS|TAMS 0x00000003b4000000| PB 0x00000003b4000000| Complete | 152|0x00000003b5000000, 0x00000003b6000000, 0x00000003b6000000|100%| S|CS|TAMS 0x00000003b5000000| PB 0x00000003b5000000| Complete | 153|0x00000003b6000000, 0x00000003b6000000, 0x00000003b7000000| 0%| F| |TAMS 0x00000003b6000000| PB 0x00000003b6000000| Untracked | 154|0x00000003b7000000, 0x00000003b7000000, 0x00000003b8000000| 0%| F| |TAMS 0x00000003b7000000| PB 0x00000003b7000000| Untracked | 155|0x00000003b8000000, 0x00000003b9000000, 0x00000003b9000000|100%| S|CS|TAMS 0x00000003b8000000| PB 0x00000003b8000000| Complete | 156|0x00000003b9000000, 0x00000003b9000000, 0x00000003ba000000| 0%| F| |TAMS 0x00000003b9000000| PB 0x00000003b9000000| Untracked | 157|0x00000003ba000000, 0x00000003ba000000, 0x00000003bb000000| 0%| F| |TAMS 0x00000003ba000000| PB 0x00000003ba000000| Untracked | 158|0x00000003bb000000, 0x00000003bb000000, 0x00000003bc000000| 0%| F| |TAMS 0x00000003bb000000| PB 0x00000003bb000000| Untracked | 159|0x00000003bc000000, 0x00000003bc000000, 0x00000003bd000000| 0%| F| |TAMS 0x00000003bc000000| PB 0x00000003bc000000| Untracked | 160|0x00000003bd000000, 0x00000003bd000000, 0x00000003be000000| 0%| F| |TAMS 0x00000003bd000000| PB 0x00000003bd000000| Untracked | 161|0x00000003be000000, 0x00000003be000000, 0x00000003bf000000| 0%| F| |TAMS 0x00000003be000000| PB 0x00000003be000000| Untracked | 162|0x00000003bf000000, 0x00000003bf000000, 0x00000003c0000000| 0%| F| |TAMS 0x00000003bf000000| PB 0x00000003bf000000| Untracked | 163|0x00000003c0000000, 0x00000003c0000000, 0x00000003c1000000| 0%| F| |TAMS 0x00000003c0000000| PB 0x00000003c0000000| Untracked | 164|0x00000003c1000000, 0x00000003c1000000, 0x00000003c2000000| 0%| F| |TAMS 0x00000003c1000000| PB 0x00000003c1000000| Untracked | 165|0x00000003c2000000, 0x00000003c2000000, 0x00000003c3000000| 0%| F| |TAMS 0x00000003c2000000| PB 0x00000003c2000000| Untracked | 166|0x00000003c3000000, 0x00000003c3000000, 0x00000003c4000000| 0%| F| |TAMS 0x00000003c3000000| PB 0x00000003c3000000| Untracked | 167|0x00000003c4000000, 0x00000003c4000000, 0x00000003c5000000| 0%| F| |TAMS 0x00000003c4000000| PB 0x00000003c4000000| Untracked | 168|0x00000003c5000000, 0x00000003c5000000, 0x00000003c6000000| 0%| F| |TAMS 0x00000003c5000000| PB 0x00000003c5000000| Untracked | 169|0x00000003c6000000, 0x00000003c6000000, 0x00000003c7000000| 0%| F| |TAMS 0x00000003c6000000| PB 0x00000003c6000000| Untracked | 170|0x00000003c7000000, 0x00000003c7000000, 0x00000003c8000000| 0%| F| |TAMS 0x00000003c7000000| PB 0x00000003c7000000| Untracked | 171|0x00000003c8000000, 0x00000003c8000000, 0x00000003c9000000| 0%| F| |TAMS 0x00000003c8000000| PB 0x00000003c8000000| Untracked | 172|0x00000003c9000000, 0x00000003c9000000, 0x00000003ca000000| 0%| F| |TAMS 0x00000003c9000000| PB 0x00000003c9000000| Untracked | 173|0x00000003ca000000, 0x00000003ca000000, 0x00000003cb000000| 0%| F| |TAMS 0x00000003ca000000| PB 0x00000003ca000000| Untracked | 174|0x00000003cb000000, 0x00000003cb000000, 0x00000003cc000000| 0%| F| |TAMS 0x00000003cb000000| PB 0x00000003cb000000| Untracked | 175|0x00000003cc000000, 0x00000003cc000000, 0x00000003cd000000| 0%| F| |TAMS 0x00000003cc000000| PB 0x00000003cc000000| Untracked | 176|0x00000003cd000000, 0x00000003cd000000, 0x00000003ce000000| 0%| F| |TAMS 0x00000003cd000000| PB 0x00000003cd000000| Untracked | 177|0x00000003ce000000, 0x00000003ce000000, 0x00000003cf000000| 0%| F| |TAMS 0x00000003ce000000| PB 0x00000003ce000000| Untracked | 178|0x00000003cf000000, 0x00000003cf000000, 0x00000003d0000000| 0%| F| |TAMS 0x00000003cf000000| PB 0x00000003cf000000| Untracked | 179|0x00000003d0000000, 0x00000003d0000000, 0x00000003d1000000| 0%| F| |TAMS 0x00000003d0000000| PB 0x00000003d0000000| Untracked | 180|0x00000003d1000000, 0x00000003d1000000, 0x00000003d2000000| 0%| F| |TAMS 0x00000003d1000000| PB 0x00000003d1000000| Untracked | 181|0x00000003d2000000, 0x00000003d2000000, 0x00000003d3000000| 0%| F| |TAMS 0x00000003d2000000| PB 0x00000003d2000000| Untracked | 182|0x00000003d3000000, 0x00000003d3000000, 0x00000003d4000000| 0%| F| |TAMS 0x00000003d3000000| PB 0x00000003d3000000| Untracked | 183|0x00000003d4000000, 0x00000003d4000000, 0x00000003d5000000| 0%| F| |TAMS 0x00000003d4000000| PB 0x00000003d4000000| Untracked | 184|0x00000003d5000000, 0x00000003d5000000, 0x00000003d6000000| 0%| F| |TAMS 0x00000003d5000000| PB 0x00000003d5000000| Untracked | 185|0x00000003d6000000, 0x00000003d6000000, 0x00000003d7000000| 0%| F| |TAMS 0x00000003d6000000| PB 0x00000003d6000000| Untracked | 186|0x00000003d7000000, 0x00000003d7000000, 0x00000003d8000000| 0%| F| |TAMS 0x00000003d7000000| PB 0x00000003d7000000| Untracked | 187|0x00000003d8000000, 0x00000003d8000000, 0x00000003d9000000| 0%| F| |TAMS 0x00000003d8000000| PB 0x00000003d8000000| Untracked | 188|0x00000003d9000000, 0x00000003d9000000, 0x00000003da000000| 0%| F| |TAMS 0x00000003d9000000| PB 0x00000003d9000000| Untracked | 189|0x00000003da000000, 0x00000003da000000, 0x00000003db000000| 0%| F| |TAMS 0x00000003da000000| PB 0x00000003da000000| Untracked | 190|0x00000003db000000, 0x00000003db000000, 0x00000003dc000000| 0%| F| |TAMS 0x00000003db000000| PB 0x00000003db000000| Untracked | 191|0x00000003dc000000, 0x00000003dc000000, 0x00000003dd000000| 0%| F| |TAMS 0x00000003dc000000| PB 0x00000003dc000000| Untracked | 192|0x00000003dd000000, 0x00000003dd000000, 0x00000003de000000| 0%| F| |TAMS 0x00000003dd000000| PB 0x00000003dd000000| Untracked | 193|0x00000003de000000, 0x00000003de000000, 0x00000003df000000| 0%| F| |TAMS 0x00000003de000000| PB 0x00000003de000000| Untracked | 194|0x00000003df000000, 0x00000003df000000, 0x00000003e0000000| 0%| F| |TAMS 0x00000003df000000| PB 0x00000003df000000| Untracked | 195|0x00000003e0000000, 0x00000003e0000000, 0x00000003e1000000| 0%| F| |TAMS 0x00000003e0000000| PB 0x00000003e0000000| Untracked | 196|0x00000003e1000000, 0x00000003e1000000, 0x00000003e2000000| 0%| F| |TAMS 0x00000003e1000000| PB 0x00000003e1000000| Untracked | 197|0x00000003e2000000, 0x00000003e2000000, 0x00000003e3000000| 0%| F| |TAMS 0x00000003e2000000| PB 0x00000003e2000000| Untracked | 198|0x00000003e3000000, 0x00000003e3000000, 0x00000003e4000000| 0%| F| |TAMS 0x00000003e3000000| PB 0x00000003e3000000| Untracked | 199|0x00000003e4000000, 0x00000003e4000000, 0x00000003e5000000| 0%| F| |TAMS 0x00000003e4000000| PB 0x00000003e4000000| Untracked | 200|0x00000003e5000000, 0x00000003e5000000, 0x00000003e6000000| 0%| F| |TAMS 0x00000003e5000000| PB 0x00000003e5000000| Untracked | 201|0x00000003e6000000, 0x00000003e6000000, 0x00000003e7000000| 0%| F| |TAMS 0x00000003e6000000| PB 0x00000003e6000000| Untracked | 202|0x00000003e7000000, 0x00000003e7000000, 0x00000003e8000000| 0%| F| |TAMS 0x00000003e7000000| PB 0x00000003e7000000| Untracked | 203|0x00000003e8000000, 0x00000003e8000000, 0x00000003e9000000| 0%| F| |TAMS 0x00000003e8000000| PB 0x00000003e8000000| Untracked | 204|0x00000003e9000000, 0x00000003e9000000, 0x00000003ea000000| 0%| F| |TAMS 0x00000003e9000000| PB 0x00000003e9000000| Untracked | 205|0x00000003ea000000, 0x00000003ea000000, 0x00000003eb000000| 0%| F| |TAMS 0x00000003ea000000| PB 0x00000003ea000000| Untracked | 206|0x00000003eb000000, 0x00000003eb000000, 0x00000003ec000000| 0%| F| |TAMS 0x00000003eb000000| PB 0x00000003eb000000| Untracked | 207|0x00000003ec000000, 0x00000003ec000000, 0x00000003ed000000| 0%| F| |TAMS 0x00000003ec000000| PB 0x00000003ec000000| Untracked | 208|0x00000003ed000000, 0x00000003ed000000, 0x00000003ee000000| 0%| F| |TAMS 0x00000003ed000000| PB 0x00000003ed000000| Untracked | 209|0x00000003ee000000, 0x00000003ee000000, 0x00000003ef000000| 0%| F| |TAMS 0x00000003ee000000| PB 0x00000003ee000000| Untracked | 210|0x00000003ef000000, 0x00000003ef000000, 0x00000003f0000000| 0%| F| |TAMS 0x00000003ef000000| PB 0x00000003ef000000| Untracked | 211|0x00000003f0000000, 0x00000003f0000000, 0x00000003f1000000| 0%| F| |TAMS 0x00000003f0000000| PB 0x00000003f0000000| Untracked | 212|0x00000003f1000000, 0x00000003f1000000, 0x00000003f2000000| 0%| F| |TAMS 0x00000003f1000000| PB 0x00000003f1000000| Untracked | 213|0x00000003f2000000, 0x00000003f2000000, 0x00000003f3000000| 0%| F| |TAMS 0x00000003f2000000| PB 0x00000003f2000000| Untracked | 214|0x00000003f3000000, 0x00000003f3000000, 0x00000003f4000000| 0%| F| |TAMS 0x00000003f3000000| PB 0x00000003f3000000| Untracked | 215|0x00000003f4000000, 0x00000003f4000000, 0x00000003f5000000| 0%| F| |TAMS 0x00000003f4000000| PB 0x00000003f4000000| Untracked | 216|0x00000003f5000000, 0x00000003f5000000, 0x00000003f6000000| 0%| F| |TAMS 0x00000003f5000000| PB 0x00000003f5000000| Untracked | 217|0x00000003f6000000, 0x00000003f6000000, 0x00000003f7000000| 0%| F| |TAMS 0x00000003f6000000| PB 0x00000003f6000000| Untracked | 218|0x00000003f7000000, 0x00000003f7000000, 0x00000003f8000000| 0%| F| |TAMS 0x00000003f7000000| PB 0x00000003f7000000| Untracked | 219|0x00000003f8000000, 0x00000003f8000000, 0x00000003f9000000| 0%| F| |TAMS 0x00000003f8000000| PB 0x00000003f8000000| Untracked | 220|0x00000003f9000000, 0x00000003f9000000, 0x00000003fa000000| 0%| F| |TAMS 0x00000003f9000000| PB 0x00000003f9000000| Untracked | 221|0x00000003fa000000, 0x00000003fa000000, 0x00000003fb000000| 0%| F| |TAMS 0x00000003fa000000| PB 0x00000003fa000000| Untracked | 222|0x00000003fb000000, 0x00000003fb000000, 0x00000003fc000000| 0%| F| |TAMS 0x00000003fb000000| PB 0x00000003fb000000| Untracked | 223|0x00000003fc000000, 0x00000003fc000000, 0x00000003fd000000| 0%| F| |TAMS 0x00000003fc000000| PB 0x00000003fc000000| Untracked | 224|0x00000003fd000000, 0x00000003fd000000, 0x00000003fe000000| 0%| F| |TAMS 0x00000003fd000000| PB 0x00000003fd000000| Untracked | 225|0x00000003fe000000, 0x00000003fe000000, 0x00000003ff000000| 0%| F| |TAMS 0x00000003fe000000| PB 0x00000003fe000000| Untracked | 226|0x00000003ff000000, 0x00000003ff000000, 0x0000000400000000| 0%| F| |TAMS 0x00000003ff000000| PB 0x00000003ff000000| Untracked | 227|0x0000000400000000, 0x0000000400000000, 0x0000000401000000| 0%| F| |TAMS 0x0000000400000000| PB 0x0000000400000000| Untracked | 228|0x0000000401000000, 0x0000000401000000, 0x0000000402000000| 0%| F| |TAMS 0x0000000401000000| PB 0x0000000401000000| Untracked | 229|0x0000000402000000, 0x0000000402000000, 0x0000000403000000| 0%| F| |TAMS 0x0000000402000000| PB 0x0000000402000000| Untracked | 230|0x0000000403000000, 0x0000000403000000, 0x0000000404000000| 0%| F| |TAMS 0x0000000403000000| PB 0x0000000403000000| Untracked | 231|0x0000000404000000, 0x0000000404000000, 0x0000000405000000| 0%| F| |TAMS 0x0000000404000000| PB 0x0000000404000000| Untracked | 232|0x0000000405000000, 0x0000000405000000, 0x0000000406000000| 0%| F| |TAMS 0x0000000405000000| PB 0x0000000405000000| Untracked | 233|0x0000000406000000, 0x0000000406000000, 0x0000000407000000| 0%| F| |TAMS 0x0000000406000000| PB 0x0000000406000000| Untracked | 234|0x0000000407000000, 0x0000000407000000, 0x0000000408000000| 0%| F| |TAMS 0x0000000407000000| PB 0x0000000407000000| Untracked | 235|0x0000000408000000, 0x0000000408000000, 0x0000000409000000| 0%| F| |TAMS 0x0000000408000000| PB 0x0000000408000000| Untracked | 236|0x0000000409000000, 0x0000000409000000, 0x000000040a000000| 0%| F| |TAMS 0x0000000409000000| PB 0x0000000409000000| Untracked | 237|0x000000040a000000, 0x000000040a000000, 0x000000040b000000| 0%| F| |TAMS 0x000000040a000000| PB 0x000000040a000000| Untracked | 238|0x000000040b000000, 0x000000040b000000, 0x000000040c000000| 0%| F| |TAMS 0x000000040b000000| PB 0x000000040b000000| Untracked | 239|0x000000040c000000, 0x000000040c000000, 0x000000040d000000| 0%| F| |TAMS 0x000000040c000000| PB 0x000000040c000000| Untracked | 240|0x000000040d000000, 0x000000040d000000, 0x000000040e000000| 0%| F| |TAMS 0x000000040d000000| PB 0x000000040d000000| Untracked | 241|0x000000040e000000, 0x000000040e000000, 0x000000040f000000| 0%| F| |TAMS 0x000000040e000000| PB 0x000000040e000000| Untracked | 242|0x000000040f000000, 0x000000040f000000, 0x0000000410000000| 0%| F| |TAMS 0x000000040f000000| PB 0x000000040f000000| Untracked | 243|0x0000000410000000, 0x0000000410000000, 0x0000000411000000| 0%| F| |TAMS 0x0000000410000000| PB 0x0000000410000000| Untracked | 244|0x0000000411000000, 0x0000000411000000, 0x0000000412000000| 0%| F| |TAMS 0x0000000411000000| PB 0x0000000411000000| Untracked | 245|0x0000000412000000, 0x0000000412000000, 0x0000000413000000| 0%| F| |TAMS 0x0000000412000000| PB 0x0000000412000000| Untracked | 246|0x0000000413000000, 0x0000000413000000, 0x0000000414000000| 0%| F| |TAMS 0x0000000413000000| PB 0x0000000413000000| Untracked | 247|0x0000000414000000, 0x0000000414000000, 0x0000000415000000| 0%| F| |TAMS 0x0000000414000000| PB 0x0000000414000000| Untracked | 248|0x0000000415000000, 0x0000000415000000, 0x0000000416000000| 0%| F| |TAMS 0x0000000415000000| PB 0x0000000415000000| Untracked | 249|0x0000000416000000, 0x0000000416000000, 0x0000000417000000| 0%| F| |TAMS 0x0000000416000000| PB 0x0000000416000000| Untracked | 250|0x0000000417000000, 0x0000000417000000, 0x0000000418000000| 0%| F| |TAMS 0x0000000417000000| PB 0x0000000417000000| Untracked | 251|0x0000000418000000, 0x0000000418000000, 0x0000000419000000| 0%| F| |TAMS 0x0000000418000000| PB 0x0000000418000000| Untracked | 252|0x0000000419000000, 0x0000000419000000, 0x000000041a000000| 0%| F| |TAMS 0x0000000419000000| PB 0x0000000419000000| Untracked | 253|0x000000041a000000, 0x000000041a000000, 0x000000041b000000| 0%| F| |TAMS 0x000000041a000000| PB 0x000000041a000000| Untracked | 254|0x000000041b000000, 0x000000041b000000, 0x000000041c000000| 0%| F| |TAMS 0x000000041b000000| PB 0x000000041b000000| Untracked | 255|0x000000041c000000, 0x000000041c000000, 0x000000041d000000| 0%| F| |TAMS 0x000000041c000000| PB 0x000000041c000000| Untracked | 256|0x000000041d000000, 0x000000041d000000, 0x000000041e000000| 0%| F| |TAMS 0x000000041d000000| PB 0x000000041d000000| Untracked | 257|0x000000041e000000, 0x000000041e000000, 0x000000041f000000| 0%| F| |TAMS 0x000000041e000000| PB 0x000000041e000000| Untracked | 258|0x000000041f000000, 0x000000041f000000, 0x0000000420000000| 0%| F| |TAMS 0x000000041f000000| PB 0x000000041f000000| Untracked | 259|0x0000000420000000, 0x0000000420000000, 0x0000000421000000| 0%| F| |TAMS 0x0000000420000000| PB 0x0000000420000000| Untracked | 260|0x0000000421000000, 0x0000000421000000, 0x0000000422000000| 0%| F| |TAMS 0x0000000421000000| PB 0x0000000421000000| Untracked | 261|0x0000000422000000, 0x0000000422000000, 0x0000000423000000| 0%| F| |TAMS 0x0000000422000000| PB 0x0000000422000000| Untracked | 262|0x0000000423000000, 0x0000000423000000, 0x0000000424000000| 0%| F| |TAMS 0x0000000423000000| PB 0x0000000423000000| Untracked | 263|0x0000000424000000, 0x0000000424000000, 0x0000000425000000| 0%| F| |TAMS 0x0000000424000000| PB 0x0000000424000000| Untracked | 264|0x0000000425000000, 0x0000000425000000, 0x0000000426000000| 0%| F| |TAMS 0x0000000425000000| PB 0x0000000425000000| Untracked | 265|0x0000000426000000, 0x0000000426000000, 0x0000000427000000| 0%| F| |TAMS 0x0000000426000000| PB 0x0000000426000000| Untracked | 266|0x0000000427000000, 0x0000000427000000, 0x0000000428000000| 0%| F| |TAMS 0x0000000427000000| PB 0x0000000427000000| Untracked | 267|0x0000000428000000, 0x0000000428000000, 0x0000000429000000| 0%| F| |TAMS 0x0000000428000000| PB 0x0000000428000000| Untracked |1245|0x00000007fa000000, 0x00000007fb000000, 0x00000007fb000000|100%| O| |TAMS 0x00000007fb000000| PB 0x00000007fa000000| Untracked |1246|0x00000007fb000000, 0x00000007fc000000, 0x00000007fc000000|100%| O| |TAMS 0x00000007fc000000| PB 0x00000007fb000000| Untracked |1247|0x00000007fc000000, 0x00000007fd000000, 0x00000007fd000000|100%| O| |TAMS 0x00000007fd000000| PB 0x00000007fc000000| Untracked |1248|0x00000007fd000000, 0x00000007fd000000, 0x00000007fe000000| 0%| F| |TAMS 0x00000007fd000000| PB 0x00000007fd000000| Untracked |1249|0x00000007fe000000, 0x00000007ff000000, 0x00000007ff000000|100%| O| |TAMS 0x00000007ff000000| PB 0x00000007fe000000| Untracked |1250|0x00000007ff000000, 0x00000007ff7d6078, 0x0000000800000000| 48%| E| |TAMS 0x00000007ff000000| PB 0x00000007ff000000| Complete Card table byte_map: [0x00007fcf2e198000,0x00007fcf308b0000] _byte_map_base: 0x00007fcf2c8b0000 Marking Bits: (CMBitMap*) 0x00007fcf48054970 Bits: [0x00007fcf1a8d8000, 0x00007fcf2e198000) Polling page: 0x00007fcf50daa000 Metaspace: Usage: Non-class: 227.61 MB used. Class: 53.65 MB used. Both: 281.27 MB used. Virtual space: Non-class space: 256.00 MB reserved, 229.12 MB ( 90%) committed, 4 nodes. Class space: 1.00 GB reserved, 54.81 MB ( 5%) committed, 1 nodes. Both: 1.25 GB reserved, 283.94 MB ( 22%) committed. Chunk freelists: Non-Class: 10.84 MB Class: 9.03 MB Both: 19.88 MB MaxMetaspaceSize: unlimited CompressedClassSpaceSize: 1.00 GB Initial GC threshold: 21.00 MB Current GC threshold: 460.75 MB CDS: on - commit_granule_bytes: 65536. - commit_granule_words: 8192. - virtual_space_node_default_size: 8388608. - enlarge_chunks_in_place: 1. - use_allocation_guard: 0. Internal statistics: num_allocs_failed_limit: 232. num_arena_births: 4358. num_arena_deaths: 34. num_vsnodes_births: 5. num_vsnodes_deaths: 0. num_space_committed: 4538. num_space_uncommitted: 0. num_chunks_returned_to_freelist: 279. num_chunks_taken_from_freelist: 16679. num_chunk_merges: 238. num_chunk_splits: 11539. num_chunks_enlarged: 7971. num_inconsistent_stats: 0. CodeHeap 'non-profiled nmethods': size=120028Kb used=26979Kb max_used=29887Kb free=93048Kb bounds [0x00007fcf38379000, 0x00007fcf3a0d9000, 0x00007fcf3f8b0000] CodeHeap 'profiled nmethods': size=120028Kb used=33420Kb max_used=46938Kb free=86607Kb bounds [0x00007fcf308b0000, 0x00007fcf336a0000, 0x00007fcf37de7000] CodeHeap 'non-nmethods': size=5704Kb used=2991Kb max_used=3039Kb free=2712Kb bounds [0x00007fcf37de7000, 0x00007fcf380f7000, 0x00007fcf38379000] total_blobs=22039 nmethods=20212 adapters=1730 compilation: enabled stopped_count=0, restarted_count=0 full_count=0 Compilation events (20 events): Event: 177.825 Thread 0x00007fce2d134340 nmethod 36458 0x00007fcf395ad190 code [0x00007fcf395ad340, 0x00007fcf395ad568] Event: 177.825 Thread 0x00007fce2d134340 36459 4 net.minecraft.world.level.redstone.NeighborUpdater::m_230770_ (36 bytes) Event: 177.828 Thread 0x00007fce2d134340 nmethod 36459 0x00007fcf39626510 code [0x00007fcf396266c0, 0x00007fcf396268b8] Event: 177.828 Thread 0x00007fce2d134340 36460 4 net.minecraft.world.level.block.Block::m_49908_ (68 bytes) Event: 177.828 Thread 0x00007fce2d134340 nmethod 36460 0x00007fcf395ace90 code [0x00007fcf395ad000, 0x00007fcf395ad098] Event: 177.828 Thread 0x00007fce2d134340 36464 4 net.minecraft.world.level.block.state.BlockBehaviour::m_6861_ (6 bytes) Event: 177.828 Thread 0x00007fce2d134340 nmethod 36464 0x00007fcf39626210 code [0x00007fcf39626380, 0x00007fcf39626408] Event: 177.828 Thread 0x00007fce2d134340 36463 4 com.google.common.collect.RegularImmutableMap$Values::size (8 bytes) Event: 177.829 Thread 0x00007fce906a7b90 nmethod 36450 0x00007fcf3888cc90 code [0x00007fcf3888cee0, 0x00007fcf3888de88] Event: 177.829 Thread 0x00007fce2d134340 nmethod 36463 0x00007fcf39056110 code [0x00007fcf390562a0, 0x00007fcf39056360] Event: 177.829 Thread 0x00007fce906a7b90 36430 4 net.minecraft.world.level.Level::m_7731_ (11 bytes) Event: 177.829 Thread 0x00007fce2d134340 36462 4 net.minecraft.world.level.Level::m_6933_ (178 bytes) Event: 177.839 Thread 0x00007fcf480d30e0 nmethod 36449 0x00007fcf39461a90 code [0x00007fcf39461e40, 0x00007fcf39463ea0] Event: 177.839 Thread 0x00007fcf480d30e0 36465 4 com.aetherteam.nitrogen.recipe.BlockStateIngredient::test (9 bytes) Event: 177.842 Thread 0x00007fcf480d30e0 nmethod 36465 0x00007fcf39aab110 code [0x00007fcf39aab2c0, 0x00007fcf39aab530] Event: 177.843 Thread 0x00007fcf480d30e0 36466 4 net.minecraft.world.level.block.LeavesBlock::m_54435_ (95 bytes) Event: 177.852 Thread 0x00007fcf480d30e0 nmethod 36466 0x00007fcf39d55e10 code [0x00007fcf39d56000, 0x00007fcf39d56448] Event: 177.852 Thread 0x00007fcf480d30e0 36467 4 com.aetherteam.aether.recipe.recipes.ban.BlockBanRecipe::banBlock (35 bytes) Event: 177.865 Thread 0x00007fcf480d30e0 nmethod 36467 0x00007fcf3883d010 code [0x00007fcf3883d220, 0x00007fcf3883d9e8] Event: 177.865 Thread 0x00007fcf480d30e0 36470 ! 4 net.minecraft.server.level.ServerLevel::m_7260_ (199 bytes) GC Heap History (20 events): Event: 123.775 GC heap before {Heap before GC invocations=85 (full 0): garbage-first heap total 4407296K, used 3927749K [0x000000031d000000, 0x0000000800000000) region size 16384K, 153 young (2506752K), 14 survivors (229376K) Metaspace used 276422K, committed 278976K, reserved 1310720K class space used 53367K, committed 54464K, reserved 1048576K } Event: 123.944 GC heap after {Heap after GC invocations=86 (full 0): garbage-first heap total 4407296K, used 1830770K [0x000000031d000000, 0x0000000800000000) region size 16384K, 20 young (327680K), 20 survivors (327680K) Metaspace used 276422K, committed 278976K, reserved 1310720K class space used 53367K, committed 54464K, reserved 1048576K } Event: 133.464 GC heap before {Heap before GC invocations=87 (full 0): garbage-first heap total 4407296K, used 3829618K [0x000000031d000000, 0x0000000800000000) region size 16384K, 143 young (2342912K), 20 survivors (327680K) Metaspace used 279012K, committed 281600K, reserved 1310720K class space used 53719K, committed 54848K, reserved 1048576K } Event: 133.771 GC heap after {Heap after GC invocations=88 (full 0): garbage-first heap total 4456448K, used 2105344K [0x000000031d000000, 0x0000000800000000) region size 16384K, 17 young (278528K), 17 survivors (278528K) Metaspace used 279012K, committed 281600K, reserved 1310720K class space used 53719K, committed 54848K, reserved 1048576K } Event: 140.120 GC heap before {Heap before GC invocations=88 (full 0): garbage-first heap total 4456448K, used 3923968K [0x000000031d000000, 0x0000000800000000) region size 16384K, 128 young (2097152K), 17 survivors (278528K) Metaspace used 279689K, committed 282240K, reserved 1310720K class space used 53777K, committed 54912K, reserved 1048576K } Event: 140.219 GC heap after {Heap after GC invocations=89 (full 0): garbage-first heap total 4456448K, used 2063186K [0x000000031d000000, 0x0000000800000000) region size 16384K, 4 young (65536K), 4 survivors (65536K) Metaspace used 279689K, committed 282240K, reserved 1310720K class space used 53777K, committed 54912K, reserved 1048576K } Event: 145.709 GC heap before {Heap before GC invocations=89 (full 0): garbage-first heap total 4456448K, used 4062034K [0x000000031d000000, 0x0000000800000000) region size 16384K, 126 young (2064384K), 4 survivors (65536K) Metaspace used 280099K, committed 282624K, reserved 1310720K class space used 53823K, committed 54912K, reserved 1048576K } Event: 145.741 GC heap after {Heap after GC invocations=90 (full 0): garbage-first heap total 4456448K, used 2080768K [0x000000031d000000, 0x0000000800000000) region size 16384K, 5 young (81920K), 5 survivors (81920K) Metaspace used 280099K, committed 282624K, reserved 1310720K class space used 53823K, committed 54912K, reserved 1048576K } Event: 151.805 GC heap before {Heap before GC invocations=91 (full 0): garbage-first heap total 4456448K, used 4112384K [0x000000031d000000, 0x0000000800000000) region size 16384K, 129 young (2113536K), 5 survivors (81920K) Metaspace used 280293K, committed 282816K, reserved 1310720K class space used 53829K, committed 54912K, reserved 1048576K } Event: 151.835 GC heap after {Heap after GC invocations=92 (full 0): garbage-first heap total 4456448K, used 2115117K [0x000000031d000000, 0x0000000800000000) region size 16384K, 8 young (131072K), 8 survivors (131072K) Metaspace used 280293K, committed 282816K, reserved 1310720K class space used 53829K, committed 54912K, reserved 1048576K } Event: 156.850 GC heap before {Heap before GC invocations=92 (full 0): garbage-first heap total 4456448K, used 4064813K [0x000000031d000000, 0x0000000800000000) region size 16384K, 127 young (2080768K), 8 survivors (131072K) Metaspace used 280342K, committed 282880K, reserved 1310720K class space used 53829K, committed 54912K, reserved 1048576K } Event: 156.961 GC heap after {Heap after GC invocations=93 (full 0): garbage-first heap total 4489216K, used 2284148K [0x000000031d000000, 0x0000000800000000) region size 16384K, 16 young (262144K), 16 survivors (262144K) Metaspace used 280342K, committed 282880K, reserved 1310720K class space used 53829K, committed 54912K, reserved 1048576K } Event: 158.810 GC heap before {Heap before GC invocations=93 (full 0): garbage-first heap total 4489216K, used 3955316K [0x000000031d000000, 0x0000000800000000) region size 16384K, 119 young (1949696K), 16 survivors (262144K) Metaspace used 280345K, committed 282880K, reserved 1310720K class space used 53829K, committed 54912K, reserved 1048576K } Event: 158.867 GC heap after {Heap after GC invocations=94 (full 0): garbage-first heap total 4489216K, used 2220628K [0x000000031d000000, 0x0000000800000000) region size 16384K, 4 young (65536K), 4 survivors (65536K) Metaspace used 280345K, committed 282880K, reserved 1310720K class space used 53829K, committed 54912K, reserved 1048576K } Event: 164.562 GC heap before {Heap before GC invocations=95 (full 0): garbage-first heap total 4489216K, used 4072020K [0x000000031d000000, 0x0000000800000000) region size 16384K, 117 young (1916928K), 4 survivors (65536K) Metaspace used 280500K, committed 283072K, reserved 1310720K class space used 53845K, committed 54976K, reserved 1048576K } Event: 164.596 GC heap after {Heap after GC invocations=96 (full 0): garbage-first heap total 4489216K, used 2246335K [0x000000031d000000, 0x0000000800000000) region size 16384K, 6 young (98304K), 6 survivors (98304K) Metaspace used 280500K, committed 283072K, reserved 1310720K class space used 53845K, committed 54976K, reserved 1048576K } Event: 170.573 GC heap before {Heap before GC invocations=96 (full 0): garbage-first heap total 4489216K, used 4130495K [0x000000031d000000, 0x0000000800000000) region size 16384K, 121 young (1982464K), 6 survivors (98304K) Metaspace used 280628K, committed 283200K, reserved 1310720K class space used 53848K, committed 54976K, reserved 1048576K } Event: 170.624 GC heap after {Heap after GC invocations=97 (full 0): garbage-first heap total 4489216K, used 2230568K [0x000000031d000000, 0x0000000800000000) region size 16384K, 8 young (131072K), 8 survivors (131072K) Metaspace used 280628K, committed 283200K, reserved 1310720K class space used 53848K, committed 54976K, reserved 1048576K } Event: 177.559 GC heap before {Heap before GC invocations=97 (full 0): garbage-first heap total 4489216K, used 4098344K [0x000000031d000000, 0x0000000800000000) region size 16384K, 122 young (1998848K), 8 survivors (131072K) Metaspace used 287963K, committed 290688K, reserved 1310720K class space used 54940K, committed 56128K, reserved 1048576K } Event: 177.613 GC heap after {Heap after GC invocations=98 (full 0): garbage-first heap total 4489216K, used 2336918K [0x000000031d000000, 0x0000000800000000) region size 16384K, 14 young (229376K), 14 survivors (229376K) Metaspace used 287963K, committed 290688K, reserved 1310720K class space used 54940K, committed 56128K, reserved 1048576K } Dll operation events (13 events): Event: 0.002 Loaded shared library /opt/java/openjdk/lib/libjava.so Event: 0.043 Loaded shared library /opt/java/openjdk/lib/libjsvml.so Event: 0.046 Loaded shared library /opt/java/openjdk/lib/libnio.so Event: 0.081 Loaded shared library /opt/java/openjdk/lib/libzip.so Event: 0.171 Loaded shared library /opt/java/openjdk/lib/libjimage.so Event: 0.223 Loaded shared library /opt/java/openjdk/lib/libnet.so Event: 0.401 Loaded shared library /opt/java/openjdk/lib/libverify.so Event: 2.900 Loaded shared library /opt/java/openjdk/lib/libmanagement.so Event: 2.902 Loaded shared library /opt/java/openjdk/lib/libmanagement_ext.so Event: 19.413 Loaded shared library /home/container/.cache/JNA/temp/jna17129922086933746827.tmp Event: 29.746 Loaded shared library /opt/java/openjdk/lib/libextnet.so Event: 110.341 Loaded shared library /tmp/libnetty_transport_native_epoll_x86_6412819734511355330687.so Event: 112.378 Loaded shared library /tmp/libgdx?/12cf652/libKrunchJni64.so Deoptimization events (20 events): Event: 177.776 Thread 0x00007fcdd8540960 Uncommon trap: trap_request=0xffffffbe fr.pc=0x00007fcf392bb84c relative=0x0000000000000a4c Event: 177.776 Thread 0x00007fcdd8540960 Uncommon trap: reason=profile_predicate action=maybe_recompile pc=0x00007fcf392bb84c method=net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230645_()V @ 93 c2 Event: 177.776 Thread 0x00007fcdd8540960 DEOPT PACKING pc=0x00007fcf392bb84c sp=0x00007fceb63f1ca0 Event: 177.776 Thread 0x00007fcdd8540960 DEOPT UNPACKING pc=0x00007fcf37e3af99 sp=0x00007fceb63f1c88 mode 2 Event: 177.776 Thread 0x00007fcdd8540960 Uncommon trap: trap_request=0xffffffbe fr.pc=0x00007fcf392bb84c relative=0x0000000000000a4c Event: 177.776 Thread 0x00007fcdd8540960 Uncommon trap: reason=profile_predicate action=maybe_recompile pc=0x00007fcf392bb84c method=net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230645_()V @ 93 c2 Event: 177.776 Thread 0x00007fcdd8540960 DEOPT PACKING pc=0x00007fcf392bb84c sp=0x00007fceb63f1ca0 Event: 177.776 Thread 0x00007fcdd8540960 DEOPT UNPACKING pc=0x00007fcf37e3af99 sp=0x00007fceb63f1c88 mode 2 Event: 177.776 Thread 0x00007fcdd8540960 Uncommon trap: trap_request=0xffffffbe fr.pc=0x00007fcf392bb84c relative=0x0000000000000a4c Event: 177.776 Thread 0x00007fcdd8540960 Uncommon trap: reason=profile_predicate action=maybe_recompile pc=0x00007fcf392bb84c method=net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230645_()V @ 93 c2 Event: 177.776 Thread 0x00007fcdd8540960 DEOPT PACKING pc=0x00007fcf392bb84c sp=0x00007fceb63f1ca0 Event: 177.776 Thread 0x00007fcdd8540960 DEOPT UNPACKING pc=0x00007fcf37e3af99 sp=0x00007fceb63f1c88 mode 2 Event: 177.776 Thread 0x00007fcdd8540960 Uncommon trap: trap_request=0xffffffbe fr.pc=0x00007fcf392bb84c relative=0x0000000000000a4c Event: 177.776 Thread 0x00007fcdd8540960 Uncommon trap: reason=profile_predicate action=maybe_recompile pc=0x00007fcf392bb84c method=net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230645_()V @ 93 c2 Event: 177.776 Thread 0x00007fcdd8540960 DEOPT PACKING pc=0x00007fcf392bb84c sp=0x00007fceb63f1ca0 Event: 177.776 Thread 0x00007fcdd8540960 DEOPT UNPACKING pc=0x00007fcf37e3af99 sp=0x00007fceb63f1c88 mode 2 Event: 177.815 Thread 0x00007fcdd8540960 Uncommon trap: trap_request=0xffffffbe fr.pc=0x00007fcf39d13414 relative=0x0000000000001014 Event: 177.815 Thread 0x00007fcdd8540960 Uncommon trap: reason=profile_predicate action=maybe_recompile pc=0x00007fcf39d13414 method=net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230645_()V @ 93 c2 Event: 177.815 Thread 0x00007fcdd8540960 DEOPT PACKING pc=0x00007fcf39d13414 sp=0x00007fceb63f1d20 Event: 177.815 Thread 0x00007fcdd8540960 DEOPT UNPACKING pc=0x00007fcf37e3af99 sp=0x00007fceb63f1c88 mode 2 Classes loaded (20 events): Event: 174.382 Loading class java/nio/channels/MulticastChannel Event: 174.382 Loading class java/nio/channels/MulticastChannel done Event: 174.382 Loading class java/nio/channels/DatagramChannel done Event: 174.382 Loading class sun/nio/ch/DatagramChannelImpl done Event: 174.386 Loading class sun/nio/ch/DatagramDispatcher Event: 174.387 Loading class sun/nio/ch/DatagramDispatcher done Event: 174.387 Loading class sun/net/ResourceManager Event: 174.387 Loading class sun/net/ResourceManager done Event: 174.387 Loading class sun/nio/ch/NativeSocketAddress Event: 174.388 Loading class sun/nio/ch/NativeSocketAddress done Event: 174.388 Loading class sun/nio/ch/DatagramSocketAdaptor Event: 174.389 Loading class sun/nio/ch/DatagramSocketAdaptor done Event: 174.389 Loading class sun/nio/ch/DatagramSocketAdaptor$DatagramSockets Event: 174.389 Loading class sun/nio/ch/DatagramSocketAdaptor$DatagramSockets done Event: 174.389 Loading class sun/nio/ch/DatagramChannelImpl$DefaultOptionsHolder Event: 174.389 Loading class sun/nio/ch/DatagramChannelImpl$DefaultOptionsHolder done Event: 174.391 Loading class java/net/DatagramPacket Event: 174.391 Loading class java/net/DatagramPacket done Event: 176.472 Loading class java/util/PriorityQueue$Itr Event: 176.473 Loading class java/util/PriorityQueue$Itr done Classes unloaded (17 events): Event: 39.974 Thread 0x00007fcf480be250 Unloading class 0x00007fcebe286800 'java/lang/invoke/LambdaForm$MH+0x00007fcebe286800' Event: 39.974 Thread 0x00007fcf480be250 Unloading class 0x00007fcebe286400 'java/lang/invoke/LambdaForm$MH+0x00007fcebe286400' Event: 39.974 Thread 0x00007fcf480be250 Unloading class 0x00007fcebe285800 'java/lang/invoke/LambdaForm$MH+0x00007fcebe285800' Event: 39.974 Thread 0x00007fcf480be250 Unloading class 0x00007fcebe285000 'java/lang/invoke/LambdaForm$MH+0x00007fcebe285000' Event: 39.974 Thread 0x00007fcf480be250 Unloading class 0x00007fcebe284800 'java/lang/invoke/LambdaForm$MH+0x00007fcebe284800' Event: 39.974 Thread 0x00007fcf480be250 Unloading class 0x00007fcebe284400 'java/lang/invoke/LambdaForm$MH+0x00007fcebe284400' Event: 39.974 Thread 0x00007fcf480be250 Unloading class 0x00007fcebe284000 'java/lang/invoke/LambdaForm$MH+0x00007fcebe284000' Event: 147.266 Thread 0x00007fcf480be250 Unloading class 0x00007fcebf4ab000 'java/lang/invoke/LambdaForm$DMH+0x00007fcebf4ab000' Event: 147.266 Thread 0x00007fcf480be250 Unloading class 0x00007fcebf4aa800 'java/lang/invoke/LambdaForm$DMH+0x00007fcebf4aa800' Event: 147.266 Thread 0x00007fcf480be250 Unloading class 0x00007fcebf4aa400 'java/lang/invoke/LambdaForm$DMH+0x00007fcebf4aa400' Event: 147.266 Thread 0x00007fcf480be250 Unloading class 0x00007fcebf4aac00 'java/lang/invoke/LambdaForm$DMH+0x00007fcebf4aac00' Event: 147.266 Thread 0x00007fcf480be250 Unloading class 0x00007fcebf4ab400 'java/lang/invoke/LambdaForm$DMH+0x00007fcebf4ab400' Event: 147.266 Thread 0x00007fcf480be250 Unloading class 0x00007fcebf4a9c00 'java/lang/invoke/LambdaForm$DMH+0x00007fcebf4a9c00' Event: 147.266 Thread 0x00007fcf480be250 Unloading class 0x00007fcebf4a9800 'java/lang/invoke/LambdaForm$DMH+0x00007fcebf4a9800' Event: 147.266 Thread 0x00007fcf480be250 Unloading class 0x00007fcebf4a9000 'java/lang/invoke/LambdaForm$DMH+0x00007fcebf4a9000' Event: 147.266 Thread 0x00007fcf480be250 Unloading class 0x00007fcebf4a9400 'java/lang/invoke/LambdaForm$DMH+0x00007fcebf4a9400' Event: 147.266 Thread 0x00007fcf480be250 Unloading class 0x00007fcebf4a8c00 'java/lang/invoke/LambdaForm$DMH+0x00007fcebf4a8c00' Classes redefined (0 events): No events Internal exceptions (20 events): Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce018ac0}> (0x00000003ce018ac0) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce018da0}> (0x00000003ce018da0) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce019080}> (0x00000003ce019080) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce019360}> (0x00000003ce019360) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce019640}> (0x00000003ce019640) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce019c00}> (0x00000003ce019c00) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce019ee0}> (0x00000003ce019ee0) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce01a780}> (0x00000003ce01a780) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce01aa60}> (0x00000003ce01aa60) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce01b020}> (0x00000003ce01b020) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce01b300}> (0x00000003ce01b300) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce01b5e0}> (0x00000003ce01b5e0) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce01b8c0}> (0x00000003ce01b8c0) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce01bba0}> (0x00000003ce01bba0) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce01c160}> (0x00000003ce01c160) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.443 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NullPointerException'{0x00000003ce01c440}> (0x00000003ce01c440) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 1372] Event: 176.510 Thread 0x00007fcdd8540960 Implicit null exception at 0x00007fcf397c67da to 0x00007fcf397c6854 Event: 176.569 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NoSuchMethodError'{0x00000003cd315ef8}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, double, double, double)'> (0x00000003cd315ef8) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 772] Event: 176.842 Thread 0x00007fcdd8540960 Exception <a 'java/lang/IncompatibleClassChangeError'{0x00000003cd9d81a8}: Found class java.lang.Object, but interface was expected> (0x00000003cd9d81a8) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 840] Event: 177.435 Thread 0x00007fcdd8540960 Exception <a 'java/lang/NoSuchMethodError'{0x00000003b95bcfd8}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int, int, java.lang.Object, java.lang.Object)'> (0x00000003b95bcfd8) thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 772] ZGC Phase Switch (0 events): No events VM Operations (20 events): Event: 175.923 Executing VM operation: HandshakeAllThreads (Deoptimize) Event: 175.923 Executing VM operation: HandshakeAllThreads (Deoptimize) done Event: 176.058 Executing VM operation: ICBufferFull Event: 176.058 Executing VM operation: ICBufferFull done Event: 176.307 Executing VM operation: HandshakeAllThreads (Deoptimize) Event: 176.307 Executing VM operation: HandshakeAllThreads (Deoptimize) done Event: 176.396 Executing VM operation: HandshakeAllThreads (Deoptimize) Event: 176.396 Executing VM operation: HandshakeAllThreads (Deoptimize) done Event: 176.468 Executing VM operation: HandshakeAllThreads (Deoptimize) Event: 176.468 Executing VM operation: HandshakeAllThreads (Deoptimize) done Event: 176.563 Executing VM operation: HandshakeAllThreads (Deoptimize) Event: 176.563 Executing VM operation: HandshakeAllThreads (Deoptimize) done Event: 176.761 Executing VM operation: ICBufferFull Event: 176.762 Executing VM operation: ICBufferFull done Event: 176.809 Executing VM operation: HandshakeAllThreads (Deoptimize) Event: 176.809 Executing VM operation: HandshakeAllThreads (Deoptimize) done Event: 177.442 Executing VM operation: HandshakeAllThreads (Deoptimize) Event: 177.442 Executing VM operation: HandshakeAllThreads (Deoptimize) done Event: 177.559 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) Event: 177.613 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) done Events (20 events): Event: 174.049 Thread 0x00007fce906a7b90 Thread added: 0x00007fce906a7b90 Event: 174.049 Protecting memory [0x00007fcf08dfb000,0x00007fcf08dff000] with protection modes 0 Event: 174.050 Thread 0x00007fce90650d40 Thread added: 0x00007fce90650d40 Event: 174.050 Protecting memory [0x00007fceb4fe3000,0x00007fceb4fe7000] with protection modes 0 Event: 174.367 Thread 0x00007fcdbc272c80 Thread added: 0x00007fcdbc272c80 Event: 174.367 Protecting memory [0x00007fceb51e5000,0x00007fceb51e9000] with protection modes 0 Event: 174.390 Thread 0x00007fcdbc330ff0 Thread added: 0x00007fcdbc330ff0 Event: 174.390 Protecting memory [0x00007fceb42e3000,0x00007fceb42e7000] with protection modes 0 Event: 174.546 Thread 0x00007fce90650d40 Thread exited: 0x00007fce90650d40 Event: 174.636 Thread 0x00007fce90650d40 Thread added: 0x00007fce90650d40 Event: 174.636 Protecting memory [0x00007fceb4fe3000,0x00007fceb4fe7000] with protection modes 0 Event: 175.941 Thread 0x00007fce90650d40 Thread exited: 0x00007fce90650d40 Event: 176.140 Thread 0x00007fce906a7b90 Thread exited: 0x00007fce906a7b90 Event: 176.200 Thread 0x00007fce906a7b90 Thread added: 0x00007fce906a7b90 Event: 176.200 Protecting memory [0x00007fcf08dfb000,0x00007fcf08dff000] with protection modes 0 Event: 176.620 Thread 0x00007fce90650d40 Thread added: 0x00007fce90650d40 Event: 176.620 Protecting memory [0x00007fceb4fe3000,0x00007fceb4fe7000] with protection modes 0 Event: 177.226 Thread 0x00007fce90650d40 Thread exited: 0x00007fce90650d40 Event: 177.640 Thread 0x00007fce2d134340 Thread added: 0x00007fce2d134340 Event: 177.640 Protecting memory [0x00007fceb4fe3000,0x00007fceb4fe7000] with protection modes 0 Dynamic libraries: 31d000000-429000000 rw-p 00000000 00:00 0 429000000-7fa000000 ---p 00000000 00:00 0 7fa000000-7ff000000 rw-p 00000000 00:00 0 7ff000000-7ff108000 rw-p 00cea000 08:01 284831 /opt/java/openjdk/lib/server/classes.jsa 7ff108000-800000000 rw-p 00000000 00:00 0 556c6b5a5000-556c6b5a6000 r-xp 00000000 08:01 284332 /opt/java/openjdk/bin/java 556c6b5a7000-556c6b5a8000 r--p 00001000 08:01 284332 /opt/java/openjdk/bin/java 556c6b5a8000-556c6b5a9000 rw-p 00002000 08:01 284332 /opt/java/openjdk/bin/java 556c6b8ec000-556c6b934000 rw-p 00000000 00:00 0 [heap] 7fccbfe48000-7fccbfe49000 ---p 00000000 00:00 0 7fccbfe49000-7fccc0649000 rw-p 00000000 00:00 0 7fccc0649000-7fccc064a000 ---p 00000000 00:00 0 7fccc064a000-7fccc0e4a000 rw-p 00000000 00:00 0 7fccc0e4a000-7fccc0e4b000 ---p 00000000 00:00 0 7fccc0e4b000-7fccc164b000 rw-p 00000000 00:00 0 7fccc164b000-7fccc164c000 ---p 00000000 00:00 0 7fccc164c000-7fccc1e4c000 rw-p 00000000 00:00 0 7fccc1e4c000-7fccc1e4d000 ---p 00000000 00:00 0 7fccc1e4d000-7fccc264d000 rw-p 00000000 00:00 0 7fccc264d000-7fccc264e000 ---p 00000000 00:00 0 7fccc264e000-7fccc2e4e000 rw-p 00000000 00:00 0 7fccc2e4e000-7fccc2e4f000 ---p 00000000 00:00 0 7fccc2e4f000-7fccc364f000 rw-p 00000000 00:00 0 7fccc364f000-7fccc3650000 ---p 00000000 00:00 0 7fccc3650000-7fccc3e50000 rw-p 00000000 00:00 0 7fccc3e50000-7fccc3e51000 ---p 00000000 00:00 0 7fccc3e51000-7fccc4651000 rw-p 00000000 00:00 0 7fccc4651000-7fccc4652000 ---p 00000000 00:00 0 7fccc4652000-7fccc4e52000 rw-p 00000000 00:00 0 7fccc4e52000-7fccc4e53000 ---p 00000000 00:00 0 7fccc4e53000-7fccc5653000 rw-p 00000000 00:00 0 7fccc5653000-7fccc5654000 ---p 00000000 00:00 0 7fccc5654000-7fccc5e54000 rw-p 00000000 00:00 0 7fccc5e54000-7fccc5e55000 ---p 00000000 00:00 0 7fccc5e55000-7fccc6655000 rw-p 00000000 00:00 0 7fccc6655000-7fccc6656000 ---p 00000000 00:00 0 7fccc6656000-7fccc6e56000 rw-p 00000000 00:00 0 7fccc6e56000-7fccc6e57000 ---p 00000000 00:00 0 7fccc6e57000-7fccc7657000 rw-p 00000000 00:00 0 7fccc7657000-7fccc7658000 ---p 00000000 00:00 0 7fccc7658000-7fccc7e58000 rw-p 00000000 00:00 0 7fccc7e58000-7fccc7e59000 ---p 00000000 00:00 0 7fccc7e59000-7fccc8659000 rw-p 00000000 00:00 0 7fccc8659000-7fccc865a000 ---p 00000000 00:00 0 7fccc865a000-7fccc8e5a000 rw-p 00000000 00:00 0 7fccc8e5a000-7fccc8e5b000 ---p 00000000 00:00 0 7fccc8e5b000-7fccc965b000 rw-p 00000000 00:00 0 7fccc965b000-7fccc965c000 ---p 00000000 00:00 0 7fccc965c000-7fccc9e5c000 rw-p 00000000 00:00 0 7fccc9e5c000-7fccc9e5d000 ---p 00000000 00:00 0 7fccc9e5d000-7fccca65d000 rw-p 00000000 00:00 0 7fccca65d000-7fccca65e000 ---p 00000000 00:00 0 7fccca65e000-7fcccae5e000 rw-p 00000000 00:00 0 7fcccae5e000-7fcccae5f000 ---p 00000000 00:00 0 7fcccae5f000-7fcccb65f000 rw-p 00000000 00:00 0 7fcccb65f000-7fcccb660000 ---p 00000000 00:00 0 7fcccb660000-7fcccbe60000 rw-p 00000000 00:00 0 7fcccbe60000-7fcccbe61000 ---p 00000000 00:00 0 7fcccbe61000-7fcccc661000 rw-p 00000000 00:00 0 7fcccc661000-7fcccc662000 ---p 00000000 00:00 0 7fcccc662000-7fcccce62000 rw-p 00000000 00:00 0 7fcccce62000-7fcccce63000 ---p 00000000 00:00 0 7fcccce63000-7fcccd663000 rw-p 00000000 00:00 0 7fcccd663000-7fcccd664000 ---p 00000000 00:00 0 7fcccd664000-7fcccde64000 rw-p 00000000 00:00 0 7fcccde64000-7fcccde65000 ---p 00000000 00:00 0 7fcccde65000-7fccce665000 rw-p 00000000 00:00 0 7fccce665000-7fccce666000 ---p 00000000 00:00 0 7fccce666000-7fcccee66000 rw-p 00000000 00:00 0 7fcccee66000-7fcccee67000 ---p 00000000 00:00 0 7fcccee67000-7fcccf667000 rw-p 00000000 00:00 0 7fcccf667000-7fcccf668000 ---p 00000000 00:00 0 7fcccf668000-7fcccfe68000 rw-p 00000000 00:00 0 7fcccfe68000-7fcccfe69000 ---p 00000000 00:00 0 7fcccfe69000-7fccd0669000 rw-p 00000000 00:00 0 7fccd0669000-7fccd066a000 ---p 00000000 00:00 0 7fccd066a000-7fccd0e6a000 rw-p 00000000 00:00 0 7fccd0e6a000-7fccd0e6b000 ---p 00000000 00:00 0 7fccd0e6b000-7fccd166b000 rw-p 00000000 00:00 0 7fccd166b000-7fccd166c000 ---p 00000000 00:00 0 7fccd166c000-7fccd1e6c000 rw-p 00000000 00:00 0 7fccd1e6c000-7fccd1e6d000 ---p 00000000 00:00 0 7fccd1e6d000-7fccd266d000 rw-p 00000000 00:00 0 7fccd266d000-7fccd266e000 ---p 00000000 00:00 0 7fccd266e000-7fccd2e6e000 rw-p 00000000 00:00 0 7fccd2e6e000-7fccd2e6f000 ---p 00000000 00:00 0 7fccd2e6f000-7fccd366f000 rw-p 00000000 00:00 0 7fccd366f000-7fccd3670000 ---p 00000000 00:00 0 7fccd3670000-7fccd3e70000 rw-p 00000000 00:00 0 7fccd3e70000-7fccd3e71000 ---p 00000000 00:00 0 7fccd3e71000-7fccd4671000 rw-p 00000000 00:00 0 7fccd4671000-7fccd4672000 ---p 00000000 00:00 0 7fccd4672000-7fccd4e72000 rw-p 00000000 00:00 0 7fccd4e72000-7fccd4e73000 ---p 00000000 00:00 0 7fccd4e73000-7fccd5673000 rw-p 00000000 00:00 0 7fccd5673000-7fccd5674000 ---p 00000000 00:00 0 7fccd5674000-7fccd5e74000 rw-p 00000000 00:00 0 7fccd5e74000-7fccd5e75000 ---p 00000000 00:00 0 7fccd5e75000-7fccd6675000 rw-p 00000000 00:00 0 7fccd6675000-7fccd6676000 ---p 00000000 00:00 0 7fccd6676000-7fccd6e76000 rw-p 00000000 00:00 0 7fccd6e76000-7fccd6e77000 ---p 00000000 00:00 0 7fccd6e77000-7fccd7677000 rw-p 00000000 00:00 0 7fccd7677000-7fccd7678000 ---p 00000000 00:00 0 7fccd7678000-7fccd7e78000 rw-p 00000000 00:00 0 7fccd7e78000-7fccd7e79000 ---p 00000000 00:00 0 7fccd7e79000-7fccd8679000 rw-p 00000000 00:00 0 7fccd8679000-7fccd867a000 ---p 00000000 00:00 0 7fccd867a000-7fccd8e7a000 rw-p 00000000 00:00 0 7fccd8e7a000-7fccd8e7b000 ---p 00000000 00:00 0 7fccd8e7b000-7fccd967b000 rw-p 00000000 00:00 0 7fccd967b000-7fccd967c000 ---p 00000000 00:00 0 7fccd967c000-7fccd9e7c000 rw-p 00000000 00:00 0 7fccd9e7c000-7fccd9e7d000 ---p 00000000 00:00 0 7fccd9e7d000-7fccda67d000 rw-p 00000000 00:00 0 7fccda67d000-7fccda67e000 ---p 00000000 00:00 0 7fccda67e000-7fccdae7e000 rw-p 00000000 00:00 0 7fccdae7e000-7fccdae7f000 ---p 00000000 00:00 0 7fccdae7f000-7fccdb67f000 rw-p 00000000 00:00 0 7fccdb67f000-7fccdb680000 ---p 00000000 00:00 0 7fccdb680000-7fccdbe80000 rw-p 00000000 00:00 0 7fccdbe80000-7fccdbe81000 ---p 00000000 00:00 0 7fccdbe81000-7fccdc681000 rw-p 00000000 00:00 0 7fccdc681000-7fccdc682000 ---p 00000000 00:00 0 7fccdc682000-7fccdce82000 rw-p 00000000 00:00 0 7fccdce82000-7fccdce83000 ---p 00000000 00:00 0 7fccdce83000-7fccdd683000 rw-p 00000000 00:00 0 7fccdd683000-7fccdd684000 ---p 00000000 00:00 0 7fccdd684000-7fccdde84000 rw-p 00000000 00:00 0 7fccdde84000-7fccdde85000 ---p 00000000 00:00 0 7fccdde85000-7fccde685000 rw-p 00000000 00:00 0 7fccde685000-7fccde686000 ---p 00000000 00:00 0 7fccde686000-7fccdee86000 rw-p 00000000 00:00 0 7fccdee86000-7fccdee87000 ---p 00000000 00:00 0 7fccdee87000-7fccdf687000 rw-p 00000000 00:00 0 7fccdf687000-7fccdf688000 ---p 00000000 00:00 0 7fccdf688000-7fccdfe88000 rw-p 00000000 00:00 0 7fccdfe88000-7fccdfe89000 ---p 00000000 00:00 0 7fccdfe89000-7fcce0689000 rw-p 00000000 00:00 0 7fcce0689000-7fcce068a000 ---p 00000000 00:00 0 7fcce068a000-7fcce0e8a000 rw-p 00000000 00:00 0 7fcce0e8a000-7fcce0e8b000 ---p 00000000 00:00 0 7fcce0e8b000-7fcce168b000 rw-p 00000000 00:00 0 7fcce168b000-7fcce168c000 ---p 00000000 00:00 0 7fcce168c000-7fcce1e8c000 rw-p 00000000 00:00 0 7fcce1e8c000-7fcce1e8d000 ---p 00000000 00:00 0 7fcce1e8d000-7fcce268d000 rw-p 00000000 00:00 0 7fcce268d000-7fcce268e000 ---p 00000000 00:00 0 7fcce268e000-7fcce2e8e000 rw-p 00000000 00:00 0 7fcce2e8e000-7fcce2e8f000 ---p 00000000 00:00 0 7fcce2e8f000-7fcce368f000 rw-p 00000000 00:00 0 7fcce368f000-7fcce3690000 ---p 00000000 00:00 0 7fcce3690000-7fcce3e90000 rw-p 00000000 00:00 0 7fcce3e90000-7fcce3e91000 ---p 00000000 00:00 0 7fcce3e91000-7fcce4691000 rw-p 00000000 00:00 0 7fcce4691000-7fcce4692000 ---p 00000000 00:00 0 7fcce4692000-7fcce4e92000 rw-p 00000000 00:00 0 7fcce4e92000-7fcce4e93000 ---p 00000000 00:00 0 7fcce4e93000-7fcce5693000 rw-p 00000000 00:00 0 7fcce5693000-7fcce5694000 ---p 00000000 00:00 0 7fcce5694000-7fcce5e94000 rw-p 00000000 00:00 0 7fcce5e94000-7fcce5e95000 ---p 00000000 00:00 0 7fcce5e95000-7fcce6695000 rw-p 00000000 00:00 0 7fcce6695000-7fcce6696000 ---p 00000000 00:00 0 7fcce6696000-7fcce6e96000 rw-p 00000000 00:00 0 7fcce6e96000-7fcce6e97000 ---p 00000000 00:00 0 7fcce6e97000-7fcce7697000 rw-p 00000000 00:00 0 7fcce7697000-7fcce7698000 ---p 00000000 00:00 0 7fcce7698000-7fcce7e98000 rw-p 00000000 00:00 0 7fcce7e98000-7fcce7e99000 ---p 00000000 00:00 0 7fcce7e99000-7fcce8699000 rw-p 00000000 00:00 0 7fcce8699000-7fcce869a000 ---p 00000000 00:00 0 7fcce869a000-7fcce8e9a000 rw-p 00000000 00:00 0 7fcce8e9a000-7fcce8e9b000 ---p 00000000 00:00 0 7fcce8e9b000-7fcce969b000 rw-p 00000000 00:00 0 7fcce969b000-7fcce969c000 ---p 00000000 00:00 0 7fcce969c000-7fcce9e9c000 rw-p 00000000 00:00 0 7fcce9e9c000-7fcce9e9d000 ---p 00000000 00:00 0 7fcce9e9d000-7fccea69d000 rw-p 00000000 00:00 0 7fccea69d000-7fccea69e000 ---p 00000000 00:00 0 7fccea69e000-7fcceae9e000 rw-p 00000000 00:00 0 7fcceae9e000-7fcceae9f000 ---p 00000000 00:00 0 7fcceae9f000-7fcceb69f000 rw-p 00000000 00:00 0 7fcceb69f000-7fcceb6a0000 ---p 00000000 00:00 0 7fcceb6a0000-7fccebea0000 rw-p 00000000 00:00 0 7fccebea0000-7fccebea1000 ---p 00000000 00:00 0 7fccebea1000-7fccec6a1000 rw-p 00000000 00:00 0 7fccec6a1000-7fccec6a2000 ---p 00000000 00:00 0 7fccec6a2000-7fccecea2000 rw-p 00000000 00:00 0 7fccecea2000-7fccecea3000 ---p 00000000 00:00 0 7fccecea3000-7fcced6a3000 rw-p 00000000 00:00 0 7fcced6a3000-7fcced6a4000 ---p 00000000 00:00 0 7fcced6a4000-7fccedea4000 rw-p 00000000 00:00 0 7fccedea4000-7fccedea5000 ---p 00000000 00:00 0 7fccedea5000-7fccee6a5000 rw-p 00000000 00:00 0 7fccee6a5000-7fccee6a6000 ---p 00000000 00:00 0 7fccee6a6000-7fcceeea6000 rw-p 00000000 00:00 0 7fcceeea6000-7fcceeea7000 ---p 00000000 00:00 0 7fcceeea7000-7fccef6a7000 rw-p 00000000 00:00 0 7fccef6a7000-7fccef6a8000 ---p 00000000 00:00 0 7fccef6a8000-7fccefea8000 rw-p 00000000 00:00 0 7fccefea8000-7fccefea9000 ---p 00000000 00:00 0 7fccefea9000-7fccf06a9000 rw-p 00000000 00:00 0 7fccf06a9000-7fccf06aa000 ---p 00000000 00:00 0 7fccf06aa000-7fccf0eaa000 rw-p 00000000 00:00 0 7fccf0eaa000-7fccf0eab000 ---p 00000000 00:00 0 7fccf0eab000-7fccf16ab000 rw-p 00000000 00:00 0 7fccf16ab000-7fccf16ac000 ---p 00000000 00:00 0 7fccf16ac000-7fccf1eac000 rw-p 00000000 00:00 0 7fccf1eac000-7fccf1ead000 ---p 00000000 00:00 0 7fccf1ead000-7fccf26ad000 rw-p 00000000 00:00 0 7fccf26ad000-7fccf26ae000 ---p 00000000 00:00 0 7fccf26ae000-7fccf2eae000 rw-p 00000000 00:00 0 7fccf2eae000-7fccf2eaf000 ---p 00000000 00:00 0 7fccf2eaf000-7fccf36af000 rw-p 00000000 00:00 0 7fccf36af000-7fccf36b0000 ---p 00000000 00:00 0 7fccf36b0000-7fccf3eb0000 rw-p 00000000 00:00 0 7fccf3eb0000-7fccf3eb1000 ---p 00000000 00:00 0 7fccf3eb1000-7fccf46b1000 rw-p 00000000 00:00 0 7fccf46b1000-7fccf46b2000 ---p 00000000 00:00 0 7fccf46b2000-7fccf4eb2000 rw-p 00000000 00:00 0 7fccf4eb2000-7fccf4eb3000 ---p 00000000 00:00 0 7fccf4eb3000-7fccf56b3000 rw-p 00000000 00:00 0 7fccf56b3000-7fccf56b4000 ---p 00000000 00:00 0 7fccf56b4000-7fccf5eb4000 rw-p 00000000 00:00 0 7fccf5eb4000-7fccf5eb5000 ---p 00000000 00:00 0 7fccf5eb5000-7fccf66b5000 rw-p 00000000 00:00 0 7fccf66b5000-7fccf66b6000 ---p 00000000 00:00 0 7fccf66b6000-7fccf6eb6000 rw-p 00000000 00:00 0 7fccf6eb6000-7fccf6eb7000 ---p 00000000 00:00 0 7fccf6eb7000-7fccf76b7000 rw-p 00000000 00:00 0 7fccf76b7000-7fccf76b8000 ---p 00000000 00:00 0 7fccf76b8000-7fccf7eb8000 rw-p 00000000 00:00 0 7fccf7eb8000-7fccf7eb9000 ---p 00000000 00:00 0 7fccf7eb9000-7fccf86b9000 rw-p 00000000 00:00 0 7fccf86b9000-7fccf86ba000 ---p 00000000 00:00 0 7fccf86ba000-7fccf8eba000 rw-p 00000000 00:00 0 7fccf8eba000-7fccf8ebb000 ---p 00000000 00:00 0 7fccf8ebb000-7fccf96bb000 rw-p 00000000 00:00 0 7fccf96bb000-7fccf96bc000 ---p 00000000 00:00 0 7fccf96bc000-7fccf9ebc000 rw-p 00000000 00:00 0 7fccf9ebc000-7fccf9ebd000 ---p 00000000 00:00 0 7fccf9ebd000-7fccfa6bd000 rw-p 00000000 00:00 0 7fccfa6bd000-7fccfa6be000 ---p 00000000 00:00 0 7fccfa6be000-7fccfaebe000 rw-p 00000000 00:00 0 7fccfaebe000-7fccfaebf000 ---p 00000000 00:00 0 7fccfaebf000-7fccfb6bf000 rw-p 00000000 00:00 0 7fccfb6bf000-7fccfb6c0000 ---p 00000000 00:00 0 7fccfb6c0000-7fccfbec0000 rw-p 00000000 00:00 0 7fccfbec0000-7fccfbec1000 ---p 00000000 00:00 0 7fccfbec1000-7fccfc6c1000 rw-p 00000000 00:00 0 7fccfc6c1000-7fccfc6c2000 ---p 00000000 00:00 0 7fccfc6c2000-7fccfcec2000 rw-p 00000000 00:00 0 7fccfcec2000-7fccfcec3000 ---p 00000000 00:00 0 7fccfcec3000-7fccfd6c3000 rw-p 00000000 00:00 0 7fccfd6c3000-7fccfd6c4000 ---p 00000000 00:00 0 7fccfd6c4000-7fccfdec4000 rw-p 00000000 00:00 0 7fccfdec4000-7fccfdec5000 ---p 00000000 00:00 0 7fccfdec5000-7fccfe6c5000 rw-p 00000000 00:00 0 7fccfe6c5000-7fccfe6c6000 ---p 00000000 00:00 0 7fccfe6c6000-7fccfeec6000 rw-p 00000000 00:00 0 7fccfeec6000-7fccfeec7000 ---p 00000000 00:00 0 7fccfeec7000-7fccff6c7000 rw-p 00000000 00:00 0 7fccff6c7000-7fccff6c8000 ---p 00000000 00:00 0 7fccff6c8000-7fccffec8000 rw-p 00000000 00:00 0 7fccffec8000-7fccffec9000 ---p 00000000 00:00 0 7fccffec9000-7fcd006c9000 rw-p 00000000 00:00 0 7fcd006c9000-7fcd006ca000 ---p 00000000 00:00 0 7fcd006ca000-7fcd00eca000 rw-p 00000000 00:00 0 7fcd00eca000-7fcd00ecb000 ---p 00000000 00:00 0 7fcd00ecb000-7fcd016cb000 rw-p 00000000 00:00 0 7fcd016cb000-7fcd016cc000 ---p 00000000 00:00 0 7fcd016cc000-7fcd01ecc000 rw-p 00000000 00:00 0 7fcd01ecc000-7fcd01ecd000 ---p 00000000 00:00 0 7fcd01ecd000-7fcd026cd000 rw-p 00000000 00:00 0 7fcd026cd000-7fcd026ce000 ---p 00000000 00:00 0 7fcd026ce000-7fcd02ece000 rw-p 00000000 00:00 0 7fcd02ece000-7fcd02ecf000 ---p 00000000 00:00 0 7fcd02ecf000-7fcd036cf000 rw-p 00000000 00:00 0 7fcd036cf000-7fcd036d0000 ---p 00000000 00:00 0 7fcd036d0000-7fcd03ed0000 rw-p 00000000 00:00 0 7fcd03ed0000-7fcd03ed1000 ---p 00000000 00:00 0 7fcd03ed1000-7fcd046d1000 rw-p 00000000 00:00 0 7fcd046d1000-7fcd046d2000 ---p 00000000 00:00 0 7fcd046d2000-7fcd04ed2000 rw-p 00000000 00:00 0 7fcd04ed2000-7fcd04ed3000 ---p 00000000 00:00 0 7fcd04ed3000-7fcd056d3000 rw-p 00000000 00:00 0 7fcd056d3000-7fcd056d4000 ---p 00000000 00:00 0 7fcd056d4000-7fcd05ed4000 rw-p 00000000 00:00 0 7fcd05ed4000-7fcd05ed5000 ---p 00000000 00:00 0 7fcd05ed5000-7fcd066d5000 rw-p 00000000 00:00 0 7fcd066d5000-7fcd066d6000 ---p 00000000 00:00 0 7fcd066d6000-7fcd06ed6000 rw-p 00000000 00:00 0 7fcd06ed6000-7fcd06ed7000 ---p 00000000 00:00 0 7fcd06ed7000-7fcd076d7000 rw-p 00000000 00:00 0 7fcd076d7000-7fcd076d8000 ---p 00000000 00:00 0 7fcd076d8000-7fcd07ed8000 rw-p 00000000 00:00 0 7fcd07ed8000-7fcd07ed9000 ---p 00000000 00:00 0 7fcd07ed9000-7fcd086d9000 rw-p 00000000 00:00 0 7fcd086d9000-7fcd086da000 ---p 00000000 00:00 0 7fcd086da000-7fcd08eda000 rw-p 00000000 00:00 0 7fcd08eda000-7fcd08edb000 ---p 00000000 00:00 0 7fcd08edb000-7fcd096db000 rw-p 00000000 00:00 0 7fcd096db000-7fcd096dc000 ---p 00000000 00:00 0 7fcd096dc000-7fcd09edc000 rw-p 00000000 00:00 0 7fcd09edc000-7fcd09edd000 ---p 00000000 00:00 0 7fcd09edd000-7fcd0a6dd000 rw-p 00000000 00:00 0 7fcd0a6dd000-7fcd0a6de000 ---p 00000000 00:00 0 7fcd0a6de000-7fcd0aede000 rw-p 00000000 00:00 0 7fcd0aede000-7fcd0aedf000 ---p 00000000 00:00 0 7fcd0aedf000-7fcd0b6df000 rw-p 00000000 00:00 0 7fcd0b6df000-7fcd0b6e0000 ---p 00000000 00:00 0 7fcd0b6e0000-7fcd0bee0000 rw-p 00000000 00:00 0 7fcd0bee0000-7fcd0bee1000 ---p 00000000 00:00 0 7fcd0bee1000-7fcd0c6e1000 rw-p 00000000 00:00 0 7fcd0c6e1000-7fcd0c6e2000 ---p 00000000 00:00 0 7fcd0c6e2000-7fcd0cee2000 rw-p 00000000 00:00 0 7fcd0cee2000-7fcd0cee3000 ---p 00000000 00:00 0 7fcd0cee3000-7fcd0d6e3000 rw-p 00000000 00:00 0 7fcd0d6e3000-7fcd0d6e4000 ---p 00000000 00:00 0 7fcd0d6e4000-7fcd0dee4000 rw-p 00000000 00:00 0 7fcd0dee4000-7fcd0dee5000 ---p 00000000 00:00 0 7fcd0dee5000-7fcd0e6e5000 rw-p 00000000 00:00 0 7fcd0e6e5000-7fcd0e6e6000 ---p 00000000 00:00 0 7fcd0e6e6000-7fcd0eee6000 rw-p 00000000 00:00 0 7fcd0eee6000-7fcd0eee7000 ---p 00000000 00:00 0 7fcd0eee7000-7fcd0f6e7000 rw-p 00000000 00:00 0 7fcd0f6e7000-7fcd0f6e8000 ---p 00000000 00:00 0 7fcd0f6e8000-7fcd0fee8000 rw-p 00000000 00:00 0 7fcd0fee8000-7fcd0fee9000 ---p 00000000 00:00 0 7fcd0fee9000-7fcd106e9000 rw-p 00000000 00:00 0 7fcd106e9000-7fcd106ea000 ---p 00000000 00:00 0 7fcd106ea000-7fcd10eea000 rw-p 00000000 00:00 0 7fcd10eea000-7fcd10eeb000 ---p 00000000 00:00 0 7fcd10eeb000-7fcd116eb000 rw-p 00000000 00:00 0 7fcd116eb000-7fcd116ec000 ---p 00000000 00:00 0 7fcd116ec000-7fcd11eec000 rw-p 00000000 00:00 0 7fcd11eec000-7fcd11eed000 ---p 00000000 00:00 0 7fcd11eed000-7fcd126ed000 rw-p 00000000 00:00 0 7fcd126ed000-7fcd126ee000 ---p 00000000 00:00 0 7fcd126ee000-7fcd12eee000 rw-p 00000000 00:00 0 7fcd12eee000-7fcd12eef000 ---p 00000000 00:00 0 7fcd12eef000-7fcd136ef000 rw-p 00000000 00:00 0 7fcd136ef000-7fcd136f0000 ---p 00000000 00:00 0 7fcd136f0000-7fcd13ef0000 rw-p 00000000 00:00 0 7fcd13ef0000-7fcd13ef1000 ---p 00000000 00:00 0 7fcd13ef1000-7fcd146f1000 rw-p 00000000 00:00 0 7fcd146f1000-7fcd146f2000 ---p 00000000 00:00 0 7fcd146f2000-7fcd14ef2000 rw-p 00000000 00:00 0 7fcd14ef2000-7fcd14ef3000 ---p 00000000 00:00 0 7fcd14ef3000-7fcd156f3000 rw-p 00000000 00:00 0 7fcd156f3000-7fcd156f4000 ---p 00000000 00:00 0 7fcd156f4000-7fcd15ef4000 rw-p 00000000 00:00 0 7fcd15ef4000-7fcd15ef5000 ---p 00000000 00:00 0 7fcd15ef5000-7fcd166f5000 rw-p 00000000 00:00 0 7fcd166f5000-7fcd166f6000 ---p 00000000 00:00 0 7fcd166f6000-7fcd16ef6000 rw-p 00000000 00:00 0 7fcd16ef6000-7fcd16ef7000 ---p 00000000 00:00 0 7fcd16ef7000-7fcd176f7000 rw-p 00000000 00:00 0 7fcd176f7000-7fcd176f8000 ---p 00000000 00:00 0 7fcd176f8000-7fcd17ef8000 rw-p 00000000 00:00 0 7fcd17ef8000-7fcd17ef9000 ---p 00000000 00:00 0 7fcd17ef9000-7fcd186f9000 rw-p 00000000 00:00 0 7fcd186f9000-7fcd186fa000 ---p 00000000 00:00 0 7fcd186fa000-7fcd18efa000 rw-p 00000000 00:00 0 7fcd18efa000-7fcd18efb000 ---p 00000000 00:00 0 7fcd18efb000-7fcd196fb000 rw-p 00000000 00:00 0 7fcd196fb000-7fcd196fc000 ---p 00000000 00:00 0 7fcd196fc000-7fcd19efc000 rw-p 00000000 00:00 0 7fcd19efc000-7fcd19efd000 ---p 00000000 00:00 0 7fcd19efd000-7fcd1a6fd000 rw-p 00000000 00:00 0 7fcd1a6fd000-7fcd1a6fe000 ---p 00000000 00:00 0 7fcd1a6fe000-7fcd1aefe000 rw-p 00000000 00:00 0 7fcd1aefe000-7fcd1aeff000 ---p 00000000 00:00 0 7fcd1aeff000-7fcd1b6ff000 rw-p 00000000 00:00 0 7fcd1b6ff000-7fcd1b700000 ---p 00000000 00:00 0 7fcd1b700000-7fcd1bf00000 rw-p 00000000 00:00 0 7fcd1bf00000-7fcd1bf01000 ---p 00000000 00:00 0 7fcd1bf01000-7fcd1c701000 rw-p 00000000 00:00 0 7fcd1c701000-7fcd1c702000 ---p 00000000 00:00 0 7fcd1c702000-7fcd1cf02000 rw-p 00000000 00:00 0 7fcd1cf02000-7fcd1cf03000 ---p 00000000 00:00 0 7fcd1cf03000-7fcd1d703000 rw-p 00000000 00:00 0 7fcd1d703000-7fcd1d704000 ---p 00000000 00:00 0 7fcd1d704000-7fcd1df04000 rw-p 00000000 00:00 0 7fcd1df04000-7fcd1df05000 ---p 00000000 00:00 0 7fcd1df05000-7fcd1e705000 rw-p 00000000 00:00 0 7fcd1e705000-7fcd1e706000 ---p 00000000 00:00 0 7fcd1e706000-7fcd1ef06000 rw-p 00000000 00:00 0 7fcd1ef06000-7fcd1ef07000 ---p 00000000 00:00 0 7fcd1ef07000-7fcd1f707000 rw-p 00000000 00:00 0 7fcd1f707000-7fcd1f708000 ---p 00000000 00:00 0 7fcd1f708000-7fcd1ff08000 rw-p 00000000 00:00 0 7fcd1ff08000-7fcd1ff09000 ---p 00000000 00:00 0 7fcd1ff09000-7fcd20709000 rw-p 00000000 00:00 0 7fcd20709000-7fcd2070a000 ---p 00000000 00:00 0 7fcd2070a000-7fcd20f0a000 rw-p 00000000 00:00 0 7fcd20f0a000-7fcd20f0b000 ---p 00000000 00:00 0 7fcd20f0b000-7fcd2170b000 rw-p 00000000 00:00 0 7fcd2170b000-7fcd2170c000 ---p 00000000 00:00 0 7fcd2170c000-7fcd21f0c000 rw-p 00000000 00:00 0 7fcd21f0c000-7fcd21f0d000 ---p 00000000 00:00 0 7fcd21f0d000-7fcd2270d000 rw-p 00000000 00:00 0 7fcd2270d000-7fcd2270e000 ---p 00000000 00:00 0 7fcd2270e000-7fcd22f0e000 rw-p 00000000 00:00 0 7fcd22f0e000-7fcd22f0f000 ---p 00000000 00:00 0 7fcd22f0f000-7fcd2370f000 rw-p 00000000 00:00 0 7fcd2370f000-7fcd23710000 ---p 00000000 00:00 0 7fcd23710000-7fcd23f10000 rw-p 00000000 00:00 0 7fcd23f10000-7fcd23f11000 ---p 00000000 00:00 0 7fcd23f11000-7fcd24711000 rw-p 00000000 00:00 0 7fcd24711000-7fcd24712000 ---p 00000000 00:00 0 7fcd24712000-7fcd24f12000 rw-p 00000000 00:00 0 7fcd24f12000-7fcd24f13000 ---p 00000000 00:00 0 7fcd24f13000-7fcd25713000 rw-p 00000000 00:00 0 7fcd25713000-7fcd25714000 ---p 00000000 00:00 0 7fcd25714000-7fcd25f14000 rw-p 00000000 00:00 0 7fcd25f14000-7fcd25f15000 ---p 00000000 00:00 0 7fcd25f15000-7fcd26715000 rw-p 00000000 00:00 0 7fcd26715000-7fcd26716000 ---p 00000000 00:00 0 7fcd26716000-7fcd26f16000 rw-p 00000000 00:00 0 7fcd26f16000-7fcd26f17000 ---p 00000000 00:00 0 7fcd26f17000-7fcd27717000 rw-p 00000000 00:00 0 7fcd27717000-7fcd27718000 ---p 00000000 00:00 0 7fcd27718000-7fcd27f18000 rw-p 00000000 00:00 0 7fcd27f18000-7fcd27f19000 ---p 00000000 00:00 0 7fcd27f19000-7fcd28719000 rw-p 00000000 00:00 0 7fcd28719000-7fcd2871a000 ---p 00000000 00:00 0 7fcd2871a000-7fcd28f1a000 rw-p 00000000 00:00 0 7fcd28f1a000-7fcd28f1b000 ---p 00000000 00:00 0 7fcd28f1b000-7fcd2971b000 rw-p 00000000 00:00 0 7fcd2971b000-7fcd2971c000 ---p 00000000 00:00 0 7fcd2971c000-7fcd29f1c000 rw-p 00000000 00:00 0 7fcd29f1c000-7fcd29f1d000 ---p 00000000 00:00 0 7fcd29f1d000-7fcd2a71d000 rw-p 00000000 00:00 0 7fcd2a71d000-7fcd2a71e000 ---p 00000000 00:00 0 7fcd2a71e000-7fcd2af1e000 rw-p 00000000 00:00 0 7fcd2af1e000-7fcd2af1f000 ---p 00000000 00:00 0 7fcd2af1f000-7fcd2b71f000 rw-p 00000000 00:00 0 7fcd2b71f000-7fcd2b720000 ---p 00000000 00:00 0 7fcd2b720000-7fcd2bf20000 rw-p 00000000 00:00 0 7fcd2bf20000-7fcd2bf21000 ---p 00000000 00:00 0 7fcd2bf21000-7fcd2c721000 rw-p 00000000 00:00 0 7fcd2c721000-7fcd2c722000 ---p 00000000 00:00 0 7fcd2c722000-7fcd2cf22000 rw-p 00000000 00:00 0 7fcd2cf22000-7fcd2cf23000 ---p 00000000 00:00 0 7fcd2cf23000-7fcd2d723000 rw-p 00000000 00:00 0 7fcd2d723000-7fcd2d724000 ---p 00000000 00:00 0 7fcd2d724000-7fcd2df24000 rw-p 00000000 00:00 0 7fcd2df24000-7fcd2df25000 ---p 00000000 00:00 0 7fcd2df25000-7fcd2e725000 rw-p 00000000 00:00 0 7fcd2e725000-7fcd2e726000 ---p 00000000 00:00 0 7fcd2e726000-7fcd2ef26000 rw-p 00000000 00:00 0 7fcd2ef26000-7fcd2ef27000 ---p 00000000 00:00 0 7fcd2ef27000-7fcd2f727000 rw-p 00000000 00:00 0 7fcd2f727000-7fcd2f728000 ---p 00000000 00:00 0 7fcd2f728000-7fcd2ff28000 rw-p 00000000 00:00 0 7fcd2ff28000-7fcd2ff29000 ---p 00000000 00:00 0 7fcd2ff29000-7fcd30729000 rw-p 00000000 00:00 0 7fcd30729000-7fcd3072a000 ---p 00000000 00:00 0 7fcd3072a000-7fcd30f2a000 rw-p 00000000 00:00 0 7fcd30f2a000-7fcd30f2b000 ---p 00000000 00:00 0 7fcd30f2b000-7fcd3172b000 rw-p 00000000 00:00 0 7fcd3172b000-7fcd3172c000 ---p 00000000 00:00 0 7fcd3172c000-7fcd31f2c000 rw-p 00000000 00:00 0 7fcd31f2c000-7fcd31f2d000 ---p 00000000 00:00 0 7fcd31f2d000-7fcd3272d000 rw-p 00000000 00:00 0 7fcd3272d000-7fcd3272e000 ---p 00000000 00:00 0 7fcd3272e000-7fcd32f2e000 rw-p 00000000 00:00 0 7fcd32f2e000-7fcd32f2f000 ---p 00000000 00:00 0 7fcd32f2f000-7fcd3372f000 rw-p 00000000 00:00 0 7fcd3372f000-7fcd33730000 ---p 00000000 00:00 0 7fcd33730000-7fcd33f30000 rw-p 00000000 00:00 0 7fcd33f30000-7fcd33f31000 ---p 00000000 00:00 0 7fcd33f31000-7fcd34731000 rw-p 00000000 00:00 0 7fcd34731000-7fcd34732000 ---p 00000000 00:00 0 7fcd34732000-7fcd34f32000 rw-p 00000000 00:00 0 7fcd34f32000-7fcd34f33000 ---p 00000000 00:00 0 7fcd34f33000-7fcd35733000 rw-p 00000000 00:00 0 7fcd35733000-7fcd35734000 ---p 00000000 00:00 0 7fcd35734000-7fcd35f34000 rw-p 00000000 00:00 0 7fcd35f34000-7fcd35f35000 ---p 00000000 00:00 0 7fcd35f35000-7fcd36735000 rw-p 00000000 00:00 0 7fcd36735000-7fcd36736000 ---p 00000000 00:00 0 7fcd36736000-7fcd36f36000 rw-p 00000000 00:00 0 7fcd36f36000-7fcd36f37000 ---p 00000000 00:00 0 7fcd36f37000-7fcd37737000 rw-p 00000000 00:00 0 7fcd37737000-7fcd37738000 ---p 00000000 00:00 0 7fcd37738000-7fcd37f38000 rw-p 00000000 00:00 0 7fcd37f38000-7fcd37f39000 ---p 00000000 00:00 0 7fcd37f39000-7fcd38739000 rw-p 00000000 00:00 0 7fcd38739000-7fcd3873a000 ---p 00000000 00:00 0 7fcd3873a000-7fcd38f3a000 rw-p 00000000 00:00 0 7fcd38f3a000-7fcd38f3b000 ---p 00000000 00:00 0 7fcd38f3b000-7fcd3973b000 rw-p 00000000 00:00 0 7fcd3973b000-7fcd3973c000 ---p 00000000 00:00 0 7fcd3973c000-7fcd39f3c000 rw-p 00000000 00:00 0 7fcd39f3c000-7fcd39f3d000 ---p 00000000 00:00 0 7fcd39f3d000-7fcd3a73d000 rw-p 00000000 00:00 0 7fcd3a73d000-7fcd3a73e000 ---p 00000000 00:00 0 7fcd3a73e000-7fcd3af3e000 rw-p 00000000 00:00 0 7fcd3af3e000-7fcd3af3f000 ---p 00000000 00:00 0 7fcd3af3f000-7fcd3b73f000 rw-p 00000000 00:00 0 7fcd3b73f000-7fcd3b740000 ---p 00000000 00:00 0 7fcd3b740000-7fcd3bf40000 rw-p 00000000 00:00 0 7fcd3bf40000-7fcd3bf41000 ---p 00000000 00:00 0 7fcd3bf41000-7fcd3c741000 rw-p 00000000 00:00 0 7fcd3c741000-7fcd3c742000 ---p 00000000 00:00 0 7fcd3c742000-7fcd3cf42000 rw-p 00000000 00:00 0 7fcd3cf42000-7fcd3cf43000 ---p 00000000 00:00 0 7fcd3cf43000-7fcd3d743000 rw-p 00000000 00:00 0 7fcd3d743000-7fcd3d744000 ---p 00000000 00:00 0 7fcd3d744000-7fcd3df44000 rw-p 00000000 00:00 0 7fcd3df44000-7fcd3df45000 ---p 00000000 00:00 0 7fcd3df45000-7fcd3e745000 rw-p 00000000 00:00 0 7fcd3e745000-7fcd3e746000 ---p 00000000 00:00 0 7fcd3e746000-7fcd3ef46000 rw-p 00000000 00:00 0 7fcd3ef46000-7fcd3ef47000 ---p 00000000 00:00 0 7fcd3ef47000-7fcd3f747000 rw-p 00000000 00:00 0 7fcd3f747000-7fcd3f748000 ---p 00000000 00:00 0 7fcd3f748000-7fcd3ff48000 rw-p 00000000 00:00 0 7fcd3ff48000-7fcd3ff49000 ---p 00000000 00:00 0 7fcd3ff49000-7fcd40749000 rw-p 00000000 00:00 0 7fcd40749000-7fcd4074a000 ---p 00000000 00:00 0 7fcd4074a000-7fcd40f4a000 rw-p 00000000 00:00 0 7fcd40f4a000-7fcd40f4b000 ---p 00000000 00:00 0 7fcd40f4b000-7fcd4174b000 rw-p 00000000 00:00 0 7fcd4174b000-7fcd4174c000 ---p 00000000 00:00 0 7fcd4174c000-7fcd41f4c000 rw-p 00000000 00:00 0 7fcd41f4c000-7fcd41f4d000 ---p 00000000 00:00 0 7fcd41f4d000-7fcd4274d000 rw-p 00000000 00:00 0 7fcd4274d000-7fcd4274e000 ---p 00000000 00:00 0 7fcd4274e000-7fcd42f4e000 rw-p 00000000 00:00 0 7fcd42f4e000-7fcd42f4f000 ---p 00000000 00:00 0 7fcd42f4f000-7fcd4374f000 rw-p 00000000 00:00 0 7fcd4374f000-7fcd43750000 ---p 00000000 00:00 0 7fcd43750000-7fcd43f50000 rw-p 00000000 00:00 0 7fcd43f50000-7fcd43f51000 ---p 00000000 00:00 0 7fcd43f51000-7fcd44751000 rw-p 00000000 00:00 0 7fcd44751000-7fcd44752000 ---p 00000000 00:00 0 7fcd44752000-7fcd44f52000 rw-p 00000000 00:00 0 7fcd44f52000-7fcd44f53000 ---p 00000000 00:00 0 7fcd44f53000-7fcd45753000 rw-p 00000000 00:00 0 7fcd45753000-7fcd45754000 ---p 00000000 00:00 0 7fcd45754000-7fcd45f54000 rw-p 00000000 00:00 0 7fcd45f54000-7fcd45f55000 ---p 00000000 00:00 0 7fcd45f55000-7fcd46755000 rw-p 00000000 00:00 0 7fcd46755000-7fcd46756000 ---p 00000000 00:00 0 7fcd46756000-7fcd46f56000 rw-p 00000000 00:00 0 7fcd46f56000-7fcd46f57000 ---p 00000000 00:00 0 7fcd46f57000-7fcd47757000 rw-p 00000000 00:00 0 7fcd47757000-7fcd47758000 ---p 00000000 00:00 0 7fcd47758000-7fcd47f58000 rw-p 00000000 00:00 0 7fcd47f58000-7fcd47f59000 ---p 00000000 00:00 0 7fcd47f59000-7fcd48759000 rw-p 00000000 00:00 0 7fcd48759000-7fcd4875a000 ---p 00000000 00:00 0 7fcd4875a000-7fcd48f5a000 rw-p 00000000 00:00 0 7fcd48f5a000-7fcd48f5b000 ---p 00000000 00:00 0 7fcd48f5b000-7fcd4975b000 rw-p 00000000 00:00 0 7fcd4975b000-7fcd4975c000 ---p 00000000 00:00 0 7fcd4975c000-7fcd49f5c000 rw-p 00000000 00:00 0 7fcd49f5c000-7fcd49f5d000 ---p 00000000 00:00 0 7fcd49f5d000-7fcd4a75d000 rw-p 00000000 00:00 0 7fcd4a75d000-7fcd4a75e000 ---p 00000000 00:00 0 7fcd4a75e000-7fcd4af5e000 rw-p 00000000 00:00 0 7fcd4af5e000-7fcd4af5f000 ---p 00000000 00:00 0 7fcd4af5f000-7fcd4b75f000 rw-p 00000000 00:00 0 7fcd4b75f000-7fcd4b760000 ---p 00000000 00:00 0 7fcd4b760000-7fcd4bf60000 rw-p 00000000 00:00 0 7fcd4bf60000-7fcd4bf61000 ---p 00000000 00:00 0 7fcd4bf61000-7fcd4c761000 rw-p 00000000 00:00 0 7fcd4c761000-7fcd4c762000 ---p 00000000 00:00 0 7fcd4c762000-7fcd4cf62000 rw-p 00000000 00:00 0 7fcd4cf62000-7fcd4cf63000 ---p 00000000 00:00 0 7fcd4cf63000-7fcd4d763000 rw-p 00000000 00:00 0 7fcd4d763000-7fcd4d764000 ---p 00000000 00:00 0 7fcd4d764000-7fcd4df64000 rw-p 00000000 00:00 0 7fcd4df64000-7fcd4df65000 ---p 00000000 00:00 0 7fcd4df65000-7fcd4e765000 rw-p 00000000 00:00 0 7fcd4e765000-7fcd4e766000 ---p 00000000 00:00 0 7fcd4e766000-7fcd4ef66000 rw-p 00000000 00:00 0 7fcd4ef66000-7fcd4ef67000 ---p 00000000 00:00 0 7fcd4ef67000-7fcd4f767000 rw-p 00000000 00:00 0 7fcd4f767000-7fcd4f768000 ---p 00000000 00:00 0 7fcd4f768000-7fcd4ff68000 rw-p 00000000 00:00 0 7fcd4ff68000-7fcd4ff69000 ---p 00000000 00:00 0 7fcd4ff69000-7fcd50769000 rw-p 00000000 00:00 0 7fcd50769000-7fcd5076a000 ---p 00000000 00:00 0 7fcd5076a000-7fcd50f6a000 rw-p 00000000 00:00 0 7fcd50f6a000-7fcd50f6b000 ---p 00000000 00:00 0 7fcd50f6b000-7fcd5176b000 rw-p 00000000 00:00 0 7fcd5176b000-7fcd5176c000 ---p 00000000 00:00 0 7fcd5176c000-7fcd51f6c000 rw-p 00000000 00:00 0 7fcd51f6c000-7fcd51f6d000 ---p 00000000 00:00 0 7fcd51f6d000-7fcd5276d000 rw-p 00000000 00:00 0 7fcd5276d000-7fcd5276e000 ---p 00000000 00:00 0 7fcd5276e000-7fcd52f6e000 rw-p 00000000 00:00 0 7fcd52f6e000-7fcd52f6f000 ---p 00000000 00:00 0 7fcd52f6f000-7fcd5376f000 rw-p 00000000 00:00 0 7fcd5376f000-7fcd53770000 ---p 00000000 00:00 0 7fcd53770000-7fcd53f70000 rw-p 00000000 00:00 0 7fcd53f70000-7fcd53f71000 ---p 00000000 00:00 0 7fcd53f71000-7fcd54771000 rw-p 00000000 00:00 0 7fcd54771000-7fcd54772000 ---p 00000000 00:00 0 7fcd54772000-7fcd54f72000 rw-p 00000000 00:00 0 7fcd54f72000-7fcd54f73000 ---p 00000000 00:00 0 7fcd54f73000-7fcd55773000 rw-p 00000000 00:00 0 7fcd55773000-7fcd55774000 ---p 00000000 00:00 0 7fcd55774000-7fcd55f74000 rw-p 00000000 00:00 0 7fcd55f74000-7fcd55f75000 ---p 00000000 00:00 0 7fcd55f75000-7fcd56775000 rw-p 00000000 00:00 0 7fcd56775000-7fcd56776000 ---p 00000000 00:00 0 7fcd56776000-7fcd56f76000 rw-p 00000000 00:00 0 7fcd56f76000-7fcd56f77000 ---p 00000000 00:00 0 7fcd56f77000-7fcd57777000 rw-p 00000000 00:00 0 7fcd57777000-7fcd57778000 ---p 00000000 00:00 0 7fcd57778000-7fcd57f78000 rw-p 00000000 00:00 0 7fcd57f78000-7fcd57f79000 ---p 00000000 00:00 0 7fcd57f79000-7fcd58779000 rw-p 00000000 00:00 0 7fcd58779000-7fcd5877a000 ---p 00000000 00:00 0 7fcd5877a000-7fcd58f7a000 rw-p 00000000 00:00 0 7fcd58f7a000-7fcd58f7b000 ---p 00000000 00:00 0 7fcd58f7b000-7fcd5977b000 rw-p 00000000 00:00 0 7fcd5977b000-7fcd5977c000 ---p 00000000 00:00 0 7fcd5977c000-7fcd59f7c000 rw-p 00000000 00:00 0 7fcd59f7c000-7fcd59f7d000 ---p 00000000 00:00 0 7fcd59f7d000-7fcd5a77d000 rw-p 00000000 00:00 0 7fcd5a77d000-7fcd5a77e000 ---p 00000000 00:00 0 7fcd5a77e000-7fcd5af7e000 rw-p 00000000 00:00 0 7fcd5af7e000-7fcd5af7f000 ---p 00000000 00:00 0 7fcd5af7f000-7fcd5b77f000 rw-p 00000000 00:00 0 7fcd5b77f000-7fcd5b780000 ---p 00000000 00:00 0 7fcd5b780000-7fcd5bf80000 rw-p 00000000 00:00 0 7fcd5bf80000-7fcd5bf81000 ---p 00000000 00:00 0 7fcd5bf81000-7fcd5c781000 rw-p 00000000 00:00 0 7fcd5c781000-7fcd5c782000 ---p 00000000 00:00 0 7fcd5c782000-7fcd5cf82000 rw-p 00000000 00:00 0 7fcd5cf82000-7fcd5cf83000 ---p 00000000 00:00 0 7fcd5cf83000-7fcd5d783000 rw-p 00000000 00:00 0 7fcd5d783000-7fcd5d784000 ---p 00000000 00:00 0 7fcd5d784000-7fcd5df84000 rw-p 00000000 00:00 0 7fcd5df84000-7fcd5df85000 ---p 00000000 00:00 0 7fcd5df85000-7fcd5e785000 rw-p 00000000 00:00 0 7fcd5e785000-7fcd5e786000 ---p 00000000 00:00 0 7fcd5e786000-7fcd5ef86000 rw-p 00000000 00:00 0 7fcd5ef86000-7fcd5ef87000 ---p 00000000 00:00 0 7fcd5ef87000-7fcd5f787000 rw-p 00000000 00:00 0 7fcd5f787000-7fcd5f788000 ---p 00000000 00:00 0 7fcd5f788000-7fcd5ff88000 rw-p 00000000 00:00 0 7fcd5ff88000-7fcd5ff89000 ---p 00000000 00:00 0 7fcd5ff89000-7fcd60789000 rw-p 00000000 00:00 0 7fcd60789000-7fcd6078a000 ---p 00000000 00:00 0 7fcd6078a000-7fcd60f8a000 rw-p 00000000 00:00 0 7fcd60f8a000-7fcd60f8b000 ---p 00000000 00:00 0 7fcd60f8b000-7fcd6178b000 rw-p 00000000 00:00 0 7fcd6178b000-7fcd6178c000 ---p 00000000 00:00 0 7fcd6178c000-7fcd61f8c000 rw-p 00000000 00:00 0 7fcd61f8c000-7fcd61f8d000 ---p 00000000 00:00 0 7fcd61f8d000-7fcd6278d000 rw-p 00000000 00:00 0 7fcd6278d000-7fcd6278e000 ---p 00000000 00:00 0 7fcd6278e000-7fcd62f8e000 rw-p 00000000 00:00 0 7fcd62f8e000-7fcd62f8f000 ---p 00000000 00:00 0 7fcd62f8f000-7fcd6378f000 rw-p 00000000 00:00 0 7fcd6378f000-7fcd63790000 ---p 00000000 00:00 0 7fcd63790000-7fcd63f90000 rw-p 00000000 00:00 0 7fcd63f90000-7fcd63f91000 ---p 00000000 00:00 0 7fcd63f91000-7fcd64791000 rw-p 00000000 00:00 0 7fcd64791000-7fcd64792000 ---p 00000000 00:00 0 7fcd64792000-7fcd64f92000 rw-p 00000000 00:00 0 7fcd64f92000-7fcd64f93000 ---p 00000000 00:00 0 7fcd64f93000-7fcd65793000 rw-p 00000000 00:00 0 7fcd65793000-7fcd65794000 ---p 00000000 00:00 0 7fcd65794000-7fcd65f94000 rw-p 00000000 00:00 0 7fcd65f94000-7fcd65f95000 ---p 00000000 00:00 0 7fcd65f95000-7fcd66795000 rw-p 00000000 00:00 0 7fcd66795000-7fcd66796000 ---p 00000000 00:00 0 7fcd66796000-7fcd66f96000 rw-p 00000000 00:00 0 7fcd66f96000-7fcd66f97000 ---p 00000000 00:00 0 7fcd66f97000-7fcd67797000 rw-p 00000000 00:00 0 7fcd67797000-7fcd67798000 ---p 00000000 00:00 0 7fcd67798000-7fcd67f98000 rw-p 00000000 00:00 0 7fcd67f98000-7fcd67f99000 ---p 00000000 00:00 0 7fcd67f99000-7fcd68799000 rw-p 00000000 00:00 0 7fcd68799000-7fcd6879a000 ---p 00000000 00:00 0 7fcd6879a000-7fcd68f9a000 rw-p 00000000 00:00 0 7fcd68f9a000-7fcd68f9b000 ---p 00000000 00:00 0 7fcd68f9b000-7fcd6979b000 rw-p 00000000 00:00 0 7fcd6979b000-7fcd6979c000 ---p 00000000 00:00 0 7fcd6979c000-7fcd69f9c000 rw-p 00000000 00:00 0 7fcd69f9c000-7fcd69f9d000 ---p 00000000 00:00 0 7fcd69f9d000-7fcd6a79d000 rw-p 00000000 00:00 0 7fcd6a79d000-7fcd6a79e000 ---p 00000000 00:00 0 7fcd6a79e000-7fcd6af9e000 rw-p 00000000 00:00 0 7fcd6af9e000-7fcd6af9f000 ---p 00000000 00:00 0 7fcd6af9f000-7fcd6b79f000 rw-p 00000000 00:00 0 7fcd6b79f000-7fcd6b7a0000 ---p 00000000 00:00 0 7fcd6b7a0000-7fcd6bfa0000 rw-p 00000000 00:00 0 7fcd6bfa0000-7fcd6bfa1000 ---p 00000000 00:00 0 7fcd6bfa1000-7fcd6c7a1000 rw-p 00000000 00:00 0 7fcd6c7a1000-7fcd6c7a2000 ---p 00000000 00:00 0 7fcd6c7a2000-7fcd6cfa2000 rw-p 00000000 00:00 0 7fcd6cfa2000-7fcd6cfa3000 ---p 00000000 00:00 0 7fcd6cfa3000-7fcd6d7a3000 rw-p 00000000 00:00 0 7fcd6d7a3000-7fcd6d7a4000 ---p 00000000 00:00 0 7fcd6d7a4000-7fcd6dfa4000 rw-p 00000000 00:00 0 7fcd6dfa4000-7fcd6dfa5000 ---p 00000000 00:00 0 7fcd6dfa5000-7fcd6e7a5000 rw-p 00000000 00:00 0 7fcd6e7a5000-7fcd6e7a6000 ---p 00000000 00:00 0 7fcd6e7a6000-7fcd6efa6000 rw-p 00000000 00:00 0 7fcd6efa6000-7fcd6efa7000 ---p 00000000 00:00 0 7fcd6efa7000-7fcd6f7a7000 rw-p 00000000 00:00 0 7fcd6f7a7000-7fcd6f7a8000 ---p 00000000 00:00 0 7fcd6f7a8000-7fcd6ffa8000 rw-p 00000000 00:00 0 7fcd6ffa8000-7fcd6ffa9000 ---p 00000000 00:00 0 7fcd6ffa9000-7fcd707a9000 rw-p 00000000 00:00 0 7fcd707a9000-7fcd707aa000 ---p 00000000 00:00 0 7fcd707aa000-7fcd70faa000 rw-p 00000000 00:00 0 7fcd70faa000-7fcd70fab000 ---p 00000000 00:00 0 7fcd70fab000-7fcd717ab000 rw-p 00000000 00:00 0 7fcd717ab000-7fcd717ac000 ---p 00000000 00:00 0 7fcd717ac000-7fcd71fac000 rw-p 00000000 00:00 0 7fcd71fac000-7fcd71fad000 ---p 00000000 00:00 0 7fcd71fad000-7fcd727ad000 rw-p 00000000 00:00 0 7fcd727ad000-7fcd727ae000 ---p 00000000 00:00 0 7fcd727ae000-7fcd72fae000 rw-p 00000000 00:00 0 7fcd72fae000-7fcd72faf000 ---p 00000000 00:00 0 7fcd72faf000-7fcd737af000 rw-p 00000000 00:00 0 7fcd737af000-7fcd737b0000 ---p 00000000 00:00 0 7fcd737b0000-7fcd73fb0000 rw-p 00000000 00:00 0 7fcd73fb0000-7fcd73fb1000 ---p 00000000 00:00 0 7fcd73fb1000-7fcd747b1000 rw-p 00000000 00:00 0 7fcd747b1000-7fcd747b2000 ---p 00000000 00:00 0 7fcd747b2000-7fcd74fb2000 rw-p 00000000 00:00 0 7fcd74fb2000-7fcd74fb3000 ---p 00000000 00:00 0 7fcd74fb3000-7fcd757b3000 rw-p 00000000 00:00 0 7fcd757b3000-7fcd757b4000 ---p 00000000 00:00 0 7fcd757b4000-7fcd75fb4000 rw-p 00000000 00:00 0 7fcd75fb4000-7fcd75fb5000 ---p 00000000 00:00 0 7fcd75fb5000-7fcd767b5000 rw-p 00000000 00:00 0 7fcd767b5000-7fcd767b6000 ---p 00000000 00:00 0 7fcd767b6000-7fcd76fb6000 rw-p 00000000 00:00 0 7fcd76fb6000-7fcd76fb7000 ---p 00000000 00:00 0 7fcd76fb7000-7fcd777b7000 rw-p 00000000 00:00 0 7fcd777b7000-7fcd777b8000 ---p 00000000 00:00 0 7fcd777b8000-7fcd77fb8000 rw-p 00000000 00:00 0 7fcd77fb8000-7fcd77fb9000 ---p 00000000 00:00 0 7fcd77fb9000-7fcd787b9000 rw-p 00000000 00:00 0 7fcd787b9000-7fcd787ba000 ---p 00000000 00:00 0 7fcd787ba000-7fcd78fba000 rw-p 00000000 00:00 0 7fcd78fba000-7fcd78fbb000 ---p 00000000 00:00 0 7fcd78fbb000-7fcd797bb000 rw-p 00000000 00:00 0 7fcd797bb000-7fcd797bc000 ---p 00000000 00:00 0 7fcd797bc000-7fcd79fbc000 rw-p 00000000 00:00 0 7fcd79fbc000-7fcd79fbd000 ---p 00000000 00:00 0 7fcd79fbd000-7fcd7a7bd000 rw-p 00000000 00:00 0 7fcd7a7bd000-7fcd7a7be000 ---p 00000000 00:00 0 7fcd7a7be000-7fcd7afbe000 rw-p 00000000 00:00 0 7fcd7afbe000-7fcd7afbf000 ---p 00000000 00:00 0 7fcd7afbf000-7fcd7b7bf000 rw-p 00000000 00:00 0 7fcd7b7bf000-7fcd7b7c0000 ---p 00000000 00:00 0 7fcd7b7c0000-7fcd7bfc0000 rw-p 00000000 00:00 0 7fcd7bfc0000-7fcd7bfc1000 ---p 00000000 00:00 0 7fcd7bfc1000-7fcd7c7c1000 rw-p 00000000 00:00 0 7fcd7c7c1000-7fcd7c7c2000 ---p 00000000 00:00 0 7fcd7c7c2000-7fcd7cfc2000 rw-p 00000000 00:00 0 7fcd7cfc2000-7fcd7cfc3000 ---p 00000000 00:00 0 7fcd7cfc3000-7fcd7d7c3000 rw-p 00000000 00:00 0 7fcd7d7c3000-7fcd7d7c4000 ---p 00000000 00:00 0 7fcd7d7c4000-7fcd7dfc4000 rw-p 00000000 00:00 0 7fcd7dfc4000-7fcd7dfc5000 ---p 00000000 00:00 0 7fcd7dfc5000-7fcd7e7c5000 rw-p 00000000 00:00 0 7fcd7e7c5000-7fcd7e7c6000 ---p 00000000 00:00 0 7fcd7e7c6000-7fcd7efc6000 rw-p 00000000 00:00 0 7fcd7efc6000-7fcd7efc7000 ---p 00000000 00:00 0 7fcd7efc7000-7fcd7f7c7000 rw-p 00000000 00:00 0 7fcd7f7c7000-7fcd7f7c8000 ---p 00000000 00:00 0 7fcd7f7c8000-7fcd7ffc8000 rw-p 00000000 00:00 0 7fcd7ffc8000-7fcd7ffc9000 ---p 00000000 00:00 0 7fcd7ffc9000-7fcd807c9000 rw-p 00000000 00:00 0 7fcd807c9000-7fcd807ca000 ---p 00000000 00:00 0 7fcd807ca000-7fcd80fca000 rw-p 00000000 00:00 0 7fcd80fca000-7fcd80fcb000 ---p 00000000 00:00 0 7fcd80fcb000-7fcd817cb000 rw-p 00000000 00:00 0 7fcd817cb000-7fcd817cc000 ---p 00000000 00:00 0 7fcd817cc000-7fcd81fcc000 rw-p 00000000 00:00 0 7fcd81fcc000-7fcd81fcd000 ---p 00000000 00:00 0 7fcd81fcd000-7fcd827cd000 rw-p 00000000 00:00 0 7fcd827cd000-7fcd827ce000 ---p 00000000 00:00 0 7fcd827ce000-7fcd82fce000 rw-p 00000000 00:00 0 7fcd82fce000-7fcd82fcf000 ---p 00000000 00:00 0 7fcd82fcf000-7fcd837cf000 rw-p 00000000 00:00 0 7fcd837cf000-7fcd837d0000 ---p 00000000 00:00 0 7fcd837d0000-7fcd83fd0000 rw-p 00000000 00:00 0 7fcd83fd0000-7fcd83fd1000 ---p 00000000 00:00 0 7fcd83fd1000-7fcd847d1000 rw-p 00000000 00:00 0 7fcd847d1000-7fcd847d2000 ---p 00000000 00:00 0 7fcd847d2000-7fcd84fd2000 rw-p 00000000 00:00 0 7fcd84fd2000-7fcd84fd3000 ---p 00000000 00:00 0 7fcd84fd3000-7fcd857d3000 rw-p 00000000 00:00 0 7fcd857d3000-7fcd857d4000 ---p 00000000 00:00 0 7fcd857d4000-7fcd85fd4000 rw-p 00000000 00:00 0 7fcd85fd4000-7fcd85fd5000 ---p 00000000 00:00 0 7fcd85fd5000-7fcd867d5000 rw-p 00000000 00:00 0 7fcd867d5000-7fcd867d6000 ---p 00000000 00:00 0 7fcd867d6000-7fcd86fd6000 rw-p 00000000 00:00 0 7fcd86fd6000-7fcd86fd7000 ---p 00000000 00:00 0 7fcd86fd7000-7fcd877d7000 rw-p 00000000 00:00 0 7fcd877d7000-7fcd877d8000 ---p 00000000 00:00 0 7fcd877d8000-7fcd87fd8000 rw-p 00000000 00:00 0 7fcd87fd8000-7fcd87fd9000 ---p 00000000 00:00 0 7fcd87fd9000-7fcd887d9000 rw-p 00000000 00:00 0 7fcd887d9000-7fcd887da000 ---p 00000000 00:00 0 7fcd887da000-7fcd88fda000 rw-p 00000000 00:00 0 7fcd88fda000-7fcd88fdb000 ---p 00000000 00:00 0 7fcd88fdb000-7fcd897db000 rw-p 00000000 00:00 0 7fcd897db000-7fcd897dc000 ---p 00000000 00:00 0 7fcd897dc000-7fcd89fdc000 rw-p 00000000 00:00 0 7fcd89fdc000-7fcd89fdd000 ---p 00000000 00:00 0 7fcd89fdd000-7fcd8a7dd000 rw-p 00000000 00:00 0 7fcd8a7dd000-7fcd8a7de000 ---p 00000000 00:00 0 7fcd8a7de000-7fcd8afde000 rw-p 00000000 00:00 0 7fcd8afde000-7fcd8afdf000 ---p 00000000 00:00 0 7fcd8afdf000-7fcd8b7df000 rw-p 00000000 00:00 0 7fcd8b7df000-7fcd8b7e0000 ---p 00000000 00:00 0 7fcd8b7e0000-7fcd8bfe0000 rw-p 00000000 00:00 0 7fcd8bfe0000-7fcd8bfe1000 ---p 00000000 00:00 0 7fcd8bfe1000-7fcd8c7e1000 rw-p 00000000 00:00 0 7fcd8c7e1000-7fcd8c7e2000 ---p 00000000 00:00 0 7fcd8c7e2000-7fcd8cfe2000 rw-p 00000000 00:00 0 7fcd8cfe2000-7fcd8cfe3000 ---p 00000000 00:00 0 7fcd8cfe3000-7fcd8d7e3000 rw-p 00000000 00:00 0 7fcd8d7e3000-7fcd8d7e4000 ---p 00000000 00:00 0 7fcd8d7e4000-7fcd8dfe4000 rw-p 00000000 00:00 0 7fcd8dfe4000-7fcd8dfe5000 ---p 00000000 00:00 0 7fcd8dfe5000-7fcd8e7e5000 rw-p 00000000 00:00 0 7fcd8e7e5000-7fcd8e7e6000 ---p 00000000 00:00 0 7fcd8e7e6000-7fcd8efe6000 rw-p 00000000 00:00 0 7fcd8efe6000-7fcd8efe7000 ---p 00000000 00:00 0 7fcd8efe7000-7fcd8f7e7000 rw-p 00000000 00:00 0 7fcd8f7e7000-7fcd8f7e8000 ---p 00000000 00:00 0 7fcd8f7e8000-7fcd8ffe8000 rw-p 00000000 00:00 0 7fcd8ffe8000-7fcd8ffe9000 ---p 00000000 00:00 0 7fcd8ffe9000-7fcd907e9000 rw-p 00000000 00:00 0 7fcd907e9000-7fcd907ea000 ---p 00000000 00:00 0 7fcd907ea000-7fcd90fea000 rw-p 00000000 00:00 0 7fcd90fea000-7fcd90feb000 ---p 00000000 00:00 0 7fcd90feb000-7fcd917eb000 rw-p 00000000 00:00 0 7fcd917eb000-7fcd917ec000 ---p 00000000 00:00 0 7fcd917ec000-7fcd91fec000 rw-p 00000000 00:00 0 7fcd91fec000-7fcd91fed000 ---p 00000000 00:00 0 7fcd91fed000-7fcd927ed000 rw-p 00000000 00:00 0 7fcd927ed000-7fcd927ee000 ---p 00000000 00:00 0 7fcd927ee000-7fcd92fee000 rw-p 00000000 00:00 0 7fcd92fee000-7fcd92fef000 ---p 00000000 00:00 0 7fcd92fef000-7fcd937ef000 rw-p 00000000 00:00 0 7fcd937ef000-7fcd937f0000 ---p 00000000 00:00 0 7fcd937f0000-7fcd93ff0000 rw-p 00000000 00:00 0 7fcd93ff0000-7fcd93ff1000 ---p 00000000 00:00 0 7fcd93ff1000-7fcd947f1000 rw-p 00000000 00:00 0 7fcd947f1000-7fcd947f2000 ---p 00000000 00:00 0 7fcd947f2000-7fcd94ff2000 rw-p 00000000 00:00 0 7fcd94ff2000-7fcd94ff3000 ---p 00000000 00:00 0 7fcd94ff3000-7fcd957f3000 rw-p 00000000 00:00 0 7fcd957f3000-7fcd957f4000 ---p 00000000 00:00 0 7fcd957f4000-7fcd95ff4000 rw-p 00000000 00:00 0 7fcd95ff4000-7fcd95ff5000 ---p 00000000 00:00 0 7fcd95ff5000-7fcd967f5000 rw-p 00000000 00:00 0 7fcd967f5000-7fcd967f6000 ---p 00000000 00:00 0 7fcd967f6000-7fcd96ff6000 rw-p 00000000 00:00 0 7fcd96ff6000-7fcd96ff7000 ---p 00000000 00:00 0 7fcd96ff7000-7fcd977f7000 rw-p 00000000 00:00 0 7fcd977f7000-7fcd977f8000 ---p 00000000 00:00 0 7fcd977f8000-7fcd97ff8000 rw-p 00000000 00:00 0 7fcd97ff8000-7fcd97ff9000 ---p 00000000 00:00 0 7fcd97ff9000-7fcd987f9000 rw-p 00000000 00:00 0 7fcd987f9000-7fcd987fa000 ---p 00000000 00:00 0 7fcd987fa000-7fcd98ffa000 rw-p 00000000 00:00 0 7fcd98ffa000-7fcd98ffb000 ---p 00000000 00:00 0 7fcd98ffb000-7fcd997fb000 rw-p 00000000 00:00 0 7fcd997fb000-7fcd997fc000 ---p 00000000 00:00 0 7fcd997fc000-7fcd99ffc000 rw-p 00000000 00:00 0 7fcd99ffc000-7fcd99ffd000 ---p 00000000 00:00 0 7fcd99ffd000-7fcd9a7fd000 rw-p 00000000 00:00 0 7fcd9a7fd000-7fcd9a7fe000 ---p 00000000 00:00 0 7fcd9a7fe000-7fcd9affe000 rw-p 00000000 00:00 0 7fcd9affe000-7fcd9afff000 ---p 00000000 00:00 0 7fcd9afff000-7fcd9b7ff000 rw-p 00000000 00:00 0 7fcd9b7ff000-7fcd9b800000 ---p 00000000 00:00 0 7fcd9b800000-7fcd9c000000 rw-p 00000000 00:00 0 7fcd9c000000-7fcd9c021000 rw-p 00000000 00:00 0 7fcd9c021000-7fcda0000000 ---p 00000000 00:00 0 7fcda0000000-7fcda0021000 rw-p 00000000 00:00 0 7fcda0021000-7fcda4000000 ---p 00000000 00:00 0 7fcda4000000-7fcda4021000 rw-p 00000000 00:00 0 7fcda4021000-7fcda8000000 ---p 00000000 00:00 0 7fcda8000000-7fcda967f000 rw-p 00000000 00:00 0 7fcda967f000-7fcdac000000 ---p 00000000 00:00 0 7fcdac000000-7fcdafc81000 rw-p 00000000 00:00 0 7fcdafc81000-7fcdb0000000 ---p 00000000 00:00 0 7fcdb0000000-7fcdb1880000 rw-p 00000000 00:00 0 7fcdb1880000-7fcdb4000000 ---p 00000000 00:00 0 7fcdb4000000-7fcdb569c000 rw-p 00000000 00:00 0 7fcdb569c000-7fcdb8000000 ---p 00000000 00:00 0 7fcdb8000000-7fcdb8536000 rw-p 00000000 00:00 0 7fcdb8536000-7fcdbc000000 ---p 00000000 00:00 0 7fcdbc000000-7fcdc0000000 rw-p 00000000 00:00 0 7fcdc0000000-7fcdc0021000 rw-p 00000000 00:00 0 7fcdc0021000-7fcdc4000000 ---p 00000000 00:00 0 7fcdc4000000-7fcdc4038000 rw-p 00000000 00:00 0 7fcdc4038000-7fcdc8000000 ---p 00000000 00:00 0 7fcdc8000000-7fcdc8057000 rw-p 00000000 00:00 0 7fcdc8057000-7fcdcc000000 ---p 00000000 00:00 0 7fcdcc000000-7fcdcc03e000 rw-p 00000000 00:00 0 7fcdcc03e000-7fcdd0000000 ---p 00000000 00:00 0 7fcdd0000000-7fcdd003c000 rw-p 00000000 00:00 0 7fcdd003c000-7fcdd4000000 ---p 00000000 00:00 0 7fcdd4000000-7fcdd403e000 rw-p 00000000 00:00 0 7fcdd403e000-7fcdd8000000 ---p 00000000 00:00 0 7fcdd8000000-7fcdd857d000 rw-p 00000000 00:00 0 7fcdd857d000-7fcddc000000 ---p 00000000 00:00 0 7fcddc000000-7fcddcff0000 rw-p 00000000 00:00 0 7fcddcff0000-7fcddd000000 ---p 00000000 00:00 0 7fcddd000000-7fcdde530000 rw-p 00000000 00:00 0 7fcdde530000-7fcde0000000 ---p 00000000 00:00 0 7fcde0000000-7fcde0d45000 rw-p 00000000 00:00 0 7fcde0d45000-7fcde4000000 ---p 00000000 00:00 0 7fcde4000000-7fcde5464000 rw-p 00000000 00:00 0 7fcde5464000-7fcde8000000 ---p 00000000 00:00 0 7fcde8000000-7fcde8356000 rw-p 00000000 00:00 0 7fcde8356000-7fcdec000000 ---p 00000000 00:00 0 7fcdec000000-7fcdec021000 rw-p 00000000 00:00 0 7fcdec021000-7fcdf0000000 ---p 00000000 00:00 0 7fcdf0000000-7fcdf00d4000 rw-p 00000000 00:00 0 7fcdf00d4000-7fcdf4000000 ---p 00000000 00:00 0 7fcdf4000000-7fcdf4214000 rw-p 00000000 00:00 0 7fcdf4214000-7fcdf8000000 ---p 00000000 00:00 0 7fcdf8000000-7fcdf8021000 rw-p 00000000 00:00 0 7fcdf8021000-7fcdfc000000 ---p 00000000 00:00 0 7fcdfc000000-7fcdfc021000 rw-p 00000000 00:00 0 7fcdfc021000-7fce00000000 ---p 00000000 00:00 0 7fce00000000-7fce03ef0000 rw-p 00000000 00:00 0 7fce03ef0000-7fce04000000 rw-p 00000000 00:00 0 7fce04000000-7fce04889000 rw-p 00000000 00:00 0 7fce04889000-7fce08000000 ---p 00000000 00:00 0 7fce08000000-7fce08021000 rw-p 00000000 00:00 0 7fce08021000-7fce0c000000 ---p 00000000 00:00 0 7fce0c000000-7fce0c0e8000 rw-p 00000000 00:00 0 7fce0c0e8000-7fce10000000 ---p 00000000 00:00 0 7fce10000000-7fce10021000 rw-p 00000000 00:00 0 7fce10021000-7fce14000000 ---p 00000000 00:00 0 7fce14000000-7fce15410000 rw-p 00000000 00:00 0 7fce15410000-7fce18000000 ---p 00000000 00:00 0 7fce18000000-7fce18475000 rw-p 00000000 00:00 0 7fce18475000-7fce1c000000 ---p 00000000 00:00 0 7fce1c000000-7fce1c3ac000 rw-p 00000000 00:00 0 7fce1c3ac000-7fce20000000 ---p 00000000 00:00 0 7fce20000000-7fce20723000 rw-p 00000000 00:00 0 7fce20723000-7fce24000000 ---p 00000000 00:00 0 7fce24000000-7fce24401000 rw-p 00000000 00:00 0 7fce24401000-7fce28000000 ---p 00000000 00:00 0 7fce28000000-7fce285c5000 rw-p 00000000 00:00 0 7fce285c5000-7fce2c000000 ---p 00000000 00:00 0 7fce2c000000-7fce2d52e000 rw-p 00000000 00:00 0 7fce2d52e000-7fce30000000 ---p 00000000 00:00 0 7fce30000000-7fce3037f000 rw-p 00000000 00:00 0 7fce3037f000-7fce34000000 ---p 00000000 00:00 0 7fce34000000-7fce34517000 rw-p 00000000 00:00 0 7fce34517000-7fce38000000 ---p 00000000 00:00 0 7fce38000000-7fce381ee000 rw-p 00000000 00:00 0 7fce381ee000-7fce3c000000 ---p 00000000 00:00 0 7fce3c000000-7fce3c021000 rw-p 00000000 00:00 0 7fce3c021000-7fce40000000 ---p 00000000 00:00 0 7fce40000000-7fce40428000 rw-p 00000000 00:00 0 7fce40428000-7fce44000000 ---p 00000000 00:00 0 7fce44000000-7fce440f0000 rw-p 00000000 00:00 0 7fce440f0000-7fce441f0000 rw-p 00000000 00:00 0 7fce441f0000-7fce44570000 rw-p 00000000 00:00 0 7fce44570000-7fce445f0000 rw-p 00000000 00:00 0 7fce445f0000-7fce447b0000 rw-p 00000000 00:00 0 7fce447b0000-7fce447f0000 rw-p 00000000 00:00 0 7fce447f0000-7fce448f0000 rw-p 00000000 00:00 0 7fce448f0000-7fce449f0000 rw-p 00000000 00:00 0 7fce449f0000-7fce44f70000 rw-p 00000000 00:00 0 7fce44f70000-7fce44ff0000 rw-p 00000000 00:00 0 7fce44ff0000-7fce454f0000 rw-p 00000000 00:00 0 7fce454f0000-7fce455f0000 rw-p 00000000 00:00 0 7fce455f0000-7fce47cf0000 rw-p 00000000 00:00 0 7fce47cf0000-7fce47df0000 rw-p 00000000 00:00 0 7fce47df0000-7fce48000000 rw-p 00000000 00:00 0 7fce48000000-7fce4807d000 rw-p 00000000 00:00 0 7fce4807d000-7fce4c000000 ---p 00000000 00:00 0 7fce4c000000-7fce4c021000 rw-p 00000000 00:00 0 7fce4c021000-7fce50000000 ---p 00000000 00:00 0 7fce50000000-7fce5068d000 rw-p 00000000 00:00 0 7fce5068d000-7fce54000000 ---p 00000000 00:00 0 7fce54000000-7fce55ae5000 rw-p 00000000 00:00 0 7fce55ae5000-7fce58000000 ---p 00000000 00:00 0 7fce58000000-7fce58121000 rw-p 00000000 00:00 0 7fce58121000-7fce5c000000 ---p 00000000 00:00 0 7fce5c000000-7fce5c14f000 rw-p 00000000 00:00 0 7fce5c14f000-7fce60000000 ---p 00000000 00:00 0 7fce60000000-7fce60048000 rw-p 00000000 00:00 0 7fce60048000-7fce64000000 ---p 00000000 00:00 0 7fce64000000-7fce64109000 rw-p 00000000 00:00 0 7fce64109000-7fce68000000 ---p 00000000 00:00 0 7fce68000000-7fce68021000 rw-p 00000000 00:00 0 7fce68021000-7fce6c000000 ---p 00000000 00:00 0 7fce6c000000-7fce6c1c5000 rw-p 00000000 00:00 0 7fce6c1c5000-7fce70000000 ---p 00000000 00:00 0 7fce70000000-7fce70021000 rw-p 00000000 00:00 0 7fce70021000-7fce74000000 ---p 00000000 00:00 0 7fce74000000-7fce74054000 rw-p 00000000 00:00 0 7fce74054000-7fce78000000 ---p 00000000 00:00 0 7fce78000000-7fce78026000 rw-p 00000000 00:00 0 7fce78026000-7fce7c000000 ---p 00000000 00:00 0 7fce7c000000-7fce7c022000 rw-p 00000000 00:00 0 7fce7c022000-7fce80000000 ---p 00000000 00:00 0 7fce80000000-7fce82111000 rw-p 00000000 00:00 0 7fce82111000-7fce84000000 ---p 00000000 00:00 0 7fce84000000-7fce84034000 rw-p 00000000 00:00 0 7fce84034000-7fce88000000 ---p 00000000 00:00 0 7fce88000000-7fce8a01f000 rw-p 00000000 00:00 0 7fce8a01f000-7fce8c000000 ---p 00000000 00:00 0 7fce8c000000-7fce8c021000 rw-p 00000000 00:00 0 7fce8c021000-7fce90000000 ---p 00000000 00:00 0 7fce90000000-7fce9101a000 rw-p 00000000 00:00 0 7fce9101a000-7fce94000000 ---p 00000000 00:00 0 7fce94000000-7fce94021000 rw-p 00000000 00:00 0 7fce94021000-7fce98000000 ---p 00000000 00:00 0 7fce98000000-7fce98021000 rw-p 00000000 00:00 0 7fce98021000-7fce9c000000 ---p 00000000 00:00 0 7fce9c000000-7fce9e3e9000 rw-p 00000000 00:00 0 7fce9e3e9000-7fcea0000000 ---p 00000000 00:00 0 7fcea0000000-7fcea0021000 rw-p 00000000 00:00 0 7fcea0021000-7fcea4000000 ---p 00000000 00:00 0 7fcea4000000-7fcea42fd000 rw-p 00000000 00:00 0 7fcea42fd000-7fcea8000000 ---p 00000000 00:00 0 7fcea8000000-7fcea8021000 rw-p 00000000 00:00 0 7fcea8021000-7fceac000000 ---p 00000000 00:00 0 7fceac000000-7fceac021000 rw-p 00000000 00:00 0 7fceac021000-7fceb0000000 ---p 00000000 00:00 0 7fceb0000000-7fceb00ef000 rw-p 00000000 00:00 0 7fceb00ef000-7fceb4000000 ---p 00000000 00:00 0 7fceb42e2000-7fceb42e3000 ---p 00000000 00:00 0 7fceb42e3000-7fceb42e7000 ---p 00000000 00:00 0 7fceb42e7000-7fceb4de4000 rw-p 00000000 00:00 0 7fceb4ee1000-7fceb4ee2000 ---p 00000000 00:00 0 7fceb4ee2000-7fceb4ee6000 ---p 00000000 00:00 0 7fceb4ee6000-7fceb4fe2000 rw-p 00000000 00:00 0 7fceb4fe2000-7fceb4fe3000 ---p 00000000 00:00 0 7fceb4fe3000-7fceb4fe7000 ---p 00000000 00:00 0 7fceb4fe7000-7fceb50e3000 rw-p 00000000 00:00 0 7fceb50e3000-7fceb50e4000 ---p 00000000 00:00 0 7fceb50e4000-7fceb50e8000 ---p 00000000 00:00 0 7fceb50e8000-7fceb51e4000 rw-p 00000000 00:00 0 7fceb51e4000-7fceb51e5000 ---p 00000000 00:00 0 7fceb51e5000-7fceb51e9000 ---p 00000000 00:00 0 7fceb51e9000-7fceb5ce7000 rw-p 00000000 00:00 0 7fceb5ce7000-7fceb5d6d000 r--p 00000000 00:35 5 /tmp/libgdx?/12cf652/libKrunchJni64.so 7fceb5d6d000-7fceb5ea5000 r-xp 00086000 00:35 5 /tmp/libgdx?/12cf652/libKrunchJni64.so 7fceb5ea5000-7fceb5eef000 r--p 001be000 00:35 5 /tmp/libgdx?/12cf652/libKrunchJni64.so 7fceb5eef000-7fceb5ef0000 ---p 00208000 00:35 5 /tmp/libgdx?/12cf652/libKrunchJni64.so 7fceb5ef0000-7fceb5efa000 r--p 00208000 00:35 5 /tmp/libgdx?/12cf652/libKrunchJni64.so 7fceb5efa000-7fceb5efc000 rw-p 00212000 00:35 5 /tmp/libgdx?/12cf652/libKrunchJni64.so 7fceb5efc000-7fceb5eff000 rw-p 00000000 00:00 0 7fceb5eff000-7fceb5f00000 ---p 00000000 00:00 0 7fceb5f00000-7fceb5f04000 ---p 00000000 00:00 0 7fceb5f04000-7fceb6000000 rw-p 00000000 00:00 0 7fceb6000000-7fceb6011000 r-xp 00000000 00:35 2 /tmp/libnetty_transport_native_epoll_x86_6412819734511355330687.so (deleted) 7fceb6011000-7fceb6210000 ---p 00011000 00:35 2 /tmp/libnetty_transport_native_epoll_x86_6412819734511355330687.so (deleted) 7fceb6210000-7fceb6213000 r--p 00010000 00:35 2 /tmp/libnetty_transport_native_epoll_x86_6412819734511355330687.so (deleted) 7fceb6213000-7fceb6214000 rw-p 00000000 00:00 0 7fceb62f3000-7fceb62f4000 ---p 00000000 00:00 0 7fceb62f4000-7fceb62f8000 ---p 00000000 00:00 0 7fceb62f8000-7fceb63f4000 rw-p 00000000 00:00 0 7fceb63f4000-7fceb63f5000 ---p 00000000 00:00 0 7fceb63f5000-7fceb63f9000 ---p 00000000 00:00 0 7fceb63f9000-7fceb64f5000 rw-p 00000000 00:00 0 7fceb64f5000-7fceb64f6000 ---p 00000000 00:00 0 7fceb64f6000-7fceb64fa000 ---p 00000000 00:00 0 7fceb64fa000-7fceb65f6000 rw-p 00000000 00:00 0 7fceb65f6000-7fceb65f7000 ---p 00000000 00:00 0 7fceb65f7000-7fceb65fb000 ---p 00000000 00:00 0 7fceb65fb000-7fceb66f7000 rw-p 00000000 00:00 0 7fceb66f7000-7fceb66f8000 ---p 00000000 00:00 0 7fceb66f8000-7fceb66fc000 ---p 00000000 00:00 0 7fceb66fc000-7fceb67f8000 rw-p 00000000 00:00 0 7fceb67f8000-7fceb67f9000 ---p 00000000 00:00 0 7fceb67f9000-7fceb67fd000 ---p 00000000 00:00 0 7fceb67fd000-7fceb68f9000 rw-p 00000000 00:00 0 7fceb68f9000-7fceb68fa000 ---p 00000000 00:00 0 7fceb68fa000-7fceb68fe000 ---p 00000000 00:00 0 7fceb68fe000-7fceb69fa000 rw-p 00000000 00:00 0 7fceb69fa000-7fceb69fb000 ---p 00000000 00:00 0 7fceb69fb000-7fceb69ff000 ---p 00000000 00:00 0 7fceb69ff000-7fceb6afb000 rw-p 00000000 00:00 0 7fceb6afb000-7fceb6afc000 ---p 00000000 00:00 0 7fceb6afc000-7fceb6b00000 ---p 00000000 00:00 0 7fceb6b00000-7fceb6bfc000 rw-p 00000000 00:00 0 7fceb6bfc000-7fceb6bfd000 ---p 00000000 00:00 0 7fceb6bfd000-7fceb6c01000 ---p 00000000 00:00 0 7fceb6c01000-7fceb6cfd000 rw-p 00000000 00:00 0 7fceb6cfd000-7fceb6cfe000 ---p 00000000 00:00 0 7fceb6cfe000-7fceb6d02000 ---p 00000000 00:00 0 7fceb6d02000-7fceb6dfe000 rw-p 00000000 00:00 0 7fceb6dfe000-7fceb6dff000 ---p 00000000 00:00 0 7fceb6dff000-7fceb6e03000 ---p 00000000 00:00 0 7fceb6e03000-7fceb6eff000 rw-p 00000000 00:00 0 7fceb6eff000-7fceb6f00000 ---p 00000000 00:00 0 7fceb6f00000-7fceb6f04000 ---p 00000000 00:00 0 7fceb6f04000-7fceb73f0000 rw-p 00000000 00:00 0 7fceb73f0000-7fceb75b0000 rw-p 00000000 00:00 0 7fceb75b0000-7fceb75f0000 rw-p 00000000 00:00 0 7fceb75f0000-7fceb7770000 rw-p 00000000 00:00 0 7fceb7770000-7fceb7870000 rw-p 00000000 00:00 0 7fceb7870000-7fceb78f0000 rw-p 00000000 00:00 0 7fceb78f0000-7fceb7ab0000 rw-p 00000000 00:00 0 7fceb7ab0000-7fceb7af0000 rw-p 00000000 00:00 0 7fceb7af0000-7fceb7cf0000 rw-p 00000000 00:00 0 7fceb7cf0000-7fceb7ef0000 rw-p 00000000 00:00 0 7fceb7ef0000-7fceb7ff0000 rw-p 00000000 00:00 0 7fceb7ff0000-7fceb85b0000 rw-p 00000000 00:00 0 7fceb85b0000-7fceb85f0000 rw-p 00000000 00:00 0 7fceb85f0000-7fceb88f0000 rw-p 00000000 00:00 0 7fceb88f0000-7fceb89f0000 rw-p 00000000 00:00 0 7fceb89f0000-7fceb9370000 rw-p 00000000 00:00 0 7fceb9370000-7fceb93f0000 rw-p 00000000 00:00 0 7fceb93f0000-7fceb9f10000 rw-p 00000000 00:00 0 7fceb9f10000-7fceb9fd0000 rw-p 00000000 00:00 0 7fceb9fd0000-7fcebb000000 rw-p 00000000 00:00 0 7fcebb000000-7fcebb488000 rw-p 00001000 08:01 284831 /opt/java/openjdk/lib/server/classes.jsa 7fcebb488000-7fcebbcab000 rw-p 00489000 08:01 284831 /opt/java/openjdk/lib/server/classes.jsa 7fcebbcab000-7fcebc000000 ---p 00000000 00:00 0 7fcebc000000-7fcebc030000 rw-p 00000000 00:00 0 7fcebc030000-7fcebc0b0000 rw-p 00000000 00:00 0 7fcebc0b0000-7fcebc0f0000 rw-p 00000000 00:00 0 7fcebc0f0000-7fcebc170000 rw-p 00000000 00:00 0 7fcebc170000-7fcebc1b0000 rw-p 00000000 00:00 0 7fcebc1b0000-7fcebc1f0000 rw-p 00000000 00:00 0 7fcebc1f0000-7fcebcb30000 rw-p 00000000 00:00 0 7fcebcb30000-7fcebcb70000 rw-p 00000000 00:00 0 7fcebcb70000-7fcebcdf0000 rw-p 00000000 00:00 0 7fcebcdf0000-7fcebd0d0000 rw-p 00000000 00:00 0 7fcebd0d0000-7fcebd0f0000 rw-p 00000000 00:00 0 7fcebd0f0000-7fcebefd0000 rw-p 00000000 00:00 0 7fcebefd0000-7fcebeff0000 rw-p 00000000 00:00 0 7fcebeff0000-7fcebf430000 rw-p 00000000 00:00 0 7fcebf430000-7fcebf450000 rw-p 00000000 00:00 0 7fcebf450000-7fcebf480000 ---p 00000000 00:00 0 7fcebf480000-7fcebf700000 rw-p 00000000 00:00 0 7fcebf700000-7fcefc000000 ---p 00000000 00:00 0 7fcefc000000-7fcefc021000 rw-p 00000000 00:00 0 7fcefc021000-7fcf00000000 ---p 00000000 00:00 0 7fcf00000000-7fcf00021000 rw-p 00000000 00:00 0 7fcf00021000-7fcf04000000 ---p 00000000 00:00 0 7fcf04000000-7fcf04045000 rw-p 00000000 00:00 0 7fcf04045000-7fcf08000000 ---p 00000000 00:00 0 7fcf080ed000-7fcf080ee000 ---p 00000000 00:00 0 7fcf080ee000-7fcf080f2000 ---p 00000000 00:00 0 7fcf080f2000-7fcf081ee000 rw-p 00000000 00:00 0 7fcf081ee000-7fcf081ef000 ---p 00000000 00:00 0 7fcf081ef000-7fcf081f3000 ---p 00000000 00:00 0 7fcf081f3000-7fcf082ef000 rw-p 00000000 00:00 0 7fcf082ef000-7fcf082f0000 ---p 00000000 00:00 0 7fcf082f0000-7fcf082f4000 ---p 00000000 00:00 0 7fcf082f4000-7fcf083f0000 rw-p 00000000 00:00 0 7fcf083f0000-7fcf083f1000 ---p 00000000 00:00 0 7fcf083f1000-7fcf083f5000 ---p 00000000 00:00 0 7fcf083f5000-7fcf084f1000 rw-p 00000000 00:00 0 7fcf084f1000-7fcf084f2000 ---p 00000000 00:00 0 7fcf084f2000-7fcf084f6000 ---p 00000000 00:00 0 7fcf084f6000-7fcf085f2000 rw-p 00000000 00:00 0 7fcf085f2000-7fcf085f3000 ---p 00000000 00:00 0 7fcf085f3000-7fcf085f7000 ---p 00000000 00:00 0 7fcf085f7000-7fcf086f3000 rw-p 00000000 00:00 0 7fcf086f3000-7fcf086f4000 ---p 00000000 00:00 0 7fcf086f4000-7fcf086f8000 ---p 00000000 00:00 0 7fcf086f8000-7fcf087f4000 rw-p 00000000 00:00 0 7fcf087f4000-7fcf087f5000 ---p 00000000 00:00 0 7fcf087f5000-7fcf087f9000 ---p 00000000 00:00 0 7fcf087f9000-7fcf088f5000 rw-p 00000000 00:00 0 7fcf088f5000-7fcf088f6000 ---p 00000000 00:00 0 7fcf088f6000-7fcf088fa000 ---p 00000000 00:00 0 7fcf088fa000-7fcf089f6000 rw-p 00000000 00:00 0 7fcf089f6000-7fcf089f7000 ---p 00000000 00:00 0 7fcf089f7000-7fcf089fb000 ---p 00000000 00:00 0 7fcf089fb000-7fcf08af7000 rw-p 00000000 00:00 0 7fcf08af7000-7fcf08af8000 ---p 00000000 00:00 0 7fcf08af8000-7fcf08afc000 ---p 00000000 00:00 0 7fcf08afc000-7fcf08bf8000 rw-p 00000000 00:00 0 7fcf08bf8000-7fcf08bf9000 ---p 00000000 00:00 0 7fcf08bf9000-7fcf08bfd000 ---p 00000000 00:00 0 7fcf08bfd000-7fcf08cf9000 rw-p 00000000 00:00 0 7fcf08cf9000-7fcf08cfa000 ---p 00000000 00:00 0 7fcf08cfa000-7fcf08cfe000 ---p 00000000 00:00 0 7fcf08cfe000-7fcf08dfa000 rw-p 00000000 00:00 0 7fcf08dfa000-7fcf08dfb000 ---p 00000000 00:00 0 7fcf08dfb000-7fcf08dff000 ---p 00000000 00:00 0 7fcf08dff000-7fcf08efb000 rw-p 00000000 00:00 0 7fcf08efb000-7fcf08efc000 ---p 00000000 00:00 0 7fcf08efc000-7fcf08f00000 ---p 00000000 00:00 0 7fcf08f00000-7fcf08ffc000 rw-p 00000000 00:00 0 7fcf08ffc000-7fcf08ffd000 ---p 00000000 00:00 0 7fcf08ffd000-7fcf09001000 ---p 00000000 00:00 0 7fcf09001000-7fcf090fd000 rw-p 00000000 00:00 0 7fcf090fd000-7fcf090fe000 ---p 00000000 00:00 0 7fcf090fe000-7fcf09102000 ---p 00000000 00:00 0 7fcf09102000-7fcf091fe000 rw-p 00000000 00:00 0 7fcf091fe000-7fcf091ff000 ---p 00000000 00:00 0 7fcf091ff000-7fcf09203000 ---p 00000000 00:00 0 7fcf09203000-7fcf092ff000 rw-p 00000000 00:00 0 7fcf092ff000-7fcf09300000 ---p 00000000 00:00 0 7fcf09300000-7fcf09304000 ---p 00000000 00:00 0 7fcf09304000-7fcf09400000 rw-p 00000000 00:00 0 7fcf09400000-7fcf0941e000 r-xp 00000000 08:01 398265 /home/container/.cache/JNA/temp/jna17129922086933746827.tmp (deleted) 7fcf0941e000-7fcf0961d000 ---p 0001e000 08:01 398265 /home/container/.cache/JNA/temp/jna17129922086933746827.tmp (deleted) 7fcf0961d000-7fcf0961e000 rw-p 0001d000 08:01 398265 /home/container/.cache/JNA/temp/jna17129922086933746827.tmp (deleted) 7fcf0961e000-7fcf0961f000 rw-p 00000000 00:00 0 7fcf096cd000-7fcf096ce000 ---p 00000000 00:00 0 7fcf096ce000-7fcf096d2000 ---p 00000000 00:00 0 7fcf096d2000-7fcf097ce000 rw-p 00000000 00:00 0 7fcf097ce000-7fcf097cf000 ---p 00000000 00:00 0 7fcf097cf000-7fcf097d3000 ---p 00000000 00:00 0 7fcf097d3000-7fcf098cf000 rw-p 00000000 00:00 0 7fcf098cf000-7fcf098d0000 ---p 00000000 00:00 0 7fcf098d0000-7fcf099d0000 rw-p 00000000 00:00 0 7fcf099d0000-7fcf099d1000 ---p 00000000 00:00 0 7fcf099d1000-7fcf09ad1000 rw-p 00000000 00:00 0 7fcf09ad1000-7fcf09ad2000 ---p 00000000 00:00 0 7fcf09ad2000-7fcf09bd2000 rw-p 00000000 00:00 0 7fcf09c31000-7fcf09c32000 ---p 00000000 00:00 0 7fcf09c32000-7fcf09c36000 ---p 00000000 00:00 0 7fcf09c36000-7fcf09d32000 rw-p 00000000 00:00 0 7fcf09d32000-7fcf09d33000 ---p 00000000 00:00 0 7fcf09d33000-7fcf09d37000 ---p 00000000 00:00 0 7fcf09d37000-7fcf09e33000 rw-p 00000000 00:00 0 7fcf09e33000-7fcf09e34000 ---p 00000000 00:00 0 7fcf09e34000-7fcf09f34000 rw-p 00000000 00:00 0 7fcf09f34000-7fcf09f35000 ---p 00000000 00:00 0 7fcf09f35000-7fcf0a035000 rw-p 00000000 00:00 0 7fcf0a035000-7fcf0a036000 ---p 00000000 00:00 0 7fcf0a036000-7fcf0a136000 rw-p 00000000 00:00 0 7fcf0a136000-7fcf0a137000 ---p 00000000 00:00 0 7fcf0a137000-7fcf0a13b000 ---p 00000000 00:00 0 7fcf0a13b000-7fcf0a237000 rw-p 00000000 00:00 0 7fcf0a237000-7fcf0a238000 ---p 00000000 00:00 0 7fcf0a238000-7fcf0a338000 rw-p 00000000 00:00 0 7fcf0a338000-7fcf0a339000 ---p 00000000 00:00 0 7fcf0a339000-7fcf0a439000 rw-p 00000000 00:00 0 7fcf0a439000-7fcf0a43a000 ---p 00000000 00:00 0 7fcf0a43a000-7fcf0a53a000 rw-p 00000000 00:00 0 7fcf0a53a000-7fcf0a53b000 ---p 00000000 00:00 0 7fcf0a53b000-7fcf0a63b000 rw-p 00000000 00:00 0 7fcf0a6b6000-7fcf0a6b8000 r-xp 00000000 08:01 284789 /opt/java/openjdk/lib/libextnet.so 7fcf0a6b8000-7fcf0a6b9000 r--p 00001000 08:01 284789 /opt/java/openjdk/lib/libextnet.so 7fcf0a6b9000-7fcf0a6ba000 rw-p 00002000 08:01 284789 /opt/java/openjdk/lib/libextnet.so 7fcf0a6ba000-7fcf0a6c1000 r--s 00000000 08:01 278082 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache 7fcf0a6c1000-7fcf0a6c5000 r--p 00000000 08:01 278236 /usr/lib/x86_64-linux-gnu/libudev.so.1.7.2 7fcf0a6c5000-7fcf0a6df000 r-xp 00004000 08:01 278236 /usr/lib/x86_64-linux-gnu/libudev.so.1.7.2 7fcf0a6df000-7fcf0a6e8000 r--p 0001e000 08:01 278236 /usr/lib/x86_64-linux-gnu/libudev.so.1.7.2 7fcf0a6e8000-7fcf0a6e9000 ---p 00027000 08:01 278236 /usr/lib/x86_64-linux-gnu/libudev.so.1.7.2 7fcf0a6e9000-7fcf0a6ea000 r--p 00027000 08:01 278236 /usr/lib/x86_64-linux-gnu/libudev.so.1.7.2 7fcf0a6ea000-7fcf0a6eb000 rw-p 00028000 08:01 278236 /usr/lib/x86_64-linux-gnu/libudev.so.1.7.2 7fcf0a6eb000-7fcf0a6ec000 ---p 00000000 00:00 0 7fcf0a6ec000-7fcf0a6f0000 ---p 00000000 00:00 0 7fcf0a6f0000-7fcf0a70e000 rw-p 00000000 00:00 0 7fcf0a70e000-7fcf0a713000 r-xp 00000000 08:01 284810 /opt/java/openjdk/lib/libmanagement_ext.so 7fcf0a713000-7fcf0a714000 ---p 00005000 08:01 284810 /opt/java/openjdk/lib/libmanagement_ext.so 7fcf0a714000-7fcf0a715000 r--p 00005000 08:01 284810 /opt/java/openjdk/lib/libmanagement_ext.so 7fcf0a715000-7fcf0a716000 rw-p 00006000 08:01 284810 /opt/java/openjdk/lib/libmanagement_ext.so 7fcf0a716000-7fcf0a717000 ---p 00000000 00:00 0 7fcf0a717000-7fcf0a71b000 ---p 00000000 00:00 0 7fcf0a71b000-7fcf0a817000 rw-p 00000000 00:00 0 7fcf0a817000-7fcf0a818000 ---p 00000000 00:00 0 7fcf0a818000-7fcf0a81c000 ---p 00000000 00:00 0 7fcf0a81c000-7fcf0a918000 rw-p 00000000 00:00 0 7fcf0a918000-7fcf0a919000 ---p 00000000 00:00 0 7fcf0a919000-7fcf0a91d000 ---p 00000000 00:00 0 7fcf0a91d000-7fcf0aa19000 rw-p 00000000 00:00 0 7fcf0aa19000-7fcf0aa1a000 ---p 00000000 00:00 0 7fcf0aa1a000-7fcf0aa1e000 ---p 00000000 00:00 0 7fcf0aa1e000-7fcf0ab1a000 rw-p 00000000 00:00 0 7fcf0ab1a000-7fcf0abe8000 r-xp 00000000 08:01 284805 /opt/java/openjdk/lib/libjsvml.so 7fcf0abe8000-7fcf0abe9000 r--p 000cd000 08:01 284805 /opt/java/openjdk/lib/libjsvml.so 7fcf0abe9000-7fcf0abea000 rw-p 000ce000 08:01 284805 /opt/java/openjdk/lib/libjsvml.so 7fcf0abea000-7fcf0abeb000 ---p 00000000 00:00 0 7fcf0abeb000-7fcf0abef000 ---p 00000000 00:00 0 7fcf0abef000-7fcf0aceb000 rw-p 00000000 00:00 0 7fcf0aceb000-7fcf0acec000 ---p 00000000 00:00 0 7fcf0acec000-7fcf0acf0000 ---p 00000000 00:00 0 7fcf0acf0000-7fcf0adec000 rw-p 00000000 00:00 0 7fcf0adec000-7fcf0aded000 ---p 00000000 00:00 0 7fcf0aded000-7fcf0adf1000 ---p 00000000 00:00 0 7fcf0adf1000-7fcf0aeed000 rw-p 00000000 00:00 0 7fcf0aeed000-7fcf0aeee000 ---p 00000000 00:00 0 7fcf0aeee000-7fcf0aef2000 ---p 00000000 00:00 0 7fcf0aef2000-7fcf0afee000 rw-p 00000000 00:00 0 7fcf0afee000-7fcf0afef000 ---p 00000000 00:00 0 7fcf0afef000-7fcf0aff3000 ---p 00000000 00:00 0 7fcf0aff3000-7fcf0b0ef000 rw-p 00000000 00:00 0 7fcf0b0ef000-7fcf0b0f0000 ---p 00000000 00:00 0 7fcf0b0f0000-7fcf0b0f4000 ---p 00000000 00:00 0 7fcf0b0f4000-7fcf0b1f0000 rw-p 00000000 00:00 0 7fcf0b1f0000-7fcf0b1f1000 ---p 00000000 00:00 0 7fcf0b1f1000-7fcf0b1f5000 ---p 00000000 00:00 0 7fcf0b1f5000-7fcf0b2f1000 rw-p 00000000 00:00 0 7fcf0b2f1000-7fcf0b5da000 r--p 00000000 08:01 281139 /usr/lib/locale/locale-archive 7fcf0b5da000-7fcf0b5db000 ---p 00000000 00:00 0 7fcf0b5db000-7fcf0b6db000 rw-p 00000000 00:00 0 7fcf0b6db000-7fcf0b6dc000 ---p 00000000 00:00 0 7fcf0b6dc000-7fcf0b7dc000 rw-p 00000000 00:00 0 7fcf0b85d000-7fcf0b8b8000 rw-p 00000000 00:00 0 7fcf0b8d9000-7fcf0b8dc000 r--p 00000000 08:01 278139 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fcf0b8dc000-7fcf0b8f3000 r-xp 00003000 08:01 278139 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fcf0b8f3000-7fcf0b8f7000 r--p 0001a000 08:01 278139 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fcf0b8f7000-7fcf0b8f8000 r--p 0001d000 08:01 278139 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fcf0b8f8000-7fcf0b8f9000 rw-p 0001e000 08:01 278139 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fcf0b8f9000-7fcf0b8fa000 ---p 00000000 00:00 0 7fcf0b8fa000-7fcf0b9fa000 rw-p 00000000 00:00 0 7fcf0b9fa000-7fcf0b9fb000 ---p 00000000 00:00 0 7fcf0b9fb000-7fcf0c000000 rw-p 00000000 00:00 0 7fcf0c000000-7fcf0c021000 rw-p 00000000 00:00 0 7fcf0c021000-7fcf10000000 ---p 00000000 00:00 0 7fcf10000000-7fcf10138000 rw-p 00000000 00:00 0 7fcf10138000-7fcf14000000 ---p 00000000 00:00 0 7fcf14000000-7fcf1402a000 rw-p 00000000 00:00 0 7fcf1402a000-7fcf18000000 ---p 00000000 00:00 0 7fcf18003000-7fcf18010000 r-xp 00000000 08:01 284820 /opt/java/openjdk/lib/libverify.so 7fcf18010000-7fcf18012000 r--p 0000c000 08:01 284820 /opt/java/openjdk/lib/libverify.so 7fcf18012000-7fcf18013000 rw-p 0000e000 08:01 284820 /opt/java/openjdk/lib/libverify.so 7fcf18013000-7fcf1802e000 r-xp 00000000 08:01 284821 /opt/java/openjdk/lib/libzip.so 7fcf1802e000-7fcf1802f000 r--p 0001a000 08:01 284821 /opt/java/openjdk/lib/libzip.so 7fcf1802f000-7fcf18030000 rw-p 0001b000 08:01 284821 /opt/java/openjdk/lib/libzip.so 7fcf18030000-7fcf1a535000 rw-p 00000000 00:00 0 7fcf1a535000-7fcf1a536000 ---p 00000000 00:00 0 7fcf1a536000-7fcf1a636000 rw-p 00000000 00:00 0 7fcf1a636000-7fcf1a637000 ---p 00000000 00:00 0 7fcf1a637000-7fcf1a737000 rw-p 00000000 00:00 0 7fcf1a737000-7fcf1a738000 ---p 00000000 00:00 0 7fcf1a738000-7fcf1ebd8000 rw-p 00000000 00:00 0 7fcf1ebd8000-7fcf2e018000 ---p 00000000 00:00 0 7fcf2e018000-7fcf2e9f8000 rw-p 00000000 00:00 0 7fcf2e9f8000-7fcf30880000 ---p 00000000 00:00 0 7fcf30880000-7fcf308b0000 rw-p 00000000 00:00 0 7fcf308b0000-7fcf336a0000 rwxp 00000000 00:00 0 7fcf336a0000-7fcf37de7000 ---p 00000000 00:00 0 7fcf37de7000-7fcf380f7000 rwxp 00000000 00:00 0 7fcf380f7000-7fcf38379000 ---p 00000000 00:00 0 7fcf38379000-7fcf3a0d9000 rwxp 00000000 00:00 0 7fcf3a0d9000-7fcf3f8b0000 ---p 00000000 00:00 0 7fcf3f8b0000-7fcf48000000 r--s 00000000 08:01 284822 /opt/java/openjdk/lib/modules 7fcf48000000-7fcf4c000000 rw-p 00000000 00:00 0 7fcf4c002000-7fcf4c006000 r-xp 00000000 08:01 284808 /opt/java/openjdk/lib/libmanagement.so 7fcf4c006000-7fcf4c007000 r--p 00003000 08:01 284808 /opt/java/openjdk/lib/libmanagement.so 7fcf4c007000-7fcf4c008000 rw-p 00004000 08:01 284808 /opt/java/openjdk/lib/libmanagement.so 7fcf4c008000-7fcf4c014000 r-xp 00000000 08:01 284812 /opt/java/openjdk/lib/libnet.so 7fcf4c014000-7fcf4c015000 r--p 0000b000 08:01 284812 /opt/java/openjdk/lib/libnet.so 7fcf4c015000-7fcf4c016000 rw-p 0000c000 08:01 284812 /opt/java/openjdk/lib/libnet.so 7fcf4c016000-7fcf4c02a000 r-xp 00000000 08:01 284813 /opt/java/openjdk/lib/libnio.so 7fcf4c02a000-7fcf4c02b000 r--p 00013000 08:01 284813 /opt/java/openjdk/lib/libnio.so 7fcf4c02b000-7fcf4c02c000 rw-p 00014000 08:01 284813 /opt/java/openjdk/lib/libnio.so 7fcf4c02c000-7fcf4c88c000 rw-p 00000000 00:00 0 7fcf4c88c000-7fcf4e714000 ---p 00000000 00:00 0 7fcf4e714000-7fcf4f226000 rw-p 00000000 00:00 0 7fcf4f226000-7fcf4f2d6000 ---p 00000000 00:00 0 7fcf4f2d6000-7fcf4f332000 rw-p 00000000 00:00 0 7fcf4f332000-7fcf4f3c1000 ---p 00000000 00:00 0 7fcf4f3c1000-7fcf4f3c8000 rw-p 00000000 00:00 0 7fcf4f3c8000-7fcf4f3cd000 ---p 00000000 00:00 0 7fcf4f3cd000-7fcf4f3ed000 r-xp 00000000 08:01 284797 /opt/java/openjdk/lib/libjava.so 7fcf4f3ed000-7fcf4f3ee000 ---p 00020000 08:01 284797 /opt/java/openjdk/lib/libjava.so 7fcf4f3ee000-7fcf4f3ef000 r--p 00020000 08:01 284797 /opt/java/openjdk/lib/libjava.so 7fcf4f3ef000-7fcf4f3f0000 rw-p 00021000 08:01 284797 /opt/java/openjdk/lib/libjava.so 7fcf4f3f0000-7fcf4f3f9000 rw-p 00000000 00:00 0 7fcf4f3f9000-7fcf4f414000 r-xp 00000000 08:01 284801 /opt/java/openjdk/lib/libjimage.so 7fcf4f414000-7fcf4f415000 ---p 0001b000 08:01 284801 /opt/java/openjdk/lib/libjimage.so 7fcf4f415000-7fcf4f417000 r--p 0001b000 08:01 284801 /opt/java/openjdk/lib/libjimage.so 7fcf4f417000-7fcf4f418000 rw-p 0001d000 08:01 284801 /opt/java/openjdk/lib/libjimage.so 7fcf4f418000-7fcf4f41c000 ---p 00000000 00:00 0 7fcf4f41c000-7fcf4f518000 rw-p 00000000 00:00 0 7fcf4f518000-7fcf4f526000 r--p 00000000 08:01 278166 /usr/lib/x86_64-linux-gnu/libm.so.6 7fcf4f526000-7fcf4f5a2000 r-xp 0000e000 08:01 278166 /usr/lib/x86_64-linux-gnu/libm.so.6 7fcf4f5a2000-7fcf4f5fd000 r--p 0008a000 08:01 278166 /usr/lib/x86_64-linux-gnu/libm.so.6 7fcf4f5fd000-7fcf4f5fe000 r--p 000e4000 08:01 278166 /usr/lib/x86_64-linux-gnu/libm.so.6 7fcf4f5fe000-7fcf4f5ff000 rw-p 000e5000 08:01 278166 /usr/lib/x86_64-linux-gnu/libm.so.6 7fcf4f5ff000-7fcf4f600000 r--p 00000000 08:01 278211 /usr/lib/x86_64-linux-gnu/librt.so.1 7fcf4f600000-7fcf4f601000 r-xp 00001000 08:01 278211 /usr/lib/x86_64-linux-gnu/librt.so.1 7fcf4f601000-7fcf4f602000 r--p 00002000 08:01 278211 /usr/lib/x86_64-linux-gnu/librt.so.1 7fcf4f602000-7fcf4f603000 r--p 00002000 08:01 278211 /usr/lib/x86_64-linux-gnu/librt.so.1 7fcf4f603000-7fcf4f604000 rw-p 00003000 08:01 278211 /usr/lib/x86_64-linux-gnu/librt.so.1 7fcf4f604000-7fcf50a0d000 r-xp 00000000 08:01 284834 /opt/java/openjdk/lib/server/libjvm.so 7fcf50a0d000-7fcf50a0e000 ---p 01409000 08:01 284834 /opt/java/openjdk/lib/server/libjvm.so 7fcf50a0e000-7fcf50ade000 r--p 01409000 08:01 284834 /opt/java/openjdk/lib/server/libjvm.so 7fcf50ade000-7fcf50b0e000 rw-p 014d9000 08:01 284834 /opt/java/openjdk/lib/server/libjvm.so 7fcf50b0e000-7fcf50b76000 rw-p 00000000 00:00 0 7fcf50b76000-7fcf50b9e000 r--p 00000000 08:01 278114 /usr/lib/x86_64-linux-gnu/libc.so.6 7fcf50b9e000-7fcf50d33000 r-xp 00028000 08:01 278114 /usr/lib/x86_64-linux-gnu/libc.so.6 7fcf50d33000-7fcf50d8b000 r--p 001bd000 08:01 278114 /usr/lib/x86_64-linux-gnu/libc.so.6 7fcf50d8b000-7fcf50d8c000 ---p 00215000 08:01 278114 /usr/lib/x86_64-linux-gnu/libc.so.6 7fcf50d8c000-7fcf50d90000 r--p 00215000 08:01 278114 /usr/lib/x86_64-linux-gnu/libc.so.6 7fcf50d90000-7fcf50d92000 rw-p 00219000 08:01 278114 /usr/lib/x86_64-linux-gnu/libc.so.6 7fcf50d92000-7fcf50d9f000 rw-p 00000000 00:00 0 7fcf50d9f000-7fcf50da0000 r--p 00000000 08:01 278128 /usr/lib/x86_64-linux-gnu/libdl.so.2 7fcf50da0000-7fcf50da1000 r-xp 00001000 08:01 278128 /usr/lib/x86_64-linux-gnu/libdl.so.2 7fcf50da1000-7fcf50da2000 r--p 00002000 08:01 278128 /usr/lib/x86_64-linux-gnu/libdl.so.2 7fcf50da2000-7fcf50da3000 r--p 00002000 08:01 278128 /usr/lib/x86_64-linux-gnu/libdl.so.2 7fcf50da3000-7fcf50da4000 rw-p 00003000 08:01 278128 /usr/lib/x86_64-linux-gnu/libdl.so.2 7fcf50da4000-7fcf50da5000 r--p 00000000 08:01 278209 /usr/lib/x86_64-linux-gnu/libpthread.so.0 7fcf50da5000-7fcf50da6000 r-xp 00001000 08:01 278209 /usr/lib/x86_64-linux-gnu/libpthread.so.0 7fcf50da6000-7fcf50da7000 r--p 00002000 08:01 278209 /usr/lib/x86_64-linux-gnu/libpthread.so.0 7fcf50da7000-7fcf50da8000 r--p 00002000 08:01 278209 /usr/lib/x86_64-linux-gnu/libpthread.so.0 7fcf50da8000-7fcf50da9000 rw-p 00003000 08:01 278209 /usr/lib/x86_64-linux-gnu/libpthread.so.0 7fcf50daa000-7fcf50dab000 ---p 00000000 00:00 0 7fcf50dab000-7fcf50dac000 r--p 00000000 00:00 0 7fcf50dac000-7fcf50dc5000 r-xp 00000000 08:01 284802 /opt/java/openjdk/lib/libjli.so 7fcf50dc5000-7fcf50dc6000 r--p 00018000 08:01 284802 /opt/java/openjdk/lib/libjli.so 7fcf50dc6000-7fcf50dc7000 rw-p 00019000 08:01 284802 /opt/java/openjdk/lib/libjli.so 7fcf50dc7000-7fcf50dc9000 rw-p 00000000 00:00 0 7fcf50dc9000-7fcf50dcb000 r--p 00000000 08:01 278096 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7fcf50dcb000-7fcf50df5000 r-xp 00002000 08:01 278096 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7fcf50df5000-7fcf50e00000 r--p 0002c000 08:01 278096 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7fcf50e00000-7fcf50e01000 ---p 00000000 00:00 0 7fcf50e01000-7fcf50e03000 r--p 00037000 08:01 278096 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7fcf50e03000-7fcf50e05000 rw-p 00039000 08:01 278096 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7ffd37fe0000-7ffd38001000 rw-p 00000000 00:00 0 [stack] 7ffd38112000-7ffd38116000 r--p 00000000 00:00 0 [vvar] 7ffd38116000-7ffd38118000 r-xp 00000000 00:00 0 [vdso] Total number of mappings: 1427 VM Arguments: jvm_args: -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true --module-path=libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar:libraries/cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/net/minecraftforge/JarJarFileSystems/0.3.19/JarJarFileSystems-0.3.19.jar --add-modules=ALL-MODULE-PATH --add-opens=java.base/java.util.jar=cpw.mods.securejarhandler --add-opens=java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports=java.base/sun.security.util=cpw.mods.securejarhandler --add-exports=jdk.naming.dns/com.sun.jndi.dns=java.naming -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher-1.1.2.jar,securejarhandler-2.1.10.jar,asm-commons-9.5.jar,asm-util-9.5.jar,asm-analysis-9.5.jar,asm-tree-9.5.jar,asm-9.5.jar,JarJarFileSystems-0.3.19.jar -DlibraryDirectory=libraries -DlegacyClassPath=libraries/cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar:libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar:libraries/net/minecraftforge/eventbus/6.0.5/eventbus-6.0.5.jar:libraries/net/minecraftforge/forgespi/7.0.1/forgespi-7.0.1.jar:libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar:libraries/cpw/mods/modlauncher/10.0.9/modlauncher-10.0.9.jar:libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar:libraries/net/minecraftforge/mergetool/1.1.5/mergetool-1.1.5-api.jar:libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar:libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar:libraries/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar:libraries/net/jodah/typetools/0.6.3/typetools-0.6.3.jar:libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar:libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar:libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar:libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar:libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar:libraries/net/minecraftforge/JarJarSelector/0.3.19/JarJarSelector-0.3.19.jar:libraries/net/minecraftforge/JarJarMetadata/0.3.19/JarJarMetadata-0.3.19.jar:libraries/net/minecraftforge/fmlloader/1.20.1-47.2.0/fmlloader-1.20.1-47.2.0.jar:libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-extra.jar:libraries/com/github/oshi/oshi-core/6.2.2/oshi-core-6.2.2.jar:libraries/com/google/code/gson/gson/2.10/gson-2.10.jar:libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1 java_command: cpw.mods.bootstraplauncher.BootstrapLauncher --launchTarget forgeserver --fml.forgeVersion 47.2.0 --fml.mcVersion 1.20.1 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20230612.114412 java_class_path (initial): . Launcher Type: SUN_STANDARD [Global flags] intx CICompilerCount = 4 {product} {ergonomic} uint ConcGCThreads = 3 {product} {ergonomic} uint G1ConcRefinementThreads = 10 {product} {ergonomic} size_t G1HeapRegionSize = 16777216 {product} {ergonomic} uintx GCDrainStackTargetSize = 64 {product} {ergonomic} size_t InitialHeapSize = 134217728 {product} {command line} size_t MarkStackSize = 4194304 {product} {ergonomic} size_t MaxHeapSize = 20988297216 {product} {ergonomic} size_t MaxNewSize = 12582912000 {product} {ergonomic} uint64_t MaxRAM = 22077054976 {pd product} {ergonomic} double MaxRAMPercentage = 95.000000 {product} {command line} size_t MinHeapDeltaBytes = 16777216 {product} {ergonomic} size_t MinHeapSize = 134217728 {product} {command line} uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic} uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic} bool PerfDisableSharedMem = true {product} {ergonomic} uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic} uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} bool SegmentedCodeCache = true {product} {ergonomic} size_t SoftMaxHeapSize = 20988297216 {manageable} {ergonomic} bool UseCompressedOops = true {product lp64_product} {ergonomic} bool UseG1GC = true {product} {ergonomic} Logging: Log output configuration: #0: stdout all=warning uptime,level,tags foldmultilines=false #1: stderr all=off uptime,level,tags foldmultilines=false Environment Variables: JAVA_HOME=/opt/java/openjdk PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 TERM=xterm TZ=Europe/Berlin Active Locale: LC_ALL=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_TIME=en_US.UTF-8 Signal Handlers: SIGSEGV: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO, unblocked SIGBUS: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO, unblocked SIGFPE: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO, unblocked SIGPIPE: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO, blocked SIGXFSZ: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO, blocked SIGILL: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO, unblocked SIGUSR2: SR_handler in libjvm.so, mask=00000000000000000000000000000000, flags=SA_RESTART|SA_SIGINFO, blocked SIGHUP: UserHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO, blocked SIGINT: UserHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO, blocked SIGTERM: UserHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO, blocked SIGQUIT: UserHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO, blocked SIGTRAP: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO, unblocked Periodic native trim disabled --------------- S Y S T E M --------------- OS: DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS" uname: Linux 6.1.0-22-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21) x86_64 OS uptime: 0 days 16:52 hours libc: glibc 2.35 NPTL 2.35 rlimit (soft/hard): STACK 8192k/infinity , CORE infinity/infinity , NPROC infinity/infinity , NOFILE 1048576/1048576 , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK 8192k/8192k load average: 4.12 3.94 3.15 /proc/meminfo: MemTotal: 21417272 kB MemFree: 11026760 kB MemAvailable: 14407524 kB Buffers: 124500 kB Cached: 3814980 kB SwapCached: 0 kB Active: 868672 kB Inactive: 9116448 kB Active(anon): 548 kB Inactive(anon): 6109820 kB Active(file): 868124 kB Inactive(file): 3006628 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Zswap: 0 kB Zswapped: 0 kB Dirty: 68 kB Writeback: 0 kB AnonPages: 6032832 kB Mapped: 285492 kB Shmem: 64724 kB KReclaimable: 198028 kB Slab: 270260 kB SReclaimable: 198028 kB SUnreclaim: 72232 kB KernelStack: 12988 kB PageTables: 18700 kB SecPageTables: 0 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 10708636 kB Committed_AS: 11834044 kB VmallocTotal: 34359738367 kB VmallocUsed: 33200 kB VmallocChunk: 0 kB Percpu: 8896 kB HardwareCorrupted: 0 kB AnonHugePages: 4872192 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FileHugePages: 0 kB FilePmdMapped: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB DirectMap4k: 147304 kB DirectMap2M: 10338304 kB DirectMap1G: 58720256 kB /sys/kernel/mm/transparent_hugepage/enabled: [always] madvise never /sys/kernel/mm/transparent_hugepage/hpage_pmd_size: 2097152 /sys/kernel/mm/transparent_hugepage/defrag (defrag/compaction efforts parameter): always defer defer+madvise [madvise] never Process Memory: Virtual Size: 31252816K (peak: 31252816K) Resident Set Size: 5568008K (peak: 5568008K) (anon: 5534324K, file: 31872K, shmem: 1812K) Swapped out: 0K C-Heap outstanding allocations: 343626K, retained: 255129K glibc malloc tunables: (default) /proc/sys/kernel/threads-max (system-wide limit on the number of threads): 514060 /proc/sys/vm/max_map_count (maximum number of memory map areas a process may have): 65530 /proc/sys/kernel/pid_max (system-wide limit on number of process identifiers): 4194304 container (cgroup) information: container_type: cgroupv2 cpu_cpuset_cpus: not supported cpu_memory_nodes: not supported active_processor_count: 12 cpu_quota: no quota cpu_period: 100000 cpu_shares: no shares memory_limit_in_bytes: unlimited memory_and_swap_limit_in_bytes: 250338864 k memory_soft_limit_in_bytes: 238417968 k memory_usage_in_bytes: 5576400 k memory_max_usage_in_bytes: not supported memory_swap_current_in_bytes: unlimited memory_swap_max_limit_in_bytes: unlimited maximum number of tasks: 512 current number of tasks: 512 KVM virtualization detected Steal ticks since vm start: 2368 Steal ticks percentage since vm start: 0.011 CPU: total 12 (initial active 12) (12 cores per cpu, 1 threads per core) family 6 model 62 stepping 4 microcode 0x42e, cx8, cmov, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, tsc, avx, aes, erms, clmul, vzeroupper, clflush, hv, rdtscp, f16c CPU Model and flags from /proc/cpuinfo: model name : Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq vmx ssse3 cx16 pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cpuid_fault pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms xsaveopt arat umip md_clear flush_l1d arch_capabilities Online cpus: 0-11 Offline cpus: BIOS frequency limitation: <Not Available> Frequency switch latency (ns): <Not Available> Available cpu frequencies: <Not Available> Current governor: <Not Available> Core performance/turbo boost: <Not Available> Memory: 4k page, physical 21559624k(14407524k free), swap 0k(0k free) Page Sizes: 4k vm_info: OpenJDK 64-Bit Server VM (21.0.3+9-LTS) for linux-amd64 JRE (21.0.3+9-LTS), built on 2024-04-16T00:00:00Z by "admin" with gcc 11.3.0 END.
  24. I have a 1.20.1-47.1.3 server that ive had with my friend for about a year and a half. this morning after attempting to start it, it fails to get past the code in the terminal and wont open the java server page anymore. ive never had this issue before until now, what do i do? heres the crash code 2024-07-08 17:29:10,962 main WARN Advanced terminal features are not available in this environment [17:29:11] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.1.3, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [17:29:11] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 21.0.3 by Oracle Corporation; OS Windows 11 arch amd64 version 10.0 [17:29:11] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver [17:29:11] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/artem/Desktop/OVARIES%20TIMAAAAA/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2365!/ Service=ModLauncher Env=SERVER [17:29:11] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\artem\Desktop\OVARIES TIMAAAAA\libraries\net\minecraftforge\fmlcore\1.20.1-47.1.3\fmlcore-1.20.1-47.1.3.jar is missing mods.toml file [17:29:11] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\artem\Desktop\OVARIES TIMAAAAA\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.1.3\javafmllanguage-1.20.1-47.1.3.jar is missing mods.toml file [17:29:11] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\artem\Desktop\OVARIES TIMAAAAA\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.1.3\lowcodelanguage-1.20.1-47.1.3.jar is missing mods.toml file [17:29:11] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\artem\Desktop\OVARIES TIMAAAAA\libraries\net\minecraftforge\mclanguage\1.20.1-47.1.3\mclanguage-1.20.1-47.1.3.jar is missing mods.toml file [17:29:11] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 2 dependencies adding them to mods collection [17:29:13] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 [17:29:13] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [] [17:29:18] [modloading-worker-0/INFO] [Collective/]: Loading Collective version 6.65. [17:29:18] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 47.1.3, for MC 1.20.1 with MCP 20230612.114412 [17:29:18] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v47.1.3 Initialized [17:29:19] [modloading-worker-0/INFO] [di.DivineRPG/]: [DivineRPG] Registered events [17:29:19] [modloading-worker-0/INFO] [di.DivineRPG/]: [DivineRPG] Registered networking [17:29:20] [main/WARN] [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.GlowSquid from class com.nitespring.monsterplus.common.entity.GlowSkeleton [17:29:20] [main/INFO] [di.DivineRPG/]: [DivineRPG] Attached entity attributes [17:29:20] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\artem\Desktop\OVARIES TIMAAAAA\config\divinerpg\divinerpg-common.toml is not correct. Correcting [17:29:20] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Common configs for DivineRPG.kitraProtected was corrected from [minecraft:salmon, minecraft:cod, minecraft:pufferfish, minecraft:squid, minecraft:tadpole, minecraft:turtle, divinerpg:shark, divinerpg:aequorea, divinerpg:whale, divinerpg:liopleurodon, minecraft:glow_squid, divinerpg:robbin] to its default, [minecraft:salmon, minecraft:cod, minecraft:pufferfish, minecraft:squid, minecraft:tadpole, minecraft:turtle, divinerpg:shark, divinerpg:aequorea, divinerpg:whale, divinerpg:liopleurodon, minecraft:glow_squid, divinerpg:robbin]. [17:29:20] [modloading-worker-0/INFO] [di.DivineRPG/]: [DivineRPG] Registered triggers [17:29:20] [main/INFO] [co.ti.tr.TravelersBackpack/]: Registered the class com.tiviacz.travelersbackpack.fluids.effects.WaterEffect as a FluidEffect for Water with the ID 0 [17:29:20] [main/INFO] [co.ti.tr.TravelersBackpack/]: Registered the class com.tiviacz.travelersbackpack.fluids.effects.LavaEffect as a FluidEffect for Lava with the ID 1 [17:29:20] [main/INFO] [co.ti.tr.TravelersBackpack/]: Registered the class com.tiviacz.travelersbackpack.fluids.effects.PotionEffect as a FluidEffect for fluid_type.travelersbackpack.potion with the ID 2 [17:29:20] [main/INFO] [co.ti.tr.TravelersBackpack/]: Registered the class com.tiviacz.travelersbackpack.fluids.effects.MilkEffect as a FluidEffect for Milk with the ID 3 [17:29:20] [main/INFO] [journeymap/]: Initializing Packet Registries [17:29:20] [main/INFO] [terrablender/]: Registered region minecraft:overworld to index 0 for type OVERWORLD [17:29:20] [main/INFO] [terrablender/]: Registered region minecraft:nether to index 0 for type NETHER [17:29:20] [main/INFO] [terrablender/]: Registered region biomesoplenty:overworld_primary to index 1 for type OVERWORLD [17:29:20] [main/INFO] [terrablender/]: Registered region biomesoplenty:overworld_secondary to index 2 for type OVERWORLD [17:29:20] [main/INFO] [terrablender/]: Registered region biomesoplenty:overworld_rare to index 3 for type OVERWORLD [17:29:20] [main/INFO] [terrablender/]: Registered region biomesoplenty:nether_common to index 1 for type NETHER [17:29:20] [main/INFO] [terrablender/]: Registered region biomesoplenty:nether_rare to index 2 for type NETHER [17:29:20] [modloading-worker-0/INFO] [AttributeFix/]: Loaded values for 19 compatible attributes. [17:29:20] [modloading-worker-0/INFO] [AttributeFix/]: Loaded 19 values from config. [17:29:20] [modloading-worker-0/INFO] [AttributeFix/]: Saving config file. 19 entries. [17:29:20] [modloading-worker-0/INFO] [AttributeFix/]: Applying changes for 19 attributes. [17:29:21] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [attributefix] Starting version check at https://updates.blamejared.com/get?n=attributefix&gv=1.20.1 [17:29:21] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [attributefix] Found status: BETA_OUTDATED Current: 21.0.1 Target: 21.0.4 [17:29:21] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [dungeons_andtaverns_mr] Starting version check at https://api.modrinth.comauth/init?url=https://modrinth.com/datapack/dungeons-and-taverns/version/v2.1.3/updates/tpehi7ww/forge_updates.json [17:29:21] [Forge Version Check/WARN] [ne.mi.fm.VersionChecker/]: Failed to process update information java.net.ConnectException: null at jdk.internal.net.http.HttpClientImpl.send(HttpClientImpl.java:951) ~[java.net.http:?] {} at jdk.internal.net.http.HttpClientFacade.send(HttpClientFacade.java:133) ~[java.net.http:?] {} at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:139) ~[fmlcore-1.20.1-47.1.3.jar%23140!/:?] {} at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:177) ~[fmlcore-1.20.1-47.1.3.jar%23140!/:?] {} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin} at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:114) ~[fmlcore-1.20.1-47.1.3.jar%23140!/:?] {} Caused by: java.net.ConnectException at jdk.internal.net.http.common.Utils.toConnectException(Utils.java:1028) ~[java.net.http:?] {} at jdk.internal.net.http.PlainHttpConnection.connectAsync(PlainHttpConnection.java:227) ~[java.net.http:?] {} at jdk.internal.net.http.AsyncSSLConnection.connectAsync(AsyncSSLConnection.java:56) ~[java.net.http:?] {} at jdk.internal.net.http.Http2Connection.createAsync(Http2Connection.java:468) ~[java.net.http:?] {} at jdk.internal.net.http.Http2ClientImpl.getConnectionFor(Http2ClientImpl.java:134) ~[java.net.http:?] {} at jdk.internal.net.http.ExchangeImpl.get(ExchangeImpl.java:94) ~[java.net.http:?] {} at jdk.internal.net.http.Exchange.establishExchange(Exchange.java:386) ~[java.net.http:?] {} at jdk.internal.net.http.Exchange.responseAsyncImpl0(Exchange.java:570) ~[java.net.http:?] {} at jdk.internal.net.http.Exchange.responseAsyncImpl(Exchange.java:423) ~[java.net.http:?] {} at jdk.internal.net.http.Exchange.responseAsync(Exchange.java:415) ~[java.net.http:?] {} at jdk.internal.net.http.MultiExchange.responseAsyncImpl(MultiExchange.java:413) ~[java.net.http:?] {} at jdk.internal.net.http.MultiExchange.lambda$responseAsyncImpl$7(MultiExchange.java:454) ~[java.net.http:?] {} at java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) ~[?:?] {} at java.util.concurrent.CompletableFuture.uniHandleStage(CompletableFuture.java:950) ~[?:?] {} at java.util.concurrent.CompletableFuture.handle(CompletableFuture.java:2372) ~[?:?] {} at jdk.internal.net.http.MultiExchange.responseAsyncImpl(MultiExchange.java:444) ~[java.net.http:?] {} at jdk.internal.net.http.MultiExchange.lambda$responseAsync0$2(MultiExchange.java:346) ~[java.net.http:?] {} at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) ~[?:?] {} at jdk.internal.net.http.HttpClientImpl$DelegatingExecutor.execute(HttpClientImpl.java:177) ~[java.net.http:?] {} at java.util.concurrent.CompletableFuture.completeAsync(CompletableFuture.java:2719) ~[?:?] {} at jdk.internal.net.http.MultiExchange.responseAsync(MultiExchange.java:299) ~[java.net.http:?] {} at jdk.internal.net.http.HttpClientImpl.sendAsync(HttpClientImpl.java:1047) ~[java.net.http:?] {} at jdk.internal.net.http.HttpClientImpl.send(HttpClientImpl.java:930) ~[java.net.http:?] {} ... 5 more Caused by: java.nio.channels.UnresolvedAddressException at sun.nio.ch.Net.checkAddress(Net.java:137) ~[?:?] {} at sun.nio.ch.Net.checkAddress(Net.java:145) ~[?:?] {} at sun.nio.ch.SocketChannelImpl.checkRemote(SocketChannelImpl.java:842) ~[?:?] {} at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:865) ~[?:?] {} at jdk.internal.net.http.PlainHttpConnection.lambda$connectAsync$1(PlainHttpConnection.java:210) ~[java.net.http:?] {} at java.security.AccessController.doPrivileged(AccessController.java:571) ~[?:?] {} at jdk.internal.net.http.PlainHttpConnection.connectAsync(PlainHttpConnection.java:212) ~[java.net.http:?] {} at jdk.internal.net.http.AsyncSSLConnection.connectAsync(AsyncSSLConnection.java:56) ~[java.net.http:?] {} at jdk.internal.net.http.Http2Connection.createAsync(Http2Connection.java:468) ~[java.net.http:?] {} at jdk.internal.net.http.Http2ClientImpl.getConnectionFor(Http2ClientImpl.java:134) ~[java.net.http:?] {} at jdk.internal.net.http.ExchangeImpl.get(ExchangeImpl.java:94) ~[java.net.http:?] {} at jdk.internal.net.http.Exchange.establishExchange(Exchange.java:386) ~[java.net.http:?] {} at jdk.internal.net.http.Exchange.responseAsyncImpl0(Exchange.java:570) ~[java.net.http:?] {} at jdk.internal.net.http.Exchange.responseAsyncImpl(Exchange.java:423) ~[java.net.http:?] {} at jdk.internal.net.http.Exchange.responseAsync(Exchange.java:415) ~[java.net.http:?] {} at jdk.internal.net.http.MultiExchange.responseAsyncImpl(MultiExchange.java:413) ~[java.net.http:?] {} at jdk.internal.net.http.MultiExchange.lambda$responseAsyncImpl$7(MultiExchange.java:454) ~[java.net.http:?] {} at java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) ~[?:?] {} at java.util.concurrent.CompletableFuture.uniHandleStage(CompletableFuture.java:950) ~[?:?] {} at java.util.concurrent.CompletableFuture.handle(CompletableFuture.java:2372) ~[?:?] {} at jdk.internal.net.http.MultiExchange.responseAsyncImpl(MultiExchange.java:444) ~[java.net.http:?] {} at jdk.internal.net.http.MultiExchange.lambda$responseAsync0$2(MultiExchange.java:346) ~[java.net.http:?] {} at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) ~[?:?] {} at jdk.internal.net.http.HttpClientImpl$DelegatingExecutor.execute(HttpClientImpl.java:177) ~[java.net.http:?] {} at java.util.concurrent.CompletableFuture.completeAsync(CompletableFuture.java:2719) ~[?:?] {} at jdk.internal.net.http.MultiExchange.responseAsync(MultiExchange.java:299) ~[java.net.http:?] {} at jdk.internal.net.http.HttpClientImpl.sendAsync(HttpClientImpl.java:1047) ~[java.net.http:?] {} at jdk.internal.net.http.HttpClientImpl.send(HttpClientImpl.java:930) ~[java.net.http:?] {} ... 5 more [17:29:21] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [17:29:22] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: OUTDATED Current: 47.1.3 Target: 47.3.0 [17:29:22] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [sleeping_bags] Starting version check at https://maxhenkel.de/update/sleeping_bags.json [17:29:22] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [17:29:22] [main/ERROR] [minecraft/LevelStorageSource]: Exception reading .\world\level.dat net.minecraft.ReportedException: Loading NBT data at net.minecraft.nbt.CompoundTag.m_128413_(CompoundTag.java:480) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:45) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:32) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.ListTag$1.m_7300_(ListTag.java:43) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.ListTag$1.m_7300_(ListTag.java:26) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag.m_128413_(CompoundTag.java:474) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:45) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:32) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag.m_128413_(CompoundTag.java:474) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:45) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:32) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_128930_(NbtIo.java:153) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_128934_(NbtIo.java:99) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_128939_(NbtIo.java:35) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_128937_(NbtIo.java:25) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.lambda$readAdditionalLevelSaveData$0(LevelStorageSource.java:446) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_230817_(LevelStorageSource.java:202) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.readAdditionalLevelSaveData(LevelStorageSource.java:444) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:142) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.3.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.1.3.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.1.3.jar%2369!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} Caused by: java.io.IOException: Invalid tag id: 101 at net.minecraft.nbt.TagType$1.m_197591_(TagType.java:58) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.TagType$1.m_7300_(TagType.java:63) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.TagType$1.m_7300_(TagType.java:56) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag.m_128413_(CompoundTag.java:474) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} ... 31 more [17:29:22] [main/ERROR] [minecraft/LevelStorageSource]: Exception reading .\world\level.dat java.io.IOException: Invalid tag id: 101 at net.minecraft.nbt.TagType$1.m_197591_(TagType.java:58) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.TagType$1.m_196511_(TagType.java:68) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_196511_(CompoundTag.java:83) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.ListTag$1.m_196511_(ListTag.java:74) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_196511_(CompoundTag.java:83) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_196511_(CompoundTag.java:83) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_197509_(NbtIo.java:129) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_202490_(NbtIo.java:48) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_202487_(NbtIo.java:41) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_230836_(LevelStorageSource.java:305) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_289842_(LevelStorageSource.java:266) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_230817_(LevelStorageSource.java:202) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.m_78308_(LevelStorageSource.java:433) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:143) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.3.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.1.3.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.1.3.jar%2369!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} [17:29:22] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/C:/Users/artem/Desktop/OVARIES%20TIMAAAAA/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23139!/assets/.mcassetsroot' uses unexpected schema [17:29:22] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/C:/Users/artem/Desktop/OVARIES%20TIMAAAAA/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23139!/data/.mcassetsroot' uses unexpected schema [17:29:22] [main/ERROR] [minecraft/LevelStorageSource]: Exception reading .\world\level.dat java.io.IOException: Invalid tag id: 101 at net.minecraft.nbt.TagType$1.m_197591_(TagType.java:58) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.TagType$1.m_196511_(TagType.java:68) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_196511_(CompoundTag.java:83) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.ListTag$1.m_196511_(ListTag.java:74) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_196511_(CompoundTag.java:83) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_196511_(CompoundTag.java:83) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_197509_(NbtIo.java:129) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_202490_(NbtIo.java:48) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_202487_(NbtIo.java:41) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_230836_(LevelStorageSource.java:305) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_230828_(LevelStorageSource.java:216) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_230817_(LevelStorageSource.java:202) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.m_247706_(LevelStorageSource.java:458) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.server.Main.m_245383_(Main.java:257) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:165) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.3.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.1.3.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.1.3.jar%2369!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} [17:29:23] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [sleeping_bags] Found status: UP_TO_DATE Current: 1.20.1-1.0.3 Target: null [17:29:23] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [twilightforest] Starting version check at https://gh.tamaized.com/TeamTwilight/twilightforest/update.json [17:29:23] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [twilightforest] Found status: OUTDATED Current: 4.3.1750 Target: 4.3.1893 [17:29:23] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [divinerpg] Starting version check at https://raw.githubusercontent.com/DivineRPG/DivineRPG-Assets/main/divinerpg_update.json [17:29:23] [main/WARN] [minecraft/Main]: Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode java.util.concurrent.ExecutionException: net.minecraft.ReportedException: Loading NBT data at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?] {} at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?] {} at net.minecraft.server.Main.main(Main.java:195) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.3.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.1.3.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.1.3.jar%2369!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} Caused by: net.minecraft.ReportedException: Loading NBT data at net.minecraft.nbt.CompoundTag.m_128413_(CompoundTag.java:480) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:45) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:32) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.ListTag$1.m_7300_(ListTag.java:43) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.ListTag$1.m_7300_(ListTag.java:26) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag.m_128413_(CompoundTag.java:474) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:45) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:32) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag.m_128413_(CompoundTag.java:474) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:45) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:32) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_128930_(NbtIo.java:153) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_128934_(NbtIo.java:99) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_128939_(NbtIo.java:35) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_128937_(NbtIo.java:25) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_264027_(LevelStorageSource.java:234) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_230817_(LevelStorageSource.java:202) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.m_246049_(LevelStorageSource.java:439) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.server.Main.lambda$main$1(Main.java:170) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:35) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.server.Main.lambda$main$2(Main.java:167) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.Util.m_214652_(Util.java:777) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.Util.m_214679_(Util.java:772) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:166) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} ... 13 more Caused by: java.io.IOException: Invalid tag id: 101 at net.minecraft.nbt.TagType$1.m_197591_(TagType.java:58) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.TagType$1.m_7300_(TagType.java:63) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.TagType$1.m_7300_(TagType.java:56) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag.m_128413_(CompoundTag.java:474) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:45) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:32) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.ListTag$1.m_7300_(ListTag.java:43) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.ListTag$1.m_7300_(ListTag.java:26) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag.m_128413_(CompoundTag.java:474) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:45) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:32) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag.m_128413_(CompoundTag.java:474) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:45) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.CompoundTag$1.m_7300_(CompoundTag.java:32) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_128930_(NbtIo.java:153) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_128934_(NbtIo.java:99) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_128939_(NbtIo.java:35) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.nbt.NbtIo.m_128937_(NbtIo.java:25) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_264027_(LevelStorageSource.java:234) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_230817_(LevelStorageSource.java:202) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.m_246049_(LevelStorageSource.java:439) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.server.Main.lambda$main$1(Main.java:170) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:35) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.server.Main.lambda$main$2(Main.java:167) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.Util.m_214652_(Util.java:777) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.Util.m_214679_(Util.java:772) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:166) ~[server-1.20.1-20230612.114412-srg.jar%23139!/:?] {re:classloading} ... 13 more Press any key to continue . . .
  25. Hello I need your help urgently, I would appreciate it very much. I have a big problem. A few weeks ago I created this server in forge jar in version 1.20.1, I put mods and everything worked correctly, but from one day to another everything suddenly stopped working, specifically my problem is this: [LanServerPinger #1/WARN] [minecraft/LanServerPinger]: LanServerPinger: Network is unreachable: sendto. i can enter the server using localhost and everything works, but my friends can't connect. i looked for possible problems like: the firewall, antivirus, mods (i created a new server without mods and the same thing happens to me), configure my ip and dns to be static, check the server configuration of port 25565, restart my router, reinstall java and the problem still persists. what do i do? my main problema is "[LanServerPinger #1/WARN] [net.minecraft.client.server.LanServerPinger/]: LanServerPinger: Network is unreachable: sendto" I'm going to share the last server without mods that I've made: https://pastebin.com/rivhUQtL
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.