Hello,
I noticed this bug while landing close to my copper station.
Inserters can place copper ore into the burn result slot.
That is in the end the setup to reproduce this reliably and what happens:
https://i.imgur.com/e1FY03Y.jpeg
Place down the flying fortress, inserter, chest. Put copper ore into the chest.
The ore is transferred into the planes inventory, but into the burn result slot.
Mods:
Aircraft 2.3.0
space age 2.0.29
In the end, this causes a nice little crash in aircraft realism when trying to take off / land with this plane again.
Which is why I originally also reported this on their issue tracker: https://github.com/jaihysc/Factorio-AircraftRealism/issues/30
But seems to be caused by the Aircraft mod instead
The mod Aircraft Realism (2.0.2) caused a non-recoverable error.
Please report this error to the mod author.
Error while running event AircraftRealism::on_tick (ID 0)
AircraftRealism/logic/planeController.lua:61: Old plane and new plane inventories are different sizes. Check plane prototypes
stack traceback:
[C]: in function 'assert'
AircraftRealism/logic/planeController.lua:61: in function 'copyInventory'
AircraftRealism/logic/planeController.lua:74: in function 'copyBurner'
AircraftRealism/logic/planeController.lua:197: in function 'transitionPlane'
AircraftRealism/logic/planeController.lua:440: in function 'checkTransitionLand'
AircraftRealism/logic/planeController.lua:482: in function 'updateAirbornePlane'
AircraftRealism/logic/planeController.lua:538: in function 'handler'
AircraftRealism/control.lua:48: in function <AircraftRealism/control.lua:40>