Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. Description: Unexpected error
  2.  
  3. java.lang.IllegalArgumentException: Cannot create a fluidstack from a null fluid
  4. at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:29)
  5. at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:59)
  6. at mods.railcraft.common.fluids.TankManager.processGuiUpdate(TankManager.java:192)
  7. at mods.railcraft.common.gui.containers.ContainerLocomotiveSteamSolid.func_75137_b(ContainerLocomotiveSteamSolid.java:101)
  8. at net.minecraft.client.network.NetHandlerPlayClient.func_147245_a(NetHandlerPlayClient.java:1151)
  9. at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:26)
  10. at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:9)
  11. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  12. at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
  13. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1590)
  14. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
  15. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
  16. at net.minecraft.client.main.Main.main(SourceFile:148)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  20. at java.lang.reflect.Method.invoke(Unknown Source)
  21. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  22. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  26. at java.lang.reflect.Method.invoke(Unknown Source)
  27. at net.launcher.components.Game$1.run(Game.java:260)
  28. at java.lang.Thread.run(Unknown Source)
  29.  
  30.  
  31. A detailed walkthrough of the error, its code path and all known details is as follows:
  32. ---------------------------------------------------------------------------------------
  33.  
  34. -- Head --
  35. Stacktrace:
  36. at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:29)
  37. at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:59)
  38. at mods.railcraft.common.fluids.TankManager.processGuiUpdate(TankManager.java:192)
  39. at mods.railcraft.common.gui.containers.ContainerLocomotiveSteamSolid.func_75137_b(ContainerLocomotiveSteamSolid.java:101)
  40. at net.minecraft.client.network.NetHandlerPlayClient.func_147245_a(NetHandlerPlayClient.java:1151)
  41. at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:26)
  42. at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:9)
  43. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  44. at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
  45.  
  46. -- Affected level --
  47. Details:
  48. Level name: MpServer
  49. All players: 1 total; [EntityClientPlayerMP['MySt1k'/208, l='MpServer', x=21,15, y=70,62, z=-1,63]]
  50. Chunk stats: MultiplayerChunkCache: 99, 99
  51. Level seed: 0
  52. Level generator: ID 00 - default, ver 1. Features enabled: false
  53. Level generator options:
  54. Level spawn location: World: (0,64,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  55. Level time: 2602551 game time, 2618103 day time
  56. Level dimension: 0
  57. Level storage version: 0x00000 - Unknown?
  58. Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
  59. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  60. Forced entities: 3 total; [EntityClientPlayerMP['MySt1k'/208, l='MpServer', x=21,15, y=70,62, z=-1,63], EntityOtherPlayerMP['The_Knight_Death'/123, l='MpServer', x=20,84, y=69,00, z=0,06], EntityLocomotiveSteamSolid['Паровой локомотив'/36510, l='MpServer', x=19,50, y=69,84, z=-1,50]]
  61. Retry entities: 0 total; []
  62. Server brand: cauldron,craftbukkit,mcpc,fml,forge
  63. Server type: Non-integrated multiplayer server
  64. Stacktrace:
  65. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
  66. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)
  67. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
  68. at net.minecraft.client.main.Main.main(SourceFile:148)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  72. at java.lang.reflect.Method.invoke(Unknown Source)
  73. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  74. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  77. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  78. at java.lang.reflect.Method.invoke(Unknown Source)
  79. at net.launcher.components.Game$1.run(Game.java:260)
  80. at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement