Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
1,782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. OTGCorePlugin (OTG-Core.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // I bet Cylons wouldn't have this problem.
  8.  
  9. Time: 3/24/19 1:27 PM
  10. Description: Ticking entity
  11.  
  12. java.lang.NoClassDefFoundError: com/pg85/otg/forge/dimensions/WorldProviderOTG
  13. at com.pg85.otg.forge.asm.OTGHooks.getGravityFactor(OTGHooks.java:26)
  14. at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1970)
  15. at net.minecraft.entity.passive.EntityPig.func_191986_a(SourceFile:239)
  16. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2386)
  17. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  18. at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
  19. at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
  20. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2172)
  21. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  22. at net.minecraft.world.World.func_72866_a(World.java:1993)
  23. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  24. at net.minecraft.world.World.func_72870_g(World.java:1955)
  25. at net.minecraft.world.World.func_72939_s(World.java:1759)
  26. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  27. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  28. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  29. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  30. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  31. at java.lang.Thread.run(Thread.java:745)
  32. Caused by: java.lang.ClassNotFoundException: com.pg85.otg.forge.dimensions.WorldProviderOTG
  33. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  34. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  35. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  36. ... 19 more
  37. Caused by: java.lang.NullPointerException
  38.  
  39.  
  40. A detailed walkthrough of the error, its code path and all known details is as follows:
  41. ---------------------------------------------------------------------------------------
  42.  
  43. -- Head --
  44. Thread: Server thread
  45. Stacktrace:
  46. at com.pg85.otg.forge.asm.OTGHooks.getGravityFactor(OTGHooks.java:26)
  47. at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1970)
  48. at net.minecraft.entity.passive.EntityPig.func_191986_a(SourceFile:239)
  49. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2386)
  50. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  51. at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
  52. at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
  53. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2172)
  54. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  55. at net.minecraft.world.World.func_72866_a(World.java:1993)
  56. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  57. at net.minecraft.world.World.func_72870_g(World.java:1955)
  58.  
  59. -- Entity being ticked --
  60. Details:
  61. Entity Type: minecraft:pig (net.minecraft.entity.passive.EntityPig)
  62. Entity ID: 23
  63. Entity Name: Pig
  64. Entity's Exact location: -376.50, 63.00, -179.50
  65. Entity's Block location: World: (-377,63,-180), Chunk: (at 7,3,12 in -24,-12; contains blocks -384,0,-192 to -369,255,-177), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  66. Entity's Momentum: 0.00, 0.00, 0.00
  67. Entity's Passengers: []
  68. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  69. Stacktrace:
  70. at net.minecraft.world.World.func_72939_s(World.java:1759)
  71. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  72.  
  73. -- Affected level --
  74. Details:
  75. Level name: New World
  76. All players: 0 total; []
  77. Chunk stats: ServerChunkCache: 625 Drop: 0
  78. Level seed: -3999800905233127114
  79. Level generator: ID 00 - default, ver 1. Features enabled: true
  80. Level generator options:
  81. Level spawn location: World: (-224,64,-100), Chunk: (at 0,4,12 in -14,-7; contains blocks -224,0,-112 to -209,255,-97), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  82. Level time: 2 game time, 2 day time
  83. Level dimension: 0
  84. Level storage version: 0x04ABD - Anvil
  85. Level weather: Rain time: 133047 (now: false), thunder time: 109439 (now: false)
  86. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  87. Stacktrace:
  88. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  89. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  90. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  91. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  92. at java.lang.Thread.run(Thread.java:745)
  93.  
  94. -- System Details --
  95. Details:
  96. Minecraft Version: 1.12.2
  97. Operating System: Windows 10 (amd64) version 10.0
  98. Java Version: 1.8.0_51, Oracle Corporation
  99. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  100. Memory: 237415048 bytes (226 MB) / 536870912 bytes (512 MB) up to 2147483648 bytes (2048 MB)
  101. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  102. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  103. FML: MCP 9.42 Powered by Forge 14.23.5.2768 5 mods loaded, 5 mods active
  104. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  105.  
  106. | State | ID | Version | Source | Signature |
  107. |:--------- |:--------- |:------------ |:----------------------------- |:---------------------------------------- |
  108. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  109. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement