Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
3,331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I'm sorry, Dave.
  3.  
  4. Time: 20/03/19 17:29
  5. Description: Ticking block entity
  6.  
  7. java.lang.NullPointerException: Ticking block entity
  8. at ev.<init>(SourceFile:52)
  9. at bso.i(SourceFile:194)
  10. at bso.g(SourceFile:104)
  11. at bgf.K(SourceFile:620)
  12. at vd.a(SourceFile:401)
  13. at net.minecraft.server.MinecraftServer.b(SourceFile:816)
  14. at net.minecraft.server.MinecraftServer.a(SourceFile:755)
  15. at dwc.a(SourceFile:128)
  16. at net.minecraft.server.MinecraftServer.run(SourceFile:630)
  17. at java.lang.Thread.run(Thread.java:745)
  18.  
  19.  
  20. A detailed walkthrough of the error, its code path and all known details is as follows:
  21. ---------------------------------------------------------------------------------------
  22.  
  23. -- Head --
  24. Thread: Server thread
  25. Stacktrace:
  26. at ev.<init>(SourceFile:52)
  27. at bso.i(SourceFile:194)
  28. at bso.g(SourceFile:104)
  29.  
  30. -- Block entity being ticked --
  31. Details:
  32. Name: minecraft:conduit // bso
  33. Block: Block{minecraft:conduit}[waterlogged=true]
  34. Block location: World: (0,64,-9), Chunk: (at 0,4,7 in 0,-1; contains blocks 0,0,-16 to 15,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  35. Block: Block{minecraft:conduit}[waterlogged=true]
  36. Block location: World: (0,64,-9), Chunk: (at 0,4,7 in 0,-1; contains blocks 0,0,-16 to 15,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  37. Stacktrace:
  38. at bgf.K(SourceFile:620)
  39. at vd.a(SourceFile:401)
  40.  
  41. -- Affected level --
  42. Details:
  43. Level name: 1.13 TEST WORLD
  44. All players: 0 total; []
  45. Chunk stats: ServerChunkCache: 2025
  46. Level seed: 3997715673040740701
  47. Level generator: ID 01 - flat, ver 0. Features enabled: true
  48. Level generator options: {biome:"minecraft:jungle",layers:[{block:"minecraft:bedrock",height:1b},{block:"minecraft:stone",height:3b},{block:"minecraft:sandstone",height:52b}],structures:{}}
  49. Level spawn location: World: (0,55,0), Chunk: (at 0,3,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)
  50. Level time: 1229280 game time, 1000 day time
  51. Level dimension: 0
  52. Level storage version: 0x04ABD - Anvil
  53. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  54. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  55. Stacktrace:
  56. at net.minecraft.server.MinecraftServer.b(SourceFile:816)
  57. at net.minecraft.server.MinecraftServer.a(SourceFile:755)
  58. at dwc.a(SourceFile:128)
  59. at net.minecraft.server.MinecraftServer.run(SourceFile:630)
  60. at java.lang.Thread.run(Thread.java:745)
  61.  
  62. -- System Details --
  63. Details:
  64. Minecraft Version: 19w12a
  65. Operating System: Mac OS X (x86_64) version 10.14.3
  66. Java Version: 1.8.0_74, Oracle Corporation
  67. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  68. Memory: 1442840576 bytes (1376 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
  69. JVM Flags: 8 total; -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  70. Player Count: 0 / 8; []
  71. Data Packs: vanilla
  72. Type: Integrated Server (map_client.txt)
  73. Is Modded: Probably not. Jar signature remains and both client + server brands are untouched.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement