Boing Ball  Amiga Emulator FAQ

Guru Meditation Messages

If the Amiga crashes for some reason, then a Guru Meditation (or Software Failure) message will appear with a special code and the address of the
point where it failed. Here is a list of them:

EXEC Library specific Codes Description Solution
81000001 68000 exception vector checksum Check CPU
81000002 ExecBase checksum Check ROM
81000003 Library checksum error Check ROM
81000004 No memory to make library Free up memory or add more memory
81000005 Corrupted memory list Rebuild memory list
81000006 No memory for interrupt servers Free up memory or add more memory
81000007 InitAPtr Check memory pointer value
81000008 Semaphore corrupt Reject bad samphore values. See Exec/semaphores.h
81000009 Free twice Test memory is used before freeing up memory
8100000A Bogus exception  
Graphics Library specific code    
82010001 No memory for copper display list Free up Chip memory or add more memory
82010002 No memory for copper instruction list Free up Chip memory or add more memory
82010003 Copper list overload Rebuild copper list. See Graphics/copper.h
82010004 Copper intermediate list overload Rebuild copper list. See Graphics/copper.h
82010005 No memory for copper list head Free up Chip memory or add more memory
82010006 Long frame, no memory Free up Chip memory or add more memory
82010007 Short frame, no memory Free up Chip memory or add more memory
82010008 No memory for flood fill Free up Chip memory or add more memory
82010009 Text, no memory, for TmpRas Free up Chip memory or add more memory
8201000A No memory for BlitBitmap Free up Chip memory or add more memory
8201000B Region memory  
82010030 MakeVPort Check ViewPort structure values. See Graphics/viewport.h
82011234 GfxNoLCM  
Layers library specific codes    
83010001 Layers No Mem Free up Chip memory or add more memory
Intuition library specific codes    
84000001 Unknown gadget type See intuition.h for valid gadget types
04000001 Recoverable version of previous message  
84010002 No memory to create port Free up memory or add more memor
84010003 Item place alloc, no memory Free up memory or add more memory
84010004 Sub alloc, no memory Free up Chip memory or add more memory
84010005 Plane alloc, no memory Free up Chip memory or add more memory
84010006 Item box top less than RelZero Change relative top position to positive value
84010007 No memory to open screen Free up Chip memory or add more memory
84010008 Open screen, raster alloc, no memory Free up Chip memory or add more memory
84000009 Open sys screen, unknown type Check screen type. See Intiution/screens.h
8401000A Add SW gadgets, no memory Free up Chip memory or add more memory
8401000B No memory to open window Free up Chip memory or add more memory
8400000C Bad State Return entering intuition  
8400000D Bad message received by IDCMP See intuition.h for valid IDCMP flags
8400000E Wierd message causing incomprehension Check for valid intuition message values
8400000F Couldn't open the console device  
Dos library specific codes    
07010001 No memory at startup Free up Chip memory or add more memory
07000002 EndTask didn't  
07000003 Opkt failure  
07000004 Unexpected packet received  
07000005 Freevec failed Test memory is used before freeing up memory
07000006 Disk block sequence error Repair disk
07000007 Bitmap corrupt Rebuild bitmap
07000008 Key already free  
07000009 Invalid checksum  
0700000A Disk error Repair disk
0700000B Key out of range  
0700000C Bad overlay  
RAM Library specific codes    
08000001 Bad segment list  
Expansion library specific codes    
0A000001 Bad expansion free  
Trackdisk device specific codes    
14000001 Calibrate: seek error  
14000002 Delay: error on timer wait  
Timer device specific codes    
15000001 Bad request  
15000002 Bad supply  
Disk resource specific codes    
21000001 Get unit: already has disk Test device is free before accessing it
21000002 Interrupt: no active unit Test device is present before accessing it
Boot strap specific codes    
30000001 Boot code returned an error  
CPU Trap specific codes    
00000002 Bus error Check memory address is valid
00000003 Address error Check memory address is valid
00000004 Illegal instruction Remove invalid instruction
00000005 Divide by zero Test for zero values before dividing by it
00000006 CHK instruction Remove invalid CHK instruction
00000007 TRAPV instruction Remove invalid TRAPV instruction
00000008 Privilege violation Remove invalid instruction
00000009 Trace  
0000000A Op code 1010 Remove invalid instruction
0000000B Op code 1111 Remove invalid instruction

Back arrow Back to UAE FAQ.