adepierre / Botcraft

Botcraft is a cross-platform C++ library to create bots that connect and interact with Minecraft servers with (optional) integrated OpenGL renderer
GNU General Public License v3.0
405 stars 43 forks source link

[Version request] #141

Closed avlad7781 closed 3 months ago

avlad7781 commented 3 months ago

Minecraft version

1.16.1

github-actions[bot] commented 3 months ago

Build process started. You can follow the build progress here or subscribe to this issue to be notified when binaries are ready.

github-actions[bot] commented 3 months ago

Windows tests failed. See this run for logs.

@adepierre you might want to take a look.

adepierre commented 3 months ago

It seems the tests work on linux but fail on windows. Will try to check out why.

adepierre commented 3 months ago

Ok so it seems that even versions that I know work fine now segfault on github actions. I guess something has changed on the runners and I'll have to figure out what. In the meantime you can directly download the artifacts here for Windows and here for Linux.

github-actions[bot] commented 3 months ago

Build process started. You can follow the build progress here or subscribe to this issue to be notified when binaries are ready.

github-actions[bot] commented 3 months ago

New binaries available in the latest release for version 1.16.1

You can now close this issue. If you need an updated build for the same Minecraft version in the future, you can reopen this issue to trigger a new build instead of creating a new issue.

adepierre commented 3 months ago

@avlad7781 binaries for 1.16.1 are now available in the release page. The issue was due to github messing up the action runner image with non compatible dll causing crash when running the tests on windows.

avlad7781 commented 3 months ago

Thank you so much for fixing the compilation issue! I really appreciate the quick fix and the explanation.