This document describes known bugs and errors which occur under certain 
circumstances.


1   SpeedoGDOS Error Messages
-----------------------------

1.1 Scratch Buffer
------------------
When the message `GDOS error: not enough memory for scratch buffer' 
appears at the start of Kandinsky, you can get around this by adding 
bitmap fonts for every driver of the file `assign.sys', provided that 
you have got bitmap fonts. This is not an error of Kandinsky, but of 
SpeedoGDOS. In SpeedoGDOS 4.2 this bug is fixed. Here's an example for the 
`assign.sys' which removes the error message (you need the font 
`atss12.fnt' for screen, metafile and laser):

PATH = C:\GEMSYS
01p SCREEN.SYS
ATSS12.FNT
02p SCREEN.SYS
ATSS12.FNT
03p SCREEN.SYS
ATSS12CG.FNT
04p SCREEN.SYS
ATSS12.FNT
05p SCREEN.SYS
ATSS12.FNT
06p SCREEN.SYS
ATSS12.FNT
07p SCREEN.SYS
ATSS12.FNT
08p SCREEN.SYS
ATSS12.FNT
09p SCREEN.SYS
ATSS12.FNT
10p SCREEN.SYS
ATSS12.FNT
21 SLM.SYS
ATSS12LS.FNT
31 META.SYS
ATSS12MF.FNT
61 MEMORY.SYS

