[0.18.3] Modded Furnace Icon Recipe Visual Bug

Bugs that are actually features.
Post Reply
Kryzeth
Long Handed Inserter
Long Handed Inserter
Posts: 90
Joined: Sat Jul 25, 2015 9:07 am
Contact:

[0.18.3] Modded Furnace Icon Recipe Visual Bug

Post by Kryzeth »

Very unspecific title, but basically, the icon over a working modded Furnace entity doesn't seem to update until at least one item has been processed.

Specifically, my mod has a modded furnace entity that takes finished products and "recycles" them into their original ingredients. That means a lot of different types of items can be inserted to be processed; so some users have set up recycling areas which take more than one different type of item to be processed.

The first item being processed has its icon updated just fine, but after the last item in that stack is finished processing, its icon remains on the modded furnace while the first item of the next stack is being processed. After the first item of the next stack has been processed, THEN the icon on the furnace is updated to the icon of the next stack.

One person handed me a save showcasing the visual bug here, with contained save file and (probably unhelpful) log. The save file should have all extraneous mods removed, except for Warehousing and my mod in question (Reverse Factory)

This visual bug MAY apply to the vanilla furnace family, but I'm not entirely sure, since vanilla furnaces generally only process one single type of item in their lifetime. I do have one single function that runs in control.lua, but the user in question claims to have disabled that setting, so it shouldn't affect the issue.
Last edited by Kryzeth on Sat Feb 08, 2020 12:18 am, edited 4 times in total.

User avatar
kirazy
Filter Inserter
Filter Inserter
Posts: 416
Joined: Tue Mar 06, 2018 12:18 am
Contact:

Re: [0.18.3] Modded Furnace Icon Recipe Visual Bug

Post by kirazy »

I confirmed this happens for a vanilla furnace as well. It was necessary to have the furnace loaded by inserters; with the GUI open it updates correctly.

posila
Factorio Staff
Factorio Staff
Posts: 5202
Joined: Thu Jun 11, 2015 1:35 pm
Contact:

Re: [0.18.3] Modded Furnace Icon Recipe Visual Bug

Post by posila »

I couldn't reproduce the issue.

I think there is a confusion cause by ingredients being consumed at the start of crafting cycle (so the can't be removed), and products being outputted at the end of the crafting cycle. The machine is still very much crafting recipe A, while ingredients for recipe B are being loaded to its input inventory already.

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2904
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: [0.18.3] Modded Furnace Icon Recipe Visual Bug

Post by darkfrei »

I don't know if it's same error or another one.

Problem by the icon for electric furnace, the icon size was not respected.

Hot to reproduce: update the mod version 0.3.1 to Factorio version 0.18

After change the icon size to 64x64 as the game want, it makes wrong icon in the game up to prototype change.

Post Reply

Return to “Not a bug”