[StrangePan][2.0.45][mac-arm] minimized Factorio restarts graphics loop after resolution change

MRI-One
Burner Inserter
Burner Inserter
Posts: 7
Joined: Tue Nov 19, 2024 9:59 pm
Contact:

[StrangePan][2.0.45][mac-arm] minimized Factorio restarts graphics loop after resolution change

Post by MRI-One »

When I minimize the factorio window, it stops with the graphics updates, and continues with running the simulation. Now when I change the screen resolution while factorio is minimized, it restarts the updates. This is easily resolved by opening factorio and minimizing it again, but it would be nicer if I would not need to do that.

- I observe that when minimized, power consumption falls to a base level. I now change the resolution, and power consumption jumps back up, to a value close when factorio is running in the foreground.

- the resolution change is between a HiDPI and a normal dpi version (5120x2160 native to 3840x1620 scaled)

- this happens with both directions of the resolution change

My suspicion is that minimized factorio sees the resolution notification, updates the graphics for the new resolution, but then does not check that it is still minimized, and thus should be stopping the graphics loop.

Code: Select all

   0.000 2025-04-27 22:29:24; Factorio 2.0.45 (build 82413, mac-arm64, steam, space-age)
   0.000 Operating system: macOS 14.7.5
   0.000 Initializing Steam API.
   0.000 Program arguments: "/Volumes/Data-Mac-mini/SteamLibrary/steamapps/common/Factorio/factorio.app/Contents/MacOS/factorio" 
   0.000 Config path: /Users/<user>/Library/Application Support/factorio/config/config.ini
   0.000 Read data path: /Volumes/Data-Mac-mini/SteamLibrary/steamapps/common/Factorio/factorio.app/Contents/data
   0.000 Write data path: /Users/<user>/Library/Application Support/factorio [737079/948107MB]
   0.000 Binaries path: /Volumes/Data-Mac-mini/SteamLibrary/steamapps/common/Factorio/factorio.app/Contents
   0.032 System info: [CPU: arm64, 12 cores, RAM: 98304 MB]
   0.035 Display options: [FullScreen: false] [VSync: true] [UIScale: manual-pixels (150.0%)] [Native DPI: true] [Screen: 255] [Special: lmW] [Lang: en]
   0.146 Video driver: cocoa
   0.146 Available displays: 1
   0.146  [0]: 0 - {[0,0], 5120x2160, SDL_PIXELFORMAT_ARGB8888, 120Hz, 0x0004(0x08)}
   0.163 Initialised OpenGL:[0] Apple M2 Max; driver: 4.1 Metal - 88.1
   0.163   [Extensions] s3tc:yes; KHR_debug:NO; ARB_clear_texture:NO, ARB_copy_image:NO, ARB_pipeline_statistics_query:NO, ARB_gl_spirv:NO, ARB_ES2_compatibility:yes
   0.163   [Version] 4.1
   0.163 Verbose GraphicsInterfaceOpenGL.cpp:1013: [Caps] Tex:16384, TexArr:2048, TexBufSz:262144kB; TexUnits:80; UboSz:64kB
   0.163 Graphics settings preset: very-high
   0.163   Dedicated video memory size 73728 MB (detected from Apple M2 Max; VendorID: 0x1027f00)
   0.166 Graphics options: [Graphics quality: high] [Video memory usage: all] [DXT: high-quality]
   0.166                   [Max threads (load/render): 32/12] [Max texture size: 0] [Tex.Stream.: false] [Rotation quality: normal] [Other: STDCWTl] [B:0,C:0,S:100]
   0.238 [Audio] Driver:coreaudio, Device:Default device, Depth:16, Frequency:44100, Channels:2, Interpolation:linear
   0.749 Info ModManager.cpp:444: FeatureFlag expansion-shaders = true
   0.749 Info ModManager.cpp:444: FeatureFlag freezing = true
   0.749 Info ModManager.cpp:444: FeatureFlag quality = true
   0.749 Info ModManager.cpp:444: FeatureFlag rail-bridges = true
   0.749 Info ModManager.cpp:444: FeatureFlag segmented-units = true
   0.749 Info ModManager.cpp:444: FeatureFlag space-travel = true
   0.749 Info ModManager.cpp:444: FeatureFlag spoiling = true
   0.861 Verbose PipelineStateObject.cpp:104: Time to load shaders: 0.112317 seconds.
   0.863 Loading mod core 0.0.0 (data.lua)
   0.910 Loading mod base 2.0.45 (data.lua)
   0.988 Loading mod elevated-rails 2.0.45 (data.lua)
   1.014 Loading mod quality 2.0.45 (data.lua)
   1.023 Loading mod space-age 2.0.45 (data.lua)
   1.152 Loading mod base 2.0.45 (data-updates.lua)
   1.161 Loading mod quality 2.0.45 (data-updates.lua)
   1.181 Loading mod space-age 2.0.45 (data-updates.lua)
   1.234 Checksum for core: 2238732386
   1.234 Checksum of base: 313337860
   1.234 Checksum of elevated-rails: 3689699154
   1.234 Checksum of quality: 3594706471
   1.234 Checksum of space-age: 2014830746
   1.421 Prototype list checksum: 1602860809
   1.422 Verbose ModManager.cpp:643: Time to load mods: 0.673734
   1.446 Loading sounds...
   1.539 Info PlayerData.cpp:66: Local player-data.json unavailable
   1.539 Info PlayerData.cpp:69: Cloud player-data.json available, timestamp 1745785763
   1.542 Post-data load graphics options: [Light occlusion: YES]
   1.771 Initial atlas bitmap size is 16384
   1.778 Created an atlas bitmap (size 16384x16384) [none]
   1.786 Created an atlas bitmap (size 16384x16372) [none]
   1.798 Created an atlas bitmap (size 16384x16372) [none]
   1.799 Created an atlas bitmap (size 16384x15076) [none]
   1.801 Created an atlas bitmap (size 16384x16352) [low-object]
   1.801 Created an atlas bitmap (size 4096x1664) [low-object]
   1.801 Created an atlas bitmap (size 16384x14140) [corpse-decay]
   1.801 Created an atlas bitmap (size 16384x9268) [decal]
   1.801 Created an atlas bitmap (size 16384x5580) [none]
   1.801 Created an atlas bitmap (size 1676x79) [not-compressed]
   1.801 Created an atlas bitmap (size 16384x4256) [mipmap, linear-minification, linear-magnification, linear-mip-level]
   1.801 Created an atlas bitmap (size 4096x3040) [smoke, mipmap, linear-minification, linear-magnification]
   1.803 Created an atlas bitmap (size 16384x16352) [terrain, mipmap, linear-minification, linear-mip-level]
   1.803 Created an atlas bitmap (size 16384x4944) [terrain, mipmap, linear-minification, linear-mip-level]
   1.803 Created an atlas bitmap (size 8192x5728) [terrain-effect-map, mipmap, linear-minification, linear-mip-level]
   1.803 Created an atlas bitmap (size 8192x2608) [mipmap]
   1.803 Created an atlas bitmap (size 3504x768) [mipmap]
   1.803 Created an atlas bitmap (size 4096x3152) [mipmap]
   1.803 Created an atlas bitmap (size 4096x3152) [mipmap]
   1.803 Created an atlas bitmap (size 4096x3152) [mipmap]
   1.803 Created an atlas bitmap (size 8192x3872) [icon, not-compressed, mipmap, linear-minification, linear-magnification, linear-mip-level]
   1.803 Created an atlas bitmap (size 16384x6120) [alpha-mask]
   1.814 Created an atlas bitmap (size 16384x16384) [shadow, linear-magnification, alpha-mask]
   1.816 Created an atlas bitmap (size 16384x16340) [shadow, linear-magnification, alpha-mask]
   1.816 Created an atlas bitmap (size 16384x3788) [shadow, linear-magnification, alpha-mask]
   1.816 Created an atlas bitmap (size 8192x4000) [shadow, mipmap, linear-magnification, alpha-mask]
   1.816 Created an atlas bitmap (size 4096x336) [icon-background, not-compressed, mipmap, linear-minification, linear-magnification, linear-mip-level, ]
   1.816 Loading 3D bitmaps.
   1.980 Verbose TextureProcessor.cpp:1135: GPU accelerated compression test: Time 157.109 ms; YCoCg_DXT PSNR: 36.09, BC3 PSNR: 33.82
   1.980 Texture processor created (4096). GPU accelerated compression Supported: yes, Enabled: yes/yes. Test passed. YCoCgDXT PSNR: 36.09, BC3 PSNR: 33.82
   1.983 Parallel sprite loader initialized (threads: 11, bitmaps: 8366)
  18.329 Sprites loaded
  18.350 Generated mipmaps (4) for atlas [4] of size 16384x16352   
  18.352 Generated mipmaps (4) for atlas [5] of size 4096x1664   
  18.356 Generated mipmaps (3) for atlas [10] of size 16384x4256   
  18.357 Generated mipmaps (3) for atlas [11] of size 4096x3040   
  18.364 Generated mipmaps (3) for atlas [12] of size 16384x16352   
  18.366 Generated mipmaps (3) for atlas [13] of size 16384x4944   
  18.371 Generated mipmaps (3) for atlas [14] of size 8192x5728   
  18.413 Generated mipmaps (3) for atlas [15] of size 8192x2608   
  18.418 Generated mipmaps (3) for atlas [16] of size 3504x768   
  18.422 Generated mipmaps (3) for atlas [17] of size 4096x3152   
  18.450 Generated mipmaps (3) for atlas [18] of size 4096x3152   
  18.453 Generated mipmaps (3) for atlas [19] of size 4096x3152   
  18.472 Generated mipmaps (5) for atlas [20] of size 8192x3872   
  18.479 Generated mipmaps (3) for atlas [25] of size 8192x4000   
  18.488 Custom mipmaps uploaded (3441)
  18.488 Verbose AtlasBuilder.cpp:830: Atlas memory size: 3182.48MB; 0.00MB (virtual)
  18.488 Verbose AtlasBuilder.cpp:703: Size of sprites outside of atlas: 107.45MB
  18.488 Verbose ParallelSpriteLoader.cpp:145: Sprite loader stats> Worker loaded max size: 152.75MB, Total worker loaded max size: 1421.76MB
  18.489 Verbose AtlasBuilder.cpp:1336: Prepared alpha-mask lookup table. Count = 21515
  18.504 Video memory usage: 3599.37 MB (Atlases: 3469.07 MB, Textures: 130.30 MB)
  18.556 Factorio initialised
  18.560 Steam Storage Quota: 22450/23841
  18.561 Verbose SteamContext.cpp:577: SteamUserStats initialized.
  46.193 Verbose CompiledMapGenSettings.cpp:340: MapGenSettings compilation took 0.007457 seconds.
  46.193 Verbose CompiledMapGenSettings.cpp:385:   Cliff noise program processed 377 expressions (220 unique) and has 134 operations and 17 registers; estimated complexity: 287.
  46.193 Verbose CompiledMapGenSettings.cpp:385:   Entity noise program processed 3275 expressions (1421 unique) and has 1058 operations and 164 registers; estimated complexity: 12437.
  46.193 Verbose CompiledMapGenSettings.cpp:385:   Tile noise program processed 1296 expressions (593 unique) and has 479 operations and 53 registers; estimated complexity: 10068.
  46.199 Loading blueprint storage: Local timestamp 1744665559, Cloud timestamp 1744665559
  46.214 Verbose BlueprintLibrary.cpp:59: Loaded external blueprint storage: playerIndex=0, nextRecordID=125, timestamp=1744665559, records={{{index=0}{contents={id=player=0;id=1, type=0, label=Rail Cargo, description=, icons={{name=transport-belt}, {name=iron-chest}}, hash=013dbd742bd749c5ec9cba11d279a3e2df260f40, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=1}{contents={id=player=0;id=64, type=0, label=Ore Station, description=, icons={{name=rail}, {name=transport-belt}, {name=express-splitter}}, hash=463997631b34a690940c87f928e711fdc1167cec, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=2}{contents={id=player=0;id=97, type=0, label=[item=automation-science-pack][item=logistic-science-pack]Science, description=Roughly 30 packs/min, icons={{name=assembling-machine-2}, {name=transport-belt}}, hash=982d878211c4920ede40e75f5cf9d3fdcb8f4df9, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=3}{contents={id=player=0;id=89, type=0, label=Roundabout Observer, description=, icons={{name=solar-panel}, {name=accumulator}}, hash=58780cf9a0f41b67d9995d9a66213ad9be99146a, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=4}{contents={id=player=0;id=14, type=0, label=E-Mine, description=, icons={{name=electric-mining-drill}}, hash=bfec981d70fcbfd69c20422609116e5dd111a14b, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=5}{contents={id=player=0;id=7, type=0, label=Efficient Assembly 3, description=, icons={{name=assembling-machine-3}}, hash=25d02e925ae8397261f63dc4cedd5cf27063cbc6, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=6}{contents={id=player=0;id=18, type=0, label=Solar Mini, description=Solar Mini and Small Batteries should be placed in a ratio of 400 to 143. A ratio of 14 to 5 is very close, missing 1% in needed batteries.
, icons={{name=solar-panel}}, hash=745f8986a40a4676fc52aaa3ede5e1d8b5ea6a80, isPreview= false, empty=false, hasBackup=false, snapToGrid={9, 9}}}{{index=7}{contents={id=player=0;id=34, type=0, label=Small Batteries, description=, icons={{name=accumulator}}, hash=b78b6bbca94a627aa76677773c572c0b0aeb0066, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=8}{contents={id=player=0;id=91, type=0, label=Big Solar, description=Solar Tile with optimal 25 panels, 21 batteries, delivering 1050kW sustained power, icons={{name=solar-panel}, {name=solar-panel}, {name=accumulator}, {name=accumulator}}, hash=461700d3a9d07da89607c6997ed340bd5d3d4ac1, isPreview= false, empty=false, hasBackup=false, snapToGrid={22, 22}}}{{index=9}{contents={id=player=0;id=96, type=0, label=, description=, icons={{name=laser-turret}, {name=laser-turret}, {name=substation}, {name=big-electric-pole}}, hash=a64dc2ef1b82c3ba308433e3c045c76c4b1b9e47, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=10}{contents={id=player=0;id=99, type=0, label=Active Outpost v2, description=, icons={{name=solar-panel}, {name=accumulator}}, hash=d202993f931a5ed39febc124fcfca87f46bde79f, isPreview= false, empty=false, hasBackup=false, snapToGrid={224, 224}}}{{index=11}{contents={id=player=0;id=77, type=0, label=Hysteresis, description=Sets output S when above high, and resets it again when below low, icons={{name=decider-combinator}, {name=decider-combinator}}, hash=96d41f45fd32a91f9c610157a44dd84d3d2246fa, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=12}{contents={id=player=0;id=66, type=0, label=Personal Producer, description=, icons={{name=solar-panel}, {name=assembling-machine-3}}, hash=ec57884a481bf8098f73c5cf05b5dc41c9a83f56, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=13}{contents={id=player=0;id=68, type=0, label=Mini Turret Station, description=, icons={{name=gun-turret}, {name=stone-wall}, {name=solar-panel}, {name=accumulator}}, hash=8a1be8027f1109087c9f6cb46c887ec0ffddfbab, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=14}{contents={id=player=0;id=70, type=0, label=Wall Segment, description=, icons={{name=stone-wall}}, hash=4ef89f797d34f0192b72c35bc0bd75f5987a3e70, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=15}{contents={id=player=0;id=71, type=0, label=Turret Line, description=, icons={{name=gun-turret}, {name=transport-belt}}, hash=3b807dfe4c13adb1521e5ce24ac13031e5a50e16, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=16}{contents={id=player=0;id=12, type=0, label=Observer Post, description=, icons={{name=solar-panel}, {name=accumulator}}, hash=30de207b4c28cd94b295e5fd9bb3a41e6b50aa14, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=17}{contents={id=player=0;id=78, type=0, label=Mobile Gunpost, description=, icons={{name=stone-wall}, {name=gun-turret}}, hash=210965814e12310ad32b7720e08ff00598a440f2, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=18}{contents={id=player=0;id=93, type=0, label=Advanced Mine Block, description=, icons={{name=electric-mining-drill}}, hash=7814b7fac3b5261f10505cb182dd47234407a0ac, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=19}{contents={id=player=0;id=22, type=0, label=Small Smelter, description=, icons={{name=electric-furnace}, {name=transport-belt}}, hash=edf3763bbb3b7499b5d558dfcb0cda82153b1725, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=20}{contents={id=player=0;id=24, type=0, label=Smelter Start, description=, icons={{name=electric-furnace}, {name=transport-belt}}, hash=c431cdda1fd51edc0943e4731865f29d3b283510, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=21}{contents={id=player=0;id=26, type=0, label=Smelter Segment, description=, icons={{name=electric-furnace}}, hash=a40e9c0786a396f0687683554eef6a7ce8ba03ea, isPreview= false, empty=false, hasBackup=false, snapToGrid={3, 10}}}{{index=22}{contents={id=player=0;id=25, type=0, label=Smelter End, description=, icons={{name=electric-furnace}, {name=splitter}}, hash=65bfce94c54cb5e0f293d8e25ebe1fda9709dc71, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=23}{contents={id=player=0;id=27, type=0, label=Smelter Iron Filters, description=, icons={{name=fast-inserter}, {name=transport-belt}}, hash=07e1fb8f414a788937ca60544ca901f902d0087e, isPreview= false, empty=false, hasBackup=false, snapToGrid={3, 4}}}{{index=24}{contents={id=player=0;id=37, type=0, label=2W Receiver Station, description=Change filter to match desired cargo.

For receivers: filter >= 0 and divider 12080
For sending out: change band, filter <= 0 and divider 11920
 Do not forget to rotate the inserters, icons={{name=rail}, {name=inserter}, {name=transport-belt}}, hash=69e7124fcce8eab9b6940a65b5ccecd49f15cf84, isPreview= false, empty=false, hasBackup=false, snapToGrid={38, 8}}}{{index=25}{contents={id=player=0;id=73, type=0, label=2W Train Stop Send, description=, icons={{name=rail}, {name=transport-belt}, {name=bulk-inserter}}, hash=aaee19644aa4ff40f6d6ca1756ad0ddce5a16152, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=26}{contents={id=player=0;id=72, type=0, label=2W Station Delivery Belts, description=, icons={{name=fast-transport-belt}, {name=fast-transport-belt}, {name=transport-belt}}, hash=9c6cbc61f013e06a395a8b49a8b180b456f9faec, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=27}{contents={id=player=0;id=61, type=0, label=2 W Station Segment, description=, icons={{name=rail}}, hash=b5fd6774db16a63e4c4ef0581a159f3accc4847b, isPreview= false, empty=false, hasBackup=false, snapToGrid={8, 46}}}{{index=28}{contents={id=player=0;id=76, type=0, label=2W Station End, description=, icons={{name=solar-panel}, {name=rail}, {name=accumulator}, {name=medium-electric-pole}}, hash=68a66e87e51105e4a2c9cf54f52e8f180d1be238, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=29}{contents={id=player=0;id=79, type=0, label=Oil Send Terminal, description=, icons={{name=rail}, {name=storage-tank}}, hash=e687c951ce930ce238fdfe937d9e374bbf1d1315, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=30}{contents={id=player=0;id=100, type=0, label=6 Starter Science, description=, icons={{name=military-science-pack}, {name=chemical-science-pack}, {name=production-science-pack}, {name=utility-science-pack}}, hash=ba57b4575fe66e8f7f4c8306480f4bc7fa8f14c4, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=31}{contents={id=player=0;id=42, type=0, label=Uranium Processor, description=, icons={{name=centrifuge}, {name=transport-belt}}, hash=28c8af70f8f37c279bec20ebaf878e759a3f95f5, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=32}{contents={id=player=0;id=84, type=0, label=Uranium Plus Processor, description=, icons={{name=centrifuge}, {name=transport-belt}, {name=uranium-fuel-cell}}, hash=3fb9947e3c5bedf647f382f61f6b9e2a211f4719, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=33}{contents={id=player=0;id=85, type=0, label=Chemical Station, description=, icons={{name=rail}, {name=chemical-plant}, {name=oil-refinery}}, hash=c54f2e06a8898097abf5067cc509eb3e97a64730, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=34}{contents={id=player=0;id=87, type=0, label=Circuit Producer, description=, icons={{name=rail}, {name=electronic-circuit}, {name=advanced-circuit}, {name=processing-unit}}, hash=bca33bb37179a9fac520cc4858d9858bcb7bafee, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=35}{contents={id=player=0;id=86, type=0, label=Space Launcher, description=, icons={{name=rail}, {name=rocket-silo}}, hash=b637388d9c34b6eaaa671a3c08bfac8e18ef0a17, isPreview= false, empty=false, hasBackup=true, snapToGrid=null}}{{index=36}{contents={id=player=0;id=103, type=0, label=Roundabout horizontal, description=, icons={{name=rail}, {name=rail}, {name=rail}, {name=left-arrow}}, hash=1b96e92f23ec58fc1f24665ad36a6a2bb23a0dec, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=37}{contents={id=player=0;id=102, type=0, label=Roundabout diagonal, description=, icons={{name=rail}, {name=rail}, {name=rail}, {name=down-left-arrow}}, hash=c0d01d4ad0011fba3ac7ad8a349643eae3cdba80, isPreview= false, empty=false, hasBackup=false, snapToGrid={28, 28}}}{{index=38}{contents={id=player=0;id=105, type=0, label=One turn, description=, icons={{name=rail}}, hash=56988ee58ee22cc363c618394d3841ba3547e1b8, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=39}{contents={id=player=0;id=113, type=0, label=Ore Station +, description=, icons={{name=rail}, {name=transport-belt}, {name=fast-splitter}}, hash=c0269f0598355c68b66c27b4e7ba1e56f68d3887, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=40}{contents={id=player=0;id=94, type=0, label=Reactor Block, description=, icons={{name=nuclear-reactor}, {name=steam-turbine}, {name=heat-exchanger}, {name=storage-tank}}, hash=f5cd8f80faa3b5a7a6ebb2154bf067830ad04fa0, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=41}{contents={id=player=0;id=95, type=0, label=Reactor Core, description=Core Logic to feed reactor blocks, icons={{name=nuclear-reactor}, {name=nuclear-reactor}, {name=solar-panel}, {name=transport-belt}}, hash=b19662e421c2301665994dd0c6fc037c773b0532, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=42}{contents={id=player=0;id=74, type=0, label=4W Depot Wait, description=, icons={{name=rail}, {name=rail}, {name=iron-chest}, {name=rail-chain-signal}}, hash=44243529bcaa61f8d5b0692ab779f0045ada5cf0, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=43}{contents={id=player=0;id=75, type=0, label=Depot Refueller, description=, icons={{name=rail}, {name=iron-chest}, {name=coal}, {name=solid-fuel}}, hash=b65a03896092768527dbdf3208452ef804530bac, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=44}{contents={id=player=0;id=80, type=0, label=4W Depot, description=, icons={{name=rail}}, hash=3c12a509f2ccec4f4715637e132d5668adbc2fa8, isPreview= false, empty=false, hasBackup=false, snapToGrid={4, 50}}}{{index=46}{contents={id=player=0;id=90, type=0, label=Active Outpost, description=Lower cost outpost, keeps radar range visible, but scans environment at a slower rate (at most 4/15, maybe even slower), icons={{name=solar-panel}, {name=accumulator}}, hash=9c9c7ef21295b94617f3635c471b2be5eac56f16, isPreview= false, empty=false, hasBackup=false, snapToGrid={224, 224}}}{{index=47}{contents={id=player=0;id=108, type=0, label=Mobile Outpost, description=, icons={{name=solar-panel}, {name=accumulator}}, hash=4dba5a13134ba0618967ed40eee903d5189317d6, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=48}{contents={id=player=0;id=92, type=0, label=Big Solar Pure, description=Large Solar Field with insufficient backup power

Use 59 large battery blocks for 250 Solar Pure. One battery block for every 4 solar blocks approximately, this overprovisions the batteries a bit, icons={{name=solar-panel}, {name=solar-panel}, {name=accumulator}, {name=solar-panel}}, hash=9c93dbc5bc80226b930ca98a024e0f69809e07e7, isPreview= false, empty=false, hasBackup=false, snapToGrid={18, 18}}}{{index=49}{contents={id=player=0;id=11, type=0, label=Large Battery Block, description=, icons={{name=accumulator}, {name=accumulator}, {name=accumulator}, {name=accumulator}}, hash=abea3911426a84bc4aeb3902aa003efd68371fc3, isPreview= false, empty=false, hasBackup=false, snapToGrid={18, 18}}}{{index=50}{contents={id=player=0;id=118, type=0, label=Vulcanus Radar, description=, icons={{name=solar-panel}, {name=accumulator}}, hash=a622c4e2785c313e60947387b1bf91a0db6edfca, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=51}{contents={id=player=0;id=114, type=0, label=Fulgora Radar, description=, icons={{name=accumulator}, {name=lightning-rod}, {name=lightning-rod}, {name=radar}}, hash=987ba7a44b6d34ede95ffde08ea7c611c59668fa, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=52}{contents={id=player=0;id=109, type=0, label=Woodserver, description=, icons={{name=solar-panel}, {name=radar}}, hash=0f670ac429e6754f37ac5b8b09f6918d2e53bf67, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=53}{contents={id=player=0;id=111, type=0, label=AutoBuilder, description=, icons={{name=assembling-machine-3}}, hash=5dc30f2b21a2b45cb4d3aab52ca40a09515c9e64, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=54}{contents={id=player=0;id=106, type=2, label=, description=, icons={}, hash=0d311052aeab5f607506f16296b9ecad1833454a}}{{index=55}{contents={id=player=0;id=107, type=2, label=, description=, icons={}, hash=d165e31cc57996dcde79fb479ca0c50af26aa782}}{{index=56}{contents={id=player=0;id=112, type=2, label=, description=, icons={}, hash=f624cb6df227e36c5f17f423de2b6acf21353e65}}{{index=57}{contents={id=player=0;id=121, type=2, label=, description=, icons={}, hash=67f9bd0757f20552792a0c3a3f4b05b98d68072f}}{{index=58}{contents={id=player=0;id=110, type=0, label=, description=, icons={{name=electric-furnace}, {name=transport-belt}}, hash=42a64a078901175412a2f1050a2f7506fb4146c8, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=60}{contents={id=player=0;id=39, type=0, label=End Loop Power, description=, icons={{name=solar-panel}, {name=accumulator}, {name=rail}}, hash=8108c1b6045a2245496d69e9c118d973d3a933ac, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=61}{contents={id=player=0;id=41, type=0, label=, description=, icons={{name=electric-furnace}, {name=transport-belt}}, hash=42a64a078901175412a2f1050a2f7506fb4146c8, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=63}{contents={id=player=0;id=119, type=0, label=, description=, icons={{name=solar-panel}, {name=big-volcanic-rock}, {name=bulk-inserter}, {name=steel-chest}}, hash=a5c4d1c5a353f218003335714a79610e37e1299c, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=64}{contents={id=player=0;id=123, type=0, label=, description=, icons={{name=tesla-turret}}, hash=3c28138b0e5a8d80d4d1e79577cb2309356b4245, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=65}{contents={id=player=0;id=115, type=0, label=, description=, icons={{name=solar-panel}, {name=transport-belt}, {name=space-platform-foundation}, {name=space-platform-foundation}}, hash=15aa186401138b0407405714874d53f755de38eb, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=66}{contents={id=player=0;id=104, type=0, label=Science Pack Orbiter, description=Provides 100 Science / minute, icons={{name=transport-belt}, {name=space-platform-hub}, {name=space-science-pack}}, hash=de46f58316cc824eb6c8661a82ec53b5df1e4007, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=68}{contents={id=player=0;id=120, type=0, label=Auto Product, description=Auto Product Selector, icons={{name=assembling-machine-3}, {name=decider-combinator}, {name=decider-combinator}, {name=constant-combinator}}, hash=55d9ccce04c9c6e9109daa915805b22483e95611, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=72}{contents={id=player=0;id=124, type=3, label=Fast Belts, description=, icons={{name=express-splitter}, {name=express-transport-belt}}, hash=dc849d4e00fb6cfeeeb9261b9493b2bc16e92582}}}
  47.040 Loading level.dat: 950649 bytes.
  47.040 Info Scenario.cpp:153: Map version 2.0.45-2
  47.053 Verbose Scenario.cpp:209: Loading level.dat finished: 0.012847 seconds.
  47.065 Loading blueprint storage: Local timestamp 1744665559, Cloud timestamp 1744665559
  47.080 Verbose BlueprintLibrary.cpp:59: Loaded external blueprint storage: playerIndex=0, nextRecordID=125, timestamp=1744665559, records={{{index=0}{contents={id=player=0;id=1, type=0, label=Rail Cargo, description=, icons={{name=transport-belt}, {name=iron-chest}}, hash=013dbd742bd749c5ec9cba11d279a3e2df260f40, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=1}{contents={id=player=0;id=64, type=0, label=Ore Station, description=, icons={{name=rail}, {name=transport-belt}, {name=express-splitter}}, hash=463997631b34a690940c87f928e711fdc1167cec, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=2}{contents={id=player=0;id=97, type=0, label=[item=automation-science-pack][item=logistic-science-pack]Science, description=Roughly 30 packs/min, icons={{name=assembling-machine-2}, {name=transport-belt}}, hash=982d878211c4920ede40e75f5cf9d3fdcb8f4df9, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=3}{contents={id=player=0;id=89, type=0, label=Roundabout Observer, description=, icons={{name=solar-panel}, {name=accumulator}}, hash=58780cf9a0f41b67d9995d9a66213ad9be99146a, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=4}{contents={id=player=0;id=14, type=0, label=E-Mine, description=, icons={{name=electric-mining-drill}}, hash=bfec981d70fcbfd69c20422609116e5dd111a14b, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=5}{contents={id=player=0;id=7, type=0, label=Efficient Assembly 3, description=, icons={{name=assembling-machine-3}}, hash=25d02e925ae8397261f63dc4cedd5cf27063cbc6, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=6}{contents={id=player=0;id=18, type=0, label=Solar Mini, description=Solar Mini and Small Batteries should be placed in a ratio of 400 to 143. A ratio of 14 to 5 is very close, missing 1% in needed batteries.
, icons={{name=solar-panel}}, hash=745f8986a40a4676fc52aaa3ede5e1d8b5ea6a80, isPreview= false, empty=false, hasBackup=false, snapToGrid={9, 9}}}{{index=7}{contents={id=player=0;id=34, type=0, label=Small Batteries, description=, icons={{name=accumulator}}, hash=b78b6bbca94a627aa76677773c572c0b0aeb0066, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=8}{contents={id=player=0;id=91, type=0, label=Big Solar, description=Solar Tile with optimal 25 panels, 21 batteries, delivering 1050kW sustained power, icons={{name=solar-panel}, {name=solar-panel}, {name=accumulator}, {name=accumulator}}, hash=461700d3a9d07da89607c6997ed340bd5d3d4ac1, isPreview= false, empty=false, hasBackup=false, snapToGrid={22, 22}}}{{index=9}{contents={id=player=0;id=96, type=0, label=, description=, icons={{name=laser-turret}, {name=laser-turret}, {name=substation}, {name=big-electric-pole}}, hash=a64dc2ef1b82c3ba308433e3c045c76c4b1b9e47, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=10}{contents={id=player=0;id=99, type=0, label=Active Outpost v2, description=, icons={{name=solar-panel}, {name=accumulator}}, hash=d202993f931a5ed39febc124fcfca87f46bde79f, isPreview= false, empty=false, hasBackup=false, snapToGrid={224, 224}}}{{index=11}{contents={id=player=0;id=77, type=0, label=Hysteresis, description=Sets output S when above high, and resets it again when below low, icons={{name=decider-combinator}, {name=decider-combinator}}, hash=96d41f45fd32a91f9c610157a44dd84d3d2246fa, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=12}{contents={id=player=0;id=66, type=0, label=Personal Producer, description=, icons={{name=solar-panel}, {name=assembling-machine-3}}, hash=ec57884a481bf8098f73c5cf05b5dc41c9a83f56, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=13}{contents={id=player=0;id=68, type=0, label=Mini Turret Station, description=, icons={{name=gun-turret}, {name=stone-wall}, {name=solar-panel}, {name=accumulator}}, hash=8a1be8027f1109087c9f6cb46c887ec0ffddfbab, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=14}{contents={id=player=0;id=70, type=0, label=Wall Segment, description=, icons={{name=stone-wall}}, hash=4ef89f797d34f0192b72c35bc0bd75f5987a3e70, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=15}{contents={id=player=0;id=71, type=0, label=Turret Line, description=, icons={{name=gun-turret}, {name=transport-belt}}, hash=3b807dfe4c13adb1521e5ce24ac13031e5a50e16, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=16}{contents={id=player=0;id=12, type=0, label=Observer Post, description=, icons={{name=solar-panel}, {name=accumulator}}, hash=30de207b4c28cd94b295e5fd9bb3a41e6b50aa14, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=17}{contents={id=player=0;id=78, type=0, label=Mobile Gunpost, description=, icons={{name=stone-wall}, {name=gun-turret}}, hash=210965814e12310ad32b7720e08ff00598a440f2, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=18}{contents={id=player=0;id=93, type=0, label=Advanced Mine Block, description=, icons={{name=electric-mining-drill}}, hash=7814b7fac3b5261f10505cb182dd47234407a0ac, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=19}{contents={id=player=0;id=22, type=0, label=Small Smelter, description=, icons={{name=electric-furnace}, {name=transport-belt}}, hash=edf3763bbb3b7499b5d558dfcb0cda82153b1725, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=20}{contents={id=player=0;id=24, type=0, label=Smelter Start, description=, icons={{name=electric-furnace}, {name=transport-belt}}, hash=c431cdda1fd51edc0943e4731865f29d3b283510, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=21}{contents={id=player=0;id=26, type=0, label=Smelter Segment, description=, icons={{name=electric-furnace}}, hash=a40e9c0786a396f0687683554eef6a7ce8ba03ea, isPreview= false, empty=false, hasBackup=false, snapToGrid={3, 10}}}{{index=22}{contents={id=player=0;id=25, type=0, label=Smelter End, description=, icons={{name=electric-furnace}, {name=splitter}}, hash=65bfce94c54cb5e0f293d8e25ebe1fda9709dc71, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=23}{contents={id=player=0;id=27, type=0, label=Smelter Iron Filters, description=, icons={{name=fast-inserter}, {name=transport-belt}}, hash=07e1fb8f414a788937ca60544ca901f902d0087e, isPreview= false, empty=false, hasBackup=false, snapToGrid={3, 4}}}{{index=24}{contents={id=player=0;id=37, type=0, label=2W Receiver Station, description=Change filter to match desired cargo.

For receivers: filter >= 0 and divider 12080
For sending out: change band, filter <= 0 and divider 11920
 Do not forget to rotate the inserters, icons={{name=rail}, {name=inserter}, {name=transport-belt}}, hash=69e7124fcce8eab9b6940a65b5ccecd49f15cf84, isPreview= false, empty=false, hasBackup=false, snapToGrid={38, 8}}}{{index=25}{contents={id=player=0;id=73, type=0, label=2W Train Stop Send, description=, icons={{name=rail}, {name=transport-belt}, {name=bulk-inserter}}, hash=aaee19644aa4ff40f6d6ca1756ad0ddce5a16152, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=26}{contents={id=player=0;id=72, type=0, label=2W Station Delivery Belts, description=, icons={{name=fast-transport-belt}, {name=fast-transport-belt}, {name=transport-belt}}, hash=9c6cbc61f013e06a395a8b49a8b180b456f9faec, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=27}{contents={id=player=0;id=61, type=0, label=2 W Station Segment, description=, icons={{name=rail}}, hash=b5fd6774db16a63e4c4ef0581a159f3accc4847b, isPreview= false, empty=false, hasBackup=false, snapToGrid={8, 46}}}{{index=28}{contents={id=player=0;id=76, type=0, label=2W Station End, description=, icons={{name=solar-panel}, {name=rail}, {name=accumulator}, {name=medium-electric-pole}}, hash=68a66e87e51105e4a2c9cf54f52e8f180d1be238, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=29}{contents={id=player=0;id=79, type=0, label=Oil Send Terminal, description=, icons={{name=rail}, {name=storage-tank}}, hash=e687c951ce930ce238fdfe937d9e374bbf1d1315, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=30}{contents={id=player=0;id=100, type=0, label=6 Starter Science, description=, icons={{name=military-science-pack}, {name=chemical-science-pack}, {name=production-science-pack}, {name=utility-science-pack}}, hash=ba57b4575fe66e8f7f4c8306480f4bc7fa8f14c4, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=31}{contents={id=player=0;id=42, type=0, label=Uranium Processor, description=, icons={{name=centrifuge}, {name=transport-belt}}, hash=28c8af70f8f37c279bec20ebaf878e759a3f95f5, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=32}{contents={id=player=0;id=84, type=0, label=Uranium Plus Processor, description=, icons={{name=centrifuge}, {name=transport-belt}, {name=uranium-fuel-cell}}, hash=3fb9947e3c5bedf647f382f61f6b9e2a211f4719, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=33}{contents={id=player=0;id=85, type=0, label=Chemical Station, description=, icons={{name=rail}, {name=chemical-plant}, {name=oil-refinery}}, hash=c54f2e06a8898097abf5067cc509eb3e97a64730, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=34}{contents={id=player=0;id=87, type=0, label=Circuit Producer, description=, icons={{name=rail}, {name=electronic-circuit}, {name=advanced-circuit}, {name=processing-unit}}, hash=bca33bb37179a9fac520cc4858d9858bcb7bafee, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=35}{contents={id=player=0;id=86, type=0, label=Space Launcher, description=, icons={{name=rail}, {name=rocket-silo}}, hash=b637388d9c34b6eaaa671a3c08bfac8e18ef0a17, isPreview= false, empty=false, hasBackup=true, snapToGrid=null}}{{index=36}{contents={id=player=0;id=103, type=0, label=Roundabout horizontal, description=, icons={{name=rail}, {name=rail}, {name=rail}, {name=left-arrow}}, hash=1b96e92f23ec58fc1f24665ad36a6a2bb23a0dec, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=37}{contents={id=player=0;id=102, type=0, label=Roundabout diagonal, description=, icons={{name=rail}, {name=rail}, {name=rail}, {name=down-left-arrow}}, hash=c0d01d4ad0011fba3ac7ad8a349643eae3cdba80, isPreview= false, empty=false, hasBackup=false, snapToGrid={28, 28}}}{{index=38}{contents={id=player=0;id=105, type=0, label=One turn, description=, icons={{name=rail}}, hash=56988ee58ee22cc363c618394d3841ba3547e1b8, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=39}{contents={id=player=0;id=113, type=0, label=Ore Station +, description=, icons={{name=rail}, {name=transport-belt}, {name=fast-splitter}}, hash=c0269f0598355c68b66c27b4e7ba1e56f68d3887, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=40}{contents={id=player=0;id=94, type=0, label=Reactor Block, description=, icons={{name=nuclear-reactor}, {name=steam-turbine}, {name=heat-exchanger}, {name=storage-tank}}, hash=f5cd8f80faa3b5a7a6ebb2154bf067830ad04fa0, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=41}{contents={id=player=0;id=95, type=0, label=Reactor Core, description=Core Logic to feed reactor blocks, icons={{name=nuclear-reactor}, {name=nuclear-reactor}, {name=solar-panel}, {name=transport-belt}}, hash=b19662e421c2301665994dd0c6fc037c773b0532, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=42}{contents={id=player=0;id=74, type=0, label=4W Depot Wait, description=, icons={{name=rail}, {name=rail}, {name=iron-chest}, {name=rail-chain-signal}}, hash=44243529bcaa61f8d5b0692ab779f0045ada5cf0, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=43}{contents={id=player=0;id=75, type=0, label=Depot Refueller, description=, icons={{name=rail}, {name=iron-chest}, {name=coal}, {name=solid-fuel}}, hash=b65a03896092768527dbdf3208452ef804530bac, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=44}{contents={id=player=0;id=80, type=0, label=4W Depot, description=, icons={{name=rail}}, hash=3c12a509f2ccec4f4715637e132d5668adbc2fa8, isPreview= false, empty=false, hasBackup=false, snapToGrid={4, 50}}}{{index=46}{contents={id=player=0;id=90, type=0, label=Active Outpost, description=Lower cost outpost, keeps radar range visible, but scans environment at a slower rate (at most 4/15, maybe even slower), icons={{name=solar-panel}, {name=accumulator}}, hash=9c9c7ef21295b94617f3635c471b2be5eac56f16, isPreview= false, empty=false, hasBackup=false, snapToGrid={224, 224}}}{{index=47}{contents={id=player=0;id=108, type=0, label=Mobile Outpost, description=, icons={{name=solar-panel}, {name=accumulator}}, hash=4dba5a13134ba0618967ed40eee903d5189317d6, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=48}{contents={id=player=0;id=92, type=0, label=Big Solar Pure, description=Large Solar Field with insufficient backup power

Use 59 large battery blocks for 250 Solar Pure. One battery block for every 4 solar blocks approximately, this overprovisions the batteries a bit, icons={{name=solar-panel}, {name=solar-panel}, {name=accumulator}, {name=solar-panel}}, hash=9c93dbc5bc80226b930ca98a024e0f69809e07e7, isPreview= false, empty=false, hasBackup=false, snapToGrid={18, 18}}}{{index=49}{contents={id=player=0;id=11, type=0, label=Large Battery Block, description=, icons={{name=accumulator}, {name=accumulator}, {name=accumulator}, {name=accumulator}}, hash=abea3911426a84bc4aeb3902aa003efd68371fc3, isPreview= false, empty=false, hasBackup=false, snapToGrid={18, 18}}}{{index=50}{contents={id=player=0;id=118, type=0, label=Vulcanus Radar, description=, icons={{name=solar-panel}, {name=accumulator}}, hash=a622c4e2785c313e60947387b1bf91a0db6edfca, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=51}{contents={id=player=0;id=114, type=0, label=Fulgora Radar, description=, icons={{name=accumulator}, {name=lightning-rod}, {name=lightning-rod}, {name=radar}}, hash=987ba7a44b6d34ede95ffde08ea7c611c59668fa, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=52}{contents={id=player=0;id=109, type=0, label=Woodserver, description=, icons={{name=solar-panel}, {name=radar}}, hash=0f670ac429e6754f37ac5b8b09f6918d2e53bf67, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=53}{contents={id=player=0;id=111, type=0, label=AutoBuilder, description=, icons={{name=assembling-machine-3}}, hash=5dc30f2b21a2b45cb4d3aab52ca40a09515c9e64, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=54}{contents={id=player=0;id=106, type=2, label=, description=, icons={}, hash=0d311052aeab5f607506f16296b9ecad1833454a}}{{index=55}{contents={id=player=0;id=107, type=2, label=, description=, icons={}, hash=d165e31cc57996dcde79fb479ca0c50af26aa782}}{{index=56}{contents={id=player=0;id=112, type=2, label=, description=, icons={}, hash=f624cb6df227e36c5f17f423de2b6acf21353e65}}{{index=57}{contents={id=player=0;id=121, type=2, label=, description=, icons={}, hash=67f9bd0757f20552792a0c3a3f4b05b98d68072f}}{{index=58}{contents={id=player=0;id=110, type=0, label=, description=, icons={{name=electric-furnace}, {name=transport-belt}}, hash=42a64a078901175412a2f1050a2f7506fb4146c8, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=60}{contents={id=player=0;id=39, type=0, label=End Loop Power, description=, icons={{name=solar-panel}, {name=accumulator}, {name=rail}}, hash=8108c1b6045a2245496d69e9c118d973d3a933ac, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=61}{contents={id=player=0;id=41, type=0, label=, description=, icons={{name=electric-furnace}, {name=transport-belt}}, hash=42a64a078901175412a2f1050a2f7506fb4146c8, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=63}{contents={id=player=0;id=119, type=0, label=, description=, icons={{name=solar-panel}, {name=big-volcanic-rock}, {name=bulk-inserter}, {name=steel-chest}}, hash=a5c4d1c5a353f218003335714a79610e37e1299c, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=64}{contents={id=player=0;id=123, type=0, label=, description=, icons={{name=tesla-turret}}, hash=3c28138b0e5a8d80d4d1e79577cb2309356b4245, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=65}{contents={id=player=0;id=115, type=0, label=, description=, icons={{name=solar-panel}, {name=transport-belt}, {name=space-platform-foundation}, {name=space-platform-foundation}}, hash=15aa186401138b0407405714874d53f755de38eb, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=66}{contents={id=player=0;id=104, type=0, label=Science Pack Orbiter, description=Provides 100 Science / minute, icons={{name=transport-belt}, {name=space-platform-hub}, {name=space-science-pack}}, hash=de46f58316cc824eb6c8661a82ec53b5df1e4007, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=68}{contents={id=player=0;id=120, type=0, label=Auto Product, description=Auto Product Selector, icons={{name=assembling-machine-3}, {name=decider-combinator}, {name=decider-combinator}, {name=constant-combinator}}, hash=55d9ccce04c9c6e9109daa915805b22483e95611, isPreview= false, empty=false, hasBackup=false, snapToGrid=null}}{{index=72}{contents={id=player=0;id=124, type=3, label=Fast Belts, description=, icons={{name=express-splitter}, {name=express-transport-belt}}, hash=dc849d4e00fb6cfeeeb9261b9493b2bc16e92582}}}
  47.081 Verbose Scenario.cpp:294: Entities setup finished: 0.027803 seconds.
  47.083 Checksum for script __level__/control.lua: 2734153661
  47.089 Verbose Scenario.cpp:368: Map setup finished: 0.049122 seconds.
  47.089 Verbose AppManagerStates.cpp:2670: Time to create game: 0.903020 seconds.
 107.998 Quitting: window closed.
 107.998 Info GlobalContext.cpp:769: Deleting active scenario.
 108.276 Steam API shutdown.
 108.280 Goodbye
Loewchen
Global Moderator
Global Moderator
Posts: 10071
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

Re: [2.0.45][mac-arm] minimized Factorio restarts graphics loop after resolution change

Post by Loewchen »

Post the log of a session with the issue please, see 3638.
MRI-One
Burner Inserter
Burner Inserter
Posts: 7
Joined: Tue Nov 19, 2024 9:59 pm
Contact:

Re: [2.0.45][mac-arm] minimized Factorio restarts graphics loop after resolution change

Post by MRI-One »

Issue observed with a fresh start, engineer still standing before the wreck.

A log included as per guidelines.

And the issue only appears when changing between HiRes and StandardRes. Switching between different scaled HiRes resolutions does not trigger it.
Attachments
factorio-current.log.zip
(8.02 KiB) Downloaded 16 times
Post Reply

Return to “Assigned”