You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
( I wasn't able to reproduce this by just executing an OUT AL,DX with DX=0x330 in DEBUG )
segfault
Expected behavior
Some kind of playback, or at least not a crash
Screenshots
.....
Opening MIDI port hw:0,0,0
Failed to open MIDI
...
Thread 25 "Main Thread" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff83fff6c0 (LWP 14352)]
0x00007ffff70d9bb4 in snd_rawmidi_write () from /usr/lib/libasound.so.2
(gdb) i s
#0 0x00007ffff70d9bb4 in snd_rawmidi_write () at /usr/lib/libasound.so.2
#1 0x0000555555ab9b02 in outb (port=0x330, val=0x0) at /usr/src/debug/pcem-git/pcem/src/io.c:128
#2 0x000055555586dbbe in opOUT_AL_DX (rmdat=<optimized out>) at /usr/src/debug/pcem-git/pcem/includes/private/cpu/x86_ops_io.h:127
#3 0x00007fffe7278509 in ??? ()
#4 0x0000000000005f02 in ??? ()
#5 0x0000555500000014 in ??? ()
#6 0x0000001000000000 in ??? ()
#7 0x00000000000000f1 in ??? ()
#8 0x0000000000001eb5 in ??? ()
#9 0x000000000000412e in ??? ()
#10 0x000000f200000004 in ??? ()
#11 0x0000000000000000 in ??? ()
Emulator configuration
Machine: ami486
CPU: 486/dx50
Graphics/sound cards: vga, sb16
Installed OS freedos
Host machine
OS: archlinux, alsa-lib 1.2.11
Emulator version : built from git
Additional context
I'm not sure why it's trying to open and access a raw ALSA midi device, since its configured for sb16?
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to run https://dosmid.sourceforge.net/ on a freedos image
To Reproduce
OUT AL,DX
with DX=0x330 in DEBUG )Expected behavior
Some kind of playback, or at least not a crash
Screenshots
Emulator configuration
Host machine
Additional context
I'm not sure why it's trying to open and access a raw ALSA midi device, since its configured for sb16?
The text was updated successfully, but these errors were encountered: