Hi Arnor,

Error Code 0002:0005 means that the stub loader unpacked the required
decompression DLL (lsunpack) into the temporary Windows folder. This
process succeeded -- otherwise, we would see a 0001:xxxx error code. Now
the stub loader tries to use the LoadLibrary() Windows API to load the
unpack DLL. This fails with GetLastError ERROR_ACCESS_DENIED 5 (0x5) Access
is denied.

In other words, "something" locks the DLL. I am pretty sure their
protection software does it.

Friedrich