Teeworlds fails to load sound files

  • Open
  • quality assurance status badge
Details
One participant
  • pkill9
Owner
unassigned
Submitted by
pkill9
Severity
normal

Debbugs page

pkill9 wrote 5 years ago
(address . bug-guix@gnu.org)
20200424191258.12bed1b5@runbox.com
I've attached a log.

It seems to fail to load all the sound files, e.g.
```
[2020-04-24 19:09:35][sound/wv]: failed to open audio/music_menu.wv:
can't open file
```.

I don't think it is failing to find them, because they are in
<teeworlds-package>/share/teeworlds/data/audio, and it successfully
finds another file in the data subdirectory from seeing that log:
```
[2020-04-24 19:09:35][datafile]: loading.
filename='ui/themes/winter_night.map'
```
Attachment: log.log
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 40825@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40825
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help