ikemen-engine / Ikemen-GO

An open-source fighting game engine that supports MUGEN resources.
https://ikemen-engine.github.io
Other
736 stars 126 forks source link

Character sounds not playing #1427

Open CrocodileCroco opened 1 year ago

CrocodileCroco commented 1 year ago

Describe the bug

Some characters seems to be muted, not playing any sound and i have no error showing in the console.

To Reproduce

  1. Download a character from whatever mugen website and add it to your Ikemen GO game
  2. Select that character and start the round

Expected behavior

The characters should be playing their sounds from the .snd file

Screenshots / Video

No response

Engine Version (or source code date)

v0.99.0-rc.3

Operating system

Linux

Extra context or search terms

I'm on Linux Mint latest version

Lazin3ss commented 1 year ago

Upload the character we should use for testing, otherwise we won't be able to fix this bug. In any case, it probably was the PlaySnd bug @Eiton fixed, try nightly version.

CrocodileCroco commented 1 year ago

It's this one which does not play any sound : https://www.dropbox.com/s/x0k2qnp04nh7hb0/SMG4%201.1.0.rar?dl=0 (and yes, i tried nightly, still the same)

Eiton commented 1 year ago

The sounds of the character are played normally, at least on Windows build. Did you check the audio setting? Maybe you muted Ikemen Go.

CrocodileCroco commented 1 year ago

The sounds of the character are played normally, at least on Windows build. Did you check the audio setting? Maybe you muted Ikemen Go.

Yes i did check the audio settings, Ikemen Go is not muted and when using the Windows build with wine, it still do the same thing (not playing character sounds) :/

Eiton commented 1 year ago

Dose ikemen go play other sounds? e.g. bgm, select menu sounds. Does it happen on 0.98.2?