RAM
08-28-2007, 10:36 PM
If your post was closed and you were redirected here..it was because....I see so many New Beginners posting the same questions over and over, without even trying to search the answers for themselves.....
[Error] (XXXX): Unknown identifier 'ChangeFPHandle' in script
[Error] (XXXX): Unknown identifier ScanexactminimapD' in script
SRL WIKI (http://wiki.srl-forums.com/index.php/Top_10)
Common Runtime Errors
Access violation runtime errors are caused when you try to use a Bitmap, DTM or character which hasn't yet been loaded into SCAR's memory.
Math runtime errors are caused if you divide a number by zero or use sin/cos/tan on a value that is impossible to calculate.
Dll runtime errors are caused if you write or use a corrupt plugin, they are also caused if you use some procedures without putting them into a new thread (procedure [ThreadSafeCall).
Canvas does not allow drawing runtime errors are caused if you try to draw on a canvas which cant be drawn on, eg. the client canvas.
Cant create compatible DC runtime errors are caused if you load too many bitmaps, DTMs or character sets without freeing them. SCAR runs out of memory and crashes.
If you experience these errors, Please make sure you have your plugins installed correctly...Please see this tutorial for information...
[TUT] How to manually install SRL 4 BETA (http://www.villavu.com/forum/showthread.php?t=15544)
Fix for "Unknown identifier ChangeFPHandle" (http://www.villavu.com/forum/showthread.php?t=15925)
a brief lesson on fixing annoying errors (http://www.villavu.com/forum/showthread.php?t=6413)
[Runtime Error] : Exception: Access violation at address 006F7E04 in module 'scar.exe'
You forgot to call SetupSRL; at script startup or used a bitmap or DTM that wasn't initialized by assigning data to its variable.
[Error] (XXXX): Unknown identifier 'ChangeFPHandle' in script
[Error] (XXXX): Unknown identifier ScanexactminimapD' in script
SRL WIKI (http://wiki.srl-forums.com/index.php/Top_10)
Common Runtime Errors
Access violation runtime errors are caused when you try to use a Bitmap, DTM or character which hasn't yet been loaded into SCAR's memory.
Math runtime errors are caused if you divide a number by zero or use sin/cos/tan on a value that is impossible to calculate.
Dll runtime errors are caused if you write or use a corrupt plugin, they are also caused if you use some procedures without putting them into a new thread (procedure [ThreadSafeCall).
Canvas does not allow drawing runtime errors are caused if you try to draw on a canvas which cant be drawn on, eg. the client canvas.
Cant create compatible DC runtime errors are caused if you load too many bitmaps, DTMs or character sets without freeing them. SCAR runs out of memory and crashes.
If you experience these errors, Please make sure you have your plugins installed correctly...Please see this tutorial for information...
[TUT] How to manually install SRL 4 BETA (http://www.villavu.com/forum/showthread.php?t=15544)
Fix for "Unknown identifier ChangeFPHandle" (http://www.villavu.com/forum/showthread.php?t=15925)
a brief lesson on fixing annoying errors (http://www.villavu.com/forum/showthread.php?t=6413)
[Runtime Error] : Exception: Access violation at address 006F7E04 in module 'scar.exe'
You forgot to call SetupSRL; at script startup or used a bitmap or DTM that wasn't initialized by assigning data to its variable.