Problem Server crash when tankcart travels through mystcraft portal

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Heenne

New Member
Jul 29, 2019
6
0
0
Hello,

on my server i have the mindcrack ftb modpack with mystcraft and minecraft forge updated to "minecraftforge-universal-1.4.6-6.5.0.480"

everytime a tankcart travels through a mystcraft portal my server crashes
this is the log:

---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 12/27/12 4:49 PM
Description: Exception ticking world entities

java.lang.IndexOutOfBoundsException: Index: 14, Size: 14
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.remove(Unknown Source)
at yc.h(World.java:2136)
at in.h(WorldServer.java:514)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679)
at ho.r(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)


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

-- Head --
Stacktrace:
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.remove(Unknown Source)
at yc.h(World.java:2136)
at in.h(WorldServer.java:514)

-- Affected level --
Details:
Level name: world
All players: 0 total; []
Chunk stats: ServerChunkCache: 50 Drop: 49
Level seed: -3107397533435154349
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,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)
Level time: 0 game time, 0 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
Stacktrace:
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679)
at ho.r(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)


Do anybody of you have an idea how i could fix it?

i saw a thread that linked me to this bugfix but it didn´t help, or do i have to put it in the server.jar too?
http://www.minecraftforum.net/topic...500/page__st__8300__p__19884006#entry19884006

thanks for any help.