GEM error codes: Difference between revisions

From AtariForumWiki
Jump to navigation Jump to search
>Zorro 2
No edit summary
 
>Rb
No edit summary
Line 1: Line 1:
<pre>
<div style="border:1px solid #fff; padding:3px !important;overflow:hidden;width:20em;float:left;text-align:center;margin-left:1.5em;border-width:.5em 0 .8em 1.4em;">
        Error description          GEM Error code
{| class="wikitable" style="text-align:left;font-size:90%;background:#efefef;border:1px solid #666;width:100%;"
        =========================================
|+ style="font-size:12pt;padding:0.2em 0;border:1px solid #666;border-bottom:0;" | '''''GEM error codes'''''
            OK (no error)....................0
! Error code !! Description
            Fundamental error................1
|-
            Drive not ready..................2
| 0 || OK (no error
            Unknown command..................3
|-
            CRC error........................4
| 1 || Fundamental error
            Bad request......................5
|-
            Seek error.......................6
| 2 || Drive not ready
            Unknown media....................7
|-
            Sector not found.................8
| 3 || Unknown command
            No paper.........................9
|-
            Write fault.....................10
| 4 || CRC error
            Read fault......................11
|-
            General error...................12
| 5 || Bad request
            Write protect...................13
|-
            Media change....................14
| 6 || Seek error
            Unknown device..................15
|-
            Bad sectors on format...........16
| 7 || Unknown media
            Insert other disk...............17
|-
            Invalid function number.........32
| 8 || Sector not found
            File not found..................33
|-
            Path not found..................34
| 9 || No paper
            No handles left.................35
|-
            Access denied...................36
| 10 || Write fault
            Invalid handle..................37
|-
            Insufficient memory.............39
| 11 || Read fault
            Invalid memory block address....40
|-
            Invalid drive specified.........46
| 12 || General error
            No more files...................49
|-
            Range error.....................64
| 13 || Write protect
            Internal error..................65
|-
            Invalid program load format.....66
| 14 || Media change
</pre>
|-
Back to [[Programming]]
| 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 [[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
|}
</div>
 
[[Category:Programming]]

Revision as of 09:07, 14 October 2006

GEM error codes
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