-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Test result) Terraria works with issues #44
Comments
Those are likely related issues. |
Running from steam (with
Which points to .. sound, yeah. Running from the command-line mentions
|
Does setting
That actually leads to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245533 and the corresponding FAudio / SDL issues. |
So? |
I'll answer this myself: FAudio calls SDL_GetNumAudioDevices, SDL_GetNumAudioDevices returns 0, FAudio bails out. We are, however, dealing with an OSS specific crash here:
The workaround for that bug was committed to FAudio relatively recently, so you need to update the library bundled with the game. Proton 6.3 has a sufficiently recent version: |
The compatibility page lists terraria as not working. It works by running
~/.steam/steam/steamapps/common/Terraria/Terraria.bin.x86_64
manually. Preloading mono wasn't necessary. Sound doesn't work.Tested on FBSD 13 with a GTX 1050Ti
The text was updated successfully, but these errors were encountered: