bupticybee / TexasSolver

🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
https://bupticybee.github.io/texassolver_page
GNU Affero General Public License v3.0
1.69k stars 301 forks source link

MinGW-w64 required for console version #60

Closed ChChChillian closed 2 years ago

ChChChillian commented 2 years ago

When run on Windows 10 from a vanilla Windows command prompt, console_solver.exe fails to execute with 4 instances of the following error: image

The missing dlls it complains about are:

Execution is successful if run from a MinGW-w64 terminal window.

bupticybee commented 2 years ago

Thank you for your reply, seems to be some dependence issue, I will try to resolve them in the future.

bupticybee commented 2 years ago

Fixed it just now in this commit https://github.com/bupticybee/TexasSolver/commit/8b27fb35436226f8106cb449561c77e22c69b990 , and I have updated the 0.2.0 release package. I think the problem is gone. Would you please check if the problem is gone?

bupticybee commented 2 years ago

This issue is inactive for too long and is considered solved by release 0.2.0. Reopen if necessary.