Bottles 65.1 drops hours after 65.0 to patch a GameMode crash
The open-source Wine manager publishes a single-fix hotfix to stop newly created bottles from bricking themselves on launch.
Lead developer Mirko Brombin shipped Bottles 65.1 just eight hours after 65.0 landed. The reason is straightforward: the previous release would absolutely crash your freshly built bottles if gamemode wasn't installed. If you just upgraded and watched your new bottle throw a wall of errors before opening its config panel, this is the patch you needed.
The regression and the fix
Bottles 65.0 was a monster of a release. Brombin billed it as the arrival of Soda v11.0-4 and called it "the best runner Bottles has ever had." The changelog reads like a shopping list for Linux gaming: per-bottle frame limiters, lsfg-vk frame generation, HIDRAW HOTAS access, full Steam library discovery, dedicated sandboxing, and over 60 bug fixes. It was one of the biggest single drops in an 8,700-star project.
Which is why getting it to fail on its first bottle creation stings. Issue #4629 opened and resolved on August 4, 2026. The problem lived in the preferences initialization path. It tried to load the gamemode service unconditionally. Most Linux desktops don't ship with it by default, and even fewer users actually run it. When the service was missing, Bottles bailed before it could paint the settings UI.
The hotfix does exactly what it says on the tin. Brombin reworked the initialization so preferences load gracefully regardless of whether gamemode is on the system. Keep in mind that gamemode is an optional dependency for most distros, and treating it as mandatory bit exactly the wrong crowd. Next, you can open the config panel for a brand new bottle without staring at a terminal error.
The turnaround is quick by design. The patch sits at two commits, five changed files, and a single contributor. You can see the full diff head here.
Linux gaming toolchains are a moving target, and hardcoding optional services into core initialization paths tends to bite back the moment someone runs a system where those services aren't prioritized. The fix removes the guesswork without stripping away the actual gamemode features for users who want them.
Head here to grab the update from Flathub.


