dje-dev / Ceres

Ceres - an MCTS chess engine for research and recreation
GNU General Public License v3.0
153 stars 23 forks source link

Possible crash on startup in OutputBanner - workaround #1

Closed dje-dev closed 3 years ago

dje-dev commented 3 years ago

A user reported a crash upon startup in the method OutputBanner. It seems the code to query for the git version that is executed here may no work on some configurations.

As a workaround, one can just comment out the call to OutputBanner on line 42 of Program.cs.

dje-dev commented 3 years ago

Worked around in code by commit 0f57648. May revisit git functionality at a future date.