Commit 9f2877e
build(deps): bump SatisfactorySaveNet 4.1.3 → 4.1.6 (parse save version 60) (#308)
Picks up the fork fix (ChrisonSimtian/SatisfactorySaveNet#12) that keeps
current-version Satisfactory saves parseable. 4.1.3 threw
ArgumentOutOfRangeException deep in property deserialization on save
version 60 (build CL 495413) and aborted the whole load, so live factory
state from a current save failed. 4.1.6 routes any speculative value
misread to the per-property binary-size fence instead of crashing.
Verified locally: a real v60 save parses into 8635 objects / 2154 building
actors; the fork's 137 tests pass.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ae6ea8a commit 9f2877e
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments