peter1591 / hearthstone-ai

A Hearthstone AI based on Monte Carlo tree search and neural nets written in modern C++.
294 stars 49 forks source link

BadImageFormatException when trying to run HearthstoneAI #96

Open VioletGiraffe opened 6 years ago

VioletGiraffe commented 6 years ago

image

Any idea what's wrong?

Also, the project can't be built out of the box because the two c++ projects are missing include path to the UI folder. But I didn't change any other settings in the project. The DLL is there, in the folder that the GameEngineCppCLI reference refers to.