Error with saving SimStatus
Posted: Tue Aug 22, 2017 9:34 am
Hi, Tony
We have a respectable amount of dlg options and simstatus turned on.
For some reason the async saving crashes when we save simstatus:
Is this something you might have an idea about?
EDIT: As a solution we copied the current simstatus source to work on our terms and it seems to work so it's not a high priority thing for us.
We have a respectable amount of dlg options and simstatus turned on.
For some reason the async saving crashes when we save simstatus:
Code: Select all
Dialogue System: GetSaveData() failed to get conversation data: capacity was less than the current size.
Parameter name: size
UnityEngine.Debug:LogError(Object)
PixelCrushers.DialogueSystem.PersistentDataManager:AppendConversationData(StringBuilder)
PixelCrushers.DialogueSystem.PersistentDataManager:GetSaveData()
<SaveCoR>c__Iterator0:MoveNext() (at Assets/FO Dialogue/Scripts/Persistence/SunshinePersistence.cs:97)
EDIT: As a solution we copied the current simstatus source to work on our terms and it seems to work so it's not a high priority thing for us.