elimelec / inethack

Automatically exported from code.google.com/p/inethack
GNU General Public License v2.0
0 stars 0 forks source link

Log crash #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In a vault, guard asks "Who are you?"
2. Attempt to look at log.
3. It shows log, then crashes out of iNetHack.

I can't be sure if this would happen in every vault but it's happening to 
me on the first floor with a vault (playing as a Valkyrie). I'm using Beta 
2. Tony mentioned he was having a log crash under different circumstances 
so it's possible they are related.

Original issue reported on code.google.com by Beavishe...@gmail.com on 17 Aug 2009 at 7:13

GoogleCodeExporter commented 8 years ago

Original comment by din...@gmail.com on 18 Aug 2009 at 5:26

GoogleCodeExporter commented 8 years ago
Reproducable. Happens some time after displayText has invoked
pushViewControllerOnMainThread (MainViewController) 

iNetHack[1295:20b] *** Terminating app due to uncaught exception
'NSInvalidArgumentException', reason: 'Pushing the same view controller 
instance more
than once is not supported (<TextInputViewController: 0xf2c170>)'

Original comment by din...@gmail.com on 18 Aug 2009 at 5:52

GoogleCodeExporter commented 8 years ago
r171
will now test other circumstances that might have changed with this fix

Basically this happened whenever NetHack doesn't accept ESC for an answer, like 
in
the vault guard example.

Original comment by din...@gmail.com on 18 Aug 2009 at 8:09