otclientv8 icon indicating copy to clipboard operation
otclientv8 copied to clipboard

Linux version can't reproduce sound

Open guihkx opened this issue 3 years ago • 0 comments

Simple macro to test:

macro(2000, "sound test", function()
  local result = playSound("/sounds/Player_Detected.ogg")
  print(result and "ok" or "fail")
end)

Console:

image

I'm using the last build downloaded from this repository (commit 9522f83), yet this is the build version shown in the Linux client:

image

Funnily enough, I can play the Windows version on Linux using Wine just fine, and the audio works too ¯\_(ツ)_/¯

image

image

Still, it'd be great to have audio working on the Linux version.

Thanks

guihkx avatar Jan 23 '22 03:01 guihkx