28.3 Error codes

By default, Hollywood will always exit when an error occurs. You can change this behaviour by using the ExitOnError() and GetLastError() functions, or by installing a custom error handler using RaiseOnError(). Both ways will supply you with an error code that indicates the error that has just happened. Here is a list of all error codes currently defined by Hollywood (some error codes are no longer used but have to be kept for compatibility reasons):

#ERR_NONE
No error (0)
#ERR_MEM
Out of memory! (1000)
#ERR_UNIMPLCMD
Unimplemented command! (1001)
#ERR_NORETVAL
No return value specified! (1002)
#ERR_USERABORT
User abort! (1003)
#ERR_SCREEN
Error opening screen! (1004)
#ERR_WRITE
Could not write all characters to file! Check if there is enough free space! (1005)
#ERR_UNTERMINTDSTR
Unterminated string! (1006)
#ERR_UNKNOWNCOND
Unknown condition! (1007)
#ERR_MISSINGSEPARTR
Multiple commands in one line have to be separated by a colon! (1008)
#ERR_READ
Could not read all characters from file! Check if it is read protected! (1009)
#ERR_WINDOW
Unable to open window! (1010)
#ERR_ELSEWOIF
ELSE without IF! (1011)
#ERR_ENDIFWOIF
ENDIF without IF! (1012)
#ERR_IFWOENDIF
IF without ENDIF! (1013)
#ERR_MISSINGPARAMTR
Not enough arguments! (1014)
#ERR_FORWONEXT
FOR without NEXT! (1015)
#ERR_NEXTWOFOR
NEXT without FOR! (1016)
#ERR_WHILEWOWEND
WHILE without WEND! (1017)
#ERR_SYNTAXERROR
General syntax error! (1018)
#ERR_WRONGDTYPE
Wrong data type specified! (1019)
#ERR_VARSYNTAX
Syntax error in variable name! (1020)
#ERR_WENDWOWHILE
WEND without WHILE! (1021)
#ERR_UNKNOWNCMD
Unknown command %s ! (1022)
#ERR_MISSINGBRACKET
You specified too many arguments or forgot a close bracket! (1023)
#ERR_VALUEEXPECTED
Value expected! (1024)
#ERR_OPENLIB
Cannot open %s ! (1025)
#ERR_VAREXPECTED
Variable expected! (1026)
#ERR_LABINFOR
Labels within a For() loop are not allowed! (1027)
#ERR_LABINIF
Labels inside If() conditions are not allowed! (1028)
#ERR_LABINWHILE
Labels within a While() loop are not allowed! (1029)
#ERR_WRONGOP
Wrong operator for this type! (1030)
#ERR_GETDISKOBJ
Cannot open icon! (1031)
#ERR_EVNTEXPCTED
You need to specify a Hollywood event! (1032)
#ERR_EMPTYOBJ
Cannot create empty text objects! (1033)
#ERR_EMPTYSCRIPT
Your script is empty! (1034)
#ERR_COMMENTSTRUCT
Incoherent comment structure! (1035)
#ERR_ALRDYDECLRD
This variable was already used and initialized! (1036)
#ERR_WRONGFLOAT
Illegal float number format! (1037)
#ERR_REQUIREFIELD
You need to specify an array field! (1038)
#ERR_OUTOFRANGE
Specified array field is out of range! (1039)
#ERR_RETWOGOSUB
Return without Gosub! (1040)
#ERR_FINDARRAY
Requested object not found! (1041)
#ERR_FINDCST
Constant not found! (1042)
#ERR_LOCK
Error locking directory! (1043)
#ERR_LOADPICTURE
Cannot load picture %s! Make sure that you have a datatype for this format! (1044)
#ERR_READFILE
Cannot read file %s ! (1045)
#ERR_NOTPROTRACKER
Module is not in Protracker format! (1046)
#ERR_UNKNOWNSEQ
Unknown sequence character after backslash! (1047)
#ERR_DIRLOCK
Error locking directory %s ! (1048)
#ERR_KEYWORD
Unknown keyword! (1049)
#ERR_KICKSTART
You need at least Kickstart 3.0! (1050)
#ERR_FREEABGPIC
You cannot free the background picture that is currently displayed! (1051)
#ERR_WRITEFILE
Cannot write to file %s ! (1052)
#ERR_VERSION
This script requires at least Hollywood %s ! (1053)
#ERR_NOFUNCTION
This command does not return anything! (1054)
#ERR_WRONGUSAGE
Wrong usage/parameters for this command! Read the documentation! (1055)
#ERR_SELECTBG
This command cannot be used when SelectBGPic() is active! (1056)
#ERR_ARRAYDECLA
Array "%s[]" was not declared! (1057)
#ERR_CMDASVAR
This variable name is already used by a command! (1058)
#ERR_CONFIG
No script filename specified! (1059)
#ERR_ARGS
Wrong arguments specified! (1060)
#ERR_DOUBLEDECLA
Double declaration! Number already assigned previously! (1061)
#ERR_EQUALEXPECTED
Equal sign expected! (1062)
#ERR_OPENANIM
Cannot load animation! Make sure that you got at least version 40 of animation.datatype and realtime.library! Please note that MorphOS does not have a datatype for IFF ANIM files currently. So if you want to use IFF ANIM files, you need to install a datatype first, e.g. the IFF ANIM datatype of OS3.1! (1063)
#ERR_OPENFONT
Undefined (1064)
#ERR_OPENSOUND
Cannot load sample %s ! Make sure you have a datatype for this sample format! If you tried to load a 16-bit sample and get this error, you need to install a sound.datatype replacement because the OS 3.x datatype does only support 8-bit samples. You can get the sound.datatype replacement from http://www.stephan-rupprecht.de/ or from the Hollywood CD-ROM. You do NOT need the replacement on MorphOS 1.x because that already uses a new sound.datatype which supports 16-bit samples! (1065)
#ERR_INTERNAL
Internal limit encountered! Contact the author... (1066)
#ERR_PUBSCREEN
Cannot find the specified public screen! (1067)
#ERR_BRUSHLINK
This command cannot handle linked brushes! (1068)
#ERR_WRONGID
Please use only positive integers for your objects! (1069)
#ERR_AHI
General AHI error! Check your AHI installation and settings! (1070)
#ERR_VARLENGTH
Variable length is limited to 64 characters! (1071)
#ERR_LABELDECLA
Cannot find label "%s" ! (1072)
#ERR_LABELDOUBLE
Label "%s" was already defined! (1073)
#ERR_NOKEYWORDS
Keywords are not allowed here! (1074)
#ERR_NOCONSTANTS
Constants are not allowed here! (1075)
#ERR_SEEK
Invalid seek position specified! (1076)
#ERR_CSTDOUBLEDEF
Constant #%s was already declared! (1077)
#ERR_NOLAYERS
This function requires enabled layers! (1078)
#ERR_LAYERSUPPORT
This layer is not supported by GetBrushLink()! (1079)
#ERR_UNKNOWNATTR
Unknown attribute specified! (1080)
#ERR_LAYERRANGE
Specified layer is out of range! (1081)
#ERR_SELECTBRUSH
This command cannot be used when SelectBrush() is active! (1082)
#ERR_POINTERFORMAT
Pointer image must be in 4 colors and not wider than 16 pixels! (1083)
#ERR_CREATEDIR
Error creating directory %s ! (1084)
#ERR_DISPLAYSIZE
Unable to change display size to %s ! (1085)
#ERR_DISPLAYDESKTOP
You cannot specify an initial BGPic together with DISPLAYDESKTOP! (1086)
#ERR_GUIGFX
Cannot open guigfx.library version 20! Make sure that you have at least version 20 installed! (1087)
#ERR_RENDER
Cannot open render.library version 30! Make sure that you have at least version 30 installed! (1088)
#ERR_ZERODIVISION
Division by zero! (1089)
#ERR_WARPOS
You need at least WarpUP v5.1 for this program! (1090)
#ERR_UNKNOWN
Unknown error code! (1091)
#ERR_STRINGCST
You cannot specify string constants here! (1092)
#ERR_LABINFUNC
Labels are not allowed in functions! (1093)
#ERR_ANIMFRAME
Specified animation frame is out of range! (1094)
#ERR_REPEATWOUNTIL
REPEAT without UNTIL! (1095)
#ERR_UNTILWOREPEAT
UNTIL without REPEAT! (1096)
#ERR_FUNCWOENDFUNC
FUNCTION without ENDFUNCTION! (1097)
#ERR_ENDFUNCWOFUNC
ENDFUNCTION without FUNCTION! (1098)
#ERR_UNEXPECTEDSYM
Unexpected symbol! (1099)
#ERR_FUNCARGS
Variable, closing bracket or "..." expected! (1100)
#ERR_NOLOOP
No loop to break! (1101)
#ERR_TOKENEXPECTED
"%s" expected! (1102)
#ERR_BRACKETOPEN
Opening bracket expected! (1103)
#ERR_BRACKETCLOSE
Closing bracket expected! (1104)
#ERR_BRACEOPEN
Opening brace expected! (1105)
#ERR_BRACECLOSE
Closing brace expected! (1106)
#ERR_SQBRACKETOPEN
Opening square bracket expected! (1107)
#ERR_SQBRACKETCLOSE
Closing square bracket expected! (1108)
#ERR_NOCOMMA
Comma expected! (1109)
#ERR_SYNTAXLEVELS
Too many syntax levels! (1110)
#ERR_COMPLEXWHILE
WHILE condition too complex! (1111)
#ERR_NOCHAR
ASCII code specification is out of range! (1112)
#ERR_CHRCSTLEN
Character constant too long! (1113)
#ERR_CHRCSTEMPTY
Empty character constant not allowed! (1114)
#ERR_HEXPOINT
Decimal point used in hexadecimal value! (1115)
#ERR_NUMCONCAT
A space is necessary between number concatenations! (1116)
#ERR_MAXLOCALS
Too many local variables! (1117)
#ERR_MAXUPVALS
Too many upvalues! (1118)
#ERR_MAXPARAMS
Too many parameters! (1119)
#ERR_CONITEMS
Too many items in a constructor! (1120)
#ERR_MAXLINES
Too many lines in a chunk! (1121)
#ERR_COMPLEXEXPR
Expression or function too complex! (1122)
#ERR_CTRLSTRUCT
Control structure too long! (1123)
#ERR_NOCOLON
Colon expected! (1124)
#ERR_CASECST
Case expression must be constant! (1125)
#ERR_SWCHWOENDSWCH
SWITCH without ENDSWITCH! (1126)
#ERR_ENDSWCHWOSWCH
ENDSWITCH without SWITCH! (1127)
#ERR_BLKWOENDBLK
BLOCK without ENDBLOCK! (1128)
#ERR_ENDBLKWOBLK
ENDBLOCK without BLOCK! (1129)
#ERR_NUMSTRCMP
Attempt to compare a number with a string! (1130)
#ERR_CONCAT
Wrong data types for concatenation! (1131)
#ERR_TABLEDECLA
Table %s not found! (1132)
#ERR_FUNCDECLA
Function %s not found! (1133)
#ERR_INTERNAL1
Internal limit reached! Error code %s. (1134)
#ERR_STACK
Stack overflow! (1135)
#ERR_MEMCODE
Code size overflow! (1136)
#ERR_MEMCST
Constant table overflow! (1137)
#ERR_NUMEXPECTED
Number expected in argument %d! (1138)
#ERR_STREXPECTED
String expected in argument %d! (1139)
#ERR_TABEXPECTED
Table expected in argument %d! (1140)
#ERR_READONLY
File was opened in read-only mode! (1141)
#ERR_WRITEONLY
File was opened in write-only mode! (1142)
#ERR_DELETEFILE
Could not delete file! (1143)
#ERR_EXAMINE
Could not examine %s! (1144)
#ERR_RENAME
Could not rename file! (1145)
#ERR_MEMRANGE
Specified offset is out of range! (1146)
#ERR_SELECTMASK
This command cannot be used when SelectMask() is active! (1147)
#ERR_MODIFYABG
Attempt to modify the active background picture! (1148)
#ERR_MODIFYABR
Attempt to modify the active brush! (1149)
#ERR_FUNCJMP
You cannot use GOTO/GOSUB inside functions! (1150)
#ERR_REVDWORD
You cannot use this reserved word here! (1151)
#ERR_LOCKBMAP
Could not lock bitmap! (1152)
#ERR_PALSCREEN
Hollywood does not run on palette screens! Please switch to a high or true color mode! (1153)
#ERR_NEGCOORDS
Negative coordinates are not allowed here! (1154)
#ERR_NOANMLAYER
Specified layer is not an anim layer! (1155)
#ERR_BRUSHSIZE
Brush size does not match specified arguments! (1156)
#ERR_ENDWITHWOWITH
ENDWITH without WITH! (1157)
#ERR_WITHWOENDWITH
WITH without ENDWITH! (1158)
#ERR_FIELDINIT
Table field %s was not initialized! (1159)
#ERR_LABMAINBLK
Labels are only allowed in the main script block! (1160)
#ERR_NAMEUSED
Layer name was already assigned! (1161)
#ERR_LAYERSOFF
Layers must be turned off when using this function! (1162)
#ERR_LAYERSON
Layers cannot be turned on/off while off-screen rendering is active! (1163)
#ERR_NOLOOPCONT
No loop to continue! (1164)
#ERR_LOOPRANGE
Loop number is out of range! (1165)
#ERR_INTEXPECTED
Integer value expected! (1166)
#ERR_SELECTALPHACHANNEL
This command cannot be used when SelectAlphaChannel() is active! (1167)
#ERR_PIXELRANGE
Specified pixel is out of range! (1168)
#ERR_DATATYPEALPHA
Your picture.datatype does not support alpha channel! (1169)
#ERR_NOALPHA
Image "%s" does not have an alpha channel! (1170)
#ERR_PIXELFORMAT
Unknown pixel format detected! Hollywood cannot run on this screen! (1171)
#ERR_NOMASKBRUSH
This brush does not have a mask! (1172)
#ERR_FOREVERWOREPEAT
FOREVER without REPEAT! (1173)
#ERR_FINDBRUSH
Could not find brush %d! (1174)
#ERR_FINDTEXTOBJECT
Could not find text object %d! (1175)
#ERR_FINDANIM
Could not find anim %d! (1176)
#ERR_FINDBGPIC
Could not find BGPic %d! (1177)
#ERR_FINDSAMPLE
Could not find sample %d! (1178)
#ERR_FINDFILE
Could not find file handle %d! (1179)
#ERR_FINDMEMBLK
Could not find memory block %d! (1180)
#ERR_FINDTIMER
Could not find timer %d! (1181)
#ERR_FINDMOVE
Could not find move queue %d! (1182)
#ERR_STRORNUM
String or number expected in argument %d! (1183)
#ERR_PERCENTFORMAT
Invalid percent format in argument %d! (1184)
#ERR_FUNCEXPECTED
Function expected in argument %d! (1185)
#ERR_UNMPARENTHESES
Unmatched parentheses! (1186)
#ERR_WRONGOPCST
This operator cannot be used here! (1187)
#ERR_FINDBUTTON
Could not find button %d! (1188)
#ERR_NUMTABLEARG
Number expected in table argument "%s"! (1189)
#ERR_NUMCALLBACK
Callback function was expected to return a number! (1190)
#ERR_BGPICBUTTON
A BGPic needs to be active while calling button functions! (1191)
#ERR_WRONGHEX
Invalid hexadecimal specification! (1192)
#ERR_TOOMANYARGS
Too many arguments for this function! (1193)
#ERR_FINDINTERVAL
Could not find interval function %d! (1194)
#ERR_FINDTIMEOUT
Could not find timeout function %d! (1195)
#ERR_LOADSOUND
Error loading sample to sound card! (1196)
#ERR_STRINGEXPECTED
String expected! (1197)
#ERR_UNEXPECTEDEOF
Unexpected end of file! (1198)
#ERR_VMMISMATCH
Virtual machine data type mismatch! (1199)
#ERR_BADINTEGER
Bad integer in bytecode! (1200)
#ERR_BADUPVALUES
Bad upvalues in bytecode! (1201)
#ERR_BADCONSTANT
Bad constant type in bytecode! (1202)
#ERR_BADBYTECODE
Bad bytecode! (1203)
#ERR_BADSIGNATURE
Bad bytecode signature! (1204)
#ERR_UNKNUMFMT
Unknown number format in bytecode! (1205)
#ERR_INVNEXTKEY
Invalid key for next table item! (1206)
#ERR_TABLEOVERFLOW
Table overflow! (1207)
#ERR_TABLEINDEX
Table index is NaN! (1208)
#ERR_APPLETVERSION
This applet requires at least Hollywood %s! (1209)
#ERR_UNKNOWNSEC
Unknown section in applet! (1210)
#ERR_NOAPPLET
%s is no Hollywood applet! (1211)
#ERR_PLAYERCOMP
Compilation is not possible with HollywoodPlayer! (1212)
#ERR_FILEEXIST
File %s does not exist! (1213)
#ERR_MAGICKEY
Cannot locate magic key in player file! (1214)
#ERR_FINDCLIPREGION
Could not find clip region %d! (1215)
#ERR_FUNCREMOVED
This function is not supported any longer! (1216)
#ERR_COORDSRANGE
Specified coordinates are out of range! (1217)
#ERR_BADDIMENSIONS
Width/height values must be greater than 0! (1218)
#ERR_FINDSPRITE
Could not find sprite %d! (1219)
#ERR_SPRITEONSCREEN
Sprite %d is not on screen! (1220)
#ERR_PREPROCSYM
Unknown preprocessor command @%s! (1221)
#ERR_UNKNOWNTAG
Unknown tag "%s"! (1222)
#ERR_MASKNALPHA
Mask and alpha channel are mutually exclusive! (1223)
#ERR_NOSPRITES
Please remove all sprites first! (1224)
#ERR_WRONGCLIPREG
Clip region does not fit into the output device's dimensions! (1225)
#ERR_NOCLIPREG
Please remove clip region before enabling layers! (1226)
#ERR_MODIFYSPRITE
Cannot modify a sprite that is on screen! (1227)
#ERR_MODIFYSPRITE2
Cannot modify a linked sprite! (1228)
#ERR_ENDDOUBLEBUFFER
Please end double buffering first! (1229)
#ERR_DBTRANSWIN
Double buffering is currently not supported for transparent displays! (1230)
#ERR_FINDMUSIC
Could not find music %d! (1231)
#ERR_MUSNOTPLYNG
Music %d is not currently playing! (1232)
#ERR_SEEKRANGE
Specified seek position is out of range! (1233)
#ERR_MIXMUSMOD
Music and tracker modules cannot be played at the same time! (1234)
#ERR_UNKNOWNMUSFMT
Unknown music format! (1235)
#ERR_MUSFMTSUPPORT
Music format does not support this function! (1236)
#ERR_TABLEORNIL
Table or Nil expected! (1237)
#ERR_PROTMETATABLE
Cannot change a protected metatable! (1238)
#ERR_ERRORCALLED
Undefined (1239)
#ERR_ADDTASK
Error adding task to the system! (1240)
#ERR_TASKSETUP
Error setting up task! (%s) (1241)
#ERR_READRANGE
Cannot read beyond end of file! (1242)
#ERR_BACKFILL
Wrong backfill configuration! (1243)
#ERR_NODOUBLEBUFFER
Double buffering mode is not currently active! (1244)
#ERR_STRTOOSHORT
Specified length exceeds string length! (1245)
#ERR_CACHEERROR
An error occurred while processing the gfx cache! (1246)
#ERR_STRTABLEARG
String expected in table argument "%s"! (1247)
#ERR_APPLET
No applet filename specified! (1248)
#ERR_KEYFILE
Keyfile error! (1249)
#ERR_NOTADIR
%s is not a directory! (1250)
#ERR_UNKTEXTFMT
Text format tag after square bracket not recognized! (1251)
#ERR_TEXTSYNTAX
Syntax error in text format specification! (1252)
#ERR_TEXTARG
Not enough arguments to this text format tag! (1253)
#ERR_DEFFONT
Error opening default font! (1254)
#ERR_ANTIALIAS
This font type does not support anti-aliased output! (1255)
#ERR_CREATEPORT
Could not create message port! (1256)
#ERR_NOREXX
ARexx server is not running! (1257)
#ERR_REXXERR
Rexx interpreter returned an error! (%s) (1258)
#ERR_STRCALLBACK
Callback function was expected to return a string! (1259)
#ERR_PORTNOTAVAIL
There is already a port with the name %s! (1260)
#ERR_BAD8SVX
Bad data in IFF 8SVX or IFF 16SV file! (1261)
#ERR_CMPUNSUPPORTED
This sound file uses an unsupported compression format! (1262)
#ERR_BADWAVE
Bad data in RIFF WAVE file! (1263)
#ERR_MUSNOTPAUSED
This music is not in pause state! (1264)
#ERR_CONFIG2
Undefined (1265)
#ERR_EXETYPE
Unknown executable type specified! (1266)
#ERR_OPENAUDIO
Cannot open audio device! (1267)
#ERR_DATATYPESAVE
Cannot open specified datatype for saving! (1268)
#ERR_DATATYPESAVE2
Datatype used for saving returned an error code! (1269)
#ERR_LOADFRAME
Error loading animation frame! (1270)
#ERR_LAYERSUPPORT2
This function cannot be used with layers enabled! (1271)
#ERR_SHORTIF
Short IF statement must be on a single line! (1272)
#ERR_SYSTOOOLD
Your Hollywood.sys version is too old! (1273)
#ERR_KEYNOTFOUND
Key "%s" not found in system base! (1274)
#ERR_FINDPORT
Port "%s" could not be found! (1275)
#ERR_TOOSMALL2
The active screen is not large enough to hold a %s display! (1276)
#ERR_SAVEPNG
Error saving PNG picture! (1277)
#ERR_NOTIGER
Hollywood requires at least version 10.4 (Tiger) of macOS! (1278)
#ERR_STREAMASSAMPLE
Cannot load audio stream as a sample! (1279)
#ERR_AUDIOCONVERTER
Error creating an audio converter for this format! (1280)
#ERR_RENDERCALLBACK
Error installing render callback on mixer bus! (1281)
#ERR_SETFILEATTR
Error setting file attributes! (1282)
#ERR_SETFILEDATE
Error setting file date! (1283)
#ERR_SETFILECOMMENT
Error setting file comment! (1284)
#ERR_INVALIDDATE
Invalid date format specification! (1285)
#ERR_LOCK2
Error locking %s! (1286)
#ERR_THREAD
Error setting up thread! (1287)
#ERR_UNSUPPORTEDFEAT
This feature is currently not supported on this platform! (1288)
#ERR_NOCHANNEL
Could not allocate audio channel for this sound! (1289)
#ERR_CREATEEVENT
Error creating unnamed event object! (1290)
#ERR_DSOUNDNOTIFY
Error obtaining sound notification interface! (1291)
#ERR_DSOUNDNOTIPOS
Error setting sound buffer notification positions! (1292)
#ERR_DSOUNDPLAY
Error starting sound buffer playback! (1293)
#ERR_AFILEPROP
Error getting audio file properties! (1294)
#ERR_DIRECTSHOW
Error setting up DirectShow environment! (#%d) (1295)
#ERR_REGCLASS
Error registering window class! (1296)
#ERR_TIMER
Error setting up timer function! (1297)
#ERR_SEMAPHORE
Error allocating semaphore object! (1298)
#ERR_8OR16BITONLY
Hollywood currently only supports 8 or 16 bit sounds! (1299)
#ERR_DISPMINIMIZED
This function cannot be used with a minimized display! (1300)
#ERR_COMMODITY
Error creating commodity object! (1301)
#ERR_MSGPORT
Error setting up message port! (1302)
#ERR_TEXTCONVERT
Error converting text to Unicode! (1303)
#ERR_ATSUI
Error in text operation (ATSUI error)! (1304)
#ERR_LFSYNTAX
Syntax error in link file database! (1305)
#ERR_ZLIBIO
A zlib IO error occurred! (1306)
#ERR_ZLIBSTREAM
A zlib stream error occurred! (1307)
#ERR_ZLIBVERSION
Invalid zlib version detected! (1308)
#ERR_ZLIBDATA
Invalid or incomplete deflate data (zlib)! (1309)
#ERR_PAKFORMAT
Unknown compression format! (1310)
#ERR_NOTXTLAYER
Specified layer is not a text layer! (1311)
#ERR_DDAUTOSCALE
Autoscale cannot be used together with DisplayDesktop! (1312)
#ERR_NODISLAYERS
Layers cannot be disabled when the layer scaling engine is used! (1313)
#ERR_LOCKEDOBJ
Cannot modify object while it is locked! (1314)
#ERR_WRITEJPEG
Error writing JPEG image! (1315)
#ERR_DDRECVIDEO
Scripts using DisplayDesktop cannot be recorded! (1316)
#ERR_WRONGCMDRECVIDEO
This command cannot be used while in video recording mode! (1317)
#ERR_FINDDIR
Could not find directory handle %d! (1318)
#ERR_MUSNOTPLYNG2
Music is not currently playing! (1319)
#ERR_FINDPOINTER
Could not find pointer image %d! (1320)
#ERR_POINTERIMG
Error creating pointer from image! (1321)
#ERR_READFUNC
Cannot find Hollywood function at this offset! (1322)
#ERR_BADBASE64
Invalid Base64 encoding! (1323)
#ERR_NOHWFUNC
Specified function is not a user function! (1324)
#ERR_SPRITEONSCREEN2
Sprite is not on screen! (1325)
#ERR_FINDASYNCDRAW
Could not find async draw function %d! (1326)
#ERR_FREECURPOINTER
Cannot free currently active pointer! (1327)
#ERR_READTABLE
Cannot find Hollywood table at this offset! (1328)
#ERR_LAYERSWITCH
Cannot switch layer mode while async draw is active! (1329)
#ERR_VIDEOSTRATEGY
Unknown video strategy specified! (1330)
#ERR_WRONGVSTRATEGY
Invalid video strategy configuration! (1331)
#ERR_FINDFONT
Cannot find font %s on this system! (1332)
#ERR_LINKFONT
Font %s cannot be linked because it is of a wrong type! (1333)
#ERR_FINDFONT2
Could not find font %d! (1334)
#ERR_FONTPATH
Font specification must not be a file! (1335)
#ERR_FONTFORMAT
Font is in an unsupported format! (1336)
#ERR_NOCOORDCST
You cannot use coordinate constants here! (1337)
#ERR_ANIMDISK
This function cannot be used with disk-based animations! (1338)
#ERR_SELECTANIM
This command cannot be used when SelectAnim() is active! (1339)
#ERR_MODIFYAANIM
Attempt to modify the active anim! (1340)
#ERR_FINDANIMSTREAM
Could not find anim stream %d! (1341)
#ERR_NEEDMORPHOS2
This feature requires at least MorphOS 2.0! (1342)
#ERR_SMODEALPHA
Screen doesn't support alpha transparent windows! (1343)
#ERR_FINDDISPLAY
Could not find display %d! (1344)
#ERR_MULTIBGPIC
Cannot use the a single BGPic for multiple displays! (1345)
#ERR_FREEADISPLAY
Cannot free the active display! (1346)
#ERR_CLOSEDDISPLAY
Cannot use this function while display is closed! (1347)
#ERR_ADDAPPICON
Error adding app icon to Workbench! (1348)
#ERR_SCREENSIZE
Screen size %s not supported by current monitor settings! (1349)
#ERR_DIFFDEPTH
Cannot switch display mode because of different color resolution! (1350)
#ERR_VIDRECMULTI
Cannot use multiple displays while in video recording mode! (1351)
#ERR_VIDRECTRANS
Cannot use transparent displays while in video recording mode! (1352)
#ERR_NEEDOS41
This feature requires at least AmigaOS 4.1! (1353)
#ERR_SYSIMAGE
Error obtaining system image! (1354)
#ERR_SYSBUTTON
Error creating system button! (1355)
#ERR_OPENANIM2
Animation file "%s" is in an unknown/unsupported format! (1356)
#ERR_OPENSOUND2
Sample file "%s" is in an unknown/unsupported format! (1357)
#ERR_LOADPICTURE2
Image file "%s" is in an unknown/unsupported format! (1358)
#ERR_SIGNAL
Error allocating signal! (1359)
#ERR_ADDAPPWIN
Error adding app window to Workbench! (1360)
#ERR_CLIPFORMAT
Unknown data format in clipboard! (1361)
#ERR_SORTFUNC
Invalid order function for sorting! (1362)
#ERR_INISYNTAX
Syntax error in configuration file! (1363)
#ERR_CLIPOPEN
Failed to open clipboard! (1364)
#ERR_CLIPREAD
Error reading from clipboard! (1365)
#ERR_SCALEBGPIC
Cannot change size of a BGPic that is selected into a display! (1366)
#ERR_SELECTBGPIC
You need to select the BGPic's display before modifying the BGPic! (1367)
#ERR_CLIPWRITE
Error writing to clipboard! (1368)
#ERR_FINDLAYER
Cannot find layer "%s" in current BGPic! (1369)
#ERR_INVINSERT
Invalid insert position specified! (1370)
#ERR_ALREADYASYNC
Specified layer already has an async draw object attached! (1371)
#ERR_REMADLAYER
Cannot remove layer while it is used by an async draw object! (1372)
#ERR_NAMETOOLONG
Specified name is too long! (1373)
#ERR_GROUPNAMEUSED
Specified group name already assigned to a layer! (1374)
#ERR_REGISTRYREAD
Error reading from registry key %s! (1375)
#ERR_REGISTRYWRITE
Error writing to registry key %s! (1376)
#ERR_SELECTBGPIC2
Cannot modify the graphics of a BGPic associated with a display! (1377)
#ERR_MODIFYABGPIC
Attempt to modify the BGPic currently selected as output device! (1378)
#ERR_ADFWRONGDISP
Asynchronous drawing object is not associated with current display! (1379)
#ERR_ADFFREEDISP
Cannot free display before associated async draw objects have been freed! (1380)
#ERR_SPRITELINK
Cannot create sprite link from sprite link! (1381)
#ERR_WRONGSPRITESIZE
Specified sprites must have the same dimensions! (1382)
#ERR_TRANSBRUSH
Cannot trim brush because it is fully transparent! (1383)
#ERR_DINPUT
Error opening DirectInput! (1384)
#ERR_JOYSTICK
Cannot acquire joystick! (1385)
#ERR_FT2
Error initializing freetype2! (1386)
#ERR_ICONDIMS
Specified image does not match required icon dimensions (%s)! (1387)
#ERR_BRUSHTYPE
This operation is not supported by the specified brush type! (1388)
#ERR_TFVBRUSH
Cannot insert a transformed vector brush as a layer! Use draw tags instead of transforming the brush directly! (1389)
#ERR_BGPICTYPE
This operation is not supported by the specified BGPic type! (1390)
#ERR_TFVBRUSHBGPIC
Cannot convert a transformed vector brush into a BGPic! (1391)
#ERR_TFVBGPICBRUSH
Cannot convert a transformed vector BGPic into a brush! (1392)
#ERR_FINDPATH
Could not find path %d! (1393)
#ERR_EMPTYPATH
Cannot draw empty path! (1394)
#ERR_VFONTTYPE
You must use the inbuilt font engine for vector text! (1395)
#ERR_VFONT
Error setting up vector font! (1396)
#ERR_CREATESHORTCUT
Error creating shortcut! (1397)
#ERR_NOACCESS
Access denied! (1398)
#ERR_BADPLATFORM
Compiling for architecture "%s" not supported by this version! (1399)
#ERR_NEWHWPLUGIN
This plugin requires at least Hollywood %s! (1400)
#ERR_PLUGINVER
Version %s is required at minimum! (1401)
#ERR_PLUGINARCH
Plugin is incompatible with current platform! (%s) (1402)
#ERR_IMAGEERROR
Error in image data in file %s! (1403)
#ERR_RENDERADLAYER
Cannot render layer because it is attached to async draw object! (1404)
#ERR_NOJOYATPORT
No joystick found at specified game port! (1405)
#ERR_DEMO
This feature is not available in the demo version of Hollywood! (1406)
#ERR_DEMO2
Demo version script size is limited to 800 lines and/or 32 kilobyte! (1407)
#ERR_DEMO3
This demo version has expired! Please buy the full version! (1408)
#ERR_FINDCLIENT
Could not find connection %d! (1409)
#ERR_SOCKET
The following network error occurred: %s (1410)
#ERR_OPENSOCKET
Could not initialize base socket interface! (1411)
#ERR_FINDSERVER
Could not find server %d! (1412)
#ERR_SOCKOPT
Error setting socket options! (1413)
#ERR_PEERNAME
Error obtaining peer name! (1414)
#ERR_HOSTNAME
Error obtaining host name! (1415)
#ERR_UNKPROTOCOL
Unknown protocol in URL! (1416)
#ERR_BADURL
Invalid URL specified! (1417)
#ERR_HTTPERROR
HTTP error %d occurred! (1418)
#ERR_HTTPTE
Unsupported HTTP transfer mode! (1419)
#ERR_SENDDATA
An error occurred during data send! (1420)
#ERR_FTPERROR
FTP error %d occurred! (1421)
#ERR_RECVTIMEOUT
Receive timeout reached! (1422)
#ERR_RECVCLOSED
Remote server has closed the connection! (1423)
#ERR_RECVUNKNOWN
Unknown error occurred during data receive! (1424)
#ERR_FILENOTFOUND
File %s not found on this server! (1425)
#ERR_FTPAUTH
Access denied for specified user/password! (1426)
#ERR_UPLOADFORBIDDEN
No permission to upload file to %s! (1427)
#ERR_SOCKNAME
Error obtaining socket name! (1428)
#ERR_FINDUDPOBJECT
Could not find UDP object %d! (1429)
#ERR_BADIP
Invalid IP specified! (1430)
#ERR_XDISPLAY
Error opening connection to X server! (1431)
#ERR_CREATEGC
Error creating graphics context! (1432)
#ERR_PIPE
Error creating pipe! (1433)
#ERR_GTK
Error opening GTK! (1434)
#ERR_NEEDCOMPOSITE
Compositing must be enabled for displays with alpha transparency! (1435)
#ERR_NOARGBVISUAL
Error obtaining a visual info that can handle ARGB graphics! (1436)
#ERR_XFIXES
The Xfixes extension is required for this feature! (1437)
#ERR_XCURSOR
The Xcursor extension is required for this feature! (1438)
#ERR_ALSAPCM
Error configuring ALSA PCM output stream! (#%d) (1439)
#ERR_SETENV
Error setting environment variable! (1440)
#ERR_UNSETENV
Error removing environment variable! (1441)
#ERR_XF86VIDMODEEXT
Screen mode switching requires the XFree86-VidModeExtension! (1442)
#ERR_NODISPMODES
No display modes found! (1443)
#ERR_UNKNOWNFILTER
Filter "%s" not recognized! (1444)
#ERR_NOFILTERNAME
Missing filter name in table field %s! (1445)
#ERR_TABEXPECTED2
Subtable expected in table "%s"! (1446)
#ERR_SMPRANGE
Specified sample value is out of range! (1447)
#ERR_NOTENOUGHPIXELS
Table does not contain enough pixels for specified size! (1448)
#ERR_FINDVIDEO
Could not find video %d! (1449)
#ERR_LOADVIDEO
File "%s" not recognized as a video stream! (1450)
#ERR_VIDNOTPLAYING
Cannot pause video because it is not playing! (1451)
#ERR_VIDNOTPAUSED
Cannot resume video because it is not paused! (1452)
#ERR_COLORSPACE
Error obtaining colorspace! (1453)
#ERR_QUICKTIME
This function requires QuickTime to be installed! (1454)
#ERR_VIDATTACHED
This functionality is not available while videos are attached to the display! (1455)
#ERR_FGRABVIDSTATE
Cannot grab frame while video is playing or paused! (1456)
#ERR_VIDEOFRAME
Specified video frame is out of range! (1457)
#ERR_VIDEOTRANS
Videos cannot be played on top of transparent BGPics! (1458)
#ERR_LOADPLUGIN
Error loading plugin "%s"! (1459)
#ERR_VECGFXPLUGIN
This functionality requires a vectorgraphics plugin to be installed! (1460)
#ERR_INVCAPIDX
Invalid capture index! (1461)
#ERR_INVPATCAP
Invalid pattern capture! (1462)
#ERR_MALFORMPAT1
Malformed pattern! (ends with "%%") (1463)
#ERR_MALFORMPAT2
Malformed pattern! (missing "]") (1464)
#ERR_UNBALANCEDPAT
Unbalanced pattern! (1465)
#ERR_TOOMANYCAPTURES
Too many captures! (1466)
#ERR_MISSINGOPBRACK
Missing "[" after "%%f" in pattern! (1467)
#ERR_UNFINISHEDCAPTURE
Unfinished capture! (1468)
#ERR_TFIMAGE
Error transforming image! (1469)
#ERR_DRAWPATH
Error drawing path! (1470)
#ERR_MOBILE
This command is not available in the mobile version of Hollywood! (1471)
#ERR_DDMOBILE
Scripts using DisplayDesktop not supported on mobile devices! (1472)
#ERR_MULDISMOBILE
Multiple displays not supported in the mobile version of Hollywood! (1473)
#ERR_TRANSBGMOBILE
Transparent BGPics not supported in the mobile version of Hollywood! (1474)
#ERR_MODIFYPSMP
Cannot modify a sample that is currently playing! (1475)
#ERR_TABCALLBACK
Callback was expected to return a table! (1476)
#ERR_BADCALLBACKRET
Invalid callback return value! (1477)
#ERR_NOCALLBACK
This command must not be called from a callback function! (1478)
#ERR_LOWFREQ
Specified pitch value is too low! (1479)
#ERR_FINDLAYERDATA
Data item "%s" not found in specified layer! (1480)
#ERR_NODIRPATTERN
Filter patterns can only be used on directories! (1481)
#ERR_SEEKFORMAT
Source file format does not support seeking! (1482)
#ERR_PLUGINTYPE
Plugin type not recognized! (%s) (1483)
#ERR_NOMUSICCB
This command must only be called while in a music callback! (1484)
#ERR_NOFMBHANDLER
You have to install a "FillMusicBuffer" event handler first! (1485)
#ERR_UNKNOWNIMGOUT
Unknown image format specified! (1486)
#ERR_SAVEIMAGE
Error saving image! (1487)
#ERR_UNKNOWNANMOUT
Unknown anim format specified! (1488)
#ERR_SAVEANIM
Error saving anim! (1489)
#ERR_UNKNOWNSMPOUT
Unknown sample format specified! (1490)
#ERR_SAVESAMPLE
Error saving sample! (1491)
#ERR_UDEXPECTED
Userdata expected in argument %d! (1492)
#ERR_ASSERTFAILED
Assertion failed! (1493)
#ERR_REQUIREPLUGIN
This program requires %s! (1494)
#ERR_NOABSPATH
Absolute path specifications are not allowed here! (1495)
#ERR_FINDOBJECTDATA
Data item "%s" not found in specified object! (1496)
#ERR_HWBRUSH
Hardware brushes cannot be used here! (1497)
#ERR_HWBRUSHFUNC
This functionality is currently not supported for hardware brushes! (1498)
#ERR_SAVERALPHA
Format saver does not support alpha channel! (1499)
#ERR_VIDPAUSED
Video is paused. Use ResumeVideo() to resume playback! (1500)
#ERR_VIDPLAYING
Video is already playing! (1501)
#ERR_PERCENTFORMATSTR
Invalid percent format in table argument "%s"! (1502)
#ERR_SCRPIXFMT
Incompatible screen pixel format detected! (1503)
#ERR_SATFREEDISP
Cannot free display before attached satellites have been detached! (1504)
#ERR_CREATEICON
Error creating icon from image! (1505)
#ERR_GETSHORTCUT
Error retrieving full path from shortcut file! (1506)
#ERR_UNKNOWNMIMETYPE
Unknown MIME type for extension *.%s! (1507)
#ERR_NOMIMEVIEWER
Cannot find viewer for extension *.%s! (1508)
#ERR_JAVA
Cannot attach thread to Java VM! (1509)
#ERR_FINDACTIVITY
Cannot find activity "%s"! (1510)
#ERR_BEGINREFRESH
Cannot call this command while in BeginRefresh() mode! (1511)
#ERR_DBVIDEOLAYER
Video object is already in use as a layer on a BGPic! (1512)
#ERR_VIDEOLAYER
This functionality is not supported for video layers! (1513)
#ERR_VIDEOLAYERDRV
Video layers are only supported by Hollywood's platform independent video renderer! (1514)
#ERR_BADLAYERTYPE
Specified layer type does not support this functionality! (1515)
#ERR_VIDSTOPPED
Video is already stopped! (1516)
#ERR_VIDLAYERFUNC
Use functions from layers library to change attributes of video layers! (1517)
#ERR_SETADAPTER
Cannot set adapter! (1518)
#ERR_DISPLAYADAPTERSUPPORT
This functionality is not available with this display adapter! (1519)
#ERR_DLOPEN
Cannot load plugin: %s (1520)
#ERR_PLUGINSYMBOL
Error loading plugin symbol: %s (1521)
#ERR_BITMAP
Error allocating bitmap! (1522)
#ERR_SATELLITE
This functionality is not available when using display satellites! (1523)
#ERR_READVIDEOPIXELS
Error reading pixels from hardware bitmap! (1524)
#ERR_HWDBFREEDISP
Cannot free display while hardware double buffering is active! (1525)
#ERR_HWBMCLOSEDISP
Cannot allocate hardware bitmap while display has not been realized! (1526)
#ERR_INCOMPATBRUSH
Hardware brush is incompatible with the current display! (1527)
#ERR_ADDSYSEVENT
Error adding system event! (1528)
#ERR_SEEKFILE
This file adapter does not support seeking! (1529)
#ERR_CLOSEFILE
Error closing file handle! (1530)
#ERR_FINDPLUGIN
Cannot find plugin %s! (1531)
#ERR_PLUGINDOUBLET
Plugin %s has already been loaded! (1532)
#ERR_APPLICATION
Error registering application! (1533)
#ERR_NEEDAPPLICATION
This functionality is only available for system-registered applications! (1534)
#ERR_FINDAPPLICATION
Cannot find application %s! (1535)
#ERR_SENDMESSAGE
Error sending message! (1536)
#ERR_FINDMENU
Could not find menu %d! (1537)
#ERR_MENUCOMPLEXITY
Menu tree definition is too complex! (1538)
#ERR_CREATEMENU
Error creating menu! (1539)
#ERR_VISUALINFO
Error obtaining visual info! (1540)
#ERR_SETMENU
Error setting menu strip! (1541)
#ERR_MENUATTACHED
Cannot free menu while it is still attached to a display! (1542)
#ERR_FINDMENUITEM
Cannot find menu item %s! (1543)
#ERR_NOMENU
Specified display does not have a menu attached! (1544)
#ERR_EMPTYMENUTREE
Empty menu trees are not allowed! (1545)
#ERR_TAGEXPECTED
Tag expected! (1546)
#ERR_FULLSCREEN
This functionality is not supported in full screen mode! (1547)
#ERR_CREATEDOCKY
Error creating application docky! (1548)
#ERR_UPDATEICON
Error updating dock icon! (1549)
#ERR_DOUBLEMENU
Tree has already been defined for this menu! (1550)
#ERR_CONTEXTMENU
Context menus must only contain a single tree! (1551)
#ERR_VECTORBRUSH
This functionality is not available for vector brushes! (1552)
#ERR_NOCONTEXTMENU
Application does not expose a context menu! (1553)
#ERR_ACCELERATOR
Error creating accelerator table! (1554)
#ERR_FINDMONITOR
Cannot find monitor %d! (1555)
#ERR_MONITORFULLSCREEN
Monitor %d is already in fullscreen mode! (1556)
#ERR_MONITORRANGE
Specified monitor is out of range! (1557)
#ERR_GETMONITORINFO
Error obtaining monitor information! (1558)
#ERR_SCREENMODE
Cannot find an appropriate screen mode for this display! (1559)
#ERR_NOCOMPRESS
The Hollywood Player only supports compressed applets! (1560)
#ERR_GRABSCREEN
Error grabbing screen pixels! (1561)
#ERR_ALLOCCHANNEL
Error allocating audio channel! (1562)
#ERR_REQUIRETAGFMT
Syntax error in tag format! (1563)
#ERR_ALLOCALPHA
Error allocating alpha channel! (1564)
#ERR_ALLOCMASK
Error allocating mask! (1565)
#ERR_OLDAPPLET
This functionality is only available to applets compiled by Hollywood %s or higher! (1566)
#ERR_MUSPAUSED
Music is paused. Use ResumeMusic() to resume playback! (1567)
#ERR_MUSPLAYING
Music is already playing! (1568)
#ERR_CONSOLEARG
Invalid parameter for console argument! (1569)
#ERR_FILESIZE
Error determining file size! (1570)
#ERR_STAT
Error examining file system object! (1571)
#ERR_REQAUTH
This server requires user authentification! (1572)
#ERR_MISSINGFIELD
Table field "%s" must be specified! (1573)
#ERR_NOTRANSPARENCY
Image "%s" does not have a transparent pen! (1574)
#ERR_LEGACYPTMOD
Legacy audio driver does not support playing multiple Protracker modules at once! (1575)
#ERR_CHANNELRANGE
Specified audio channel is out of range! (1576)
#ERR_FILEFORMAT
File format error! (1577)
#ERR_LINKPLUGIN
Error linking plugin %s! (1578)
#ERR_EXECUTE
Failed to execute program! (1579)
#ERR_AMIGAGUIDE
Error opening AmigaGuide file %s! (1580)
#ERR_COMPLEXPATTERN
Pattern to complex! (1581)
#ERR_ESCREPLACE
Invalid use of escape character in replacement string! (1582)
#ERR_INVREPLACE
Invalid replacement value! (1583)
#ERR_BADENCODING
Encoding not recognized! (1584)
#ERR_INVALIDUTF8
Invalid UTF-8 sequence encountered! (1585)
#ERR_DIFFENCODING
Cannot include applet because it uses a different encoding than the current script! (1586)
#ERR_DBLENCODING
Conflicting encodings specified! (1587)
#ERR_INVALIDUTF8ARG
Invalid UTF-8 string in argument %d! (1588)
#ERR_CORETEXT
Error drawing string using Core Text! (1589)
#ERR_COREFOUNDATION
A Core Foundation allocation error has occurred! (1590)
#ERR_FRAMEGRABBER
Error grabbing frame from video stream! (1591)
#ERR_FINDSELECTOR
Cannot find selector %s! (1592)
#ERR_FIRSTPREPROC
Conditional compile preprocessor commands must be first in line! (1593)
#ERR_ELSEIFAFTERELSE
ELSEIF after ELSE! (1594)
#ERR_ELSETWICE
ELSE used twice! (1595)
#ERR_NOBLOCKBREAK
No block to break! (1596)
#ERR_NOFALLTHROUGH
No block to fall through! (1597)
#ERR_TABEXPECTED3
Table expected! (1598)
#ERR_EMPTYTABLE
Table needs to have at least one item! (1599)
#ERR_MOVEFILE
Error moving file! (1600)
#ERR_RADIOTOGGLEMENU
Radio and toggle menu flags cannot be combined! (1601)
#ERR_RANDOMIZE
Error generating random number! (1602)
#ERR_TRIALCOMPILE
Compiling applets or executables isn't supported in the trial version! (1603)
#ERR_TRIALSAVEVID
Video recording isn't supported in the trial version! (1604)
#ERR_TRIALLIMIT
The trial version doesn't support scripts bigger than 16kb! (1605)
#ERR_TRIALINCLUDE
Including files isn't supported in the trial version! (1606)
#ERR_VIDEOINIT
Error initializing video device! (1607)
#ERR_FINDICON
Could not find icon %d! (1608)
#ERR_ICONPARMS
Selected image parameters don't match normal image parameters! (1609)
#ERR_ICONSIZE
Icon size used twice! (1610)
#ERR_LOADICON
Icon file \"%s\" is in an unknown/unsupported format! (1611)
#ERR_ICONSTANDARD
There can be only one standard icon size! (1612)
#ERR_ICONENTRY
Specified icon entry is out of range! (1613)
#ERR_ICONVECTOR
Vector brushes must be the only icon entry! (1614)
#ERR_MULTIDISPLAYS
Hollywood only supports a single display on this platform! (1615)
#ERR_TEXTURE
Error creating texture! (1616)
#ERR_SURFACE
Error creating surface! (1617)
#ERR_RENDERER
Error creating renderer! (1618)
#ERR_FINDSERIAL
Could not find serial connection %d! (1619)
#ERR_INITSERIAL
Error initializing serial interface! (1620)
#ERR_OPENSERIAL
Error opening serial port %s! (1621)
#ERR_SERIALIO
Serial I/O error! (1622)
#ERR_SENDTIMEOUT
Send timeout reached! (1623)
#ERR_SENDUNKNOWN
Unknown error occurred during data send! (1624)
#ERR_PLUGINSUPPORT
Plugin doesn't support this feature! (1625)
#ERR_REWINDDIR
Error rewinding directory! (1626)
#ERR_MONITORDIR
Error monitoring directory! (1627)
#ERR_JAVAMETHOD
Java method \"%s\" not found! (1628)
#ERR_NUMBEREXPECTED
Number expected! (1629)
#ERR_CHANGEDIR
Error changing directory to %s! (1630)
#ERR_FUNCTABLEARG
Function expected in table argument \"%s\"! (1631)
#ERR_BADYIELD
Attempt to yield across metamethod/C-call boundary! (1632)
#ERR_CYIELD
Cannot yield a C function! (1633)
#ERR_THREADEXPECTED
Coroutine expected in argument %d! (1634)
#ERR_YIELD
This error is for internal use only. (1635)
#ERR_DEADRESUME
Cannot resume dead coroutine! (1636)
#ERR_NONSUSPENDEDRESUME
Cannot resume non-suspended coroutine! (1637)
#ERR_FORBIDMODAL
This command has been disabled by a plugin! (1638)
#ERR_SERIALIZE
Error serializing item! (1639)
#ERR_SERIALIZETYPE
This data type cannot be serialized! (1640)
#ERR_DESERIALIZE
Error deserializing item! (1641)
#ERR_FINDASYNCOBJ
Could not find async operation %d! (1642)
#ERR_NOPALETTE
Image file \"%s\" does not have a palette! (1643)
#ERR_NEEDPALETTEIMAGE
Image data does not have a palette! (1644)
#ERR_NOPALETTEIMAGE
This function cannot be used with palette images! (1645)
#ERR_PENRANGE
Palette pen is out of range! (1646)
#ERR_DEPTHMISMATCH
Incompatible pixel color depth! (1647)
#ERR_ALLOCCHUNKY
Error allocating palette bitmap! (1648)
#ERR_FINDPALETTE
Could not find palette %d! (1649)
#ERR_DEPTHRANGE
Specified palette depth is out of range! (1650)
#ERR_BGPICPALETTE
Current BGPic does not have a palette! (1651)
#ERR_UNKNOWNPALETTE
Unknown standard palette type specified! (1652)
#ERR_PALETTEFILL
Specified fill style cannot be used with palette images! (1653)
#ERR_DISPLAYDESKTOPPAL
Palettes cannot be used together with a desktop display! (1654)
#ERR_DBPALETTE
Hardware double buffers cannot be used in palette mode! (1655)
#ERR_UNKNOWNICNOUT
Unknown icon format specified! (1656)
#ERR_SAVEICON
Error saving icon! (1657)
#ERR_PALETTEMODE
This function can only be used in palette mode! (1658)
#ERR_NOPALETTEMODE
This function cannot be used in palette mode! (1659)
#ERR_NORTG
Cannot find CyberGraphX or Picasso96! To use Hollywood without either CyberGraphX or Picasso96, you need to install the Plananarama plugin! (1660)
#ERR_GETMENUATTR
Error getting menu attributes! (1661)
#ERR_SETMENUATTR
Error setting menu attributes! (1662)
#ERR_TRAYICON
Error setting tray icon! (1663)
#ERR_FONTPATH2
You must use the inbuilt font engine when specifying font files directly! (1664)
#ERR_MEDIAFOUNDATION
A Media Foundation error has occurred! (1665)
#ERR_GETIFADDRS
Error getting interface addresses! (1666)
#ERR_TFVANIM
Cannot insert a transformed vector anim as a layer! Use draw tags instead of transforming the anim directly! (1667)
#ERR_VECTORANIM
This functionality is not available for vector anims! (1668)
#ERR_PLAYVIDEO
Error starting video playback! (1669)
#ERR_TEXTCONVERT2
Error during text conversion! (1670)
#ERR_TFVTEXTOBJ
Cannot insert a transformed vector text object as a layer! Use draw tags instead of transforming the text object directly! (1671)
#ERR_GROUPNOTFOUND
Specified layer group doesn't exist! (1672)
#ERR_MERGEDLAYER
This functionality isn't supported for merged layers! (1673)
#ERR_REMMERGEDLAYER
Cannot remove layer that is part of a merged layer! (1674)
#ERR_ALLOCIMAGE
Error allocating image! (1675)
#ERR_ADVANCEDCONSOLE
This function is only available in advanced console mode! (1676)
#ERR_COLORTERMINAL
Terminal doesn't support color mode! (1677)
#ERR_CONSOLE
A console error has occurred! (1678)
#ERR_FINDCONWIN
Could not find console window %d! (1679)
#ERR_CONWIN
Error creating console window! (1680)
#ERR_FREEPARENT
Attempt to free parent before child! (1681)
#ERR_AMIGAINPUT
Error initializing AmigaInput! (1682)


Show TOC