Exception: Access violation at address 006D66D1 in module 'scar.exe'. Read of address 0000001C in line 73
'Bank': FreeDTM(BankDTM); this is line 73
i get this error not straight away, after a couple rounds of cutting willows at draynor.
Exception: Access violation at address 006D66D1 in module 'scar.exe'. Read of address 0000001C in line 73
'Bank': FreeDTM(BankDTM); this is line 73
i get this error not straight away, after a couple rounds of cutting willows at draynor.
That's most likely because you have already done FreeDTM(BankDTM) before, so it can't free it again. This is an Access Violation, because the memory where it was stored is no longer being used by Scar, so it causes an Access violation as Scar doesn't have permission to access it.
To fix it go through your script and make sure you only free it once or add a check to see if you have already free'd it (maybe bank a global Boolean called 'BankDTMFree' and set it to true when you free it and make it skip freeing if it is True or something similar).
By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.
There are currently 1 users browsing this thread. (0 members and 1 guests)