Want to know if the is anything I could do to fix this and to either make it possible for Railcraft to ticket Traincraft entities, or to be able to disable ticketing. (Preferably making it possible for Railcraft to ticket Traincraft entities) I'm not that experienced in coding, so it would be greatly appreciated if more experienced modders would help. Crash report in spoiler.
---- Minecraft Crash Report ----
// But it works on my machine.
java.lang.NoSuchMethodError: mods.railcraft.api.tracks.RailTools.isRailBlockAt(Lnet/minecraft/world/IBlockAccess;III)Z
at train.common.api.EntityRollingStock.func_70071_h_(EntityRollingStock.java:885)
at train.common.api.Locomotive.func_70071_h_(Locomotive.java:566)
at train.common.api.SteamTrain.func_70071_h_(SteamTrain.java:73)
at train.common.entity.rollingStock.EntityLocoSteamBR80_DB.func_70071_h_(EntityLocoSteamBR80_DB.java:105)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at WorldServerOF.func_72870_g(WorldServerOF.java:347)
at net.minecraft.world.World.func_72939_s(World.java:1887)
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:186)
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 train.common.api.EntityRollingStock.func_70071_h_(EntityRollingStock.java:885)
at train.common.api.Locomotive.func_70071_h_(Locomotive.java:566)
at train.common.api.SteamTrain.func_70071_h_(SteamTrain.java:73)
at train.common.entity.rollingStock.EntityLocoSteamBR80_DB.func_70071_h_(EntityLocoSteamBR80_DB.java:105)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at WorldServerOF.func_72870_g(WorldServerOF.java:347)
Entity's Block location: World: (187,72,206), Chunk: (at 11,4,14 in
11,12; contains blocks 176,0,192 to 191,255,207), 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:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Train World
All players: 0 total; []
Chunk stats: ServerChunkCache: 636 Drop: 0
Level seed: 120
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (212,64,244), Chunk: (at 4,4,4 in 13,15;
contains blocks 208,0,240 to 223,255,255), Region: (0,0; contains chunks
0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 552533 game time, 301984 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 45153 (now: false), thunder time: 76199 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
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:186)
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 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1008135504 bytes (961 MB) / 3483369472 bytes (3322 MB) up to 6681526272 bytes (6372 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 29, tallocated: 77
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D4 84 mods loaded, 84 mods active
Want to know if the is anything I could do to fix this and to either make it possible for Railcraft to ticket Traincraft entities, or to be able to disable ticketing. (Preferably making it possible for Railcraft to ticket Traincraft entities) I'm not that experienced in coding, so it would be greatly appreciated if more experienced modders would help. Crash report in spoiler.
---- Minecraft Crash Report ----
// But it works on my machine.
Time: 12/20/16 8:09 PM
Description: Ticking entity
java.lang.NoSuchMethodError: mods.railcraft.api.tracks.RailTools.isRailBlockAt(Lnet/minecraft/world/IBlockAccess;III)Z
at train.common.api.EntityRollingStock.func_70071_h_(EntityRollingStock.java:885)
at train.common.api.Locomotive.func_70071_h_(Locomotive.java:566)
at train.common.api.SteamTrain.func_70071_h_(SteamTrain.java:73)
at train.common.entity.rollingStock.EntityLocoSteamBR80_DB.func_70071_h_(EntityLocoSteamBR80_DB.java:105)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at WorldServerOF.func_72870_g(WorldServerOF.java:347)
at net.minecraft.world.World.func_72939_s(World.java:1887)
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:186)
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 train.common.api.EntityRollingStock.func_70071_h_(EntityRollingStock.java:885)
at train.common.api.Locomotive.func_70071_h_(Locomotive.java:566)
at train.common.api.SteamTrain.func_70071_h_(SteamTrain.java:73)
at train.common.entity.rollingStock.EntityLocoSteamBR80_DB.func_70071_h_(EntityLocoSteamBR80_DB.java:105)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at WorldServerOF.func_72870_g(WorldServerOF.java:347)
-- Entity being ticked --
Details:
Entity Type: tc.Loco Steam BR80 (train.common.entity.rollingStock.EntityLocoSteamBR80_DB)
Entity ID: 166
Entity Name: locoSteamBR80
Entity's Exact location: 187.50, 72.15, 206.50
Entity's Block location: World: (187,72,206), Chunk: (at 11,4,14 in
11,12; contains blocks 176,0,192 to 191,255,207), 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:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Train World
All players: 0 total; []
Chunk stats: ServerChunkCache: 636 Drop: 0
Level seed: 120
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (212,64,244), Chunk: (at 4,4,4 in 13,15;
contains blocks 208,0,240 to 223,255,255), Region: (0,0; contains chunks
0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 552533 game time, 301984 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 45153 (now: false), thunder time: 76199 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
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:186)
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 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1008135504 bytes (961 MB) / 3483369472 bytes (3322 MB) up to 6681526272 bytes (6372 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 29, tallocated: 77
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D4 84 mods loaded, 84 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' =
Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available
'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UCHIJAAAA PlayerAPI{1.0} [Player API] (minecraft.jar)
UCHIJAAAA cuchaz.ships.core{1.7.10-1.0.3} [Ships Mod Core] (minecraft.jar)
UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.0.jar)
UCHIJAAAA ClothingCraft{1.2.1} [ClothingCraft] ([1.7.10] ClothingCraft 1.2.1.jar)
UCHIJAAAA securitycraft{v1.8.1} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.1.jar)
UCHIJAAAA lotr{Beta v21.3 for Minecraft 1.7.10} [The Lord of the Rings Mod] ([1.7.10] The Lord of the Rings Mod B21.3.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar)
UCHIJAAAA advancedgenetics{1.5.7} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.7.jar)
UCHIJAAAA AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient
Warfare Automation] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient
Warfare NEI Plugin] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient
Warfare Structures] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAAAA atum{0.6} [Atum] (Atum-1.7.10-0.6.60.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAAA tennox_bacteria{2.3.2} [Bacteria Mod] (BacteriaMod-1.7.10-2.3.2.jar)
UCHIJAAAA BetterHorses{1.0.0} [Better Horses Mod] (BetterHorses-1.7.2-1.0.0.jar)
UCHIJAAAA BetterSprinting{1.1.3} [Better Sprinting] (BetterSprinting MC-1.7.10 v1.1.3.jar)
UCHIJAAAA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCHIJAAAA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJAAAA cfm{3.4.8} [ยง9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar)
UCHIJAAAA teamod{1.2.1} [Richard's Coffee & Tea Mod] (CoffeeAndTeaMod-1.2.1.jar)
UCHIJAAAA customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.3_1.7.10.jar)
UCHIJAAAA props{2.3.3} [Decocraft] (Decocraft-2.3.3_1.7.10.jar)
UCHIJAAAA jawser{1.0.0} [Decorative Videogame Systems] (Decorative Video Game Systems mod v1.5.0.jar)
UCHIJAAAA doggystyle{1.1.3.99} [Doggy Style] (DoggyStyle-1.1.3.99.jar)
UCHIJAAAA DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar)
UCHIJAAAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA fairylights{1.4.0} [Fairy Lights] (fairylights-1.4.0-1.7.10.jar)
UCHIJAAAA fantastic{1.0.0} [Fantastic Fish] (fantastic-1.4.jar.zip)
UCHIJAAAA flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
UCHIJAAAA llibrary{1.4.1} [LLibrary] (llibrary-1.4.1-1.7.10.jar)
UCHIJAAAA fossil{7.3.0} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.3.jar)
UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
UCHIJAAAA GardenCore{1.7.10-1.6.1} [Garden Core] (GardenStuff-1.7.10-1.6.1.jar)
UCHIJAAAA GardenContainers{1.7.10-1.6.1} [Garden Containers] (GardenStuff-1.7.10-1.6.1.jar)
UCHIJAAAA GardenStuff{1.7.10-1.6.1} [Garden Stuff] (GardenStuff-1.7.10-1.6.1.jar)
UCHIJAAAA GardenTrees{1.7.10-1.6.1} [Garden Trees] (GardenStuff-1.7.10-1.6.1.jar)
UCHIJAAAA hamsterrific{0.2.0} [Hamsterrific] (Hamsterrific-0.2.0.jar.zip)
UCHIJAAAA iChunUtil{4.0.0} [iChunUtil] (iChun-Util-Mod-1.7.10.jar)
UCHIJAAAA jurassicraft{1.5.0} [JurassiCraft] (JurassiCraft-1.4.0.jar)
UCHIJAAAA LLadders{0.5.0} [Luppii's Ladders] (Ladders-0.5.0-MC1.7.10.jar)
UCHIJAAAA LotsOfFood{1.7.10} [Lots of Food] (Lots of Food-1.7.10 v4.jar)
UCHIJAAAA malisiscore{1.7.10-0.12.7} [MalisisCore] (malisiscore-1.7.10-0.12.7.jar)
UCHIJAAAA malisisdoors{1.7.10-1.9.4} [Malisis' Doors] (malisisdoors-1.7.10-1.9.4.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA mcheli{1.0.3} [MC Helicopter] (mcheli)
UCHIJAAAA MutantCreatures{1.4.8} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.8.jar)
UCHIJAAAA Oceancraft{1.4.1} [Oceancraft] (Oceancraft-1.4.1.jar)
UCHIJAAAA pennyarcade{Alpha 1.2} [Penny Arcade Mod] (Penny-Arcade-Mod-1.7.10.jar)
UCHIJAAAA PneumaticCraft{1.6.6-68} [PneumaticCraft] (PneumaticCraft-1.7.10-1.6.6-68-universal.jar)
UCHIJAAAA cuchaz.powerTools{1.7.10-1.3} [Power Tools] (powerTools-v1.7.10-1.3.jar)
UCHIJAAAA rafradek_wallpaint{1.5.4} [Wall Painter] (rafradek_wallpaint-1.5.4.jar)
UCHIJAAAA Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar)
UCHIJAAAA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHIJAAAA corerm{1.0c} [RikMuld's Core] (RikMuldsCore_1.0c.jar)
UCHIJAAAA secretroomsmod{@[email protected]} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.371.jar)
UCHIJAAAA cuchaz.cuchazinteractive{1.7.10-1.0} [Cuchaz Interactive] (shipsMod-v1.7.10-1.0.4.jar)
UCHIJAAAA cuchaz.ships{1.7.10-1.0.3} [Ships Mod] (shipsMod-v1.7.10-1.0.4.jar)
UCHIJAAAA SailsAddon{1.0} [SailsAddon] (ShipsAddon-1.7.10-1.0.2a.jar)
UCHIJAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA camping{2.1g} [The Camping Mod 2] (TheCampingMod_2.1g.jar)
UCHIJAAAA kitchen{1.2.2} [The Kitchen Mod] (TheKitchenMod-1.7.2-1.2.2.jar)
UCHIJAAAA tc{4.3.0_002} [Traincraft] (TrainCraft-4.3.0_002.jar)
UCHIJAAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.7.10_HD_U_D4
Render Distance Chunks: 16
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.5.13399 Compatibility Profile Context 15.201.1151.1008
OpenGlRenderer: AMD Radeon HD 5700 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 8