Opened 12 years ago
Last modified 12 months ago
#8843 assigned bug
[MediaPlayer] doesn't exit if started with unsupported file as an argument (easy)
Reported by: | diver | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1.1 |
Component: | Applications/MediaPlayer | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev44478.
MediaPlayer /var/log/syslog shows unsupported alert and stays in Deskbar.
Change History (9)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
System: Haiku R1Alpha4-44702 on Virtualbox v4.2.4r81684 Windows Ultimate x64. CPU: i5 3570k 3.4 ghz ( 1 Cpu allocated to Haiku) Ram: 4gb ddr3 (2gb allocated to Haiku) Video memory: 8mb allocated to Haiku . Acceleration not enabled in Virtualbox
When I try to open an unsupported file. The only thing that happens is a window pops up saying is none of the files you wanted to play are supported media files, and nothing else.
comment:3 by , 9 years ago
Summary: | [MediaPlayer] doesn't exit if started with unsupported file as an argument → [MediaPlayer] doesn't exit if started with unsupported file as an argument (easy) |
---|
comment:6 by , 6 years ago
Owner: | changed from | to
---|
comment:7 by , 4 years ago
Milestone: | R1 → R1.1 |
---|
comment:8 by , 12 months ago
I believe the fix for this is to add a call to QuitRequested() after displaying the alert. I have successfully implemented this on my local repository of R1/beta4.
I am almost sure that this is a regression. I remember having tested this use-case specifically.