Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // But it works on my machine.
  3.  
  4. Time: 19/01/18 18:43
  5. Description: Ticking entity
  6.  
  7. java.lang.NullPointerException: Ticking entity
  8. at com.flansmod.common.driveables.EntityVehicle.onUpdate(EntityVehicle.java:365)
  9. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298)
  10. at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684)
  11. at net.minecraft.world.World.updateEntity(World.java:2258)
  12. at net.minecraft.world.World.updateEntities(World.java:2108)
  13. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515)
  14. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703)
  15. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:349)
  16. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
  17. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
  18. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
  19.  
  20.  
  21. A detailed walkthrough of the error, its code path and all known details is as follows:
  22. ---------------------------------------------------------------------------------------
  23.  
  24. -- Head --
  25. Stacktrace:
  26. at com.flansmod.common.driveables.EntityVehicle.onUpdate(EntityVehicle.java:365)
  27. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298)
  28. at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684)
  29. at net.minecraft.world.World.updateEntity(World.java:2258)
  30.  
  31. -- Entity being ticked --
  32. Details:
  33. Entity Type: Vehicle (com.flansmod.common.driveables.EntityVehicle)
  34. Entity ID: 2092
  35. Entity Name: mercedes gle noir
  36. Entity's Exact location: 102,50, 69,50, 241,50
  37. Entity's Block location: World: (102,69,241), Chunk: (at 6,4,1 in 6,15; contains blocks 96,0,240 to 111,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  38. Entity's Momentum: 0,00, 0,00, 0,00
  39. Stacktrace:
  40. at net.minecraft.world.World.updateEntities(World.java:2108)
  41. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515)
  42.  
  43. -- Affected level --
  44. Details:
  45. Level name: world
  46. All players: 1 total; [EntityPlayerMP['Player234'/133, l='world', x=105,31, y=69,00, z=244,17]]
  47. Chunk stats: ServerChunkCache: 479 Drop: 0
  48. Level seed: -8307288929436156241
  49. Level generator: ID 00 - default, ver 1. Features enabled: true
  50. Level generator options:
  51. Level spawn location: World: (108,64,252), Chunk: (at 12,4,12 in 6,15; contains blocks 96,0,240 to 111,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  52. Level time: 3232 game time, 3232 day time
  53. Level dimension: 0
  54. Level storage version: 0x04ABD - Anvil
  55. Level weather: Rain time: 66414 (now: false), thunder time: 75318 (now: false)
  56. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  57. Stacktrace:
  58. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703)
  59. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:349)
  60. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
  61. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
  62. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
  63.  
  64. -- System Details --
  65. Details:
  66. Minecraft Version: 1.7.10
  67. Operating System: Windows 10 (amd64) version 10.0
  68. Java Version: 1.8.0_151, Oracle Corporation
  69. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  70. Memory: 935720056 bytes (892 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  71. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  72. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  73. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  74. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 4 mods loaded, 4 mods active
  75. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  76. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  77. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
  78. UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
  79. UCHIJAAAA flansmod{@VERSION@} [Flan's Mod] (bin)
  80. Profiler Position: N/A (disabled)
  81. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  82. Player Count: 1 / 5; [EntityPlayerMP['Player234'/133, l='world', x=105,31, y=69,00, z=244,17]]
  83. Is Modded: Definitely; Server brand changed to 'fml,forge'
  84. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement