Guest User

error log from eclipse

a guest
Dec 15th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.10 KB | None | 0 0
  1. [16:02:45] [Client thread/INFO]: Created: 256x256 textures/items-atlas
  2. [16:02:45] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
  3. [16:02:47] [MCO Availability Checker #1/ERROR]: Couldn't connect to Realms
  4. [16:02:49] [Server thread/INFO]: Starting integrated minecraft server version 1.7.2
  5. [16:02:49] [Server thread/INFO]: Generating keypair
  6. [16:02:50] [Server thread/INFO] [FML]: Found item id mismatch XMAS:TitaniumBlock : 169 168
  7. [16:02:50] [Server thread/INFO] [FML]: Found item id mismatch XMAS:XmasTable : 167 178
  8. [16:02:50] [Server thread/INFO] [FML]: Found item id mismatch XMAS:XMASOvenIdle : 177 176
  9. [16:02:50] [Server thread/INFO] [FML]: Found item id mismatch XMAS:StarDustOre : 176 169
  10. [16:02:50] [Server thread/INFO] [FML]: Found block id mismatch XMAS:XMASOvenActive : 178 177
  11. [16:02:50] [Server thread/INFO] [FML]: Found item id mismatch XMAS:XMASOvenActive : 178 177
  12. [16:02:50] [Server thread/INFO] [FML]: Found block id mismatch XMAS:TitaniumBlock : 169 168
  13. [16:02:50] [Server thread/INFO] [FML]: Found block id mismatch XMAS:XMASOvenIdle : 177 176
  14. [16:02:50] [Server thread/INFO] [FML]: Found block id mismatch XMAS:TitaniumOre : 168 167
  15. [16:02:50] [Server thread/INFO] [FML]: Found item id mismatch XMAS:TitaniumOre : 168 167
  16. [16:02:50] [Server thread/INFO] [FML]: Found block id mismatch XMAS:XmasTable : 167 178
  17. [16:02:50] [Server thread/INFO] [FML]: Found block id mismatch XMAS:StarDustOre : 176 169
  18. [16:02:50] [Server thread/INFO] [FML]: Injecting new block and item data into this server instance
  19. [16:02:50] [Server thread/INFO] [FML]: Loading dimension 0 (Test) (net.minecraft.server.integrated.IntegratedServer@65ca850e)
  20. [16:02:50] [Server thread/INFO] [FML]: Loading dimension 1 (Test) (net.minecraft.server.integrated.IntegratedServer@65ca850e)
  21. [16:02:50] [Server thread/INFO] [FML]: Loading dimension -1 (Test) (net.minecraft.server.integrated.IntegratedServer@65ca850e)
  22. [16:02:50] [Server thread/INFO]: Preparing start region for level 0
  23. [16:02:51] [Server thread/INFO]: Preparing spawn area: 33%
  24. [16:02:52] [Server thread/INFO]: Preparing spawn area: 93%
  25. [16:02:53] [Netty Client IO #0/INFO] [FML]: Server protocol version 1
  26. [16:02:53] [Netty IO #1/INFO] [FML]: Client protocol version 1
  27. [16:02:53] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],XMAS@Alpha,[email protected]
  28. [16:02:53] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
  29. [16:02:53] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
  30. [16:02:53] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  31. [16:02:53] [Server thread/INFO]: Player953[local:E:4be65613] logged in with entity id 299 at (306.550184512441, 73.0, 337.20622546650577)
  32. [16:02:53] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
  33. [16:02:53] [Server thread/INFO]: Player953 joined the game
  34. [16:02:58] [Server thread/INFO]: Stopping server
  35. [16:02:58] [Server thread/INFO]: Saving players
  36. [16:02:58] [Server thread/INFO]: Saving worlds
  37. [16:02:58] [Server thread/INFO]: Saving chunks for level 'Test'/Overworld
  38. [16:02:58] [Server thread/INFO]: Saving chunks for level 'Test'/Nether
  39. [16:02:58] [Server thread/INFO]: Saving chunks for level 'Test'/The End
  40. [16:03:00] [Server thread/INFO] [FML]: Unloading dimension 0
  41. [16:03:00] [Server thread/INFO] [FML]: Unloading dimension -1
  42. [16:03:00] [Server thread/INFO] [FML]: Unloading dimension 1
  43. [16:03:01] [Client thread/FATAL]: Unreported exception thrown!
  44. java.lang.ClassCastException: net.stolenchristmas.mods.crafting.WorkSurfaceShapedRecipes cannot be cast to net.minecraft.item.crafting.IRecipe
  45. at net.stolenchristmas.mods.crafting.WorkSurfaceCraftingManager.findMatchingRecipe(WorkSurfaceCraftingManager.java:198) ~[WorkSurfaceCraftingManager.class:?]
  46. at net.stolenchristmas.mods.container.ContainerWorkSurface.onCraftMatrixChanged(ContainerWorkSurface.java:56) ~[ContainerWorkSurface.class:?]
  47. at net.stolenchristmas.mods.container.ContainerWorkSurface.<init>(ContainerWorkSurface.java:51) ~[ContainerWorkSurface.class:?]
  48. at net.stolenchristmas.mods.handler.GuiHandler.getClientGuiElement(GuiHandler.java:51) ~[GuiHandler.class:?]
  49. at cpw.mods.fml.common.network.NetworkRegistry.getLocalGuiContainer(NetworkRegistry.java:263) ~[NetworkRegistry.class:?]
  50. at cpw.mods.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:93) ~[FMLNetworkHandler.class:?]
  51. at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2476) ~[EntityPlayer.class:?]
  52. at net.stolenchristmas.mods.blocks.XmasTable.onBlockActivated(XmasTable.java:44) ~[XmasTable.class:?]
  53. at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:398) ~[PlayerControllerMP.class:?]
  54. at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1538) ~[Minecraft.class:?]
  55. at net.minecraft.client.Minecraft.runTick(Minecraft.java:2051) ~[Minecraft.class:?]
  56. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1036) ~[Minecraft.class:?]
  57. at net.minecraft.client.Minecraft.run(Minecraft.java:951) [Minecraft.class:?]
  58. at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
  62. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
  63. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
  64. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
  65. ---- Minecraft Crash Report ----
  66. // This doesn't make any sense!
  67.  
  68. Time: 12/15/14 4:03 PM
  69. Description: Unexpected error
  70.  
  71. java.lang.ClassCastException: net.stolenchristmas.mods.crafting.WorkSurfaceShapedRecipes cannot be cast to net.minecraft.item.crafting.IRecipe
  72. at net.stolenchristmas.mods.crafting.WorkSurfaceCraftingManager.findMatchingRecipe(WorkSurfaceCraftingManager.java:198)
  73. at net.stolenchristmas.mods.container.ContainerWorkSurface.onCraftMatrixChanged(ContainerWorkSurface.java:56)
  74. at net.stolenchristmas.mods.container.ContainerWorkSurface.<init>(ContainerWorkSurface.java:51)
  75. at net.stolenchristmas.mods.handler.GuiHandler.getClientGuiElement(GuiHandler.java:51)
  76. at cpw.mods.fml.common.network.NetworkRegistry.getLocalGuiContainer(NetworkRegistry.java:263)
  77. at cpw.mods.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:93)
  78. at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2476)
  79. at net.stolenchristmas.mods.blocks.XmasTable.onBlockActivated(XmasTable.java:44)
  80. at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:398)
  81. at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1538)
  82. at net.minecraft.client.Minecraft.runTick(Minecraft.java:2051)
  83. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1036)
  84. at net.minecraft.client.Minecraft.run(Minecraft.java:951)
  85. at net.minecraft.client.main.Main.main(Main.java:112)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  89. at java.lang.reflect.Method.invoke(Unknown Source)
  90. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  91. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  92.  
  93.  
  94. A detailed walkthrough of the error, its code path and all known details is as follows:
  95. ---------------------------------------------------------------------------------------
  96.  
  97. -- Head --
  98. Stacktrace:
  99. at net.stolenchristmas.mods.crafting.WorkSurfaceCraftingManager.findMatchingRecipe(WorkSurfaceCraftingManager.java:198)
  100. at net.stolenchristmas.mods.container.ContainerWorkSurface.onCraftMatrixChanged(ContainerWorkSurface.java:56)
  101. at net.stolenchristmas.mods.container.ContainerWorkSurface.<init>(ContainerWorkSurface.java:51)
  102. at net.stolenchristmas.mods.handler.GuiHandler.getClientGuiElement(GuiHandler.java:51)
  103. at cpw.mods.fml.common.network.NetworkRegistry.getLocalGuiContainer(NetworkRegistry.java:263)
  104. at cpw.mods.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:93)
  105. at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2476)
  106. at net.stolenchristmas.mods.blocks.XmasTable.onBlockActivated(XmasTable.java:44)
  107. at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:398)
  108. at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1538)
  109.  
  110. -- Affected level --
  111. Details:
  112. Level name: MpServer
  113. All players: 1 total; [EntityClientPlayerMP['Player953'/299, l='MpServer', x=306.93, y=74.62, z=337.70]]
  114. Chunk stats: MultiplayerChunkCache: 225, 225
  115. Level seed: 0
  116. Level generator: ID 00 - default, ver 1. Features enabled: false
  117. Level generator options:
  118. Level spawn location: World: (220,64,256), Chunk: (at 12,4,0 in 13,16; contains blocks 208,0,256 to 223,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  119. Level time: 13851 game time, 13851 day time
  120. Level dimension: 0
  121. Level storage version: 0x00000 - Unknown?
  122. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  123. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  124. Forced entities: 104 total; [EntityBat['Bat'/278, l='MpServer', x=386.25, y=47.10, z=389.25], EntitySheep['Sheep'/277, l='MpServer', x=385.66, y=76.00, z=375.47], EntitySheep['Sheep'/258, l='MpServer', x=375.56, y=75.00, z=362.22], EntityBat['Bat'/259, l='MpServer', x=381.75, y=37.10, z=382.53], EntityZombie['Zombie'/256, l='MpServer', x=374.00, y=60.00, z=339.41], EntitySheep['Sheep'/257, l='MpServer', x=370.94, y=79.00, z=348.50], EntityZombie['Zombie'/260, l='MpServer', x=382.53, y=35.00, z=377.97], EntityZombie['Zombie'/261, l='MpServer', x=379.59, y=31.00, z=384.56], EntityClientPlayerMP['Player953'/299, l='MpServer', x=306.93, y=74.62, z=337.70], EntitySkeleton['Skeleton'/111, l='MpServer', x=227.63, y=26.00, z=292.69], EntitySkeleton['Skeleton'/119, l='MpServer', x=230.71, y=14.00, z=324.51], EntityEnderman['Enderman'/118, l='MpServer', x=233.50, y=14.00, z=324.88], EntityEnderman['Enderman'/117, l='MpServer', x=237.82, y=15.00, z=331.84], EntityZombie['Zombie'/116, l='MpServer', x=235.66, y=14.00, z=327.44], EntitySpider['Spider'/112, l='MpServer', x=234.24, y=59.06, z=289.54], EntityCow['Cow'/127, l='MpServer', x=231.78, y=64.00, z=353.28], EntitySkeleton['Skeleton'/126, l='MpServer', x=229.50, y=14.00, z=338.09], EntitySkeleton['Skeleton'/125, l='MpServer', x=231.30, y=11.68, z=340.86], EntitySkeleton['Skeleton'/124, l='MpServer', x=231.31, y=11.00, z=341.70], EntityCow['Cow'/123, l='MpServer', x=230.63, y=67.00, z=335.59], EntityCreeper['Creeper'/120, l='MpServer', x=234.76, y=14.00, z=331.15], EntityChicken['Chicken'/136, l='MpServer', x=231.59, y=64.00, z=414.38], EntityEnderman['Enderman'/141, l='MpServer', x=253.22, y=15.00, z=271.59], EntityZombie['Zombie'/143, l='MpServer', x=243.30, y=59.00, z=285.98], EntityZombie['Zombie'/142, l='MpServer', x=252.31, y=15.00, z=272.22], EntityChicken['Chicken'/129, l='MpServer', x=236.56, y=63.00, z=386.35], EntityCow['Cow'/128, l='MpServer', x=227.28, y=63.00, z=372.23], EntityChicken['Chicken'/131, l='MpServer', x=239.84, y=61.60, z=391.53], EntityChicken['Chicken'/130, l='MpServer', x=233.56, y=61.26, z=391.56], EntityChicken['Chicken'/133, l='MpServer', x=238.28, y=61.45, z=389.16], EntityChicken['Chicken'/132, l='MpServer', x=229.16, y=61.39, z=388.47], EntityChicken['Chicken'/135, l='MpServer', x=237.53, y=61.45, z=389.16], EntityChicken['Chicken'/134, l='MpServer', x=238.47, y=63.00, z=397.47], EntityCow['Cow'/153, l='MpServer', x=267.59, y=70.00, z=278.38], EntitySquid['Squid'/154, l='MpServer', x=270.00, y=56.27, z=363.97], EntitySquid['Squid'/155, l='MpServer', x=271.81, y=58.17, z=363.90], EntitySquid['Squid'/156, l='MpServer', x=269.59, y=58.34, z=350.41], EntityChicken['Chicken'/157, l='MpServer', x=261.19, y=64.00, z=380.81], EntityBat['Bat'/144, l='MpServer', x=241.40, y=27.88, z=300.45], EntitySkeleton['Skeleton'/145, l='MpServer', x=251.17, y=26.00, z=307.72], EntityCow['Cow'/146, l='MpServer', x=241.31, y=66.00, z=351.03], EntityChicken['Chicken'/147, l='MpServer', x=248.53, y=64.00, z=368.53], EntityChicken['Chicken'/170, l='MpServer', x=280.41, y=64.00, z=398.38], EntitySquid['Squid'/169, l='MpServer', x=273.52, y=56.00, z=368.53], EntityChicken['Chicken'/168, l='MpServer', x=280.69, y=62.50, z=368.28], EntityCreeper['Creeper'/163, l='MpServer', x=279.38, y=14.00, z=271.00], EntitySquid['Squid'/167, l='MpServer', x=280.93, y=59.09, z=369.52], EntitySquid['Squid'/166, l='MpServer', x=275.86, y=56.00, z=364.50], EntityCow['Cow'/165, l='MpServer', x=282.97, y=70.00, z=260.13], EntityBat['Bat'/164, l='MpServer', x=286.35, y=13.44, z=268.25], EntityCreeper['Creeper'/186, l='MpServer', x=300.56, y=19.00, z=376.00], EntityCreeper['Creeper'/184, l='MpServer', x=295.31, y=15.00, z=362.47], EntityCreeper['Creeper'/185, l='MpServer', x=290.66, y=20.00, z=378.03], EntityCow['Cow'/190, l='MpServer', x=311.19, y=73.00, z=344.22], EntityCreeper['Creeper'/188, l='MpServer', x=307.53, y=41.00, z=282.00], EntitySpider['Spider'/189, l='MpServer', x=314.75, y=46.00, z=289.22], EntityCreeper['Creeper'/179, l='MpServer', x=291.03, y=14.00, z=265.53], EntityCow['Cow'/182, l='MpServer', x=295.78, y=65.00, z=270.19], EntitySkeleton['Skeleton'/183, l='MpServer', x=284.15, y=13.72, z=276.55], EntityZombie['Zombie'/180, l='MpServer', x=295.16, y=24.33, z=261.11], EntityCreeper['Creeper'/181, l='MpServer', x=303.03, y=27.00, z=259.56], EntityCow['Cow'/205, l='MpServer', x=334.75, y=82.00, z=307.50], EntityZombie['Zombie'/204, l='MpServer', x=326.50, y=28.00, z=309.97], EntityCreeper['Creeper'/207, l='MpServer', x=327.50, y=26.00, z=389.28], EntityCreeper['Creeper'/206, l='MpServer', x=330.50, y=16.41, z=344.66], EntityCreeper['Creeper'/203, l='MpServer', x=332.00, y=21.00, z=294.56], EntitySkeleton['Skeleton'/220, l='MpServer', x=342.88, y=26.00, z=327.50], EntityBat['Bat'/221, l='MpServer', x=350.03, y=18.10, z=335.56], EntityCreeper['Creeper'/222, l='MpServer', x=345.59, y=32.00, z=323.06], EntityCreeper['Creeper'/223, l='MpServer', x=337.64, y=19.00, z=356.91], EntityBat['Bat'/216, l='MpServer', x=338.49, y=23.79, z=267.25], EntityCow['Cow'/217, l='MpServer', x=348.12, y=79.00, z=322.39], EntitySkeleton['Skeleton'/218, l='MpServer', x=347.75, y=14.00, z=327.69], EntityCreeper['Creeper'/219, l='MpServer', x=345.38, y=25.00, z=329.00], EntityCreeper['Creeper'/213, l='MpServer', x=344.53, y=26.00, z=289.06], EntityZombie['Zombie'/214, l='MpServer', x=345.77, y=24.00, z=287.20], EntityBat['Bat'/215, l='MpServer', x=344.04, y=23.77, z=278.28], EntityCreeper['Creeper'/211, l='MpServer', x=348.94, y=26.00, z=263.22], EntitySpider['Spider'/239, l='MpServer', x=364.81, y=30.00, z=375.21], EntityBat['Bat'/238, l='MpServer', x=366.24, y=27.58, z=360.72], EntityBat['Bat'/237, l='MpServer', x=366.03, y=47.35, z=344.49], EntityCreeper['Creeper'/236, l='MpServer', x=357.66, y=20.00, z=327.53], EntitySpider['Spider'/235, l='MpServer', x=355.59, y=19.00, z=322.44], EntityZombie['Zombie'/234, l='MpServer', x=362.34, y=13.00, z=324.34], EntityZombie['Zombie'/233, l='MpServer', x=365.48, y=14.79, z=324.40], EntityZombie['Zombie'/232, l='MpServer', x=363.47, y=14.00, z=320.94], EntityCow['Cow'/231, l='MpServer', x=354.56, y=74.00, z=314.53], EntityBat['Bat'/227, l='MpServer', x=347.47, y=36.00, z=388.60], EntityBat['Bat'/226, l='MpServer', x=347.28, y=37.10, z=390.00], EntityZombie['Zombie'/225, l='MpServer', x=349.69, y=35.00, z=394.91], EntitySkeleton['Skeleton'/224, l='MpServer', x=342.47, y=15.00, z=391.88], EntityBat['Bat'/254, l='MpServer', x=364.65, y=45.01, z=340.72], EntityZombie['Zombie'/255, l='MpServer', x=380.50, y=61.00, z=337.50], EntitySkeleton['Skeleton'/252, l='MpServer', x=378.38, y=20.00, z=341.84], EntityBat['Bat'/253, l='MpServer', x=382.75, y=27.10, z=337.75], EntitySpider['Spider'/250, l='MpServer', x=371.50, y=50.00, z=314.50], EntityCreeper['Creeper'/251, l='MpServer', x=379.41, y=55.00, z=323.94], EntitySkeleton['Skeleton'/248, l='MpServer', x=371.72, y=24.46, z=300.22], EntityCreeper['Creeper'/249, l='MpServer', x=371.50, y=49.00, z=310.00], EntitySkeleton['Skeleton'/246, l='MpServer', x=380.03, y=25.00, z=281.69], EntitySkeleton['Skeleton'/247, l='MpServer', x=378.50, y=27.00, z=279.16], EntityZombie['Zombie'/244, l='MpServer', x=382.50, y=26.00, z=271.50], EntityZombie['Zombie'/245, l='MpServer', x=372.16, y=23.00, z=265.31], EntityBat['Bat'/240, l='MpServer', x=365.75, y=41.10, z=380.38]]
  125. Retry entities: 0 total; []
  126. Server brand: fml,forge
  127. Server type: Integrated singleplayer server
  128. Stacktrace:
  129. at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:418)
  130. at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2557)
  131. at net.minecraft.client.Minecraft.run(Minecraft.java:980)
  132. at net.minecraft.client.main.Main.main(Main.java:112)
  133. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  134. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  135. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  136. at java.lang.reflect.Method.invoke(Unknown Source)
  137. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  138. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  139.  
  140. -- System Details --
  141. Details:
  142. Minecraft Version: 1.7.2
  143. Operating System: Windows 8.1 (amd64) version 6.3
  144. Java Version: 1.7.0_71, Oracle Corporation
  145. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  146. Memory: 659575712 bytes (629 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  147. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  148. AABB Pool Size: 7260 (406560 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
  149. IntCache: cache: 0, tcache: 7, allocated: 12, tallocated: 94
  150. FML: MCP v9.01-pre FML v7.2.116.1024 Minecraft Forge 10.12.0.1024 4 mods loaded, 4 mods active
  151. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  152. FML{7.2.116.1024} [Forge Mod Loader] (forgeSrc-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  153. Forge{10.12.0.1024} [Minecraft Forge] (forgeSrc-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  154. XMAS{Alpha} [How Nick Stole Christmas!] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  155. Launched Version: 1.6
  156. LWJGL: 2.9.0
  157. OpenGL: GeForce GT 620/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.75, NVIDIA Corporation
  158. Is Modded: Definitely; Client brand changed to 'fml,forge'
  159. Type: Client (map_client.txt)
  160. Resource Packs: []
  161. Current Language: English (US)
  162. Profiler Position: N/A (disabled)
  163. Vec3 Pool Size: 4715 (264040 bytes; 0 MB) allocated, 19 (1064 bytes; 0 MB) used
  164. Anisotropic Filtering: Off (1)
  165. #@!@# Game crashed! Crash report saved to: #@!
Advertisement
Add Comment
Please, Sign In to add comment