OALabs/BlobRunner

--nopause flag doesn't work for x64bit program

Closed this issue · 2 comments

--nopause flag doesn't work for x64bit program.

idiom commented

Thanks for the report @ALXIMIKS . Confirmed this is an issue, it looks like adding a check before the CreateThread call and then setting the correct dwCreationFlags value will resolve the issue.

idiom commented

Fixed 0.0.4