Advertisement
Guest User

verifyerror

a guest
Mar 9th, 2014
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.01 KB | None | 0 0
  1. [17:38:03] [main/INFO]: Setting user: ForgeDevName
  2. Found deobfuscated net.minecraft.entity.projectile.EntityArrow
  3. Found target method: onUpdate
  4. Found entry point!
  5. Injected new field assignment!
  6. ArrowFix Applied Transform!
  7. [17:38:04] [Client thread/INFO]: LWJGL Version: 2.9.0
  8. [17:38:05] [Client thread/INFO]: Attempting early MinecraftForge initialization
  9. [17:38:05] [Client thread/INFO]: MinecraftForge v10.12.0.1034 Initialized
  10. [17:38:05] [Client thread/INFO]: Replaced 128 ore recipies
  11. [17:38:05] [Client thread/INFO]: Completed early MinecraftForge initialization
  12. [17:38:05] [Client thread/INFO]: Searching C:\Users\Vincent\CS\mcdev_172\eclipse\mods for mods
  13. [17:38:09] [Client thread/WARN]: Zip file rt.jar failed to read properly, it will be ignored
  14. <snip irrelevant exception>
  15. [17:38:11] [Client thread/ERROR]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error. There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
  16. [17:38:11] [Client thread/ERROR]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.Start. This is generally a severe programming error. There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
  17. [17:38:12] [Client thread/INFO]: Forge Mod Loader has identified 4 mods to load
  18. [17:38:12] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
  19. [17:38:13] [Client thread/INFO]: Configured a dormant chunk cache size of 0
  20.  
  21. Starting up SoundSystem...
  22. Initializing LWJGL OpenAL
  23. (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  24. OpenAL initialized.
  25.  
  26. [17:38:13] [Sound Library Loader/INFO]: Sound engine started
  27. [17:38:15] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
  28. [17:38:15] [Client thread/INFO]: Created: 256x256 textures/items-atlas
  29. [17:38:15] [Client thread/INFO]: Forge Mod Loader has successfully loaded 4 mods
  30. [17:38:16] [MCO Availability Checker #1/ERROR]: Couldn't connect to Realms
  31. [17:38:19] [Server thread/INFO]: Starting integrated minecraft server version 1.7.2
  32. [17:38:19] [Server thread/INFO]: Generating keypair
  33. [17:38:19] [Server thread/INFO]: Injecting new block and item data into this server instance
  34. [17:38:19] [Server thread/INFO]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@671cab1c)
  35. [17:38:19] [Server thread/INFO]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@671cab1c)
  36. [17:38:19] [Server thread/INFO]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@671cab1c)
  37. [17:38:20] [Server thread/INFO]: Preparing start region for level 0
  38. POKEE false
  39. [17:38:21] [Netty Client IO #0/INFO]: Server protocol version 1
  40. [17:38:21] [Netty IO #1/INFO]: Client protocol version 1
  41. [17:38:21] [Netty IO #1/INFO]: Client attempting to join with 4 mods : mcp@8.09,FML@7.2.125.1034,ArrowFix@1.0.0,Forge@10.12.0.1034
  42. [17:38:21] [Netty IO #1/INFO]: Attempting connection with missing mods [] at CLIENT
  43. [17:38:21] [Netty Client IO #0/INFO]: Attempting connection with missing mods [] at SERVER
  44. [17:38:21] [Server thread/INFO]: [Server thread] Server side modded connection established
  45. [17:38:21] [Server thread/INFO]: ForgeDevName[local:E:d5cdf8cd] logged in with entity id 40 at (-866.2215631160832, 4.0, -150.15631348490857)
  46. [17:38:21] [Client thread/INFO]: [Client thread] Client side modded connection established
  47. [17:38:21] [Server thread/INFO]: ForgeDevName joined the game
  48. [17:38:25] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2362ms behind, skipping 47 tick(s)
  49. [17:38:30] [Server thread/ERROR]: Encountered an unexpected exception
  50. java.lang.VerifyError: (class: net/minecraft/entity/projectile/EntityArrow, method: onUpdate signature: ()V) Expecting to find integer on stack
  51. at net.minecraft.item.ItemBow.onPlayerStoppedUsing(ItemBow.java:62) ~[ItemBow.class:?]
  52. at net.minecraft.item.ItemStack.onPlayerStoppedUsing(ItemStack.java:428) ~[ItemStack.class:?]
  53. at net.minecraft.entity.player.EntityPlayer.stopUsingItem(EntityPlayer.java:219) ~[EntityPlayer.class:?]
  54. at net.minecraft.network.NetHandlerPlayServer.processPlayerDigging(NetHandlerPlayServer.java:448) ~[NetHandlerPlayServer.class:?]
  55. at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(C07PacketPlayerDigging.java:53) ~[C07PacketPlayerDigging.class:?]
  56. at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(C07PacketPlayerDigging.java:8) ~[C07PacketPlayerDigging.class:?]
  57. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:211) ~[NetworkManager.class:?]
  58. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:173) ~[NetworkSystem.class:?]
  59. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:681) ~[MinecraftServer.class:?]
  60. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:569) ~[MinecraftServer.class:?]
  61. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:114) ~[IntegratedServer.class:?]
  62. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:454) [MinecraftServer.class:?]
  63. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:706) [MinecraftServer$2.class:?]
  64. [17:38:30] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Vincent\CS\mcdev_172\eclipse\.\crash-reports\crash-2014-03-09_17.38.30-server.txt
  65. [17:38:30] [Server thread/INFO]: Stopping server
  66. [17:38:30] [Server thread/INFO]: Saving players
  67. [17:38:30] [Server thread/INFO]: Saving worlds
  68. [17:38:30] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  69. [17:38:30] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  70. [17:38:30] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  71. [17:38:30] [Server thread/INFO]: Unloading dimension 0
  72. [17:38:30] [Server thread/INFO]: Unloading dimension -1
  73. [17:38:30] [Server thread/INFO]: Unloading dimension 1
  74. [17:38:30] [Server thread/INFO]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  75. [17:38:31] [Client thread/FATAL]: Unreported exception thrown!
  76. java.lang.VerifyError: (class: net/minecraft/entity/projectile/EntityArrow, method: onUpdate signature: ()V) Expecting to find integer on stack
  77. at net.minecraft.item.ItemBow.onPlayerStoppedUsing(ItemBow.java:62) ~[ItemBow.class:?]
  78. at net.minecraft.item.ItemStack.onPlayerStoppedUsing(ItemStack.java:428) ~[ItemStack.class:?]
  79. at net.minecraft.entity.player.EntityPlayer.stopUsingItem(EntityPlayer.java:219) ~[EntityPlayer.class:?]
  80. at net.minecraft.client.multiplayer.PlayerControllerMP.onStoppedUsingItem(PlayerControllerMP.java:478) ~[PlayerControllerMP.class:?]
  81. at net.minecraft.client.Minecraft.runTick(Minecraft.java:1917) ~[Minecraft.class:?]
  82. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:956) ~[Minecraft.class:?]
  83. at net.minecraft.client.Minecraft.run(Minecraft.java:873) [Minecraft.class:?]
  84. at net.minecraft.client.main.Main.main(Main.java:103) [Main.class:?]
  85. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.6.0_45]
  86. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ~[?:1.6.0_45]
  87. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ~[?:1.6.0_45]
  88. at java.lang.reflect.Method.invoke(Method.java:597) ~[?:1.6.0_45]
  89. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
  90. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
  91. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.6.0_45]
  92. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ~[?:1.6.0_45]
  93. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ~[?:1.6.0_45]
  94. at java.lang.reflect.Method.invoke(Method.java:597) ~[?:1.6.0_45]
  95. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120) [idea_rt.jar:?]
  96. ---- Minecraft Crash Report ----
  97. // Uh... Did I do that?
  98.  
  99. Time: 3/9/14 5:38 PM
  100. Description: Unexpected error
  101.  
  102. java.lang.VerifyError: (class: net/minecraft/entity/projectile/EntityArrow, method: onUpdate signature: ()V) Expecting to find integer on stack
  103. at net.minecraft.item.ItemBow.onPlayerStoppedUsing(ItemBow.java:62)
  104. at net.minecraft.item.ItemStack.onPlayerStoppedUsing(ItemStack.java:428)
  105. at net.minecraft.entity.player.EntityPlayer.stopUsingItem(EntityPlayer.java:219)
  106. at net.minecraft.client.multiplayer.PlayerControllerMP.onStoppedUsingItem(PlayerControllerMP.java:478)
  107. at net.minecraft.client.Minecraft.runTick(Minecraft.java:1917)
  108. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:956)
  109. at net.minecraft.client.Minecraft.run(Minecraft.java:873)
  110. at net.minecraft.client.main.Main.main(Main.java:103)
  111. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  112. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  113. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  114. at java.lang.reflect.Method.invoke(Method.java:597)
  115. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  116. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  117. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  118. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  119. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  120. at java.lang.reflect.Method.invoke(Method.java:597)
  121. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
  122.  
  123.  
  124. A detailed walkthrough of the error, its code path and all known details is as follows:
  125. ---------------------------------------------------------------------------------------
  126.  
  127. -- Head --
  128. Stacktrace:
  129. at net.minecraft.item.ItemBow.onPlayerStoppedUsing(ItemBow.java:62)
  130. at net.minecraft.item.ItemStack.onPlayerStoppedUsing(ItemStack.java:428)
  131. at net.minecraft.entity.player.EntityPlayer.stopUsingItem(EntityPlayer.java:219)
  132. at net.minecraft.client.multiplayer.PlayerControllerMP.onStoppedUsingItem(PlayerControllerMP.java:478)
  133.  
  134. -- Affected level --
  135. Details:
  136. Level name: MpServer
  137. All players: 1 total; [EntityClientPlayerMP['ForgeDevName'/40, l='MpServer', x=-865.04, y=5.62, z=-148.01]]
  138. Chunk stats: MultiplayerChunkCache: 225, 225
  139. Level seed: 0
  140. Level generator: ID 01 - flat, ver 0. Features enabled: false
  141. Level generator options:
  142. Level spawn location: World: (-863,4,-154), Chunk: (at 1,0,6 in -54,-10; contains blocks -864,0,-160 to -849,255,-145), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
  143. Level time: 536 game time, 536 day time
  144. Level dimension: 0
  145. Level storage version: 0x00000 - Unknown?
  146. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  147. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  148. Forced entities: 111 total; [EntitySheep['Sheep'/9224, l='MpServer', x=-942.50, y=4.00, z=-146.50], EntitySheep['Sheep'/9225, l='MpServer', x=-938.50, y=4.00, z=-150.50], EntitySlime['Slime'/3, l='MpServer', x=-920.54, y=4.00, z=-213.69], EntitySlime['Slime'/4, l='MpServer', x=-915.76, y=4.14, z=-205.62], EntitySlime['Slime'/5, l='MpServer', x=-910.78, y=4.00, z=-158.46], EntitySlime['Slime'/50921, l='MpServer', x=-807.20, y=4.00, z=-134.20], EntitySlime['Slime'/8, l='MpServer', x=-888.52, y=4.96, z=-223.17], EntitySheep['Sheep'/9222, l='MpServer', x=-945.50, y=4.00, z=-153.50], EntitySheep['Sheep'/9223, l='MpServer', x=-945.50, y=4.00, z=-151.50], EntityCow['Cow'/9243, l='MpServer', x=-838.50, y=4.00, z=-172.50], EntitySheep['Sheep'/9242, l='MpServer', x=-841.50, y=4.00, z=-170.78], EntitySheep['Sheep'/9241, l='MpServer', x=-843.50, y=4.00, z=-168.50], EntitySheep['Sheep'/9240, l='MpServer', x=-841.44, y=4.00, z=-169.31], EntityCow['Cow'/9247, l='MpServer', x=-895.69, y=4.00, z=-114.75], EntityCow['Cow'/9246, l='MpServer', x=-839.50, y=4.00, z=-174.50], EntityCow['Cow'/9244, l='MpServer', x=-836.50, y=4.00, z=-167.50], EntityChicken['Chicken'/9239, l='MpServer', x=-840.19, y=4.00, z=-163.63], EntityChicken['Chicken'/9238, l='MpServer', x=-840.28, y=4.00, z=-164.19], EntitySlime['Slime'/34, l='MpServer', x=-809.65, y=4.00, z=-86.71], EntityPig['Pig'/9256, l='MpServer', x=-881.78, y=4.00, z=-113.50], EntitySlime['Slime'/35, l='MpServer', x=-807.88, y=4.00, z=-74.16], EntityPig['Pig'/9257, l='MpServer', x=-886.81, y=4.00, z=-123.06], EntitySlime['Slime'/32, l='MpServer', x=-797.76, y=4.00, z=-150.77], EntityPig['Pig'/9258, l='MpServer', x=-887.70, y=4.00, z=-121.35], EntitySlime['Slime'/33, l='MpServer', x=-802.75, y=4.00, z=-135.19], EntityChicken['Chicken'/9259, l='MpServer', x=-891.50, y=4.00, z=-217.50], EntityChicken['Chicken'/9260, l='MpServer', x=-887.50, y=4.00, z=-215.50], EntityChicken['Chicken'/9261, l='MpServer', x=-890.28, y=4.00, z=-211.69], EntityChicken['Chicken'/9262, l='MpServer', x=-892.25, y=4.00, z=-211.63], EntityPig['Pig'/9263, l='MpServer', x=-893.45, y=4.00, z=-208.51], EntityCow['Cow'/9248, l='MpServer', x=-889.75, y=4.00, z=-118.50], EntityCow['Cow'/9249, l='MpServer', x=-892.88, y=4.00, z=-118.41], EntityCow['Cow'/9250, l='MpServer', x=-889.03, y=4.00, z=-120.19], EntityChicken['Chicken'/9251, l='MpServer', x=-893.44, y=4.00, z=-120.44], EntityChicken['Chicken'/9252, l='MpServer', x=-885.50, y=4.00, z=-117.50], EntityChicken['Chicken'/9253, l='MpServer', x=-887.72, y=4.00, z=-115.31], EntityChicken['Chicken'/9254, l='MpServer', x=-890.44, y=4.00, z=-115.41], EntityPig['Pig'/9255, l='MpServer', x=-883.56, y=4.00, z=-116.13], EntitySheep['Sheep'/9273, l='MpServer', x=-872.50, y=4.00, z=-206.50], EntitySheep['Sheep'/9272, l='MpServer', x=-875.50, y=4.00, z=-207.50], EntityHorse['Horse'/9275, l='MpServer', x=-878.34, y=4.00, z=-206.78], EntitySheep['Sheep'/9274, l='MpServer', x=-873.50, y=4.00, z=-209.50], EntityHorse['Horse'/9277, l='MpServer', x=-876.50, y=4.00, z=-210.50], EntityHorse['Horse'/9276, l='MpServer', x=-878.50, y=4.00, z=-210.50], EntityCow['Cow'/9279, l='MpServer', x=-871.09, y=4.00, z=-203.75], EntityPig['Pig'/9265, l='MpServer', x=-888.84, y=4.00, z=-212.03], EntityPig['Pig'/9264, l='MpServer', x=-896.27, y=4.00, z=-221.17], EntityCow['Cow'/9267, l='MpServer', x=-895.66, y=4.00, z=-211.43], EntityPig['Pig'/9266, l='MpServer', x=-895.16, y=4.00, z=-222.97], EntityCow['Cow'/9268, l='MpServer', x=-890.44, y=4.00, z=-214.66], EntitySheep['Sheep'/9271, l='MpServer', x=-875.50, y=4.00, z=-203.50], EntityCow['Cow'/9270, l='MpServer', x=-893.75, y=4.00, z=-217.94], EntitySheep['Sheep'/9294, l='MpServer', x=-906.50, y=4.00, z=-230.50], EntitySheep['Sheep'/9292, l='MpServer', x=-906.50, y=4.00, z=-227.50], EntitySheep['Sheep'/9290, l='MpServer', x=-902.56, y=4.00, z=-228.19], EntitySheep['Sheep'/9286, l='MpServer', x=-903.78, y=4.00, z=-229.78], EntityCow['Cow'/9283, l='MpServer', x=-869.22, y=4.00, z=-203.78], EntityCow['Cow'/9280, l='MpServer', x=-869.44, y=4.00, z=-200.78], EntityCow['Cow'/9281, l='MpServer', x=-872.67, y=4.00, z=-200.64], EntitySheep['Sheep'/9308, l='MpServer', x=-905.50, y=4.00, z=-225.50], EntityPig['Pig'/9300, l='MpServer', x=-892.97, y=4.00, z=-225.06], EntityPig['Pig'/9297, l='MpServer', x=-901.06, y=4.00, z=-228.50], EntitySheep['Sheep'/9316, l='MpServer', x=-899.50, y=4.00, z=-222.50], EntitySheep['Sheep'/9313, l='MpServer', x=-902.50, y=4.00, z=-224.50], EntityChicken['Chicken'/9340, l='MpServer', x=-833.50, y=4.00, z=-119.50], EntityChicken['Chicken'/9342, l='MpServer', x=-828.50, y=4.00, z=-123.50], EntityHorse['Horse'/9336, l='MpServer', x=-820.50, y=4.00, z=-110.50], EntityHorse['Horse'/9338, l='MpServer', x=-823.50, y=4.00, z=-110.50], EntityHorse['Horse'/9333, l='MpServer', x=-823.50, y=4.00, z=-108.50], EntityHorse['Horse'/9328, l='MpServer', x=-827.50, y=4.00, z=-111.50], EntityChicken['Chicken'/9347, l='MpServer', x=-826.50, y=4.00, z=-123.50], EntityPig['Pig'/9211, l='MpServer', x=-879.25, y=4.00, z=-72.50], EntityPig['Pig'/9208, l='MpServer', x=-886.50, y=4.00, z=-73.50], EntityChicken['Chicken'/9344, l='MpServer', x=-829.50, y=4.00, z=-124.50], EntitySheep['Sheep'/9351, l='MpServer', x=-832.63, y=4.00, z=-106.22], EntityChicken['Chicken'/9215, l='MpServer', x=-940.63, y=4.00, z=-151.47], EntityPig['Pig'/9213, l='MpServer', x=-874.50, y=4.00, z=-71.50], EntitySheep['Sheep'/9355, l='MpServer', x=-831.50, y=4.00, z=-116.50], EntityCow['Cow'/9202, l='MpServer', x=-880.63, y=4.00, z=-71.38], EntityCow['Cow'/9203, l='MpServer', x=-880.63, y=4.00, z=-73.63], EntityPig['Pig'/9206, l='MpServer', x=-884.50, y=4.00, z=-72.50], EntityClientPlayerMP['ForgeDevName'/40, l='MpServer', x=-865.04, y=5.62, z=-148.01], EntityPig['Pig'/9207, l='MpServer', x=-888.50, y=4.00, z=-72.50], EntityCow['Cow'/9204, l='MpServer', x=-877.22, y=4.00, z=-74.22], EntityCow['Cow'/9205, l='MpServer', x=-878.78, y=4.00, z=-75.78], EntitySheep['Sheep'/9360, l='MpServer', x=-829.50, y=4.00, z=-119.50], EntityCow['Cow'/9187, l='MpServer', x=-838.50, y=4.00, z=-151.50], EntityCow['Cow'/9185, l='MpServer', x=-839.50, y=4.00, z=-148.50], EntityPig['Pig'/9184, l='MpServer', x=-891.50, y=4.00, z=-144.50], EntitySheep['Sheep'/9189, l='MpServer', x=-840.50, y=4.00, z=-143.50], EntitySheep['Sheep'/9188, l='MpServer', x=-842.61, y=4.00, z=-147.26], EntityChicken['Chicken'/9176, l='MpServer', x=-905.50, y=4.00, z=-146.50], EntityChicken['Chicken'/9177, l='MpServer', x=-900.50, y=4.00, z=-138.50], EntityChicken['Chicken'/9178, l='MpServer', x=-902.50, y=4.00, z=-135.50], EntityChicken['Chicken'/9180, l='MpServer', x=-905.50, y=4.00, z=-139.50], EntityPig['Pig'/9181, l='MpServer', x=-898.34, y=4.00, z=-136.22], EntityPig['Pig'/9182, l='MpServer', x=-899.16, y=4.00, z=-138.63], EntityPig['Pig'/9183, l='MpServer', x=-893.75, y=4.00, z=-134.09], EntityHorse['Horse'/9170, l='MpServer', x=-938.09, y=4.00, z=-182.19], EntityHorse['Horse'/9171, l='MpServer', x=-942.50, y=4.00, z=-183.50], EntityChicken['Chicken'/9173, l='MpServer', x=-901.50, y=4.00, z=-144.50], EntityChicken['Chicken'/9174, l='MpServer', x=-901.50, y=4.00, z=-145.50], EntityChicken['Chicken'/9175, l='MpServer', x=-905.50, y=4.00, z=-144.50], EntitySheep['Sheep'/9161, l='MpServer', x=-942.78, y=4.00, z=-185.50], EntitySheep['Sheep'/9163, l='MpServer', x=-941.66, y=4.00, z=-177.25], EntitySheep['Sheep'/9162, l='MpServer', x=-942.22, y=4.00, z=-181.78], EntitySheep['Sheep'/9165, l='MpServer', x=-941.50, y=4.00, z=-187.50], EntitySheep['Sheep'/9164, l='MpServer', x=-943.84, y=4.00, z=-177.94], EntitySheep['Sheep'/9167, l='MpServer', x=-938.50, y=4.00, z=-187.50], EntitySheep['Sheep'/9166, l='MpServer', x=-941.22, y=4.00, z=-185.50], EntitySlime['Slime'/38823, l='MpServer', x=-908.87, y=4.00, z=-230.06]]
  149. Retry entities: 0 total; []
  150. Server brand: fml,forge
  151. Server type: Integrated singleplayer server
  152. Stacktrace:
  153. at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:384)
  154. at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2436)
  155. at net.minecraft.client.Minecraft.run(Minecraft.java:902)
  156. at net.minecraft.client.main.Main.main(Main.java:103)
  157. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  158. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  159. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  160. at java.lang.reflect.Method.invoke(Method.java:597)
  161. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  162. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  163. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  164. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  165. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  166. at java.lang.reflect.Method.invoke(Method.java:597)
  167. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
  168.  
  169. -- System Details --
  170. Details:
  171. Minecraft Version: 1.7.2
  172. Operating System: Windows 8 (amd64) version 6.2
  173. Java Version: 1.6.0_45, Sun Microsystems Inc.
  174. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
  175. Memory: 924961440 bytes (882 MB) / 1065025536 bytes (1015 MB) up to 1065025536 bytes (1015 MB)
  176. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  177. AABB Pool Size: 20006 (1120336 bytes; 1 MB) allocated, 2 (112 bytes; 0 MB) used
  178. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  179. FML: MCP v9.01-pre FML v7.2.125.1034 Minecraft Forge 10.12.0.1034 4 mods loaded, 4 mods active
  180. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  181. FML{7.2.125.1034} [Forge Mod Loader] (forgeBin-1.7.2-10.12.0.1034.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  182. Forge{10.12.0.1034} [Minecraft Forge] (forgeBin-1.7.2-10.12.0.1034.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  183. ArrowFix{1.0.0} [ArrowFix] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  184. Launched Version: 1.7
  185. LWJGL: 2.9.0
  186. OpenGL: AMD Radeon HD 6500M/5600/5700 Series GL version 4.2.12422 Compatibility Profile Context 13.152.0.0, ATI Technologies Inc.
  187. Is Modded: Definitely; Client brand changed to 'fml,forge'
  188. Type: Client (map_client.txt)
  189. Resource Packs: []
  190. Current Language: English (US)
  191. Profiler Position: N/A (disabled)
  192. Vec3 Pool Size: 2159 (120904 bytes; 0 MB) allocated, 22 (1232 bytes; 0 MB) used
  193. Anisotropic Filtering: Off (1)
  194. #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Vincent\CS\mcdev_172\eclipse\.\crash-reports\crash-2014-03-09_17.38.31-client.txt
  195. AL lib: (EE) alc_cleanup: 1 device not closed
  196.  
  197. Process finished with exit code -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement