xorus / EngageTimer

Stopwatch / Countdown plugin for Dalamud
GNU Affero General Public License v3.0
16 stars 6 forks source link

Audio does not work on Linux #32

Closed xorus closed 2 years ago

xorus commented 2 years ago

You might experience some crashes with the plugin on Linux because of the audio engine I'm using. I hope I can get to fixing that soon, but for the time being, please disable this option :

image

If your game crashes before you can access the plugins settings, the entry is called EnableTickingSound in the JSON, and you need to set it to false.

Related to #31


Underlying problem: NAudio does not want to work on linux (can't test it by myself)

xorus commented 2 years ago

Fixed in my testing repo. I'll take some time to check if it does not cause crashes.