qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1873769] [NEW] SB16 audio playback freezes emulation in Windows 95 guest
@ 2020-04-20  9:28 Marko Štamcar
  2020-07-02 20:21 ` [Bug 1873769] " Allan Peramaki
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Marko Štamcar @ 2020-04-20  9:28 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

- QEMU 4.2.93 (v5.0.0-rc3) built from latest git master
20038cd7a8412feeb49c01f6ede89e36c8995472 using MSYS2 on Windows 10 and
launched on same Windows 10

- Launched using "qemu-system-i386.exe -drive format=raw,file=hdd-
2gb.img -soundhw pcspk,sb16 -m 16 -cpu pentium -vga std -cdrom
Windows_95.iso -boot c"

- I have attached video screen capture of the issue

---

I decided to make my first ever QEMU build after encountering the dsound
issues using the latest 4.2.0 binary from https://qemu.weilnetz.de/w64/.
In my 5.0.0-rc3 build the sound playback is working correctly, however
the whole Windows 95 UI freezes while sound is playing.

** Affects: qemu
     Importance: Undecided
         Status: New

** Attachment added: "Video screen capture of the issue"
   https://bugs.launchpad.net/bugs/1873769/+attachment/5357082/+files/win95audio.mp4

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873769

Title:
  SB16 audio playback freezes emulation in Windows 95 guest

Status in QEMU:
  New

Bug description:
  - QEMU 4.2.93 (v5.0.0-rc3) built from latest git master
  20038cd7a8412feeb49c01f6ede89e36c8995472 using MSYS2 on Windows 10 and
  launched on same Windows 10

  - Launched using "qemu-system-i386.exe -drive format=raw,file=hdd-
  2gb.img -soundhw pcspk,sb16 -m 16 -cpu pentium -vga std -cdrom
  Windows_95.iso -boot c"

  - I have attached video screen capture of the issue

  ---

  I decided to make my first ever QEMU build after encountering the
  dsound issues using the latest 4.2.0 binary from
  https://qemu.weilnetz.de/w64/. In my 5.0.0-rc3 build the sound
  playback is working correctly, however the whole Windows 95 UI freezes
  while sound is playing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1873769/+subscriptions


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

* [Bug 1873769] Re: SB16 audio playback freezes emulation in Windows 95 guest
  2020-04-20  9:28 [Bug 1873769] [NEW] SB16 audio playback freezes emulation in Windows 95 guest Marko Štamcar
@ 2020-07-02 20:21 ` Allan Peramaki
  2021-01-06 15:45 ` Vladislav K. Valtchev
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Allan Peramaki @ 2020-07-02 20:21 UTC (permalink / raw)
  To: qemu-devel

This is with GTK UI? Do you still have the same problem if you use Spice
and remote-viewer instead?

(GTK UI and Sound Blaster 16 emulation don't play well together. GTK UI
does screen updates only when the main event loop becomes idle, but it
never becomes idle when SB16 audio is playing due to the way
hw/dma/i8257 works. The combination of GTK UI screen updates + SB16 DMA
transfer additionally causes i8257_dma_run() getting called at a very
rapid rate.)

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873769

Title:
  SB16 audio playback freezes emulation in Windows 95 guest

Status in QEMU:
  New

Bug description:
  - QEMU 4.2.93 (v5.0.0-rc3) built from latest git master
  20038cd7a8412feeb49c01f6ede89e36c8995472 using MSYS2 on Windows 10 and
  launched on same Windows 10

  - Launched using "qemu-system-i386.exe -drive format=raw,file=hdd-
  2gb.img -soundhw pcspk,sb16 -m 16 -cpu pentium -vga std -cdrom
  Windows_95.iso -boot c"

  - I have attached video screen capture of the issue

  ---

  I decided to make my first ever QEMU build after encountering the
  dsound issues using the latest 4.2.0 binary from
  https://qemu.weilnetz.de/w64/. In my 5.0.0-rc3 build the sound
  playback is working correctly, however the whole Windows 95 UI freezes
  while sound is playing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1873769/+subscriptions


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

* [Bug 1873769] Re: SB16 audio playback freezes emulation in Windows 95 guest
  2020-04-20  9:28 [Bug 1873769] [NEW] SB16 audio playback freezes emulation in Windows 95 guest Marko Štamcar
  2020-07-02 20:21 ` [Bug 1873769] " Allan Peramaki
@ 2021-01-06 15:45 ` Vladislav K. Valtchev
  2021-01-06 15:50 ` Vladislav K. Valtchev
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Vladislav K. Valtchev @ 2021-01-06 15:45 UTC (permalink / raw)
  To: qemu-devel

Hi Allan, 
I've hit EXACTLY the same problem, while writing a SB16 driver.

Reproducing the bug
----------------------
I've tried to QEMU 4 in several scenarios (GTK UI, text mode with the -curses option,
just serial console with -nographic and with virt-manager which uses Spice). It works
as expected in all the cases EXCEPT for the GTK UI: in that case, the video freezes
while playing the sound, exactly as in the video posted by Marko; even QEMU's menu
doesn't respond while the audio is playing (the bug affects the whole QEMU UI).

Regression
---------------------
I've also tried the same test with QEMU 2.11, on another machine with Ubuntu 18.04 (LTS)
and there the problem simply does *not* exist. QEMU's UI (does QEMU 2.x uses GTK?),
works GREAT while playing SB16 audio.

Conclusion
----------------
Is there any chance this bug could be fixed easily, or a fix would necessarily require
a (partial) re-design of the way the GTK UI works? In particular, why on QEMU 2.11 the
problem does not exist?


Thanks in advance,
Vlad

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873769

Title:
  SB16 audio playback freezes emulation in Windows 95 guest

Status in QEMU:
  New

Bug description:
  - QEMU 4.2.93 (v5.0.0-rc3) built from latest git master
  20038cd7a8412feeb49c01f6ede89e36c8995472 using MSYS2 on Windows 10 and
  launched on same Windows 10

  - Launched using "qemu-system-i386.exe -drive format=raw,file=hdd-
  2gb.img -soundhw pcspk,sb16 -m 16 -cpu pentium -vga std -cdrom
  Windows_95.iso -boot c"

  - I have attached video screen capture of the issue

  ---

  I decided to make my first ever QEMU build after encountering the
  dsound issues using the latest 4.2.0 binary from
  https://qemu.weilnetz.de/w64/. In my 5.0.0-rc3 build the sound
  playback is working correctly, however the whole Windows 95 UI freezes
  while sound is playing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1873769/+subscriptions


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

* [Bug 1873769] Re: SB16 audio playback freezes emulation in Windows 95 guest
  2020-04-20  9:28 [Bug 1873769] [NEW] SB16 audio playback freezes emulation in Windows 95 guest Marko Štamcar
  2020-07-02 20:21 ` [Bug 1873769] " Allan Peramaki
  2021-01-06 15:45 ` Vladislav K. Valtchev
@ 2021-01-06 15:50 ` Vladislav K. Valtchev
  2021-01-07 10:10   ` Maxim Levitsky
  2021-05-11  5:17 ` Thomas Huth
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 9+ messages in thread
From: Vladislav K. Valtchev @ 2021-01-06 15:50 UTC (permalink / raw)
  To: qemu-devel

P.S.: sorry for the terribly broken lines. I didn't expect launchpad to
add additional line breaks that way :-(

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873769

Title:
  SB16 audio playback freezes emulation in Windows 95 guest

Status in QEMU:
  New

Bug description:
  - QEMU 4.2.93 (v5.0.0-rc3) built from latest git master
  20038cd7a8412feeb49c01f6ede89e36c8995472 using MSYS2 on Windows 10 and
  launched on same Windows 10

  - Launched using "qemu-system-i386.exe -drive format=raw,file=hdd-
  2gb.img -soundhw pcspk,sb16 -m 16 -cpu pentium -vga std -cdrom
  Windows_95.iso -boot c"

  - I have attached video screen capture of the issue

  ---

  I decided to make my first ever QEMU build after encountering the
  dsound issues using the latest 4.2.0 binary from
  https://qemu.weilnetz.de/w64/. In my 5.0.0-rc3 build the sound
  playback is working correctly, however the whole Windows 95 UI freezes
  while sound is playing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1873769/+subscriptions


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

* Re: [Bug 1873769] Re: SB16 audio playback freezes emulation in Windows 95 guest
  2021-01-06 15:50 ` Vladislav K. Valtchev
@ 2021-01-07 10:10   ` Maxim Levitsky
  0 siblings, 0 replies; 9+ messages in thread
From: Maxim Levitsky @ 2021-01-07 10:10 UTC (permalink / raw)
  To: Bug 1873769, qemu-devel

On Wed, 2021-01-06 at 15:50 +0000, Vladislav K. Valtchev wrote:
> P.S.: sorry for the terribly broken lines. I didn't expect launchpad to
> add additional line breaks that way :-(
> 
FYI, since I am into retro gaming with kvm on win98, I ended up using
-device AC97 with old realtek_3_41 win95 (I think) drivers. I didn't play
with win95 though.

I do notice the exact same issue with SB16.

Best regards,
	Maxim Levitsky



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

* [Bug 1873769] Re: SB16 audio playback freezes emulation in Windows 95 guest
  2020-04-20  9:28 [Bug 1873769] [NEW] SB16 audio playback freezes emulation in Windows 95 guest Marko Štamcar
                   ` (2 preceding siblings ...)
  2021-01-06 15:50 ` Vladislav K. Valtchev
@ 2021-05-11  5:17 ` Thomas Huth
  2021-07-11  4:17 ` Launchpad Bug Tracker
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Thomas Huth @ 2021-05-11  5:17 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently moving its bug tracking to another system.
For this we need to know which bugs are still valid and which could be
closed already. Thus we are setting the bug state to "Incomplete" now.

If the bug has already been fixed in the latest upstream version of QEMU,
then please close this ticket as "Fix released".

If it is not fixed yet and you think that this bug report here is still
valid, then you have two options:

1) If you already have an account on gitlab.com, please open a new ticket
for this problem in our new tracker here:

    https://gitlab.com/qemu-project/qemu/-/issues

and then close this ticket here on Launchpad (or let it expire auto-
matically after 60 days). Please mention the URL of this bug ticket on
Launchpad in the new ticket on GitLab.

2) If you don't have an account on gitlab.com and don't intend to get
one, but still would like to keep this ticket opened, then please switch
the state back to "New" or "Confirmed" within the next 60 days (other-
wise it will get closed as "Expired"). We will then eventually migrate
the ticket automatically to the new system (but you won't be the reporter
of the bug in the new system and thus you won't get notified on changes
anymore).

Thank you and sorry for the inconvenience.


** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873769

Title:
  SB16 audio playback freezes emulation in Windows 95 guest

Status in QEMU:
  Incomplete

Bug description:
  - QEMU 4.2.93 (v5.0.0-rc3) built from latest git master
  20038cd7a8412feeb49c01f6ede89e36c8995472 using MSYS2 on Windows 10 and
  launched on same Windows 10

  - Launched using "qemu-system-i386.exe -drive format=raw,file=hdd-
  2gb.img -soundhw pcspk,sb16 -m 16 -cpu pentium -vga std -cdrom
  Windows_95.iso -boot c"

  - I have attached video screen capture of the issue

  ---

  I decided to make my first ever QEMU build after encountering the
  dsound issues using the latest 4.2.0 binary from
  https://qemu.weilnetz.de/w64/. In my 5.0.0-rc3 build the sound
  playback is working correctly, however the whole Windows 95 UI freezes
  while sound is playing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1873769/+subscriptions


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

* [Bug 1873769] Re: SB16 audio playback freezes emulation in Windows 95 guest
  2020-04-20  9:28 [Bug 1873769] [NEW] SB16 audio playback freezes emulation in Windows 95 guest Marko Štamcar
                   ` (3 preceding siblings ...)
  2021-05-11  5:17 ` Thomas Huth
@ 2021-07-11  4:17 ` Launchpad Bug Tracker
  2021-07-11  9:04 ` Vladislav K. Valtchev
  2021-07-11  9:59 ` Thomas Huth
  6 siblings, 0 replies; 9+ messages in thread
From: Launchpad Bug Tracker @ 2021-07-11  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873769

Title:
  SB16 audio playback freezes emulation in Windows 95 guest

Status in QEMU:
  Expired

Bug description:
  - QEMU 4.2.93 (v5.0.0-rc3) built from latest git master
  20038cd7a8412feeb49c01f6ede89e36c8995472 using MSYS2 on Windows 10 and
  launched on same Windows 10

  - Launched using "qemu-system-i386.exe -drive format=raw,file=hdd-
  2gb.img -soundhw pcspk,sb16 -m 16 -cpu pentium -vga std -cdrom
  Windows_95.iso -boot c"

  - I have attached video screen capture of the issue

  ---

  I decided to make my first ever QEMU build after encountering the
  dsound issues using the latest 4.2.0 binary from
  https://qemu.weilnetz.de/w64/. In my 5.0.0-rc3 build the sound
  playback is working correctly, however the whole Windows 95 UI freezes
  while sound is playing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1873769/+subscriptions


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

* [Bug 1873769] Re: SB16 audio playback freezes emulation in Windows 95 guest
  2020-04-20  9:28 [Bug 1873769] [NEW] SB16 audio playback freezes emulation in Windows 95 guest Marko Štamcar
                   ` (4 preceding siblings ...)
  2021-07-11  4:17 ` Launchpad Bug Tracker
@ 2021-07-11  9:04 ` Vladislav K. Valtchev
  2021-07-11  9:59 ` Thomas Huth
  6 siblings, 0 replies; 9+ messages in thread
From: Vladislav K. Valtchev @ 2021-07-11  9:04 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Expired => Confirmed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873769

Title:
  SB16 audio playback freezes emulation in Windows 95 guest

Status in QEMU:
  Confirmed

Bug description:
  - QEMU 4.2.93 (v5.0.0-rc3) built from latest git master
  20038cd7a8412feeb49c01f6ede89e36c8995472 using MSYS2 on Windows 10 and
  launched on same Windows 10

  - Launched using "qemu-system-i386.exe -drive format=raw,file=hdd-
  2gb.img -soundhw pcspk,sb16 -m 16 -cpu pentium -vga std -cdrom
  Windows_95.iso -boot c"

  - I have attached video screen capture of the issue

  ---

  I decided to make my first ever QEMU build after encountering the
  dsound issues using the latest 4.2.0 binary from
  https://qemu.weilnetz.de/w64/. In my 5.0.0-rc3 build the sound
  playback is working correctly, however the whole Windows 95 UI freezes
  while sound is playing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1873769/+subscriptions


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

* [Bug 1873769] Re: SB16 audio playback freezes emulation in Windows 95 guest
  2020-04-20  9:28 [Bug 1873769] [NEW] SB16 audio playback freezes emulation in Windows 95 guest Marko Štamcar
                   ` (5 preceding siblings ...)
  2021-07-11  9:04 ` Vladislav K. Valtchev
@ 2021-07-11  9:59 ` Thomas Huth
  6 siblings, 0 replies; 9+ messages in thread
From: Thomas Huth @ 2021-07-11  9:59 UTC (permalink / raw)
  To: qemu-devel

This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'expired' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/469


** Tags added: audio

** Changed in: qemu
       Status: Confirmed => Expired

** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #469
   https://gitlab.com/qemu-project/qemu/-/issues/469

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873769

Title:
  SB16 audio playback freezes emulation in Windows 95 guest

Status in QEMU:
  Expired

Bug description:
  - QEMU 4.2.93 (v5.0.0-rc3) built from latest git master
  20038cd7a8412feeb49c01f6ede89e36c8995472 using MSYS2 on Windows 10 and
  launched on same Windows 10

  - Launched using "qemu-system-i386.exe -drive format=raw,file=hdd-
  2gb.img -soundhw pcspk,sb16 -m 16 -cpu pentium -vga std -cdrom
  Windows_95.iso -boot c"

  - I have attached video screen capture of the issue

  ---

  I decided to make my first ever QEMU build after encountering the
  dsound issues using the latest 4.2.0 binary from
  https://qemu.weilnetz.de/w64/. In my 5.0.0-rc3 build the sound
  playback is working correctly, however the whole Windows 95 UI freezes
  while sound is playing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1873769/+subscriptions


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

end of thread, other threads:[~2021-07-11 10:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20  9:28 [Bug 1873769] [NEW] SB16 audio playback freezes emulation in Windows 95 guest Marko Štamcar
2020-07-02 20:21 ` [Bug 1873769] " Allan Peramaki
2021-01-06 15:45 ` Vladislav K. Valtchev
2021-01-06 15:50 ` Vladislav K. Valtchev
2021-01-07 10:10   ` Maxim Levitsky
2021-05-11  5:17 ` Thomas Huth
2021-07-11  4:17 ` Launchpad Bug Tracker
2021-07-11  9:04 ` Vladislav K. Valtchev
2021-07-11  9:59 ` Thomas Huth

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).