home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / rec / arts / intfict / 931 < prev    next >
Encoding:
Text File  |  1992-11-20  |  2.7 KB  |  53 lines

  1. Newsgroups: rec.arts.int-fiction
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!sgiblab!cs.uoregon.edu!news.uoregon.edu!news.u.washington.edu!raven.alaska.edu!acad3.alaska.edu!fxmlk
  3. From: fxmlk@acad3.alaska.edu (KIENENBERGER MIKE L)
  4. Subject: Re: Infocom Player problems
  5. Message-ID: <20NOV199213274963@acad3.alaska.edu>
  6. News-Software: VAX/VMS VNEWS 1.41.UAC
  7. Sender: news@raven.alaska.edu (USENET News System)
  8. Nntp-Posting-Host: acad3.alaska.edu
  9. Organization: University of Alaska - Fairbanks
  10. References: <of1b7B200WBO81BY51@andrew.cmu.edu> <uerics.721975805@mcl>
  11. Date: Fri, 20 Nov 1992 21:27:00 GMT
  12. Lines: 39
  13.  
  14. In article <of1b7B200WBO81BY51@andrew.cmu.edu>,
  15. sh4j+@andrew.cmu.edu (Samuel Roy Helwig) writes...
  16. >    Has anyone compiled the Infocom Task Force player version avilable
  17. >from 149.171.16.16?  I've tried to compile this player on various
  18. >platforms including a DECStation 5000 (Ultrix) , 386 running 386BSD, am
  19. >IBM RT running BSD 4.3 and a Sun 4.  All these machine compile fine
  20. >using bsd mode in the makefile.  However, when I try to run the
  21. >resultant executable, I get a Seg Fault.  Anyone have a clue?  The only
  22. >thing that I can get the player to do is display it's list of parameters
  23. >(a.k.a. run it without any command-line parameters).
  24.  
  25. In article <uerics.721975805@mcl>,
  26. uerics@mcl.ucsb.edu (Eric D. Shepherd) responds...
  27. >Which version of the ITF program are you trying to compile?  I'm in the
  28. >process of doing a major port of the program, and the games play just fine
  29. >(using v4.01).  I no longer have the original source code - mine has all
  30. >the conditional stuff removed to save disk space (and - heh, heh, heh -
  31. >compile time).  But it runs beautifully.
  32. >A friend and I are working on building it into a fully windowed system
  33. >with macros and pull-down menus.  It's really cool.
  34.  
  35. Followups should REALLY be directed to rec.games.int-fiction.
  36.  
  37. ITF V4.01 had problems.  I don't know if a later version is out yet, but
  38. two bug fixes were posted to the net.  4.01 will run fine on IBMs (I believe),
  39. but it was never tested on other systems and has fatal bugs.  The problem is
  40. that it tries to do some variable manipulation before doing initialization.
  41. The major bug fix is to change infocom.c so that the order is
  42.     INIT_IO () ;
  43.     init () ;
  44.     init_script () ;
  45. instead of whatever it currently is.  There's also some other fixes,
  46. but that's the major one.  I can dig up the patches if there's enough interest.
  47. =============================================================================
  48. -Mike Kienenberger                       FXMLK@ALASKA           (BITNet)
  49.  Academic Computing                      FXMLK@acad3.alaska.edu (Internet)
  50.  University of Alaska-Fairbanks
  51.  "I'm a computer programmer....<link><link><kludge><kludge> say-no-more!"
  52.