Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!uxc.cso.uiuc.edu!uxc.cso.uiuc.edu!m.cs.uiuc.edu!renner From: renner@m.cs.uiuc.edu Newsgroups: comp.sources.games.bugs Subject: Re: Nethack crashes after picking chara Message-ID: <42100001@m.cs.uiuc.edu> Date: 23 Aug 89 06:35:00 GMT References: <97@castle.ed.ac.uk> Lines: 15 Nf-ID: #R:castle.ed.ac.uk:97:m.cs.uiuc.edu:42100001:000:700 Nf-From: m.cs.uiuc.edu!renner Aug 23 01:35:00 1989 > We can start the program up, it allows us to pick a character, then there is > a dramatic pause, followed by a segmentation (memory) fault. | I'm having the same problem using an IBM RT running AIX 2.2.1. I'd | appreciate finding out what this problem is. I compiled the program | with SYS V defined. Thanks in advance. I'm running nethack 3.0 on an RT with AIX 2.2.1. I tracked this problem to trouble with signed/unsigned characters. In "config.h", change the declarations of schar and uchar from chars to short ints and your trouble should go away. ============ Scott Renner USENET: pur-ee!uiucdcs!renner University of Illinois at Urbana-Champaign ARPA: renner@cs.uiuc.edu