What did you do?
Sat at the Factorio Menu screen while preparing an unrelated bug report.
What happened?
Saw some unexpected output in the Factorio Log file:
Code: Select all
  55.655 Info IDWithQuality.cpp:304: fixing missing qualityID for id rail
  55.655 Info Blueprint.cpp:52: when loading blueprint ""
  55.655 Info SimulationWidget.cpp:34: save __base__/menu-simulations/menu-simulation-train-station.zip
  55.655 Info IDWithQuality.cpp:304: fixing missing qualityID for id rail-ramp
  55.655 Info Blueprint.cpp:52: when loading blueprint ""
  55.655 Info SimulationWidget.cpp:34: save __base__/menu-simulations/menu-simulation-train-station.zip
No internal fixups should be necessary when loading Menu screen content.
Does it happen always, once, or sometimes?
Any time that the "menu-simulation-train-station.zip" is automatically loaded at the Menu screen.
In order to dig a little bit deeper:
- Copied "data\base\menu-simulations\menu-simulation-train-station.zip" into my Saves directory.
- Used the Scenario editor to Convert the Save file / open in Editor mode
- Checked log file again:
Code: Select all
 340.450 Loading map C:\Users\USERNAME\AppData\Roaming\Factorio\saves\menu-simulation-train-station.zip: 249773 bytes.
 340.451 Loading level.dat: 1266177 bytes.
 340.454 Info Scenario.cpp:178: Map version 1.2.0-351
 340.458 Info PrototypeMigrationList.cpp:197: Activating migration base/1.2.0 stack inserter rename.json
 340.458 Info PrototypeMigrationList.cpp:197: Activating migration base/2.0.0-biter-egg.json
 340.458 Info PrototypeMigrationList.cpp:197: Activating migration base/2.0.0-internal.json
 340.459 Info PrototypeMigrationList.cpp:197: Activating migration base/2.0.0-internal2.json
 340.459 Info PrototypeMigrationList.cpp:197: Activating migration base/2.0.0-internal3.json
 340.459 Info PrototypeMigrationList.cpp:197: Activating migration base/2.0.0.json
 340.459 Info PrototypeMigrationList.cpp:197: Activating migration space-age/aquilo-tilesets.json
 340.459 Info PrototypeMigrationList.cpp:197: Activating migration space-age/biolab.json
 340.459 Info PrototypeMigrationList.cpp:197: Activating migration space-age/jelly-yum-rename.json
 340.459 Info PrototypeMigrationList.cpp:197: Activating migration space-age/shattered-planet.json
 340.459 Info PrototypeMigrationList.cpp:197: Activating migration space-age/tungsten-belt-rename.json
 340.486 Info IDWithQuality.cpp:304: fixing missing qualityID for id rail
 340.486 Info Blueprint.cpp:52: when loading blueprint ""
 340.486 Info IDWithQuality.cpp:304: fixing missing qualityID for id rail-ramp
 340.486 Info Blueprint.cpp:52: when loading blueprint ""
 340.490 Loading blueprint storage: Local timestamp 1731284152, Cloud timestamp 1731390256
 340.594 Checksum for script __level__/control.lua: 1487321736
 340.595 Applying migration: Base Mod: 2.0.0.lua
 348.477 Loading level.dat: 1280223 bytes.
 348.477 Info Scenario.cpp:178: Map version 2.0.21-5
 348.512 Loading blueprint storage: Local timestamp 1731284152, Cloud timestamp 1731390256
 348.523 Loading script.dat: 1222 bytes.
 348.529 Checksum for script __level__/control.lua: 1487321736I have not exhaustively checked the other Menu Simulatios (this is the only one that I have noticed produces Log file output), but as a random check:
Code: Select all
 271.910 Loading map C:\Users\USERNAME\AppData\Roaming\Factorio\saves\menu-simulation-brutal-defeat.zip: 202706 bytes.
 271.910 Loading level.dat: 1162119 bytes.
 271.913 Info Scenario.cpp:178: Map version 2.0.7-0

