KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

While running katago.exe, the error "0x00007FFA70DB2836 (ntdll.dll) 中 (於 katago.exe) 擲回例外狀況: 0xC0000139: Entry Point Not Found" appears.

Open james61124 opened this issue 3 years ago • 1 comments

After building katago.sln, katago.exe appears in Release folder. However, while running katago.exe, it fails. I have searched for this for a few days but I couldn't find the solution. How could I solve this problem? Here's the screen shot. image image

james61124 avatar Sep 16 '22 03:09 james61124

Are you sure that you have all the DLL files that you need? Sometimes I've found the need to copy a DLL file into the exe directory manually because the normal system search path didn't include it. Also, are you able to build other simpler C++ programs besides KataGo using the same methods and do they work?

lightvector avatar Sep 23 '22 16:09 lightvector