Advertisement
Guest User

AtomicKiwi99 Server Crash (21/01/15)

a guest
Jan 21st, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.46 KB | None | 0 0
  1. [11:28:40] [Client thread/INFO]: Connecting to mc.minecraft-techworld.com., 25565
  2. [11:28:43] [Netty Client IO #1/INFO] [FML]: Server protocol version 1
  3. [11:28:43] [Netty Client IO #1/INFO] [FML]: Attempting connection with missing mods [AromaBackup, BetterTitleScreen, journeymap, NotEnoughCodecs, notenoughkeys] at SERVER
  4. [11:28:44] [Netty Client IO #1/INFO] [FML]: Injecting existing block and item data into this client instance
  5. [11:28:44] [Netty Client IO #1/INFO] [FML]: Applying holder lookups
  6. [11:28:44] [Netty Client IO #1/INFO] [FML]: Holder lookups applied
  7. [11:28:44] [Client thread/INFO] [OpenMods]: openmods.network.IdSyncManager.decodeIds(IdSyncManager.java:113): Received data store for key rpc_methods, packet size = 336
  8. [11:28:44] [Client thread/INFO] [OpenMods]: openmods.network.IdSyncManager.decodeIds(IdSyncManager.java:113): Received data store for key events, packet size = 196
  9. [11:28:44] [Client thread/INFO] [OpenMods]: openmods.network.IdSyncManager.decodeIds(IdSyncManager.java:113): Received data store for key rpc_targets, packet size = 107
  10. [11:28:45] [Netty Client IO #1/INFO] [FML]: Unexpected packet during modded negotiation - assuming vanilla or keepalives : net.minecraft.network.play.server.S00PacketKeepAlive
  11. [11:28:45] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
  12. [11:28:45] [Client thread/INFO] [MineMenu]: CLIENT: Connected to server. Disabling server-side click actions until server replies
  13. [11:28:45] [Client thread/INFO] [journeymap]: Requesting World ID
  14. [11:28:47] [Client thread/INFO]: [CHAT] [LOTTERY] Draw in: 50 minutes, and 25 seconds
  15. [11:28:47] [Client thread/INFO]: [CHAT] AtomicKiwi99 joined the game.
  16. [11:28:47] [Netty Client IO #1/INFO] [THAUMCRAFT]: Restoring client configs.
  17. [11:28:47] [Netty Client IO #1/INFO] [MineMenu]: CLIENT: Disconnected from server, enabling all click actions
  18. [11:28:47] [Netty Client IO #1/INFO] [OpenMods]: openmods.network.IdSyncManager.onDisconnect(IdSyncManager.java:124): Disconnected, restoring local data
  19. [11:28:47] [Client thread/INFO] [ThermalExpansion]: Receiving Server Configuration...
  20. [11:28:47] [Client thread/INFO] [THAUMCRAFT]: Client received server config settings.
  21. [11:28:47] [Client thread/INFO] [THAUMCRAFT]: CHEAT_SHEET[true], WARDED_STONE[true], MIRRORS[true], HARD_NODES[true], WUSS_MODE[false], RESEARCH_DIFFICULTY[0], ASPECT_CAP[8], ASPECT_TOTAL_CAP[64
  22. [11:28:47] [Client thread/INFO] [Mantle-STDERR]: [minetweaker.runtime.MTTweaker]: Loading scripts
  23. [11:28:47] [Client thread/INFO] [Mantle-STDERR]: [minetweaker.runtime.MTTweaker]: MineTweaker: Loading intermod
  24. [11:28:47] [Client thread/INFO] [Mantle-STDERR]: [minetweaker.runtime.MTTweaker]: MineTweaker: Loading chiselChisel.zs
  25. [11:28:47] [Client thread/INFO] [Mantle-STDERR]: [minetweaker.runtime.MTTweaker]: MineTweaker: Loading binniesmods.zs
  26. [11:28:48] [Client thread/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@21bc0f04[id=cbb39696-58e1-4347-9598-3cbea0430f7b,name=AtomicKiwi99,properties={},legacy=false]
  27. com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  28. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
  29. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:158) [YggdrasilMinecraftSessionService.class:?]
  30. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:151) [YggdrasilMinecraftSessionService.class:?]
  31. at ichun.common.core.EntityHelperBase.getFullGameProfileFromName(EntityHelperBase.java:57) [EntityHelperBase.class:?]
  32. at morph.common.morph.MorphState.createPlayer(MorphState.java:173) [MorphState.class:?]
  33. at morph.common.morph.MorphState.readTag(MorphState.java:123) [MorphState.class:?]
  34. at morph.common.packet.PacketMorphStates.handleClient(PacketMorphStates.java:83) [PacketMorphStates.class:?]
  35. at morph.common.packet.PacketMorphStates.execute(PacketMorphStates.java:62) [PacketMorphStates.class:?]
  36. at ichun.common.core.network.ChannelHandler$PacketExecuter.channelRead0(ChannelHandler.java:84) [ChannelHandler$PacketExecuter.class:?]
  37. at ichun.common.core.network.ChannelHandler$PacketExecuter.channelRead0(ChannelHandler.java:66) [ChannelHandler$PacketExecuter.class:?]
  38. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
  39. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  40. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  41. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
  42. at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
  43. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  44. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  45. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
  46. at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
  47. at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
  48. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
  49. at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
  50. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1650) [bao.class:?]
  51. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962) [bao.class:?]
  52. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
  53. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
  57. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
  58. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  59. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  60. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.natura.items.BerryMedley@70c84f88
  61. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: thermalfoundation.item.ItemLexicon@4524b70
  62. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: thermalexpansion.item.tool.ItemWrench@3557c859
  63. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: thermalexpansion.item.tool.ItemIgniter@c0a7074
  64. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: thermalexpansion.item.ItemFlorb@b2fa48e
  65. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.fluids.ItemBucketRailcraft@2bf11d53
  66. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.fluids.ItemFluidContainer@7acd5471
  67. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.fluids.ItemFluidContainer@6a414f2b
  68. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.fluids.ItemFluidContainer@3f57457e
  69. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.fluids.ItemFluidContainer@668fe360
  70. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.fluids.ItemFluidContainer@46b67196
  71. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.fluids.ItemBucketRailcraft@2b9398ca
  72. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemCrowbar@23098172
  73. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemCrowbarReinforced@70f14a5f
  74. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemMagnifyingGlass@5363b7ce
  75. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemGoggles@2bcd0a7f
  76. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelShears@3cedd4c0
  77. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelSword@222aa880
  78. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelShovel@1e9c7d06
  79. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelPickaxe@33d4249d
  80. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelAxe@2cafda00
  81. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelHoe@4d114ceb
  82. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelArmor@2ad0ffd4
  83. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelArmor@7f4bcd41
  84. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelArmor@4990a7b1
  85. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelArmor@37f17b32
  86. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemOveralls@4ecf2c4f
  87. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemRebar@45251e00
  88. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemRailcraft@38e019e6
  89. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@24036578
  90. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@730bdc4e
  91. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.blocks.signals.ItemSignalBlockSurveyor@7747450c
  92. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.blocks.signals.ItemSignalTuner@5d1f6409
  93. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemSignalLamp@37e0baa2
  94. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemTunnelBore@c861e10
  95. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@757f1ec4
  96. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@5850b59f
  97. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@7a62bd78
  98. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@130e8ecc
  99. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@11825e91
  100. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@75ed7bdd
  101. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.plugins.thaumcraft.ItemCrowbarMagic@67eee893
  102. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@56500ad0
  103. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@6d04cd69
  104. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemWhistleTuner@24ebcc4b
  105. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemLocomotive@32e76453
  106. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemLocomotive@1b576528
  107. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemRoutingTable@30b8a1cc
  108. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemTicketGold@6d2653f4
  109. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemTicket@6f51f027
  110. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.emblems.ItemEmblem@6c6dc989
  111. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.firestone.ItemFirestoneRaw@8c66353
  112. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.firestone.ItemFirestoneCut@5584863a
  113. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.firestone.ItemFirestoneRefined@3a29f68c
  114. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.firestone.ItemFirestoneCracked@75a22c3a
  115. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemElectricMeter@548a8de8
  116. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemRailcraft@11794e40
  117. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemRailcraft@330054b6
  118. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.items.ItemRailcraft@5ab992e2
  119. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@4dd50aa4
  120. [11:28:49] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@72c7acae
  121. [11:28:53] [Client thread/INFO] [Mantle-STDERR]: [ic2.neiIntegration.core.NEIIC2Config]: IC2 NEI Submodule initialized
  122. [11:28:53] [Client thread/INFO] [INpureCullingEngine]: Starting NEI Filter scripting. This might take a moment to load all the modules...
  123. [11:28:53] [Client thread/INFO] [INpureCullingEngine]: Loading table of contents for module: custom_nei_filters, 1.0, Author: denoflionsx
  124. [11:28:53] [Client thread/INFO] [INpureCullingEngine]: Bootstrap setting found. Loading: Bootstrap.js
  125. [11:28:53] [Client thread/INFO] [INpureCullingEngine]: Loading: vanilla.js
  126. [11:28:53] [Client thread/INFO] [INpureCullingEngine]: Loading: ThermalExpansion.js
  127. [11:28:53] [Client thread/INFO] [INpureCullingEngine]: Loading: Mekanism.js
  128. [11:28:53] [Client thread/INFO] [INpureCullingEngine]: Loading: ForgeMicroblock.js
  129. [11:28:53] [Client thread/INFO] [INpureCullingEngine]: Loading: ExtraUtilities.js
  130. [11:28:53] [Client thread/INFO] [INpureCullingEngine]: Loading: BuildCraft.js
  131. [11:28:53] [Client thread/INFO] [INpureCullingEngine]: Loading: Bibliocraft.js
  132. [11:28:53] [Client thread/INFO] [INpureCullingEngine]: Loading: AppliedEnergistics2.js
  133. [11:28:53] [Client thread/WARN] [INpureCullingEngine]: The function override_item is deprecated. Please use override instead! This function will be removed in a future version!
  134. [11:28:53] [Client thread/INFO] [INpureCullingEngine]: Loading: Tcon.js
  135. [11:28:53] [Client thread/INFO] [INpureCullingEngine]: Loading: MFR.js
  136. [11:28:53] [Client thread/INFO] [extrautils]: Added NEI integration
  137. [11:28:53] [Client thread/INFO] [NEIAddons|Botany]: Root=binnie.botany.genetics.FlowerHelper@25ce824e Species=interface binnie.botany.api.IAlleleFlowerSpecies
  138. [11:28:54] [Client thread/INFO] [NEIAddons|Forestry]: Loaded Extra Bees comb item: binnie.extrabees.products.ItemHoneyComb@79bbd30c (binnie.extrabees.products.ItemHoneyComb@79bbd30c)
  139. [11:28:54] [Client thread/INFO] [NEIAddons|Forestry]: Loaded TB comb item: magicbees.item.ItemComb@c7c8403
  140. [11:28:54] [Client thread/INFO] [NEIAddons|Forestry]: Loaded Magic Bees comb item: magicbees.item.ItemComb@c7c8403 (magicbees.item.ItemComb@c7c8403)
  141. [11:28:54] [Client thread/INFO] [neiintegration]: Loading integration: Forge
  142. [11:28:54] [Client thread/INFO] [neiintegration]: Loading integration: BuildCraft
  143. [11:28:54] [Client thread/INFO] [neiintegration]: Loading integration: Forestry
  144. [11:28:54] [Client thread/INFO] [neiintegration]: Loading integration: MineFactory Reloaded
  145. [11:28:54] [Client thread/INFO] [neiintegration]: Loading integration: Railcraft
  146. [11:28:54] [Client thread/INFO] [PneumaticCraft]: Initializing PneumaticCraft built-in NEI plugin...
  147. [11:28:54] [Client thread/INFO] [Waila]: Received server authentication msg. Remote sync will be activated
  148. [11:28:54] [Client thread/INFO] [NEIAddons]: World changed, resetting
  149. [11:28:54] [Client thread/INFO] [NEIAddons]: Available server commands: SetForestryWorktableRecipe
  150. [11:28:54] [Client thread/INFO]: [CHAT] You have no new mail.
  151. [11:28:54] [Client thread/INFO]: [CHAT] Dehietyi left the game.
  152. [11:28:54] [Client thread/INFO]: [CHAT] wizkid515 left the game.
  153. [11:28:54] [Client thread/INFO]: [CHAT] Relthen left the game.
  154. [11:28:54] [Client thread/INFO]: [CHAT] DTR00 left the game.
  155. [11:28:54] [Client thread/INFO]: [CHAT] Rinkydinkydoo left the game.
  156. [11:28:54] [Client thread/INFO]: [CHAT] Version 1.4.5.27 of EnderStorage is available
  157. [11:28:54] [Client thread/INFO]: [CHAT] Version 1.4.1.9 of WR-CBE is available
  158. [11:28:54] [Client thread/WARN] [FML]: =============================================================
  159. [11:28:54] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
  160. [11:28:54] [Client thread/WARN] [FML]: Offendor: truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I
  161. [11:28:54] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
  162. [11:28:54] [Client thread/WARN] [FML]: =============================================================
  163. [11:28:54] [Client thread/INFO] [Mantle-STDERR]: [truetyper.TrueTypeFont]: TrueTypeFont loaded: java.awt.Font[family=Arial,name=Arial,style=plain,size=12] - AntiAlias = true
  164. [11:28:55] [Client thread/INFO]: [CHAT] InvTweaks: Configuration loaded.
  165. [11:28:55] [Client thread/INFO] [FML]: Applying holder lookups
  166. [11:28:55] [Client thread/INFO] [FML]: Holder lookups applied
  167. [11:29:06] [Client thread/INFO]: Stopping!
  168. [11:29:06] [Client thread/INFO] [Mantle-STDERR]: [paulscode.sound.SoundSystemLogger]:
  169. [11:29:06] [Client thread/INFO] [Mantle-STDERR]: [paulscode.sound.SoundSystemLogger]: SoundSystem shutting down...
  170. [11:29:06] [Client thread/INFO] [Mantle-STDERR]: [paulscode.sound.SoundSystemLogger]: Author: Paul Lamb, www.paulscode.com
  171. [11:29:06] [Client thread/INFO] [Mantle-STDERR]: [paulscode.sound.SoundSystemLogger]:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement