1

Topic: What does ESXDOS error #19 mean ?

Hi,

what does ESXDOS error #19 mean ?

E.g. when I issue a .LS

Something like cannot access or recognize file-system ?
(Even if a .dvo-File has been played with Player.TAP before OK) ?

2 (edited by Luzie 2017-10-04 20:00:16)

Re: What does ESXDOS error #19 mean ?

I´ve found these messages in \sys\errmsg.ko (of esxDOS 0.8.6Beta4 and same in esxDOS 0.8.5) and added numbers before the messages, so this maybe is an error-list of esxDOS:

1 O.K. ESXDOS
2 Nonsense in ESXDOS
3 Statement END error
4 Wrong file TYPE
5 No such FILE or DIR
6 I/O ERROR
7 Invalid FILENAME
8 Access DENIED
9 Drive FULL
10 Invalid I/O REQUEST
11 No such DRIVE
12 Too many OPEN FILES
13 Bad file DESCRIPTON
14 No such DEVICE
15 File pointer OVERFLOW
16 Is a DIRECTORY
17 Not a DIRECTORY
18 File already EXISTS
19 Invalid PATH
20 No SYS
21 Path too LONG
22 No such COMMAND
23 File in USE
24 File is READ ONLY
25 Verify FAILED
26 Loading .KO FAILED
27 Directory NOT EMPTY
28 MAPRAM is ACTIVE
29 Drive is BUSY
30 Unknown FILESYSTEM
31 Device is BUSY

3

Re: What does ESXDOS error #19 mean ?

That looks right.  I've documented them here:

https://github.com/z88dk/z88dk/blob/mas … os.m4#L101