home *** CD-ROM | disk | FTP | other *** search
/ Season's Greetings & Games Unlimited / UGOLD_cd2.iso / station / cetext.txt < prev    next >
Text File  |  1995-05-15  |  13KB  |  256 lines

  1.  
  2.  unerr1     1    /* unknown error */
  3.  div21serr    2    /* unwanted sign in div21 */
  4.  div21oerr    3    /*  overflow in div21 */
  5.  bmrrngerr    4    /* dynamic range error in bmrender */
  6.  zbmlcfl    5    /* malloc fail for zbuf init */
  7.  zbnormerr    6    /* zbuf pointer unnormalizable    */
  8.  objmemmalerr    7    /* objmem malloc fail */
  9.  clmemmalerr    8    /* class list malloc fail */
  10.  objdferr    9    /* error in objdefs.txt file */
  11.  illspcnum    10    /* illegal species number */
  12.  typeallocerr    11    /* malloc failed for type allocation */
  13.  badspc        12    /* bad species number in univ.txt file */
  14.  badtyp        13    /* bad type number in univ.txt file */
  15.  objnfreer    14    /* attempt to create over non-free obj */
  16.  badcorder    15    /* bad coord number in univ.txt file */
  17.  unexpspn    16    /* unexpected species in drawdeadwall */
  18.  sptunk        17    /* weird type for drawkind */
  19.  nobkgrnderr    18    /* no background file found */
  20.  toomanyholes    19    /* too many holes in a bmplane pic */
  21.  bmtoobig    20    /* bitmap is too big for hole anal */
  22.  merrhole    21    /* mem alloc fail during hole alloc */
  23.  ssunx        22    /* expected species type 3 for symsegread */
  24.  errnseq    23    /* too many frames in symsequence */
  25.  objdfnf    24    /* objdefs.txt file not found */
  26.  univfnf    25    /* univ.txt file not found */
  27.  sseqfnf    26    /* <symseq>.txt file not found */
  28.  ssbadspc    27    /* bad species number in <symseq>.txt file */
  29.  ssbadfrmn    28    /* bad framecode number in <sysseq>.txt file */
  30.  ssbadtyp    29    /* bad type number in <sysseq>.txt file */
  31.  ssmem        30     /* mem alloc fail in seqread */
  32.  unxdss        31    /*  unexpected species type in drawsymseg */
  33.  dssfrm        32    /* unknown frame code found in ssdraw */
  34.  ssdbadtyp    33    /* bad sym type number in ssdraw routine */
  35.  dssnbad    34    /* calling for illegal symseqdata element */
  36.  ernofrm    35    /* symseq creation with 0 frames */
  37.  ernoterm    36    /* last frame code must be 2 */
  38.  rssfrm        37    /* unknown frame code found in ssrun data */
  39.  rssdbadtyp    38    /* bad sym type number in ssdraw routine */
  40.  objmemexh    39    /* object memory exhausted */
  41.  plyunx        40    /* expected species type 4 for poly in read */
  42.  msngplyparm    41    /* a param in objdefs.txt file bad or missing*/
  43.  plynsides    42    /* too many or too few sides specified in ply*/
  44.  plymem        43     /* mem alloc fail in plyread */
  45.  unxdply    44    /*  unexpected species type in drawpoly */
  46.  badwcorder    45    /* bad start coord number in univ.txt file */
  47.  badwscorder    46    /* bad window size value in univ.txt file */
  48.  pwnum        47    /* bad species number in readpolywall */
  49.  rpwmem            48    /* alloc fail during polywall read */
  50.  palramerr    49    /* alloc fail during palette malloc */
  51.  copytbadtype   50      /* copycat's victim type no out of range */
  52.  bmrmfail    51      /* malloc fail in bmreadfile */
  53.  cbmrmfail    52      /* copycat malloc fail in bmreadfile */
  54.  flunx        53    /* expected species type 3 for fluidread */
  55.  ernfluid    54    /* too many frames in fluidsequence */
  56.  fluidfnf    55    /* <fluidseq>.txt file not found */
  57.  flbadcoord    56    /* bad coord number in <fluid>.txt file */
  58.  flbadspc    57    /* bad species number in <fluid>.txt file */
  59.  flbadtyp    58    /* bad type number in <fluid>.txt file */
  60.  flmem        59     /* mem alloc fail in fluidread */
  61.  unxdfl        60    /*  unexpected species type in drawfluidseg */
  62.  dflfrm        61    /* unknown frame code found in fluiddraw */
  63.  fldbadtyp    62    /* bad fluid type number in fluiddraw routine */
  64.  dflnbad    63    /* calling for illegal fluidseqdata element */
  65.  dflspcbad    64      /* species number bad in draw fluid */
  66.  dflstybad    65    /* bad type number to draw fluid */
  67.  flunexpspn    66    /* unexpected species at fluid draw */
  68.  slunx        67    /* expected species type 3 for solidsegread */
  69.  ernsolid    68    /* too many frames in solidsequence */
  70.  solidfnf    69    /* <solid>.txt file not found */
  71.  slbadtyp    70    /* bad type number in <solid>.txt file */
  72.  slmem        71     /* mem alloc fail in solidread */
  73.  unxdsl        72    /*  unexpected species type in drawsolidseg */
  74.  unknowner    73    /* bad solid type number in soliddraw routine */
  75.  dslnbad    74    /* calling for illegal solidseqdata element */
  76.  dslspcbad    75      /* species number bad in draw solid */
  77.  dslstybad    76    /* bad type number to draw solid */
  78.  slunexpspn    77    /* unexpected species at solid draw */
  79.  bfmemfail    78    /* stack alloca fail for mask bitmap */
  80.  nobdrop    79    /* backdrop.vga not found */
  81.  mdatamf    80      /* malloc fail during mdata init */
  82.  objtomdiv    81    /* divide by zero in objtomdata */
  83.  pygerrmem    82    /* malloc failure in pygmyinit */
  84.  pygerrinit    83    /* pygmy failed init */
  85.  pfontmf    84      /* malloc fail during pfont init */
  86.  pfontfnf       85      /* pfont.dat file not found */
  87.  memhanderr     86      /* malloc fail in handle array alloc */
  88.  handledup      87      /* duplicate handle name defined */
  89.  handlechk      88      /*  handle name differnt on pass 2 */
  90.  ernopchkf    89     /* No p.chk file found */
  91.  ppalnf        90     /* No p.pal file found */
  92.  horange    91     /* handle out of range */
  93.  dwbmnf        92    /* bitmap file not found */
  94.  erdapl        93    /* direct drawing of applique attempted */
  95.  saplunx    94    /* wrong spnum in readapl */
  96.  aplfnf        95    /* apl file not found */
  97.  aplbadf    96      /* bad stuff in apl file */
  98.  nomusic    97    /* bad 4 numbers in apl file */
  99.  aplmfail    98    /* malloc fail in alpread */
  100.  apldbad        99      /* bad number in apl file data (strt&len) */
  101.  aplddbad       100      /* bad number in apl file data (data) */
  102.  apsetfnf    101    /* apset file not found */
  103.  badapnum    102    /* bad applique # in apset file */
  104.  ernapset    103     /* illegal # of appliques in apset */
  105.  apsterm    104    /* no terminating -1 in apset file */
  106.  apsmem        105     /* malloc fail in apset */
  107.  sapsetunx    106    /* bad species in readapset */
  108.  badaphand    107    /* bad appl. handle in univ.txt */
  109.  badapshand    108    /* bad apset handle in univ.txt */
  110.  ernsolidf    109    /* too many frames defined in solid */
  111.  slapunx    110    /* bad spnum in readsolidap */
  112.  solidapfnf    111    /* solidap text file not found */
  113.  slapbadtyp    112    /* solidap bad handle in text file */
  114.  vertfail    113    /* no vertical retrace found */
  115.  pygloadfail    114     /* pygmy load file not found */
  116.  nopyg         115     /* No fload file name */
  117.  htbufbig    116    /* to many holes in shaped bitmap */
  118.  ptraor        117    /* pointer assignment out of range */
  119.  ptrblknf    118    /* allocated block not found */
  120.  ptrasser    119    /* too many ptr assigns to follow */
  121.  optrseg    120    /* species and optrblk don't match */
  122.  douboptrm    121    /* attempt to malloc optr twice */
  123.  cncofile    122    /* could not create output blk file */
  124.  badccode    123    /* fileblk has bad code */
  125.  mxhandwr    124    /* handles not right size in file */
  126.  nmblksbad    125    /* nmemblks not valid from blk file */
  127.  badptrass    126     /* bad block number for ptr assign */
  128.  rhandre    127    /* read handles has failed */
  129.  handme        128    /* malloc fail during handles malloc */
  130.  frnofus    129    /* nofus for object is bad */
  131.  ubopen        130    /* binary universe file open error */
  132.  ubread        131    /* binary universe file read error */
  133.  badzcorder    132    /* bad z coord value in univ Z param */
  134.  thtfnf        133    /* theaters.txt file not found */
  135.  badent        134    /* Bad entry number in theaters.txt file */
  136.  dupentnum    135    /* duplicate entry found in theaters.txt */
  137.  badobjn    136    /* bad object number in tht file */
  138.  badunivn    137    /* bad univ file number in tht file */
  139.  badthtcrd    138    /* bad or missing xy or z coord in tht file */
  140.  tnumnf        139    /* cant find entry in theaters */
  141.  joycerr    140    /* joystick centering errror */
  142.  nojoy        141    /* no joystick, where one was specified */
  143.  erentnf    142    /* Starting entry # not found in theater */
  144.  flxfrmer    143    /* fluid attempt to xfrm to nonexit fluid */
  145.  mfluidhan    144    /* error in reading fluid file, handle msng */
  146.  gtn2        145    /* grenade bit set in object of species!=2 */
  147.  ctmcbound    146    /* ctmc caught value out of bounds */
  148.  badflhand    147    /* bad handle in explosion # specification */
  149.  badpnum    148    /* bad pnum in pickup type hand spec  */
  150.  badphandl    149    /* bad ptype handle numbher */
  151.  mxpickwr    150    /* bad number of pickups in .bin file */
  152.  inumobnd    151    /* bad arg to newinv */
  153.  pickpupnf    152    /* no entry in pickuptypes for inum */
  154.  invpnull    153    /* null invnumptr in newinv function */
  155.  iblknfree    154    /* inventory block cannot free error */
  156.  doorkbnd    155    /* door key value of out bounds */
  157.  runcoob    156    /* bad runcode in basefunct */
  158.  illurcode    157    /* bad usecode in pickup/drop object */
  159.  rllurcode    158    /* bad usecode in run object */
  160.  explerr    159    /* handle number 3610 must be explosion fluid */
  161.  vszmsng    160    /* vertical size number missing in objdef */
  162.  hszmsng    161    /* horizontal size number missing in objdef */
  163.  unexpspndr    162    /* dodoor found unexpected species type */
  164.  unexistr    163    /* tried to print non-existant string */
  165.  fdbmpfnf    164    /* file not found or read file in filedrwbmp */
  166.  errpter    165    /* error in sound or xtended memory */
  167.  req386        166    /* 386 cpu required */
  168.  bmaphoob    167    /* bmap drawfunction #hpts out of bounds */
  169.  bmapvoob    168    /* bmap drawfunction #vpts out of bounds */
  170.  errfats    169    /* vgafiles.toc or vgafiles.fat not found */
  171.  fatserr    170    /* read error or loused up fats file */
  172.  nopygmem    171    /* no pygmy memory available at present time */
  173.  extmalfail    172    /* malloc failed for compression memory */
  174.  nocwd        173    /* no current path found */
  175.  cncdir        174     /* subdirectory not found */
  176.  erdiskspc    175    /* not enough free disk space to run game */
  177.  erfrmv        176    /* univ?.bin file exists but can't be removed */
  178.  statefbad    177     /* bad or messed up state.bin file */
  179.  stateopen    178     /* can't open state file */
  180.  diagferr    179    /* diag file error */
  181.  erpcmd        180    /* can't remove p.cmd file */
  182.  erstdout    181    /* cant redirect text output to p.out */
  183.  erstrip    182    /* strip size not 1280 wide */
  184.  dsbmer        183    /* bitmap too big for inventory drawing */
  185.  fhshrink    184    /* shrunken block changed pointers on us! */
  186.  ermouse    185    /* mouse requested but none found */
  187.  bdamsz        186    /* bad size in damage artwork */
  188.  idambe        187    /* idam bad value */
  189.  objmfnf    188    /* memblkfile not found (objdef?.dat) */
  190.  pygbiner    189    /* error in pygmy part of univ?.bin file */
  191.  badheap    190    /* heap corrupted */
  192.  nopygmyp    191    /* pygmyptr is null in bfindholes */
  193.  ertime        192    /* program is past date of expiration date */
  194.  gflspcbad    193      /* species number bad in draw gun */
  195.  gflstybad    194    /* bad type number to draw gun */
  196.  baddmachn    195    /* bad dma channel specifed in command line */
  197.  ersndnf    196    /* digitized sound never finished playing */
  198.  pnocomp    197   /* no compile with with stripped version p.exe */
  199.  pdimsng    198    /* pygmy.dat file is missing from subdir */
  200.  memsize    199    /* not enough ram at run time */
  201.  errnscrn    200    /* no scrn.dat file found */
  202.  emszbuf    201    /* ems zbuf error */
  203.  pygchkerr    202    /* pygmy checksum error */
  204.  unexpspp    203    /* unexpected species in prepdeadwall val=sp */
  205.  unexpspf    204    /* unexpected species in prepfluid val=sp */
  206.  badfltype      205    /* bad fluid type in fluidbump code */
  207.  weirdptr       206    /* pointer doesn't have an offset of 4 */
  208.  memvfail       207    /* malloc fail in initvert() */
  209.  badvert        208    /* bad vertex number in object data */
  210.  vertbig        209    /* bad vertex number in object data */
  211.  mctoobig       210    /* memchnk alloc size too big. (size) */
  212.  xmemerr    211    /* no ems or xms available */
  213.  nmemcerr    212    /* too many memchnks  ( nmemchnks ) */
  214.  emspgerr    213    /* ems page mapping error (hand,eerr)*/
  215.  xmspgerr    214    /* xms page map error (hand,xerr) */
  216.  emsferr        215    /* ems free error (hand,eerr) */
  217.  xmsferr        216    /* xms free error (hand,xerr) */
  218.  mcmper        217    /* error in mapping of weapon ram */
  219.  mcwper        218    /* error in writing of weapon ram */
  220.  imemcerr    219    /* initialization err of memchnks (nmemchnk) */
  221.  memcbeff    220    /* malloc file in initmemchnk */
  222.  ddmcrm        221    /* memchnk remap after mdata failed */
  223.  mcwrdf        222    /* mdata write fail in dodoor() */
  224.  robodmf    223    /* malloc fail for robodataptr */
  225.  pygicon    224    /* pygmy inconsistent block type */
  226.  pygmapfl    225    /* mcmap failure in pygmywrite/read */
  227.  pygmcwrt    226    /* mcwrite fail in pygmywrite */
  228.  pygmchi    227     /* unexpected emtype in pygmy memchnk */
  229.  pygemsfail    228    /* ems pygmy alloc failing with z option */
  230.  pgyck        229    /* pygmy fails checksum */
  231.  prmwc        230    /* temp mcwrite failed in readpygmy */
  232.  prmrc        231    /* reading or freeing failed in readpygmy */
  233.  deamcf        232    /* mcfree error in deallocation of memblks */
  234.  pygnomtch    233    /* universe loaded pygmy fails chksum */
  235.  transtmf    234    /* malloc fail in transtable malloc */
  236.  sldpbadtyp    235    /* bad solid type number in prepsolid routine */
  237.  sldbadtyp    236    /* solid bad type, but should be nice */
  238.  rmemblkmf    237    /* malloc fail during readmemblk */
  239.  mylbadspc    238    /* bad species in mylineofsight, val=species */
  240.  qxybadspc    239    /* bad species in qxywall, val=species */
  241.  failcrng    240    /* fail code out of range */
  242.  membfe        241    /* write failed for memblks.tmp */
  243.  pcpthmsg    242    /* specified path no good in pc.exe */
  244.  pcdfobn        243    /* different objdef numbers for same level */
  245.  pcobconf    244    /* confused about objdef value in pc.exe */
  246.  pcspwnerr    245    /* pc.exe cannot spawn properly */
  247.  badweapval    246    /* bad or missing value in weapons.txt file */
  248.  pcopenfl    247    /* cannot open file in pc.exe */
  249.  namepoe        248    /* name prot file non openable */
  250.  badpval      249     /* Bad numerical value in readouts.txt */
  251.  pickupfnf    250  /* cannot open pickup.txt file in subdir */
  252.  badwritepth     251  /* writepath n<path> path no good */
  253.  
  254.  
  255.  
  256.