education and sport problem

Here we talk about TheoTown in general.
User avatar
antimax
Settler
Posts: 4
Joined: 22 Jan 2017, 09:50
Plugins: Showcase Store

education and sport problem

#1

Post by antimax »

hi. i built schools and sport facilities near residental zone. but no one goes my school. education and sport rate still 50 percent. i read lots of comment written in google play market about education and sport problem. here is my device Samsung Galaxy Tab 4 7,0 SM-T230.

User avatar
antimax
Settler
Posts: 4
Joined: 22 Jan 2017, 09:50
Plugins: Showcase Store

#2

Post by antimax »

waiting newer version then

User avatar
Lobby
Developer
Posts: 3719
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

#3

Post by Lobby »

That's a good idea, it's likely that this is already fixed in the beta program. We plan to rollout a new public version today :)

User avatar
antimax
Settler
Posts: 4
Joined: 22 Jan 2017, 09:50
Plugins: Showcase Store

#4

Post by antimax »

Image

i have became beta tester at google play store and updated newer version few minutes ago. but problem still exists. too excited for public version

User avatar
Lobby
Developer
Posts: 3719
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

#5

Post by Lobby »

May you send me your city to info[at]theotown.de please? If there's still a bug I would like to fix it :)

User avatar
Lobby
Developer
Posts: 3719
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

#6

Post by Lobby »

Thank you, now I could spot the bug.

I used this code to get the id for specific coverage aspects:

Code: Select all

coverageAspectName.toLowerCase().replace('_', ' ');
Unfortunately the behavior of String.toLowerCase is dependent on the System language. In languages like Turkish I is replaced with ı instead of a regular i (notice the missing point). Therefore the corresponding id could not be resolved.

An easy fix is to explicit define the language to use for the method:

Code: Select all

coverageAspectName.toLowerCase(Locale.ENGLISH).replace('_', ' ');
It's not the first time we discover a bug like that, hopefully it's the last one :roll:

User avatar
Ahmad Nur Aizat
TheoTown Veteran
Posts: 8260
Joined: 25 Oct 2016, 15:20
Location: Johor Bahru
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

#7

Post by Ahmad Nur Aizat »

I think you need more patience because there will be more bugs coming in the future. It's not easy to maintain these systems, so try your best to face them patiently

Post Reply Previous topicNext topic

Return to “Game Discussion”