Dentosal / python-sc2

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

Critical error... "icuuc52.dll" does not exist. #258

Closed ExileBit closed 5 years ago

ExileBit commented 5 years ago

When I try running the code I always stumble accros "Critical error during loading process. Required library "icuuc52.dll" does not exist."

I´ve already tried to repair/reinstall the game, put the dll in Starcraft´s Support and Support 64 folder, add the dll to the computer path, but nothing seems to work.

I hope somebody knows the answer.

ExileBit commented 5 years ago

If anyone has the same problem and is using PyCharm 2019.01 downgrading to PyCharm 2018.03 will help

Snoup97 commented 5 years ago

Not using PyCharm 2019.1 did it for me Thanks M8 <3

Zamiell commented 1 year ago

I also ran into this issue, but with a JavaScript client, not Python.

For anyone else running into this issue, I found that the solution was that I did not have the Battle.net launcher open. Once I had it open (and authenticated), then I was able to boot SC2 just fine from my code.