java.lang.NoSuchFieldError: field_82592_a
at mods.railcraft.common.util.collections.CircularVec3Queue.getNextVec3(CircularVec3Queue.java:52)
at mods.railcraft.common.util.collections.CircularVec3Queue.add(CircularVec3Queue.java:44)
at mods.railcraft.common.carts.LinkageHandler.savePosition(LinkageHandler.java:366)
at mods.railcraft.common.carts.LinkageHandler.onMinecartUpdate(LinkageHandler.java:391)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_61_LinkageHandler_onMinecartUpdate_MinecartUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraft.entity.item.EntityMinecart.func_70071_h_(EntityMinecart.java:407)
at net.minecraft.world.World.func_72866_a(World.java:2019)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:1983)
at net.minecraft.world.World.func_72939_s(World.java:1836)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mods.railcraft.common.util.collections.CircularVec3Queue.getNextVec3(CircularVec3Queue.java:52)
at mods.railcraft.common.util.collections.CircularVec3Queue.add(CircularVec3Queue.java:44)
at mods.railcraft.common.carts.LinkageHandler.savePosition(LinkageHandler.java:366)
at mods.railcraft.common.carts.LinkageHandler.onMinecartUpdate(LinkageHandler.java:391)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_61_LinkageHandler_onMinecartUpdate_MinecartUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraft.entity.item.EntityMinecart.func_70071_h_(EntityMinecart.java:407)
at net.minecraft.world.World.func_72866_a(World.java:2019)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:1983)
-- Entity being ticked --
Details:
Entity Type: MinecartChest (mods.railcraft.common.carts.EntityCartChest)
Entity ID: 563
Entity Name: entity.MinecartChest.name
Entity's Exact location: 31.50, 25.50, 271.50
Entity's Block location: World: (31,25,271), Chunk: (at 15,1,15 in 1,16; contains blocks 16,0,256 to 31,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -0.00, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1836)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: New World
All players: 1 total; [EntityPlayerMP['Lunar_Wing'/273, l='New World', x=70.18, y=65.00, z=170.25]]
Chunk stats: ServerChunkCache: 477 Drop: 0
Level seed: -7864398530933262546
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (248,64,248), Chunk: (at 8,4,8 in 15,15; contains blocks 240,0,240 to 255,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 97592 game time, 97592 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 61539 (now: false), thunder time: 64318 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Thanks, I was able to check and now I know for sure its railcraft. I have tried reinstalling it and looked around but I can't find anything on how to fix it. The game crashes at complete random still. Any ideas on how to fix it?
THis is the first time I'm using mods and I got everything to work. I followed the instructions and everything but now minecraft is crashing.
The mods I am using are as follows:
Applied Energistics 2 (rv0-stable-10)
Code Chicken Core 1.7.10 (1.0.2.9-universal)
Ender Storage 1.7.10 (1.4.4.6-universal)
Industrial Craft 2 (2.2.545-experimental)
Not Enough Items 1.7.10 (1.0.2.15-universal)
Railcraft 1.7.2 (9.1.0.0)
I have no idea why it crashes and it happens at completely random with no reason.
Here is the crash report.
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 31/07/14 1:52 PM
Description: Ticking entity
java.lang.NoSuchFieldError: field_82592_a
at mods.railcraft.common.util.collections.CircularVec3Queue.getNextVec3(CircularVec3Queue.java:52)
at mods.railcraft.common.util.collections.CircularVec3Queue.add(CircularVec3Queue.java:44)
at mods.railcraft.common.carts.LinkageHandler.savePosition(LinkageHandler.java:366)
at mods.railcraft.common.carts.LinkageHandler.onMinecartUpdate(LinkageHandler.java:391)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_61_LinkageHandler_onMinecartUpdate_MinecartUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraft.entity.item.EntityMinecart.func_70071_h_(EntityMinecart.java:407)
at net.minecraft.world.World.func_72866_a(World.java:2019)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:1983)
at net.minecraft.world.World.func_72939_s(World.java:1836)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mods.railcraft.common.util.collections.CircularVec3Queue.getNextVec3(CircularVec3Queue.java:52)
at mods.railcraft.common.util.collections.CircularVec3Queue.add(CircularVec3Queue.java:44)
at mods.railcraft.common.carts.LinkageHandler.savePosition(LinkageHandler.java:366)
at mods.railcraft.common.carts.LinkageHandler.onMinecartUpdate(LinkageHandler.java:391)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_61_LinkageHandler_onMinecartUpdate_MinecartUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraft.entity.item.EntityMinecart.func_70071_h_(EntityMinecart.java:407)
at net.minecraft.world.World.func_72866_a(World.java:2019)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:1983)
-- Entity being ticked --
Details:
Entity Type: MinecartChest (mods.railcraft.common.carts.EntityCartChest)
Entity ID: 563
Entity Name: entity.MinecartChest.name
Entity's Exact location: 31.50, 25.50, 271.50
Entity's Block location: World: (31,25,271), Chunk: (at 15,1,15 in 1,16; contains blocks 16,0,256 to 31,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -0.00, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1836)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: New World
All players: 1 total; [EntityPlayerMP['Lunar_Wing'/273, l='New World', x=70.18, y=65.00, z=170.25]]
Chunk stats: ServerChunkCache: 477 Drop: 0
Level seed: -7864398530933262546
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (248,64,248), Chunk: (at 8,4,8 in 15,15; contains blocks 240,0,240 to 255,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 97592 game time, 97592 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 61539 (now: false), thunder time: 64318 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.7.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 203043320 bytes (193 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.25.1190 Minecraft Forge 10.13.0.1190 10 mods loaded, 10 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.25.1190} [Forge Mod Loader] (forge-1.7.10-10.13.0.1190.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.0.1190} [Minecraft Forge] (forge-1.7.10-10.13.0.1190.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AppliedEnergistics2-Core{rv0-stable-10} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IC2{2.2.545-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.545-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2{rv0-stable-10} [Applied Energistics 2] (appliedenergistics2-rv0-stable-10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderStorage{1.4.4.6} [EnderStorage] (EnderStorage-1.7.10-1.4.4.6-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Railcraft{9.1.0.0} [Railcraft] (Railcraft_1.7.2-9.1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AE2 Version: stable rv0-stable-10 for Forge 10.13.0.1152
AE2 Integration: RotaryCraft:OFF, IC2:ON, RC:ON, BC:OFF, MJ5:ON, MJ6:OFF, RF:OFF, RFItem:OFF, MFR:OFF, DSU:OFF, FZ:OFF, Waila:OFF, CLApi:OFF, RB:OFF, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, FMP:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Lunar_Wing'/273, l='New World', x=70.18, y=65.00, z=170.25]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'