what this mean and what i must to do?
[Runtime Error] : Exception: Access violation at address 006543CE in module 'scar.exe'. Read of address 00000008 in line 104 in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\GameTab.scar
what this mean and what i must to do?
[Runtime Error] : Exception: Access violation at address 006543CE in module 'scar.exe'. Read of address 00000008 in line 104 in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\GameTab.scar
gametab.scar seems to have this bug, iv seen other people mention it, the best thing to do is just run the script again
or if your writing a script you could put
SCAR Code:try
gametab(...
except
writeln('gametab failed')
end
the try statement means that if theres a runtime error, the script wont crash but just do the thing after the except
Join the Official SRL IRC channel. Learn how to Here.
Really ? Cool, never heard of that one![]()
Administrator's Warning:
There are currently 1 users browsing this thread. (0 members and 1 guests)