home *** CD-ROM | disk | FTP | other *** search
- ------------------------
- MaxList Error messages
- ------------------------
-
- MaxList is able, to detect errors and handle it.
- At this situations, MaxList will stop the processing and gives a
- message to the user, which contains the type of error.
- Is 'LogFile' defined, the errornumber also is written into this file.
-
- If a fatal error occurs, MaxList will display following message:
-
- Runtime Error ## at Addr ssss:oooo
- <Errormessage>
-
- At which '##' is the number of error, 'ssss' the segment address and
- 'oooo' the offset at where the error occurs.
-
- By errors, which not guarantee a normaly processing, MaxList will stop
- with a message at follwing:
-
- Error ## <Errormessage>
-
- If a error in the configutation occurs, the sourceline also is displayed
- as following:
-
- [nnnn] <Illegal or bad line in configuration>
- ^
- Which [nnnn] contains the line nummer and the marker (^) presents the
- position of bad token, so MaxList can reach out.
-
-
- Error messages:
- --------------
-
- 1 : Invalid functions number
- 2 : File not found
- 3 : Path not found
- 4 : Too many open files
- 5 : File access denied
- 6 : Invalid file handle
- 12 : Invalid file access mode
- 15 : Ivalid drive number
- 16 : Cannot remove current directory
- 17 : Cannot rename across drives
- 18 : No more files
- 50 : Cannot open sourcefile for copy
- 51 : Not enough space on Disk
- 52 : Cannot create destination file for copy
- 53 : Cannot rename file <file> to <file>
- 54 : Cannot create file <file>
- 55 : Cannot create path
- 100 : Disk read error
- 101 : Disk write error
- 102 : File not assigned
- 103 : File not open
- 104 : File not open for input
- 105 : File not open for output
- 106 : Invalid numeric format
- 150 : Disk is write protected
- 151 : Unknown unit
- 152 : Drive not ready
- 154 : CRC error in data
- 156 : Disk seek error
- 157 : Unknown media type
- 158 : Sector not found
- 159 : Printer out of paper
- 160 : Device write fault
- 161 : Device read fault
- 162 : Hardware failure
- 200 : Division by zero
- 201 : Range check error
- 202 : Stack overflow error
- 203 : Heap overflow error
- 204 : Invalid pointer operation
- 205 : Floating point overflow
- 206 : Floating point underflow
- 207 : Invalid floating pointer operation
- 216 : General Protection fault
- 240 : Invalid or unknow parameter in configuration
- 241 : ENDIF without IF
- 242 : ELSEIF without IF
- 243 : Invalid or missing Define- or Environment variable
- 244 : Invalid Fontfile
- 245 : Old Font version. Please read Doc's!
- 246 : No listfile defined
- 247 : Missing MaxAreaFile
- 248 : FileDivisonEnd without Begin
- 249 : Not supported keyword
- 250 : Unexpected end of file. FileDivison not closed !
- 251 : Illegal directory ()
- 252 : Cannot find configfile ()
- 253 : User break
- 254 : Missing parameter
- ??? : Unknown error
-
- ----------------------------------------------------------------------------
- MAXLIST (c) by Wilfried Brinkmann, GERMANY Fido 2:2444/6001
- ----------------------------------------------------------------------------
-