unimplemented function msvcr120.dll when launching dbg debugger on ubuntu

3.1k views Asked by At

I am installing dbg debugger on ubuntu. After I launch the dbg debugger with wine command. I met this problem:

Unhandled exception: unimplemented function msvcr120.dll.?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ called in 64-bit code (0x000000007b44f037).

I checked the directory, msvcr120.dll is there. However, I don't know why it cannot be implemented. I tried both 32 bit and 64 bit version of dbg. They both have the similar problems.

Any answer and comment is appreciated. Thanks!

1

There are 1 answers

1
GrobIvanovich On

Try the following:

  • Launch winecfg
  • Go to 'Libraries'
  • In the 'New override for library' field search msvcr120 and press Add