Yousician 5.34 working in Bottles with Google login and low-latency audio #4576
SFaguiar
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to share a reproducible Bottles configuration that made the current Windows version of Yousician work on Linux.
Disclaimer: this is a community workaround and not an official Bottles or Yousician support path. Apply it on a backed-up bottle and treat every test as at your own risk.
Validated environment:
Working features include Google authentication through the host browser, post-login loading, fully rendered menus, microphone input, audio output and normal navigation.
The final bottle uses:
The DXVK configuration is:
dxgi.maxFrameRate = 60The most important Bottles-specific finding was process tracking.
Yousician Launcher.exeexits after starting the real app. In this Flatpak flow,bottles-clithen considered the tracked program finished and closed the execution environment containing Yousician.The reliable solution was to keep the launcher for installation/updates but register the real executable as a second Bottles program:
The final desktop launch passes the DXVK config explicitly:
For audio,
Windows 10 Audiowith a 480-frame buffer at 48 kHz worked reliably. The 240-frame automatic setting produced repeated ALSA/PipeWire underruns on the tested laptop.System Wine and Soda each solved only part of the problem. Wine-Proton 11.0-1 was the first tested runner to provide both the working Unity rendering path and working WASAPI audio.
Full guide with runner checksum, installation steps, logs and failed approaches:
https://gist.github.com/SFaguiar/4628ce08cc891399e8f99fd471cf18bb
The troubleshooting and working configuration were performed for me by GPT-5.6-sol xhigh. I tested the resulting setup and confirmed that Yousician is working properly on my machine.
This is a compatibility report, not a Bottles bug report. If other users can reproduce it on clean bottles, it may be a useful candidate for a maintained community installer or recipe.
All reactions