Open thefakeartist opened 3 years ago
From the crash report, an autoclicker appears to have right clicked a teleportation cake, causing the game to try and teleport it as though it was a player.
I don't see any link to simple generators though. Why do you think this is related?
It didn't start happening until I place that generator and added fuel. I did notice a glitch after I placed and used a nether cake though as well.
Oh you know reading this now it makes sense. I have an auto clicker in line with my nether cake. I wonder if I can get it to load and remove the problem fast enough.
You should be able to recover the world by setting
B:removeErroringTileEntities=true
in config/forge.cfg
.
Note that leaving this on long term is a bad idea, and you should switch it off as soon as you've cleaned up the source of the error.
If you need more help with this, please use the support channel on Discord; https://discord.gg/darkosto
Thank you so much. I was actually able to load the world long enough to remove the auto clicker. That seemed to solve the issue.
One more side note while I have your attention, my enchantment table does not work and my twilight forest does not work either
twilight forest doesn't work
I mean this isn't much to go on. Are you right clicking the cake and nothing happening?
enchantment table not working
I forget if there are any changes to enchanting in SF4 - I'd suggest asking about this in #sf4-gameplay on discord; https://discord.gg/darkosto
Oh sorry. No, it's letting me go but the achievement is not registering and neither is the new achievement cat showing up. It won't even give me the achievement for enchantment table either.
Bug Description
The simple generator tick cause my game to crash
Did this behavior use to work in the previous version?
The new version is the only I have played
Steps to Reproduce (for bugs)
1.Build a simple combustional generator
Logs
WARNING: coremods are present: CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar) BedPatch (bedpatch-2.2-1.12.2.jar) TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar) ForgelinPlugin (Forgelin-1.8.4.jar) MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) SqueezerCore (SqueezerPatch-1.12.2-1.0.0.jar) ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar) CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar) EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar) 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.) (foamfix-0.10.10-1.12.2.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar) SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar) CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar) AstralCore (astralsorcery-1.12.2-1.10.24.jar) Contact their authors BEFORE contacting forge
// My bad.
Time: 1/7/21 11:26 AM Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity at journeymap.common.network.impl.MessageProcessor.sendToPlayer(MessageProcessor.java:241) at journeymap.server.events.ForgeEvents.sendConfigsToPlayer(ForgeEvents.java:82) at journeymap.server.events.ForgeEvents.onEntityJoinWorldEvent(ForgeEvents.java:64) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2102_ForgeEvents_onEntityJoinWorldEvent_EntityJoinWorldEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraft.world.World.func_72838_d(World.java:1209) at net.minecraft.world.WorldServer.func_72838_d(WorldServer.java:1058) at net.minecraft.server.management.PlayerList.transferEntityToWorld(PlayerList.java:722) at net.minecraft.server.management.PlayerList.transferPlayerToDimension(PlayerList.java:624) at net.minecraft.server.management.PlayerList.transferPlayerToDimension(PlayerList.java:611) at com.mrbysco.telepastries.util.CakeTeleporter.teleportToDimension(CakeTeleporter.java:45) at com.mrbysco.telepastries.util.CakeTeleporter.teleportToDimension(CakeTeleporter.java:32) at com.mrbysco.telepastries.blocks.cake.BlockCakeBase.teleportToDimension(BlockCakeBase.java:123) at com.mrbysco.telepastries.blocks.cake.BlockNetherCake.teleportToDimension(BlockNetherCake.java:17) at com.mrbysco.telepastries.blocks.cake.BlockCakeBase.eatCake(BlockCakeBase.java:106) at com.mrbysco.telepastries.blocks.cake.BlockCakeBase.func_180639_a(BlockCakeBase.java:81) at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:449) at shadows.click.util.FakePlayerUtil.rightClickInDirection(FakePlayerUtil.java:163) at shadows.click.block.TileAutoClick.func_73660_a(TileAutoClick.java:64) at net.minecraft.world.World.func_72939_s(World.java:1838) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head -- Thread: Server thread Stacktrace: at journeymap.common.network.impl.MessageProcessor.sendToPlayer(MessageProcessor.java:241) at journeymap.server.events.ForgeEvents.sendConfigsToPlayer(ForgeEvents.java:82) at journeymap.server.events.ForgeEvents.onEntityJoinWorldEvent(ForgeEvents.java:64) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2102_ForgeEvents_onEntityJoinWorldEvent_EntityJoinWorldEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraft.world.World.func_72838_d(World.java:1209) at net.minecraft.world.WorldServer.func_72838_d(WorldServer.java:1058) at net.minecraft.server.management.PlayerList.transferEntityToWorld(PlayerList.java:722) at net.minecraft.server.management.PlayerList.transferPlayerToDimension(PlayerList.java:624) at net.minecraft.server.management.PlayerList.transferPlayerToDimension(PlayerList.java:611) at com.mrbysco.telepastries.util.CakeTeleporter.teleportToDimension(CakeTeleporter.java:45) at com.mrbysco.telepastries.util.CakeTeleporter.teleportToDimension(CakeTeleporter.java:32) at com.mrbysco.telepastries.blocks.cake.BlockCakeBase.teleportToDimension(BlockCakeBase.java:123) at com.mrbysco.telepastries.blocks.cake.BlockNetherCake.teleportToDimension(BlockNetherCake.java:17) at com.mrbysco.telepastries.blocks.cake.BlockCakeBase.eatCake(BlockCakeBase.java:106) at com.mrbysco.telepastries.blocks.cake.BlockCakeBase.func_180639_a(BlockCakeBase.java:81) at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:449) at shadows.click.util.FakePlayerUtil.rightClickInDirection(FakePlayerUtil.java:163) at shadows.click.block.TileAutoClick.func_73660_a(TileAutoClick.java:64)
-- Block entity being ticked -- Details: Name: clickmachine:auto_clicker // shadows.click.block.TileAutoClick Block type: ID #2671 (tile.clickmachine.auto_clicker // shadows.click.block.BlockAutoClick // clickmachine:auto_clicker) Block data value: 5 / 0x5 / 0b0101 Block location: World: (-3,65,10), Chunk: (at 13,4,10 in -1,0; contains blocks -16,0,0 to -1,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Actual block type: ID #2671 (tile.clickmachine.auto_clicker // shadows.click.block.BlockAutoClick // clickmachine:auto_clicker) Actual block data value: 5 / 0x5 / 0b0101 Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1838) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
-- Affected level -- Details: Level name: New World All players: 1 total; [EntityPlayerMP['BurntSmor'/19, l='New World', x=-2.45, y=65.00, z=9.07]] Chunk stats: ServerChunkCache: 625 Drop: 0 Level seed: 4390468241792928192 Level generator: ID 10 - topography, ver 0. Features enabled: true Level generator options: {"Topography-Preset":"Sky Factory 4"} Level spawn location: World: (2,72,2), Chunk: (at 2,4,2 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: 1092683 game time, 1126876 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 121737 (now: false), thunder time: 137933 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745)
-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 722262840 bytes (688 MB) / 2952265728 bytes (2815 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2854 217 mods loaded, 217 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar) bre.smoothfont.asm.Transformer BedPatch (bedpatch-2.2-1.12.2.jar) com.mordenkainen.bedpatch.BedPatchASM TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar) li.cil.oc.common.asm.ClassTransformer ForgelinPlugin (Forgelin-1.8.4.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) mekanism.coremod.KeybindingMigrationHelper SqueezerCore (SqueezerPatch-1.12.2-1.0.0.jar) shadows.squeezer.Transformer ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar) shadows.ApotheosisTransformer CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) team.chisel.ctm.client.asm.CTMTransformer BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar) com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher 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.) (foamfix-0.10.10-1.12.2.jar) pl.asie.foamfix.coremod.FoamFixTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar)
AstralCore (astralsorcery-1.12.2-1.10.24.jar)
World Information
Client Information