Drewol / unnamed-sdvx-clone

A game based on K-Shoot MANIA and Sound Voltex
MIT License
792 stars 96 forks source link

[Bug] Song not playing in linux build #669

Open Reimu24 opened 6 months ago

Reimu24 commented 6 months ago

Describe the bug A clear and concise description of what the bug is. everything works fine except when started a song, nothing happens

To Reproduce Steps to reproduce the behavior: Start any song

Expected behavior A clear and concise description of what you expected to happen. Song starts playing

Screenshots If applicable, add screenshots to help explain your problem. Screenshot_20240510_154924_TermuxX11

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Log file If applicable, attach the log file or paste a snippet of it. log_usc-game.txt

Drewol commented 6 months ago

Does audio play at all in any of the menus?

Reimu24 commented 6 months ago

nope, also by song not playing i mean the entire chart not playing too

Drewol commented 6 months ago

The game syncs the chart playback with the audio but if there is no audio then it cant play. So the issue is with the game not being able to open any audio device.

coyote963 commented 1 month ago

Had this same issue and reinstalled SDL2 fixed it