kabachuha / MinecraftEcologyMod

Mod, that adds pollution and climate changing system to Minecraft
http://minecraft.curseforge.com/projects/ecology-mod
MIT License
19 stars 10 forks source link

Advanced Filter Crash #23

Closed pupnewfster closed 6 years ago

pupnewfster commented 6 years ago

With the changes to the advanced filter rendering the game now spams the console with a message similar to the one below (it may be the same message was unable to find the log). The message below is when the server crashed. Ecology Mod version: 1.12.2-1.4.0.0

java.lang.NoSuchFieldError: vent_rotation
    at ecomod.common.tiles.TileAdvancedFilter.<init>(TileAdvancedFilter.java:58)
    at ecomod.common.blocks.BlockAdvancedFilter.func_149915_a(BlockAdvancedFilter.java:61)
    at net.minecraft.block.Block.createTileEntity(Block.java:1274)
    at net.minecraft.world.chunk.Chunk.func_177422_i(Chunk.java:780)
    at net.minecraft.world.chunk.Chunk.func_177424_a(Chunk.java:798)
    at net.minecraft.world.World.func_175625_s(World.java:2383)
    at ecomod.common.pollution.handlers.PollutionHandler.onPositionedEmission(PollutionHandler.java:339)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_652_PollutionHandler_onPositionedEmission_PositionedPollutionEmissionEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
    at ecomod.api.EcomodAPI.emitPollutionPositioned(EcomodAPI.java:49)
    at ecomod.common.pollution.handlers.PollutionHandler.onWorldTickTiles(PollutionHandler.java:430)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_653_PollutionHandler_onWorldTickTiles_WorldTickEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
    at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:285)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:750)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
    at java.lang.Thread.run(Thread.java:748)

[EcologyMod|PollutionHandler] Active WorldProcessingThreads: 0: Working: false |Last Profiler section: [UNKNOWN]| Interrupted:false