You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered this error, the fix was in server/user/cache/items.json something had a StackMaxSize of 0.4 which was attempting to be parsed as an integer. The fix was as simple as changing this to be 1. However finding this in such a large file will likely be hard, but you can do it by running the editor from visual studio and it will hint towards where the invalid data is.
Not sure how this happened and must be problem with the server implementation rather than the profile editor, as this value should always be greater than 1.
Character.json is valid but the editor still cant read the the file.
The text was updated successfully, but these errors were encountered: