Results 5 comments of Finn

Are you able to reproduce this issue? Am I using your software correctly? Do you know of any workarounds?

I ran it with `--logfile-level=fine` and it outputted this: ``` 76eab config: MoHex v2.0.CMake Jan 1 1980. 76eab config: ============ InitializeSystem ============ 76eab config: BenzeneProgram::InitRandom() 76eab config: Seed = 0...

I just did the same thing as before, replacing `./src/mohex/mohex` with `./src/wolve/wolve`. I get a segmentation fault again. stdout: ``` = e987fcd3b3ce7cac a b c 1\. . .\1 2\. ....

Confirmed. It seems the issue is several commits back. The segfault occurs when I do `git checkout eef3347194432e537e15a0fa083bc780465f8cfc`, but not when I do `git checkout 492a2e3d37711369f1d3d59682d6b6011f48cf9b`. It seems that @NicolasFabiano...

@NicolasFabiano maybe you should [fork this repo](https://docs.github.com/en/get-started/quickstart/fork-a-repo) and [create a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) with all of the commits needed to fix the main branch, so it’s easier for @cgao3 to review...