Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!tut.cis.ohio-state.edu!uccba!ucunix!rainwatr
From: rainwatr@ucunix.SAN.UC.EDU (Don Rainwater)
Newsgroups: comp.sources.games.bugs
Subject: Another NH3.0 bug (?)
Keywords: lev_comp castle.des
Message-ID: <29@ucunix.SAN.UC.EDU>
Date: 11 Aug 89 19:46:45 GMT
Organization: University of Cincinnati
Lines: 29


	When I try to create the special levels (make spec_levs), I get
the following error messages:

	$ make spec_levs
	        ( cd src ; make lev_comp )
	`lev_comp' is up to date.
	        ( cd auxil ; make spec_levs )
	        ../src/lev_comp castle.des
	castle.des : line 41 : Unknown char class!
	castle.des : line 41 : Unknown char class!
	castle.des : line 41 : Unknown char class!
	castle.des : line 41 : Unknown char class!
	castle.des : line 126 : Unknown char class!
	*** Termination code 139
	Stop.
	*** Error code 1
	Stop.
	$

	Line 41 is -->		RANDOM_OBJECTS:'[',')','*','%'
	Line 126 is -->		OBJECT:'/',"wishing",place[0]

	This seems to be another bug that was introduced by the patch
kit, as this problem didn't occur when I built the original distribution
on Ultrix.  This build is taking place on a 3B2 (SysV), and patch kit 1
has been applied.

	Has anyone out there encountered/fixed this?  Thanks in advance.