Advertisement
Guest User

Crash

a guest
Aug 3rd, 2020
993
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.13 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. XaeroMinimapPlugin (mod-C1-XaerosMinimap20150_sandbox.jar)
  5. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (mod-C0-foamfix01010.jar)
  6. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  7. ForgelinPlugin (mod-S1-Forgelin-184-EX23.jar)
  8. CTMCorePlugin (mod-S2-CTM-MC10029-EX28.jar)
  9. ClientFixer (mod-C0-ClientFixer1122.jar)
  10. Contact their authors BEFORE contacting forge
  11.  
  12. // This doesn't make any sense!
  13.  
  14. Time: 8/3/20 7:45 PM
  15. Description: Ticking entity
  16.  
  17. java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Float
  18. at biomesoplenty.common.entities.item.EntityBOPBoat.func_70271_g(EntityBOPBoat.java:931)
  19. at biomesoplenty.common.entities.item.EntityBOPBoat.func_70071_h_(EntityBOPBoat.java:306)
  20. at net.minecraft.world.World.func_72866_a(World.java:1993)
  21. at net.minecraft.world.World.func_72870_g(World.java:1955)
  22. at net.minecraft.world.World.func_72939_s(World.java:1759)
  23. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1482)
  24. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:874)
  25. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:295)
  26. at net.minecraft.client.main.Main.main(SourceFile:123)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:498)
  31. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  32. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  33.  
  34.  
  35. A detailed walkthrough of the error, its code path and all known details is as follows:
  36. ---------------------------------------------------------------------------------------
  37.  
  38. -- Head --
  39. Thread: Client thread
  40. Stacktrace:
  41. at biomesoplenty.common.entities.item.EntityBOPBoat.func_70271_g(EntityBOPBoat.java:931)
  42. at biomesoplenty.common.entities.item.EntityBOPBoat.func_70071_h_(EntityBOPBoat.java:306)
  43. at net.minecraft.world.World.func_72866_a(World.java:1993)
  44. at net.minecraft.world.World.func_72870_g(World.java:1955)
  45.  
  46. -- Entity being ticked --
  47. Details:
  48. Entity Type: biomesoplenty:bop_boat (biomesoplenty.common.entities.item.EntityBOPBoat)
  49. Entity ID: 1734269
  50. Entity Name: Лодка
  51. Entity's Exact location: 7339.04, 62.52, -2822.10
  52. Entity's Block location: World: (7339,62,-2823), Chunk: (at 11,3,9 in 458,-177; contains blocks 7328,0,-2832 to 7343,255,-2817), Region: (14,-6; contains chunks 448,-192 to 479,-161, blocks 7168,0,-3072 to 7679,255,-2561)
  53. Entity's Momentum: 0.00, 0.00, 0.00
  54. Entity's Passengers: []
  55. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  56. Stacktrace:
  57. at net.minecraft.world.World.func_72939_s(World.java:1759)
  58.  
  59. -- Affected level --
  60. Details:
  61. Level name: MpServer
  62. All players: 1 total; [EntityPlayerSP['MarkCarrot'/1733595, l='MpServer', x=7333.46, y=68.00, z=-2852.39]]
  63. Chunk stats: MultiplayerChunkCache: 74, 74
  64. Level seed: 0
  65. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
  66. Level generator options:
  67. Level spawn location: World: (7363,66,-2973), Chunk: (at 3,4,3 in 460,-186; contains blocks 7360,0,-2976 to 7375,255,-2961), Region: (14,-6; contains chunks 448,-192 to 479,-161, blocks 7168,0,-3072 to 7679,255,-2561)
  68. Level time: 173440378 game time, 173682214 day time
  69. Level dimension: 0
  70. Level storage version: 0x00000 - Unknown?
  71. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  72. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  73. Forced entities: 7 total; [EntityZombie['Зомби'/1734266, l='MpServer', x=7358.23, y=25.00, z=-2865.54], EntitySkeleton['Скелет'/1734267, l='MpServer', x=7350.50, y=66.00, z=-2879.50], EntitySkeleton['Скелет'/1734270, l='MpServer', x=7327.50, y=46.00, z=-2865.50], EntitySkeleton['Скелет'/1734268, l='MpServer', x=7354.50, y=66.00, z=-2878.50], EntityBOPBoat['Лодка'/1734269, l='MpServer', x=7339.04, y=62.52, z=-2822.10], EntityPlayerSP['MarkCarrot'/1733595, l='MpServer', x=7333.46, y=68.00, z=-2852.39], EntityZombie['Зомби'/1734321, l='MpServer', x=7307.50, y=33.00, z=-2882.50]]
  74. Retry entities: 0 total; []
  75. Server brand: fml,forge
  76. Server type: Non-integrated multiplayer server
  77. Stacktrace:
  78. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
  79. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2172)
  80. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:308)
  81. at net.minecraft.client.main.Main.main(SourceFile:123)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  84. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  85. at java.lang.reflect.Method.invoke(Method.java:498)
  86. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  87. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  88.  
  89. -- System Details --
  90. Details:
  91. Minecraft Version: 1.12.2
  92. Operating System: Windows 10 (amd64) version 10.0
  93. Java Version: 1.8.0_221, Oracle Corporation
  94. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  95. Memory: 3445660376 bytes (3286 MB) / 4636278784 bytes (4421 MB) up to 11283726336 bytes (10761 MB)
  96. JVM Flags: 1 total; -Xmx12105M
  97. IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
  98. FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_F5 80 mods loaded, 80 mods active
  99. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  100.  
  101. | State | ID | Version | Source | Signature |
  102. |:------ |:-------------------- |:-------------------------- |:------------------------------------------------- |:---------------------------------------- |
  103. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  104. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  105. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | None |
  106. | LCHIJA | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | None |
  107. | LCHIJA | xaerominimap_core | 1.12.2-1.0 | minecraft.jar | None |
  108. | LCHIJA | ClientFixer | 1.12.2-1.9 | minecraft.jar | None |
  109. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  110. | LCHIJA | clientfixerfont | 1.0 | mod-C0-ClientFixerFont.jar | None |
  111. | LCHIJA | clientfixermixin | 1.12.2-1.0 | mod-C0-ClientFixerMixin1122.jar | None |
  112. | LCHIJA | foamfix | 0.10.10-1.12.2 | mod-C0-foamfix01010.jar | None |
  113. | LCHIJA | hardwareinfo | 1.0 | mod-C0-HardwareInfo1122.jar | None |
  114. | LCHIJA | optifineapi | 3.4 | mod-C0-OptifineAPI34.jar | None |
  115. | LCHIJA | xaerominimap | 20.15.0 | mod-C1-XaerosMinimap20150_sandbox.jar | None |
  116. | LCHIJA | waila | 1.8.26 | mod-C10-Hwyla1826B41.jar | None |
  117. | LCHIJA | worldeditcuife2 | 2.1.2-mf-1.12-14.21.1.2387 | mod-C3-WorldEditCUI2212.jar | None |
  118. | LCHIJA | crafttweaker | 4.1.19 | mod-S10-CraftTweaker4119-EX10.jar | None |
  119. | LCHIJA | mtlib | 3.0.6 | mod-S10-MTLib306-EX10.jar | None |
  120. | LCHIJA | modtweaker | 4.0.17 | mod-S10-modtweaker4017-EX10.jar | None |
  121. | LCHIJA | jei | 4.15.0.289 | mod-C9-jei289.jar | None |
  122. | LCHIJA | moreoverlays | 1.13 | mod-C8-moreoverlays1121.jar | None |
  123. | LCHIJA | codechickenlib | 3.2.3.358 | mod-C9-CodeChickenLib358.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  124. | LCHIJA | jeresources | 0.9.2.60 | mod-C9-JustEnoughResources09260.jar | None |
  125. | LCHIJA | nei | 2.4.3 | mod-C9-NotEnoughItems245.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  126. | LCHIJA | vk_feed | 1.0 | mod-MC1-VKfeed20.jar | None |
  127. | LCHIJA | clantag | 2.0 | mod-MS1-ClanTags2-client.jar | None |
  128. | LCHIJA | economy_mod | 3.0 | mod-MS1-EconomyMod30client.jar | None |
  129. | LCHIJA | economyore | 1.0 | mod-MS1-EconomyOre1122-Client.jar | None |
  130. | LCHIJA | hologram | 2.0 | mod-MS1-hologram-2.0-client.jar | None |
  131. | LCHIJA | superpickaxe | 1.12.2-1.0 | mod-MS1-SuperPickaxe1122-client.jar | None |
  132. | LCHIJA | treasure_chest | 2.0 | mod-MS1-TreasureChest20Client.jar | None |
  133. | LCHIJA | wardrobe | 1.0 | mod-MS1-Wardrobe1122.jar | None |
  134. | LCHIJA | dailybonus | 1.0 | mod-MS4-DailyBonus-client.jar | None |
  135. | LCHIJA | enderbag | 2.0 | mod-MS4-EnderBag2.jar | None |
  136. | LCHIJA | itemicon | 2.0 | mod-MS4-ItemIcon20Client.jar | None |
  137. | LCHIJA | more_records | 2.0 | mod-MS4-MoreRecords2.jar | None |
  138. | LCHIJA | trade | 1.0.0 | mod-MS7-Trade.jar | None |
  139. | LCHIJA | wanditems | 1.0 | mod-MS8-wanditems2.jar | None |
  140. | LCHIJA | itemfinder | 1.12.2-1.0 | mod-MS9-ItemFinder-client.jar | None |
  141. | LCHIJA | mantle | 1.12-1.3.3.55 | mod-S1-Mantle13355-EX40.jar | None |
  142. | LCHIJA | ctm | MC1.12.2-1.0.0.29 | mod-S2-CTM-MC10029-EX28.jar | None |
  143. | LCHIJA | chisel | MC1.12.2-1.0.1.44 | mod-S2-Chisel10144-EX28.jar | None |
  144. | LCHIJA | tconstruct | 1.12.2-2.13.0.171 | mod-S1-TConstruct-2130171-EX40.jar | None |
  145. | LCHIJA | immersiveengineering | 0.12-98 | mod-S1-ImmersiveEngineering-01298-EX22.jar | None |
  146. | LCHIJA | alternatingflux | 0.12.2-2 | mod-S1-alternatingflux-0122-EX22.jar | None |
  147. | LCHIJA | baubles | 1.5.2 | mod-S1-Baubles152.jar | None |
  148. | LCHIJA | biomesoplenty | 7.0.1.2444 | mod-S1-BiomesOPlenty-2444.jar | None |
  149. | LCHIJA | botania | r1.10-363 | mod-S1-Botaniar1.10-363.jar | None |
  150. | LCHIJA | ceramics | 1.12-1.3.7 | mod-S1-Ceramics-137.jar | None |
  151. | LCHIJA | extrabotany | 57 | mod-S1-ExtraBotany-r11-57.jar | None |
  152. | LCHIJA | forgelin | 1.8.4 | mod-S1-Forgelin-184-EX23.jar | None |
  153. | LCHIJA | immersivepetroleum | 1.1.9 | mod-S1-immersivepetroleum-119-EX22.jar | None |
  154. | LCHIJA | magneticraft | 2.7.0 | mod-S1-Magneticraft-282-EX23.jar | None |
  155. | LCHIJA | modelloader | 1.1.7 | mod-S1-modelloader-117-EX23.jar | None |
  156. | LCHIJA | pneumaticcraft | 1.12.2-0.11.14-395 | mod-S1-pneumaticcraft-repressurized-01114-395.jar | None |
  157. | LCHIJA | ctgui | 1.0.0 | mod-S10-CraftTweaker4119-EX10.jar | None |
  158. | LCHIJA | crafttweakerjei | 2.0.3 | mod-S10-CraftTweaker4119-EX10.jar | None |
  159. | LCHIJA | dragons_radio | 1.12.2 | mod-S16-DragonsRadio1122.jar | None |
  160. | LCHIJA | architecturecraft | @VERSION@ | mod-S2-architecturecraft-398.jar | None |
  161. | LCHIJA | chameleon | 1.12-4.1.3 | mod-S2-Chameleon413-EX34.jar | None |
  162. | LCHIJA | ironchest | 1.12.2-7.0.67.844 | mod-S2-ironchest847.jar | None |
  163. | LCHIJA | mcwbridges | 1.0.4 | mod-S2-mcw-bridges-1.0.4.jar | None |
  164. | LCHIJA | mcwroofs | 1.0.2 | mod-S2-mcw-roofs-1.0.2.jar | None |
  165. | LCHIJA | rsgauges | 1.2.2-b2 | mod-S2-rsgauges-1122b2.jar | ed58ed655893ced6280650866985abcae2bf7559 |
  166. | LCHIJA | storagedrawers | 1.12-5.3.5 | mod-S2-StorageDrawers538-EX34.jar | None |
  167. | LCHIJA | elevatorid | 1.3.12 | mod-S4-ElevatorMod1312.jar | None |
  168. | LCHIJA | fairylights | 2.1.10 | mod-S4-fairylights-2110.jar | None |
  169. | LCHIJA | coralreef | 2.0 | mod-S5-CoralReef25.jar | None |
  170. | LCHIJA | cfm | 6.3.1 | mod-S5-furniture-631.jar | None |
  171. | LCHIJA | growthcraft_hops | 4.1.3.100 | mod-S5-growthcraft-413100.jar | None |
  172. | LCHIJA | growthcraft | 4.1.3.100 | mod-S5-growthcraft-413100.jar | None |
  173. | LCHIJA | growthcraft_cellar | 4.1.3.100 | mod-S5-growthcraft-413100.jar | None |
  174. | LCHIJA | growthcraft_bamboo | 4.1.3.100 | mod-S5-growthcraft-413100.jar | None |
  175. | LCHIJA | growthcraft_rice | 4.1.3.100 | mod-S5-growthcraft-413100.jar | None |
  176. | LCHIJA | growthcraft_apples | 4.1.3.100 | mod-S5-growthcraft-413100.jar | None |
  177. | LCHIJA | growthcraft_bees | 4.1.3.100 | mod-S5-growthcraft-413100.jar | None |
  178. | LCHIJA | growthcraft_milk | 4.1.3.100 | mod-S5-growthcraft-413100.jar | None |
  179. | LCHIJA | growthcraft_grapes | 4.1.3.100 | mod-S5-growthcraft-413100.jar | None |
  180. | LCHIJA | growthcraft_fishtrap | 4.1.3.100 | mod-S5-growthcraft-413100.jar | None |
  181. | LCHIJA | harvestcraft | 1.12.2zb | mod-S5-PamSHarvestCraft1122zg.jar | None |
  182. | LCHIJA | bankingmod | 2.0 | mod-MS1-BankingMod2-2.0-client.jar | None |
  183.  
  184. Loaded coremods (and transformers):
  185. XaeroMinimapPlugin (mod-C1-XaerosMinimap20150_sandbox.jar)
  186. xaero.common.core.transformer.ChunkTransformer
  187. xaero.common.core.transformer.NetHandlerPlayClientTransformer
  188. xaero.common.core.transformer.EntityPlayerTransformer
  189. xaero.common.core.transformer.AbstractClientPlayerTransformer
  190. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (mod-C0-foamfix01010.jar)
  191. pl.asie.foamfix.coremod.FoamFixTransformer
  192. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  193. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  194. ForgelinPlugin (mod-S1-Forgelin-184-EX23.jar)
  195.  
  196. CTMCorePlugin (mod-S2-CTM-MC10029-EX28.jar)
  197. team.chisel.ctm.client.asm.CTMTransformer
  198. ClientFixer (mod-C0-ClientFixer1122.jar)
  199. com.gamerforea.clientfixer.asm.ASMTransformer
  200. Pulsar/tconstruct loaded Pulses:
  201. - TinkerCommons (Enabled/Forced)
  202. - TinkerWorld (Enabled/Not Forced)
  203. - TinkerTools (Enabled/Not Forced)
  204. - TinkerHarvestTools (Enabled/Forced)
  205. - TinkerMeleeWeapons (Enabled/Forced)
  206. - TinkerRangedWeapons (Enabled/Forced)
  207. - TinkerModifiers (Enabled/Forced)
  208. - TinkerSmeltery (Enabled/Not Forced)
  209. - TinkerGadgets (Enabled/Not Forced)
  210. - TinkerOredict (Enabled/Forced)
  211. - TinkerIntegration (Enabled/Forced)
  212. - TinkerFluids (Enabled/Forced)
  213. - TinkerMaterials (Enabled/Forced)
  214. - TinkerModelRegister (Enabled/Forced)
  215. - chiselIntegration (Enabled/Not Forced)
  216. - wailaIntegration (Enabled/Not Forced)
  217.  
  218. Launched Version: UnknownFMLProfile
  219. LWJGL: 2.9.4
  220. OpenGL: GeForce 9600 GT/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
  221. GL Caps: Using GL 1.3 multitexturing.
  222. Using GL 1.3 texture combiners.
  223. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  224. Shaders are available because OpenGL 2.1 is supported.
  225. VBOs are available because OpenGL 1.5 is supported.
  226.  
  227. Using VBOs: No
  228. Is Modded: Definitely; Client brand changed to 'fml,forge'
  229. Type: Client (map_client.txt)
  230. Resource Packs: Default 3D Models V3.5.zip
  231. Current Language: Русский (Россия)
  232. Profiler Position: N/A (disabled)
  233. CPU: 12x AMD Ryzen 5 2600 Six-Core Processor
  234. OptiFine Version: OptiFine_1.12.2_HD_U_F5
  235. OptiFine Build: 20191204-141934
  236. Render Distance Chunks: 4
  237. Mipmaps: 4
  238. Anisotropic Filtering: 1
  239. Antialiasing: 0
  240. Multitexture: false
  241. Shaders: null
  242. OpenGlVersion: 3.3.0
  243. OpenGlRenderer: GeForce 9600 GT/PCIe/SSE2
  244. OpenGlVendor: NVIDIA Corporation
  245. CpuCount: 12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement