I keep getting this error...
[Runtime Error] : Exception: Access violation at address 0064FEA2 in module 'scar.exe'. Read of address 00000000 in line 172 in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Text.scar
How do I fix this?
I keep getting this error...
[Runtime Error] : Exception: Access violation at address 0064FEA2 in module 'scar.exe'. Read of address 00000000 in line 172 in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Text.scar
How do I fix this?
setupsrl; should be first thing in main loop, see my FAQ (link in sig) for more info
Exactly what boreas said.
Your main loop should look like this
SCAR Code:Program Stuff
//Procedures
begin
SetupSRL;
//Rest of Main loop
end.
There are currently 1 users browsing this thread. (0 members and 1 guests)