[kovarex] [1.1.0] Crash loading save from 1.0.0 (BlueprintLibrary::applyUpdateBlueprintShelfData)
[kovarex] [1.1.0] Crash loading save from 1.0.0 (BlueprintLibrary::applyUpdateBlueprintShelfData)
Happens every time when loading the attached save. Looking at the backtrace, looks to be blueprint related.
- Attachments
-
- 6_33_06.zip
- (33.57 MiB) Downloaded 111 times
Last edited by thuejk on Mon Nov 23, 2020 9:26 pm, edited 1 time in total.
Re: [1.1.0] Crash when loading save game from 1.0.0
That is the wrong log.
Re: [1.1.0] Crash when loading save game from 1.0.0
Fixed the log.
Re: [kovarex] [1.1.0] Crash loading save from 1.0.0 (BlueprintLibrary::applyUpdateBlueprintShelfData)
Hello, I can load the save fine, because to reproduce it, save isn't enough, I need the file blueprint-storage.dat as well.
The bug is related the blueprint shelf update, where the in game personal blueprint shelf is updated to whatever is in your blueprint-storage.dat.
The bug is related the blueprint shelf update, where the in game personal blueprint shelf is updated to whatever is in your blueprint-storage.dat.
Re: [kovarex] [1.1.0] Crash loading save from 1.0.0 (BlueprintLibrary::applyUpdateBlueprintShelfData)
Based on log:
It is the same issue as 92422 which was already fixed for 1.1.6
Code: Select all
19.653 Warning BlueprintLibrary.cpp:605: Storage record hash doesn't match external after the synchronizing action.
19.653 Warning BlueprintLibrary.cpp:606: storage={id=player=0;id=141, type=0, label=, description=, icons={{name=fast-transport-belt}, {name=signal-4}}, hash=6566e3040405e8a688dc8b29ebe4ce91178c6b56, isPreview= true, empty=true, hasBackup=false}
19.653 Warning BlueprintLibrary.cpp:607: external={id=player=0;id=141, type=0, label=, description=, icons={{name=fast-transport-belt}, {name=signal-4}}, hash=c54b5f6926d7d882cc53ccdf87ef2a70f7d219d8, isPreview= false, empty=false, hasBackup=false}
Re: [kovarex] [1.1.0] Crash loading save from 1.0.0 (BlueprintLibrary::applyUpdateBlueprintShelfData)
blueprint-storage.dat attached.
- Attachments
-
- blueprint-storage.dat.zip
- (378.27 KiB) Downloaded 99 times