PropaneDragon / RushHour

Citizens act like real people when deciding what to do based on the time of day. No more school at 3 am!
33 stars 19 forks source link

Cities crashing is actually Rush Hour after all #57

Closed PropaneDragon closed 7 years ago

PropaneDragon commented 8 years ago

Turns out the language selection is completely fucked for some reason. I still need to figure out why it's messed up as much as it is, but it appears to be when it's loading XML language files up or applying languages to the UI.

I also still have no idea why setting Steam to offline mode fixes it...

bloodypenguin commented 8 years ago

I didn't looks at code but threading issues is what comes to mind first. Check out which threads have access to that code.

PropaneDragon commented 8 years ago

It could very well be, but I'm not entirely sure how I'd check the threads inside the game. It'd be nice if we could attach the VS debugger to it, but that's very unlikely.

bloodypenguin commented 8 years ago

Just print current thread name in the problematic code to see which threads invoke it

PropaneDragon commented 7 years ago

Fixed in 1.6