Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor fails to read the json file #8

Open
thumpnail opened this issue Sep 23, 2021 · 1 comment
Open

Editor fails to read the json file #8

thumpnail opened this issue Sep 23, 2021 · 1 comment

Comments

@thumpnail
Copy link
Contributor

Character.json is valid but the editor still cant read the the file.
image

@ConnorBaxter
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants