[0.17.74] Corruption on modded furnace with fluid input

Things that has been reported already before.
Post Reply
main()
Manual Inserter
Manual Inserter
Posts: 1
Joined: Fri Nov 01, 2019 8:11 pm
Contact:

[0.17.74] Corruption on modded furnace with fluid input

Post by main() »

The attached savegame uses a bunch of mods, one of them is Better Air Filtering (https://mods.factorio.com/mod/better-air-filtering). The mod allows you to build Air Filter Machines which suck pollution from their surrounding chunks, temporarily store it as a fluid called "pollution", and then use it to convert an Air Filter into a Used Air Filter. The mod accomplishes this by coding the Air Filter Machines as furnaces which take Air Filters as fuel.

After playing this savegame for 66 hours with my friend we encountered this bug: one Air Filter Machine on the map somehow glitched out and is now missing the UI slot where the pollution is supposed to be collected. According to a quick check with Lua commands it still has a fluidbox sucking up pollution however.

This alone would be an annoyance at best, if it wouldn't also cause the entire game to crash if this Air Filter Machine is destroyed or (the really bad part) the game is saved. This savegame is now unplayable because it can no longer be saved. :(

I attached the savegame as well as logfiles for both types of crashes.
Attachments
save.log
(50.83 KiB) Downloaded 112 times
game.zip
(14.12 MiB) Downloaded 92 times
destroy.log
(51.35 KiB) Downloaded 115 times

User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 2244
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: [0.17.74] Corruption on modded furnace with fluid input

Post by boskid »

Position of affected entity

Code: Select all

/c game.player.teleport{-222.5, -263.5}

User avatar
bobingabout
Smart Inserter
Smart Inserter
Posts: 7352
Joined: Fri May 09, 2014 1:01 pm
Contact:

Re: [0.17.74] Corruption on modded furnace with fluid input

Post by bobingabout »

boskid wrote:
Sat Nov 02, 2019 8:20 am
Position of affected entity

Code: Select all

/c game.player.teleport{-222.5, -263.5}
Affect is a cause, Effect is a result. You used the wrong one.
Creator of Bob's mods. Expanding your gameplay since version 0.9.8.
I also have a Patreon.

User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 2244
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: [0.17.74] Corruption on modded furnace with fluid input

Post by boskid »

bobingabout wrote:
Wed Nov 20, 2019 6:08 pm
boskid wrote:
Sat Nov 02, 2019 8:20 am
Position of affected entity

Code: Select all

/c game.player.teleport{-222.5, -263.5}
Affect is a cause, Effect is a result. You used the wrong one.
if you remove this entity, it will crash. Crash will be result, removal of this entity will be cause :) This is more like note for Dominik in future, he will understand.
English is not my native language

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

Re: [0.17.74] Corruption on modded furnace with fluid input

Post by posila »

Fixed for 0.18.18: 77971

Post Reply

Return to “Duplicates”