Goz3rr / SatisfactorySaveEditor

293 stars 75 forks source link

SatisfactorySaveParser.Exceptions.UnknownBuildVersionException #177

Closed Glubfubys closed 4 years ago

Glubfubys commented 4 years ago

I show the text from the logs. 2020-04-17 16:14:14.0369 - INFO: Opening save file: C:\Users\glebr\AppData\Local\FactoryGame\Saved\SaveGames\05618e8239924eecb59150657ca57a34\ручное сохранение.sav 2020-04-17 16:14:14.1620 - DEBUG: Read save header: Version=LookAtTheComment, Build=23, Magic=119646, MapName=Persistent_Level, MapOpts=?startloc=DuneDesert?sessionName=ТОП КАРТА?Visibility=SV_FriendsOnly, Session=ТОП КАРТА, PlayTime=150290, SaveTime=637227260481240000 2020-04-17 16:14:25.1258 - ERROR: SatisfactorySaveParser.Exceptions.UnknownBuildVersionException: Выдано исключение типа "SatisfactorySaveParser.Exceptions.UnknownBuildVersionException". в SatisfactorySaveParser.Save.FSaveHeader.Parse(BinaryReader reader) в SatisfactorySaveParser.SatisfactorySave..ctor(String file) в SatisfactorySaveEditor.ViewModel.MainViewModel.LoadFileAsync(String path) EXCEPTION: SatisfactorySaveParser.Exceptions.UnknownBuildVersionException: Выдано исключение типа "SatisfactorySaveParser.Exceptions.UnknownBuildVersionException". в SatisfactorySaveParser.Save.FSaveHeader.Parse(BinaryReader reader) в SatisfactorySaveParser.SatisfactorySave..ctor(String file) в SatisfactorySaveEditor.ViewModel.MainViewModel.LoadFileAsync(String path)

JamieRCHI commented 4 years ago

To clarify: This issue appears to only happen with Satisfactory Experimental 119646 and 119805 builds. Latest Early Access build 118201 seems to work fine for me. Edit: Noticed in the above post that the value Magic=119646 apparently means the build number.

cliveflint commented 4 years ago

How can we add these so experimental files can be edited?

Goz3rr commented 4 years ago

Should be fixed in 0.9.5

cliveflint commented 4 years ago

Cheers, seems to work. Many thanks

JamieRCHI commented 4 years ago

Yes. Thank you. 👍