Перейти к публикации

Вылетает при заходе на сервер Sandbox


Рекомендованные сообщения

---- Minecraft Crash Report ----

WARNING: coremods are present:
  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)
  IELoadingPlugin (mod-S1-ImmersiveEngineering-core-01292-EX22.jar)
  ForgelinPlugin (mod-S1-Forgelin-184-EX23.jar)
  CTMCorePlugin (mod-S2-CTM-MC10029-EX28.jar)
  ClientFixer (mod-C0-ClientFixer1122.jar)
Contact their authors BEFORE contacting forge

// Don't be sad. I'll do better next time, I promise!

Time: 5/13/20 3:31 PM
Description: Ticking entity

java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Float
    at biomesoplenty.common.entities.item.EntityBOPBoat.func_70271_g(EntityBOPBoat.java:931)
    at biomesoplenty.common.entities.item.EntityBOPBoat.func_70071_h_(EntityBOPBoat.java:306)
    at net.minecraft.world.World.func_72866_a(World.java:1993)
    at net.minecraft.world.World.func_72870_g(World.java:1955)
    at net.minecraft.world.World.func_72939_s(World.java:1759)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1482)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:874)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:295)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at biomesoplenty.common.entities.item.EntityBOPBoat.func_70271_g(EntityBOPBoat.java:931)
    at biomesoplenty.common.entities.item.EntityBOPBoat.func_70071_h_(EntityBOPBoat.java:306)
    at net.minecraft.world.World.func_72866_a(World.java:1993)
    at net.minecraft.world.World.func_72870_g(World.java:1955)

-- Entity being ticked --
Details:
    Entity Type: biomesoplenty:bop_boat (biomesoplenty.common.entities.item.EntityBOPBoat)
    Entity ID: 5027030
    Entity Name: Лодка
    Entity's Exact location: 9459.75, 66.00, -1036.97
    Entity's Block location: World: (9459,66,-1037), Chunk: (at 3,4,3 in 591,-65; contains blocks 9456,0,-1040 to 9471,255,-1025), Region: (18,-3; contains chunks 576,-96 to 607,-65, blocks 9216,0,-1536 to 9727,255,-1025)
    Entity's Momentum: 0.00, 0.00, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1759)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['aveJehovas'/5020584, l='MpServer', x=9444.13, y=66.00, z=-1006.11]]
    Chunk stats: MultiplayerChunkCache: 67, 67
    Level seed: 0
    Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
    Level generator options: 
    Level spawn location: World: (429,84,-432), Chunk: (at 13,5,0 in 26,-27; contains blocks 416,0,-432 to 431,255,-417), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Level time: 32806668 game time, 32836155 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Forced entities: 9 total; [EntityFancyItemFrame['Красивая рамка'/5026910, l='MpServer', x=9431.97, y=75.50, z=-1020.50], EntityFancyItemFrame['Красивая рамка'/5026907, l='MpServer', x=9429.50, y=75.50, z=-1018.03], EntitySpark['Spark'/5026900, l='MpServer', x=9440.50, y=66.50, z=-1004.50], EntityPlayerSP['aveJehovas'/5020584, l='MpServer', x=9444.13, y=66.00, z=-1006.11], EntityBOPBoat['Лодка'/5027030, l='MpServer', x=9459.75, y=66.00, z=-1036.97], EntityVillager['Ашот'/5026912, l='MpServer', x=9432.30, y=66.00, z=-1021.95], EntitySpark['Spark'/5026898, l='MpServer', x=9440.50, y=66.50, z=-1002.50], EntitySpark['Spark'/5026899, l='MpServer', x=9441.50, y=66.50, z=-1003.50], EntitySpark['Spark'/5026915, l='MpServer', x=9438.50, y=66.50, z=-1006.50]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2172)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:308)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_221, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 534964824 bytes (510 MB) / 1583808512 bytes (1510 MB) up to 1583808512 bytes (1510 MB)
    JVM Flags: 7 total; -XX:+UseConcMarkSweepGC -XX:-UseAdaptiveSizePolicy -XX:+UseFastEmptyMethods -Xmn256M -XX:+CMSIncrementalMode -XX:+UseCompressedOops -Xmx1536M
    IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
    FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_F5 75 mods loaded, 75 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State  | ID                   | Version                    | Source                                            | Signature                                |
    |:------ |:-------------------- |:-------------------------- |:------------------------------------------------- |:---------------------------------------- |
    | LCHIJA | minecraft            | 1.12.2                     | minecraft.jar                                     | None                                     |
    | LCHIJA | mcp                  | 9.42                       | minecraft.jar                                     | None                                     |
    | LCHIJA | FML                  | 8.0.99.99                  | forge-1.12.2-14.23.5.2838.jar                     | None                                     |
    | LCHIJA | forge                | 14.23.5.2838               | forge-1.12.2-14.23.5.2838.jar                     | None                                     |
    | LCHIJA | ClientFixer          | 1.12.2-1.9                 | minecraft.jar                                     | None                                     |
    | LCHIJA | foamfixcore          | 7.7.4                      | minecraft.jar                                     | None                                     |
    | LCHIJA | clientfixerfont      | 1.0                        | mod-C0-ClientFixerFont.jar                        | None                                     |
    | LCHIJA | foamfix              | 0.10.10-1.12.2             | mod-C0-foamfix01010.jar                           | None                                     |
    | LCHIJA | hardwareinfo         | 1.0                        | mod-C0-HardwareInfo1122.jar                       | None                                     |
    | LCHIJA | optifineapi          | 3.4                        | mod-C0-OptifineAPI34.jar                          | None                                     |
    | LCHIJA | xaerominimap         | 1.16.3                     | mod-C1-XaerosMinimap1163_sandbox.jar              | None                                     |
    | LCHIJA | waila                | 1.8.26                     | mod-C10-Hwyla1826B41.jar                          | None                                     |
    | LCHIJA | worldeditcuife2      | 2.1.2-mf-1.12-14.21.1.2387 | mod-C3-WorldEditCUI2212.jar                       | None                                     |
    | LCHIJA | crafttweaker         | 4.1.19                     | mod-S10-CraftTweaker4119-EX10.jar                 | None                                     |
    | LCHIJA | mtlib                | 3.0.6                      | mod-S10-MTLib306-EX10.jar                         | None                                     |
    | LCHIJA | modtweaker           | 4.0.17                     | mod-S10-modtweaker4017-EX10.jar                   | None                                     |
    | LCHIJA | jei                  | 4.15.0.289                 | mod-C9-jei289.jar                                 | None                                     |
    | LCHIJA | moreoverlays         | 1.13                       | mod-C8-moreoverlays1121.jar                       | None                                     |
    | LCHIJA | codechickenlib       | 3.2.3.358                  | mod-C9-CodeChickenLib358.jar                      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | jeresources          | 0.9.2.60                   | mod-C9-JustEnoughResources09260.jar               | None                                     |
    | LCHIJA | nei                  | 2.4.3                      | mod-C9-NotEnoughItems245.jar                      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | vk_feed              | 1.0                        | mod-MC1-VKfeed20.jar                              | None                                     |
    | LCHIJA | economy_mod          | 3.0                        | mod-MS1-EconomyMod30client.jar                    | None                                     |
    | LCHIJA | economyore           | 1.0                        | mod-MS1-EconomyOre1122-Client.jar                 | None                                     |
    | LCHIJA | superpickaxe         | 1.12.2-1.0                 | mod-MS1-SuperPickaxe1122-client.jar               | None                                     |
    | LCHIJA | treasure_chest       | 2.0                        | mod-MS1-TreasureChest20Client.jar                 | None                                     |
    | LCHIJA | wardrobe             | 1.0                        | mod-MS1-Wardrobe1122.jar                          | None                                     |
    | LCHIJA | dailybonus           | 1.0                        | mod-MS4-DailyBonus-client.jar                     | None                                     |
    | LCHIJA | enderbag             | 2.0                        | mod-MS4-EnderBag2.jar                             | None                                     |
    | LCHIJA | itemicon             | 2.0                        | mod-MS4-ItemIcon20Client.jar                      | None                                     |
    | LCHIJA | more_records         | 2.0                        | mod-MS4-MoreRecords2.jar                          | None                                     |
    | LCHIJA | trade                | 1.0.0                      | mod-MS7-Trade.jar                                 | None                                     |
    | LCHIJA | wanditems            | 1.0                        | mod-MS8-wanditems2.jar                            | None                                     |
    | LCHIJA | mantle               | 1.12-1.3.3.55              | mod-S1-Mantle13355-EX40.jar                       | None                                     |
    | LCHIJA | ctm                  | MC1.12.2-1.0.0.29          | mod-S2-CTM-MC10029-EX28.jar                       | None                                     |
    | LCHIJA | chisel               | MC1.12.2-1.0.1.44          | mod-S2-Chisel10144-EX28.jar                       | None                                     |
    | LCHIJA | tconstruct           | 1.12.2-2.13.0.171          | mod-S1-TConstruct-2130171-EX40.jar                | None                                     |
    | LCHIJA | immersiveengineering | 0.12-92                    | mod-S1-ImmersiveEngineering-01292-EX22.jar        | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | LCHIJA | alternatingflux      | 0.12.2-2                   | mod-S1-alternatingflux-0122-EX22.jar              | None                                     |
    | LCHIJA | baubles              | 1.5.2                      | mod-S1-Baubles152.jar                             | None                                     |
    | LCHIJA | biomesoplenty        | 7.0.1.2444                 | mod-S1-BiomesOPlenty-2444.jar                     | None                                     |
    | LCHIJA | botania              | r1.10-363                  | mod-S1-Botaniar1.10-363.jar                       | None                                     |
    | LCHIJA | ceramics             | 1.12-1.3.7                 | mod-S1-Ceramics-137.jar                           | None                                     |
    | LCHIJA | extrabotany          | 57                         | mod-S1-ExtraBotany-r11-57.jar                     | None                                     |
    | LCHIJA | forgelin             | 1.8.4                      | mod-S1-Forgelin-184-EX23.jar                      | None                                     |
    | LCHIJA | immersivepetroleum   | 1.1.9                      | mod-S1-immersivepetroleum-119-EX22.jar            | None                                     |
    | LCHIJA | magneticraft         | 2.7.0                      | mod-S1-Magneticraft-282-EX23.jar                  | None                                     |
    | LCHIJA | modelloader          | 1.1.7                      | mod-S1-modelloader-117-EX23.jar                   | None                                     |
    | LCHIJA | pneumaticcraft       | 1.12.2-0.11.14-395         | mod-S1-pneumaticcraft-repressurized-01114-395.jar | None                                     |
    | LCHIJA | ctgui                | 1.0.0                      | mod-S10-CraftTweaker4119-EX10.jar                 | None                                     |
    | LCHIJA | crafttweakerjei      | 2.0.3                      | mod-S10-CraftTweaker4119-EX10.jar                 | None                                     |
    | LCHIJA | dragons_radio        | 1.12.2                     | mod-S16-DragonsRadio1122.jar                      | None                                     |
    | LCHIJA | architecturecraft    | @VERSION@                  | mod-S2-architecturecraft-398.jar                  | None                                     |
    | LCHIJA | chameleon            | 1.12-4.1.3                 | mod-S2-Chameleon413-EX34.jar                      | None                                     |
    | LCHIJA | ironchest            | 1.12.2-7.0.67.844          | mod-S2-ironchest847.jar                           | None                                     |
    | LCHIJA | mcwbridges           | 1.0.4                      | mod-S2-mcw-bridges-1.0.4.jar                      | None                                     |
    | LCHIJA | mcwroofs             | 1.0.2                      | mod-S2-mcw-roofs-1.0.2.jar                        | None                                     |
    | LCHIJA | rsgauges             | 1.2.2-b2                   | mod-S2-rsgauges-1122b2.jar                        | ed58ed655893ced6280650866985abcae2bf7559 |
    | LCHIJA | storagedrawers       | 1.12-5.3.5                 | mod-S2-StorageDrawers538-EX34.jar                 | None                                     |
    | LCHIJA | elevatorid           | 1.3.12                     | mod-S4-ElevatorMod1312.jar                        | None                                     |
    | LCHIJA | fairylights          | 2.1.10                     | mod-S4-fairylights-2110.jar                       | None                                     |
    | LCHIJA | coralreef            | 2.0                        | mod-S5-CoralReef25.jar                            | None                                     |
    | LCHIJA | cfm                  | 6.3.1                      | mod-S5-furniture-631.jar                          | None                                     |
    | LCHIJA | growthcraft_hops     | 4.1.3.100                  | mod-S5-growthcraft-413100.jar                     | None                                     |
    | LCHIJA | growthcraft          | 4.1.3.100                  | mod-S5-growthcraft-413100.jar                     | None                                     |
    | LCHIJA | growthcraft_cellar   | 4.1.3.100                  | mod-S5-growthcraft-413100.jar                     | None                                     |
    | LCHIJA | growthcraft_bamboo   | 4.1.3.100                  | mod-S5-growthcraft-413100.jar                     | None                                     |
    | LCHIJA | growthcraft_rice     | 4.1.3.100                  | mod-S5-growthcraft-413100.jar                     | None                                     |
    | LCHIJA | growthcraft_apples   | 4.1.3.100                  | mod-S5-growthcraft-413100.jar                     | None                                     |
    | LCHIJA | growthcraft_bees     | 4.1.3.100                  | mod-S5-growthcraft-413100.jar                     | None                                     |
    | LCHIJA | growthcraft_milk     | 4.1.3.100                  | mod-S5-growthcraft-413100.jar                     | None                                     |
    | LCHIJA | growthcraft_grapes   | 4.1.3.100                  | mod-S5-growthcraft-413100.jar                     | None                                     |
    | LCHIJA | growthcraft_fishtrap | 4.1.3.100                  | mod-S5-growthcraft-413100.jar                     | None                                     |
    | LCHIJA | harvestcraft         | 1.12.2zb                   | mod-S5-PamSHarvestCraft1122zg.jar                 | None                                     |
    | LCHIJA | bankingmod           | 2.0                        | mod-MS1-BankingMod2-2.0-client.jar                | None                                     |

    Loaded coremods (and transformers): 
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)
  pl.asie.foamfix.coremod.FoamFixTransformer
IELoadingPlugin (mod-S1-ImmersiveEngineering-core-01292-EX22.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
ForgelinPlugin (mod-S1-Forgelin-184-EX23.jar)
  
CTMCorePlugin (mod-S2-CTM-MC10029-EX28.jar)
  team.chisel.ctm.client.asm.CTMTransformer
ClientFixer (mod-C0-ClientFixer1122.jar)
  com.gamerforea.clientfixer.asm.ASMTransformer
    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - chiselIntegration (Enabled/Not Forced)
        - wailaIntegration (Enabled/Not Forced)

    Launched Version: UnknownFMLProfile
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 650/PCIe/SSE2 GL version 4.6.0 NVIDIA 430.39, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: Default 3D Models V3.5.zip
    Current Language: Русский (Россия)
    Profiler Position: N/A (disabled)
    CPU: 4x AMD Phenom(tm) 9650 Quad-Core Processor
    OptiFine Version: OptiFine_1.12.2_HD_U_F5
    OptiFine Build: 20191204-141934
    Render Distance Chunks: 2
    Mipmaps: 0
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 430.39
    OpenGlRenderer: GeForce GTX 650/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 4

Ссылка на комментарий
Гость
Эта тема закрыта для публикации сообщений.
  • Сейчас на странице   0 пользователей

    • Нет пользователей, просматривающих эту страницу.
×
×
  • Создать...