Dentosal / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
586 stars 182 forks source link

required library d3d_compiler_42.dll does not exist #256

Open MSchauperl opened 5 years ago

MSchauperl commented 5 years ago

Hi,

I discovered a problem with Windows when trying to use the run_game() command. I installed the python-sc2 library on Windows with anaconda. Additionally, I am using the regular Starcraft 2 version from blizzard (not the free one). I can load the library with python, however when I use run_game(). I am getting a Windows Popup from Sc2 saying: required library d3d_compiler_42.dll does not exist. If I am starting SC2 manually via the Battlenet it works fine. Any idea how to fix this problem?

Thanks, Michael