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

Windows Store saves not compatible again. #26

Closed
Stregone1 opened this issue Oct 8, 2020 · 0 comments
Closed

Windows Store saves not compatible again. #26

Stregone1 opened this issue Oct 8, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Stregone1
Copy link

Stregone1 commented Oct 8, 2020

2020-10-07 23:37:51.173 -04:00 [ERR] Could not deserialize JSON of index 0 for Microsoft: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'System.UInt16' because the type requires a JSON primitive value (e.g. string, number, boolean, null) to deserialize correctly.
To fix this error either change the JSON to a JSON primitive value (e.g. string, number, boolean, null) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
Path '6f=.ym>[0].uK6[0].J3C', line 1, position 1992490.
2020-10-07 23:37:51.173 -04:00 [ERR] Could not deserialize JSON of index 1 for Microsoft: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'System.UInt16' because the type requires a JSON primitive value (e.g. string, number, boolean, null) to deserialize correctly.
To fix this error either change the JSON to a JSON primitive value (e.g. string, number, boolean, null) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
Path '6f=.ym>[0].uK6[0].J3C', line 1, position 1997657.

Here is the save:

0009000000E83353_29070100B936489ABCE8B9AF3980429C.zip

@cengelha cengelha self-assigned this Oct 8, 2020
@cengelha cengelha added the bug Something isn't working label Oct 8, 2020
@cengelha cengelha closed this as completed Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants