vietjet / iphonefrotz

Automatically exported from code.google.com/p/iphonefrotz
Other
0 stars 0 forks source link

Taco Fiction stops accepting input after leaving car #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load the game 'Taco Fiction'
2. Tap past the introduction until the first prompt
3. (Optionally) Look at things in the car to confirm that input is working
4. Type 'exit' or 'go outside'

What is the expected output or behavior?  What do you see instead?
The expected output is the parking lot description followed by a new prompt.
Instead, while the parking lot description DOES appear, no prompt follows it 
and the game is essentially frozen.

What version of Frotz are you using?
1.6

What device model are you using
iPhone 5, iPad 2

What version of iOS?
7.1.2

Original issue reported on code.google.com by omgitsra...@gmail.com on 21 Jul 2014 at 2:54

GoogleCodeExporter commented 9 years ago
This was a bug in display of certain accented characters introduced (by Apple!) 
in iOS 6 because they suddenly dropped support for POSIX locale/wide char APIs 
without warning.  Will be fixed by included a locale file from Mac OS bundled 
with the app and setting an environment variable so the APIs can locate it.

Original comment by spath...@gmail.com on 21 Jul 2014 at 3:55

GoogleCodeExporter commented 9 years ago
Yes, it's the old "accented characters in the room's name in a Glulx game" bug 
reported before. Glad to hear you've sorted it out, well done.

Original comment by ilprimoc...@gmail.com on 21 Jul 2014 at 9:22

GoogleCodeExporter commented 9 years ago

Original comment by spath...@gmail.com on 14 Aug 2014 at 7:48

GoogleCodeExporter commented 9 years ago
Fixed in release 1.7, now available (as soon as App Store servers update).

Original comment by spath...@gmail.com on 22 Aug 2014 at 4:21