Page 1 of 1

LocalStorage Failed to save script data

Posted: Mon Feb 04, 2019 9:28 pm
by JakSparro98
Maybe I'm doing something wrong but after executing Game.LocalStorage.SetItem("key","value"); I get this message from the console. It's a security exception similar to when you try to force an I/O call without using the script interface, but in this case it's a legit one :roll:

Re: LocalStorage Failed to save script data

Posted: Tue Feb 05, 2019 7:46 pm
by Gurt
Thanks for reporting. Turns out the IO operation thread was running in the wrong context (still from the ScriptAPI) in the released version. Fixed in a hotfix, so just update your game and it will work now.