Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] No midi music playback in Doomretro
@ 2021-05-02 22:26 josephreynolds1
  2021-05-02 22:49 ` ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: josephreynolds1 @ 2021-05-02 22:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1848 bytes --]

New issue by josephreynolds1 on void-packages repository

https://github.com/void-linux/void-packages/issues/30635

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *output of ``xuname`` (part of xtools)*
Void 5.11.16_1 x86_64 GenuineIntel uptodate rFFFFF

* package:  
  *affected package(s) including the version*: 
doomretro-4.0.9_1
fluidsynth-2.2.0_1
soundfont-fluid-3.1_4
alsa-lib-1.2.4_2
SDL2_mixer-2.0.4_3

### Expected behavior

Midi music plays in game

### Actual behavior

Midi music in game is not playing.

```
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
Note: Illegal Audio-MPEG-Header 0x00000000 at offset 1481.
Note: Trying to resync...
Note: Hit end of (available) data during resync.
Note: Illegal Audio-MPEG-Header 0x00000000 at offset 25926.
Note: Trying to resync...
Note: Hit end of (available) data during resync.
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
```

### Steps to reproduce the behavior

Install doomretro package, install fluidsynth and soundfont-fluid

set soundfont in profile

SDL_SOUNDFONTS=/usr/share/soundfonts/FluidR3_GM.sf2

Play game doomretro doom.wad


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: No midi music playback in Doomretro
  2021-05-02 22:26 [ISSUE] No midi music playback in Doomretro josephreynolds1
@ 2021-05-02 22:49 ` ericonr
  2021-05-03  5:50 ` benalb
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-05-02 22:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/30635#issuecomment-830919433

Comment:
@benalb any idea?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: No midi music playback in Doomretro
  2021-05-02 22:26 [ISSUE] No midi music playback in Doomretro josephreynolds1
  2021-05-02 22:49 ` ericonr
@ 2021-05-03  5:50 ` benalb
  2022-02-21  9:58 ` Barbaross93
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: benalb @ 2021-05-03  5:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

New comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/issues/30635#issuecomment-831036104

Comment:
It's a known  [bug](https://github.com/bradharding/doomretro/issues/639), as a workaround, a file with pre-recorded music can be used. 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: No midi music playback in Doomretro
  2021-05-02 22:26 [ISSUE] No midi music playback in Doomretro josephreynolds1
  2021-05-02 22:49 ` ericonr
  2021-05-03  5:50 ` benalb
@ 2022-02-21  9:58 ` Barbaross93
  2022-02-21  9:59 ` Barbaross93
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Barbaross93 @ 2022-02-21  9:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

New comment by Barbaross93 on void-packages repository

https://github.com/void-linux/void-packages/issues/30635#issuecomment-1046682024

Comment:
In addtion to specifying $SDL_SOUNDFONTS, I had to install `libfluidsynth` in order for music to work.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: No midi music playback in Doomretro
  2021-05-02 22:26 [ISSUE] No midi music playback in Doomretro josephreynolds1
                   ` (2 preceding siblings ...)
  2022-02-21  9:58 ` Barbaross93
@ 2022-02-21  9:59 ` Barbaross93
  2022-05-23  2:12 ` github-actions
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Barbaross93 @ 2022-02-21  9:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

New comment by Barbaross93 on void-packages repository

https://github.com/void-linux/void-packages/issues/30635#issuecomment-1046682024

Comment:
In addtion to specifying `$SDL_SOUNDFONTS`, I had to install `libfluidsynth` in order for music to work.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: No midi music playback in Doomretro
  2021-05-02 22:26 [ISSUE] No midi music playback in Doomretro josephreynolds1
                   ` (3 preceding siblings ...)
  2022-02-21  9:59 ` Barbaross93
@ 2022-05-23  2:12 ` github-actions
  2022-05-25  2:15 ` [ISSUE] [CLOSED] " ericonr
  2022-05-25  2:15 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-05-23  2:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/30635#issuecomment-1134091591

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: No midi music playback in Doomretro
  2021-05-02 22:26 [ISSUE] No midi music playback in Doomretro josephreynolds1
                   ` (5 preceding siblings ...)
  2022-05-25  2:15 ` [ISSUE] [CLOSED] " ericonr
@ 2022-05-25  2:15 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2022-05-25  2:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/30635#issuecomment-1136640802

Comment:
I don't think there's anything actionable for us.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ISSUE] [CLOSED] No midi music playback in Doomretro
  2021-05-02 22:26 [ISSUE] No midi music playback in Doomretro josephreynolds1
                   ` (4 preceding siblings ...)
  2022-05-23  2:12 ` github-actions
@ 2022-05-25  2:15 ` ericonr
  2022-05-25  2:15 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2022-05-25  2:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1851 bytes --]

Closed issue by josephreynolds1 on void-packages repository

https://github.com/void-linux/void-packages/issues/30635

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *output of ``xuname`` (part of xtools)*
Void 5.11.16_1 x86_64 GenuineIntel uptodate rFFFFF

* package:  
  *affected package(s) including the version*: 
doomretro-4.0.9_1
fluidsynth-2.2.0_1
soundfont-fluid-3.1_4
alsa-lib-1.2.4_2
SDL2_mixer-2.0.4_3

### Expected behavior

Midi music plays in game

### Actual behavior

Midi music in game is not playing.

```
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
Note: Illegal Audio-MPEG-Header 0x00000000 at offset 1481.
Note: Trying to resync...
Note: Hit end of (available) data during resync.
Note: Illegal Audio-MPEG-Header 0x00000000 at offset 25926.
Note: Trying to resync...
Note: Hit end of (available) data during resync.
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
```

### Steps to reproduce the behavior

Install doomretro package, install fluidsynth and soundfont-fluid

set soundfont in profile

SDL_SOUNDFONTS=/usr/share/soundfonts/FluidR3_GM.sf2

Play game doomretro doom.wad


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-05-25  2:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-02 22:26 [ISSUE] No midi music playback in Doomretro josephreynolds1
2021-05-02 22:49 ` ericonr
2021-05-03  5:50 ` benalb
2022-02-21  9:58 ` Barbaross93
2022-02-21  9:59 ` Barbaross93
2022-05-23  2:12 ` github-actions
2022-05-25  2:15 ` [ISSUE] [CLOSED] " ericonr
2022-05-25  2:15 ` ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).