What game?
32 or 64 bit?
Any security software running?
Can u post the error log?
I'm using the CoSMOS 64-bit tutorial EXE to learn how to use CoSMOS
64-bit
Windows Defender and Malware Bytes
Will do - though that's the only line in the "Log" tab
Wait for v6 getting posted in a couple of days
Okay, awesome! Looking forward to the new version!
Wait for v6 getting posted in a couple of days
Still getting the same issue, unfortunately. Using CoSMOS Advanced 6.0.1, running as Administrator.
Using "CoSMOS Tutorial (v3.4)", 64-bit version, as target process.
11:04:36: Cosmos loading finished in: 00:00:02.2276096
11:04:36: Failed checking for updates...
11:04:41: Process Handler: Enumerating processes...
11:04:42: Process Handler: Time enumerating processes: 697ms
11:04:50: Successfully attached to Tutorial-x86_64
11:04:50: Time enumerating modules: 3ms
11:04:50: Time enumerating memory regions: 2ms
11:04:50: Symbolhandler: Enumerating symbols...
11:04:51: Symbolhandler: Finished! Time enumerating symbols: 267ms
11:04:56: New scan started
11:04:56: Scan finished in: 00m 00s 081ms
11:04:56: Time preparing scan results: 2ms
11:05:02: New scan started
11:05:02: Scan finished in: 00m 00s 004ms
11:05:02: Time preparing scan results: 0ms
11:05:10: Time enumerating modules: 1ms
11:05:10: DEBUG -> Initial BP!
11:05:11: Couldn't get the thread context. Failed at SuspendThread with 0xERROR_ACCESS_DENIED (0x5)
There is nothing wrong with this. There can always be (for us unimportant) threads running where suspend and calling getthreadcontext will fail. Other debuggers will silently continue on this. I can also see the initial breakpoint got hit.
On Cosmos v5 it may have failed to retrieve thread context of ALL threads so the debugger failed to work completely. For you I see only one error, which can be completely ignored as long as the breakpoints get hit. So except of the log displaying an error, which is by design, what exactly is the issue?
Gotcha. Sorry, I see now that that breakpoint is indeed hit in 6.0.1, whereas it wasn't doing so at all in 5.x. All good, then! Thank you for your help!