Advertisement
Guest User

crash-2016-09-22_12.02.38-server

a guest
Sep 22nd, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Shall we play a game?
  3.  
  4. Time: 9/22/16 12:02 PM
  5. Description: Ticking block entity
  6.  
  7. java.lang.RuntimeException: class janellope.digicraft.tileentities.TileEntityCopperFurnace is missing a mapping! This is a bug!
  8. at net.minecraft.tileentity.TileEntity.writeInternal(TileEntity.java:95)
  9. at net.minecraft.tileentity.TileEntity.writeToNBT(TileEntity.java:86)
  10. at net.minecraft.tileentity.TileEntityLockable.writeToNBT(TileEntityLockable.java:23)
  11. at janellope.digicraft.tileentities.TileEntityCopperFurnace.writeToNBT(TileEntityCopperFurnace.java:163)
  12. at net.minecraftforge.common.util.BlockSnapshot.<init>(BlockSnapshot.java:67)
  13. at net.minecraftforge.common.util.BlockSnapshot.<init>(BlockSnapshot.java:94)
  14. at net.minecraftforge.common.util.BlockSnapshot.getBlockSnapshot(BlockSnapshot.java:118)
  15. at net.minecraft.world.World.setBlockState(World.java:377)
  16. at janellope.digicraft.block.furnaces.copperFurnace.setState(copperFurnace.java:167)
  17. at janellope.digicraft.tileentities.TileEntityCopperFurnace.update(TileEntityCopperFurnace.java:275)
  18. at net.minecraft.world.World.updateEntities(World.java:1942)
  19. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:645)
  20. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:783)
  21. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:687)
  22. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536)
  24. at java.lang.Thread.run(Unknown Source)
  25.  
  26.  
  27. A detailed walkthrough of the error, its code path and all known details is as follows:
  28. ---------------------------------------------------------------------------------------
  29.  
  30. -- Head --
  31. Thread: Server thread
  32. Stacktrace:
  33. at net.minecraft.tileentity.TileEntity.writeInternal(TileEntity.java:95)
  34. at net.minecraft.tileentity.TileEntity.writeToNBT(TileEntity.java:86)
  35. at net.minecraft.tileentity.TileEntityLockable.writeToNBT(TileEntityLockable.java:23)
  36. at janellope.digicraft.tileentities.TileEntityCopperFurnace.writeToNBT(TileEntityCopperFurnace.java:163)
  37. at net.minecraftforge.common.util.BlockSnapshot.<init>(BlockSnapshot.java:67)
  38. at net.minecraftforge.common.util.BlockSnapshot.<init>(BlockSnapshot.java:94)
  39. at net.minecraftforge.common.util.BlockSnapshot.getBlockSnapshot(BlockSnapshot.java:118)
  40. at net.minecraft.world.World.setBlockState(World.java:377)
  41. at janellope.digicraft.block.furnaces.copperFurnace.setState(copperFurnace.java:167)
  42. at janellope.digicraft.tileentities.TileEntityCopperFurnace.update(TileEntityCopperFurnace.java:275)
  43.  
  44. -- Block entity being ticked --
  45. Details:
  46. Name: null // janellope.digicraft.tileentities.TileEntityCopperFurnace
  47. Block type: ID #220 (tile.copperFurnace // janellope.digicraft.block.furnaces.copperFurnace)
  48. Block data value: 2 / 0x2 / 0b0010
  49. Block location: World: (-594,56,694), Chunk: (at 14,3,6 in -38,43; contains blocks -608,0,688 to -593,255,703), Region: (-2,1; contains chunks -64,32 to -33,63, blocks -1024,0,512 to -513,255,1023)
  50. Actual block type: ID #220 (tile.copperFurnace // janellope.digicraft.block.furnaces.copperFurnace)
  51. Actual block data value: 2 / 0x2 / 0b0010
  52. Stacktrace:
  53. at net.minecraft.world.World.updateEntities(World.java:1942)
  54. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:645)
  55.  
  56. -- Affected level --
  57. Details:
  58. Level name: Test World
  59. All players: 1 total; [EntityPlayerMP['Janellope'/0, l='Test World', x=-593.35, y=56.00, z=692.46]]
  60. Chunk stats: ServerChunkCache: 625 Drop: 0
  61. Level seed: 5516395170925633045
  62. Level generator: ID 01 - flat, ver 0. Features enabled: false
  63. Level generator options: 3;minecraft:bedrock,3*minecraft:stone,52*minecraft:sandstone;2;
  64. Level spawn location: World: (-583,4,700), Chunk: (at 9,0,12 in -37,43; contains blocks -592,0,688 to -577,255,703), Region: (-2,1; contains chunks -64,32 to -33,63, blocks -1024,0,512 to -513,255,1023)
  65. Level time: 2511 game time, 2511 day time
  66. Level dimension: 0
  67. Level storage version: 0x04ABD - Anvil
  68. Level weather: Rain time: 173066 (now: false), thunder time: 40475 (now: false)
  69. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  70. Stacktrace:
  71. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:783)
  72. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:687)
  73. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
  74. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536)
  75. at java.lang.Thread.run(Unknown Source)
  76.  
  77. -- System Details --
  78. Details:
  79. Minecraft Version: 1.10.2
  80. Operating System: Windows 10 (amd64) version 10.0
  81. Java Version: 1.8.0_101, Oracle Corporation
  82. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  83. Memory: 1328191856 bytes (1266 MB) / 2125463552 bytes (2027 MB) up to 7629963264 bytes (7276 MB)
  84. JVM Flags: 0 total;
  85. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  86. FML: MCP 9.32 Powered by Forge 12.18.1.2092 4 mods loaded, 4 mods active
  87. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  88. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  89. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.10.2-12.18.1.2092.jar)
  90. UCHIJAAAA Forge{12.18.1.2092} [Minecraft Forge] (forgeSrc-1.10.2-12.18.1.2092.jar)
  91. UCHIJAAAA digicraft{0.0.1} [DigiCraft] (bin)
  92. Loaded coremods (and transformers):
  93. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  94. Profiler Position: N/A (disabled)
  95. Player Count: 1 / 8; [EntityPlayerMP['Janellope'/0, l='Test World', x=-593.35, y=56.00, z=692.46]]
  96. Type: Integrated Server (map_client.txt)
  97. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement