View attachment 5219740 error occours from DataLoader.OsawariSetup().
Single.Parse. It converts strings and other values to floats, following the system's numerical notation.
For example, converting the string "123.456" to float would result in 123.456.
However, some countries use "," as the decimal point. This can cause errors.
Date notation is also affected, and some games may experience errors on certain systems, causing the screen to freeze.
So, the solution is usually to change the system's date notation to Japanese or use something like Locale.Emulator.
Since this is a developer error, it's likely to be resolved with a version update.