Software 44252 Published by

Bottles 63.2 has dropped as a quick fix for the crash that was killing Wine apps whenever GTK tried to refresh from another thread. This threading conflict caused applications to quit without warning, which is exactly the kind of instability nobody needs after setting up a complex environment. Users should grab the update through Flatpak or their package manager immediately before running any containers. Ignoring this release means risking unexpected failures that could ruin testing sessions or gaming setups.



Bottles 63.2 Fixes the Crash That Killed Your Wine Apps

The latest update for the Linux gaming wrapper, specifically Bottles 63.2, resolves a stability issue that caused crashes during runtime. Users running version 63.1 should upgrade immediately to prevent unexpected application failures. This note covers what changed and why it matters for daily workflow.

Why this specific patch in Bottles 63.2 matters more than you think

The crash reported in the previous build stemmed from a threading conflict within the GTK library updates. When the interface tried to refresh while another process was talking to the backend, the application would simply quit without warning. This behavior often mirrors issues seen after a bad driver update where background threads collide with foreground tasks. It is worth treating this as a critical fix rather than just routine maintenance because losing progress during gameplay or testing is not acceptable.

How to get the update without breaking anything else

Most users will find this version available through their package manager or the Flatpak store immediately. It is important to close any running environments before applying the patch to ensure all files lock correctly. Skipping this step could lead to a partial install that requires manual cleanup later on.

Release Bottles 63.2

What's Changed fix: crash due to gtk getting updates from another thread by @mirkobrombin in #4458

Release 63.2 ยท bottlesdevs/Bottles