1. PUNIHI LOADER 2
  2. News
  3. [Demo Update] Problems with games not working properly in some languages

[Demo Update] Problems with games not working properly in some languages

[h3]Please, everyone[/h3]
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.


[h3]Below are the details[/h3]
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 :0
at System.Single.Parse (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00000] in :0
at System.Single.Parse (System.String s) [0x0000b] in :0

These 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.