GEM error codes: Difference between revisions

From AtariForumWiki
Jump to navigation Jump to search
>Zorro 2
No edit summary
 
>Wongck
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
{| class="wikitable"
        Error description          GEM Error code
! Error code !! Description
        =========================================
|-
            OK (no error)....................0
| 0 || OK (no error
            Fundamental error................1
|-
            Drive not ready..................2
| 1 || Fundamental error
            Unknown command..................3
|-
            CRC error........................4
| 2 || Drive not ready
            Bad request......................5
|-
            Seek error.......................6
| 3 || Unknown command
            Unknown media....................7
|-
            Sector not found.................8
| 4 || CRC error
            No paper.........................9
|-
            Write fault.....................10
| 5 || Bad request
            Read fault......................11
|-
            General error...................12
| 6 || Seek error
            Write protect...................13
|-
            Media change....................14
| 7 || Unknown media
            Unknown device..................15
|-
            Bad sectors on format...........16
| 8 || Sector not found
            Insert other disk...............17
|-
            Invalid function number.........32
| 9 || No paper
            File not found..................33
|-
            Path not found..................34
| 10 || Write fault
            No handles left.................35
|-
            Access denied...................36
| 11 || Read fault
            Invalid handle..................37
|-
            Insufficient memory.............39
| 12 || General error
            Invalid memory block address....40
|-
            Invalid drive specified.........46
| 13 || Write protect
            No more files...................49
|-
            Range error.....................64
| 14 || Media change
            Internal error..................65
|-
            Invalid program load format.....66
| 15 || Unknown device
</pre>
|-
| 16 || Bad sectors on format
|-
| 17 || Insert other disk
|-
| 32 || Invalid function number
|-
| 33 || File not found
|-
| 34 || Path not found
|-
| 35 || No [[File handle|handles]] left
|-
| 36 || Access denied
|-
| 37 || Invalid handle
|-
| 39 || Insufficient [[memory]]
|-
| 40 || Invalid [[memory block address]]
|-
| 46 || Invalid drive specified
|-
| 49 || No more files
|-
| 64 || Range error
|-
| 65 || Internal error
|-
| 66 || Invalid program load format
|}
<br/><br/>
Back to [[Programming]]
Back to [[Programming]]
Back to [[TOS Guides]]
[[Category:Programming]][[Category:TOS Guides]]

Latest revision as of 23:48, 18 February 2012

Error code Description
0 OK (no error
1 Fundamental error
2 Drive not ready
3 Unknown command
4 CRC error
5 Bad request
6 Seek error
7 Unknown media
8 Sector not found
9 No paper
10 Write fault
11 Read fault
12 General error
13 Write protect
14 Media change
15 Unknown device
16 Bad sectors on format
17 Insert other disk
32 Invalid function number
33 File not found
34 Path not found
35 No handles left
36 Access denied
37 Invalid handle
39 Insufficient memory
40 Invalid memory block address
46 Invalid drive specified
49 No more files
64 Range error
65 Internal error
66 Invalid program load format



Back to Programming Back to TOS Guides