PUNIHI LOADER 2
PUNIHI LOADER 2 [Demo Update] Problems with games not working properly in some languages
Version
[Demo Update] Problems with games not working properly in some languages
Version Date
Sept. 1, 2022
Patch Notes
[Demo Update] Problems with games not working properly in some languages
Please, everyone
PUNIHI LOADER 2 DEMO has been updated to deal with this issue.
I tried to fix problems with games not working properly in some languages.
Please do the test and let me know the results.
Below are the details
Upon investigation, I found that the .csv file fails to load for French and Russian due to differences in character formats.
FormatException: Input string was not in a correct format.
at System.Number.ParseSingle (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt) [0x00083] in <a1e9f114a6e64f4eacb529fc802ec93d>:0
at System.Single.Parse (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00000] in <a1e9f114a6e64f4eacb529fc802ec93d>:0
at System.Single.Parse (System.String s) [0x0000b] in <a1e9f114a6e64f4eacb529fc802ec93d>:0These error logs were.
To correct these, I added CultureInfo.InvariantCulture at Parse in my script.(I'm not professional at C#…)
And I tested some languages at this version, this worked on my development machine.
But I don't have true French or Russian machine, so I need the help of everyone who lives in the area.
I feel bad treating everyone like a free debugger, but I seriously need some information.
I hope it works, but there is a decent chance it won't.
Thank you for your cooperation.