1
Bug Reports / Re: Descriptions are Missing
« on: January 03, 2016, 12:57:05 PM »
Update:
I have found out that this bug is related with Turkish localized Windows. Let me summarize what is going on. In Turkish, there are two different letter for "I" and "i". Turkish has something like "I,ı" and "İ,i". So, your coding method for displaying class descriptions gets bugged out, because you did not use UTF8. Interface checks for something like "CLASS-THİEF" which does not exist in the files you are providing.
I have encountered with similar bugs in two other different games. Developer of one solved the problem, after I specify the reason, while the other just did not care.
Here are the relevant links:
http://steamcommunity.com/app/237930/discussions/1/537402115091800146/ (for Transistor)
http://steamcommunity.com/app/341510/discussions/0/618458030677927541/ (for Crayon Chronicles)
Btw, I should also include a solution for the ones who have the same problem. And that might also help you to replicate the bug, since it is directly related to windows time setting, I dont know how. To replicate the bug, do the same and change clock, language and region settings to Turkish(Turkey).
1-Go to control panel.
2-Find "Clock,Language and Region" Settings
3-From there change the formatting of time and date from Turkish to English(World)
I hope I wont be ignored this time.
I have found out that this bug is related with Turkish localized Windows. Let me summarize what is going on. In Turkish, there are two different letter for "I" and "i". Turkish has something like "I,ı" and "İ,i". So, your coding method for displaying class descriptions gets bugged out, because you did not use UTF8. Interface checks for something like "CLASS-THİEF" which does not exist in the files you are providing.
I have encountered with similar bugs in two other different games. Developer of one solved the problem, after I specify the reason, while the other just did not care.
Here are the relevant links:
http://steamcommunity.com/app/237930/discussions/1/537402115091800146/ (for Transistor)
http://steamcommunity.com/app/341510/discussions/0/618458030677927541/ (for Crayon Chronicles)
Btw, I should also include a solution for the ones who have the same problem. And that might also help you to replicate the bug, since it is directly related to windows time setting, I dont know how. To replicate the bug, do the same and change clock, language and region settings to Turkish(Turkey).
1-Go to control panel.
2-Find "Clock,Language and Region" Settings
3-From there change the formatting of time and date from Turkish to English(World)
I hope I wont be ignored this time.