lightvector / KataGo

GTP engine and self-play learning in Go
https://katagotraining.org/
Other
3.47k stars 563 forks source link

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

Open james61124 opened 2 years ago

james61124 commented 2 years ago

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

lightvector commented 1 year ago

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?