Discussion General Impossible to debug the 1.2.5 dedicated beta server

Users who are viewing this thread

Hello!
When trying to debug server on 1.2.5 i'm getting this error"Unable to attach to CoreCLR.
Operation not supported. Unknown error: 0x80070057"
Further google search seems to indicate and issue with single file publish and dot net 6 :

Which leads to this issue :

It's impossible for me to port cRPG to 1.2.5 without being able to debug in visual Studio.
Is there any solution to that issue?
 
It happens due to our new dump processor/uploader. You should disable it by adding this command line argument: no_watchdog

Then, you should be able to debug.
 
Back
Top Bottom