Skip to content

Bitswiss release v1.0.1

Latest

Choose a tag to compare

@swedishsplidney swedishsplidney released this 08 Jun 21:06

second BitSwiss release

whats new: added xwayland fallback if it detects missing symlinks

tested on linux (fedora 44 & ubuntu 24) and windows (11), untested on mac but it probably works

if you are on mac and it says that it is from an unidentified developer:

  • right click the app/binary
  • select 'open' from the context menu
  • a different popup should show up with an 'open' button, click it

the GLFW platform issuesm on linux should now be fixed and you shouldnt have to do anything other than run the binary, but if you still get a glfw error, try forcing xwayland:

# force the platform abstraction layer to x11 backend
QT_QPA_PLATFORM=xcb ./BitSwiss-v1.0.1-linux-x64
# drop the Wayland target completely to trigger the client-side fallback
unset WAYLAND_DISPLAY && ./BitSwiss-v1.0.1-linux-x64