https://bugs.winehq.org/show_bug.cgi?id=42014
Bug ID: 42014 Summary: wine refuses BOSE Soundtouch Product: Wine Version: 1.6.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: Rainwine@orbitcomputer.de Distribution: Mint
Created attachment 56459 --> https://bugs.winehq.org/attachment.cgi?id=56459 wine backtrace file
BOSE
https://bugs.winehq.org/show_bug.cgi?id=42014
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #1 from winetest@luukku.com --- You need to upgarade your wine version.
1.8 1.9 or 2.0 series.
I saw similar error with another application winetricks -q corefonts seem to fixed it.
https://bugs.winehq.org/show_bug.cgi?id=42014
--- Comment #2 from Rosanne DiMesio dimesio@earthlink.net --- *** Bug 42015 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=42014
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO
https://bugs.winehq.org/show_bug.cgi?id=42014
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|wine refuses BOSE |BOSE SoundTouch crashes on |Soundtouch |start inside | |qt5webenginecore
https://bugs.winehq.org/show_bug.cgi?id=42014
Paul Anderson p.anderson@iinet.net.au changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |p.anderson@iinet.net.au
--- Comment #3 from Paul Anderson p.anderson@iinet.net.au --- Created attachment 56546 --> https://bugs.winehq.org/attachment.cgi?id=56546 Sound touch crash
I have the same issue
https://bugs.winehq.org/show_bug.cgi?id=42014
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #4 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Created attachment 56577 --> https://bugs.winehq.org/attachment.cgi?id=56577 +advapi trace
I guess this is the app?: https://downloads.bose.com/ced/soundtouch/mr4_2016/SoundTouch-app-installer-...
In future please add downloadlink
I got it running by a hack: returning FALSE for GetKernelObjectSecurity in /advapi32/security.c
It also needs SetFileCompletionNotificationModes implementation from Staging then it at least the GUI seem to run fine
I attached +advapi trace; probably some security issue
https://bugs.winehq.org/show_bug.cgi?id=42014
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Created attachment 56626 --> https://bugs.winehq.org/attachment.cgi?id=56626 less hackiesh patch
I attach less hackiesh way of getting the app run, but still incorrect (most likely)
The app calls GetKernelobjectSecurity with LABEL_SECURITY_INFORMATION, which does not seem to be handled (at all/correctly) in wine.
I`ll try add a test first to see what windows does when it`s called with this value.
Note: There are at least 2 (most likely) duplicates of this bug in bugzilla if i guess correctly:
https://bugs.winehq.org/show_bug.cgi?id=41178
https://bugs.winehq.org/show_bug.cgi?id=40118
https://bugs.winehq.org/show_bug.cgi?id=42014
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=39262
https://bugs.winehq.org/show_bug.cgi?id=42014
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Keywords| |download
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- This bug is fixed in latest wine-staging release 2.0-rc5
(by Added patch to implement support for LABEL_SECURITY_INFORMATION f06f5c3b0caef7fbab9629c0453cb8c18a039389)
The application starts fine for me now.
https://bugs.winehq.org/show_bug.cgi?id=42014
--- Comment #7 from winetest@luukku.com --- Shouldnt this bug be marked as staged?
https://bugs.winehq.org/show_bug.cgi?id=42014
--- Comment #8 from Rainwine@orbitcomputer.de --- Created attachment 56873 --> https://bugs.winehq.org/attachment.cgi?id=56873 same issue with wine 2.0 rc5
The issue still occurs after upgrading to wine 2.0 rc5 (see backtrace2.txt).
https://bugs.winehq.org/show_bug.cgi?id=42014
--- Comment #9 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- (In reply to Rainwine from comment #8)
Created attachment 56873 [details] same issue with wine 2.0 rc5
The issue still occurs after upgrading to wine 2.0 rc5 (see backtrace2.txt).
Hi Rainwine, it`s fixed in wine-staging (so not wine itsself). Wine-staging contains some more development patches, stillin experimental stage. (You can install it via you packagemanager i guess)
https://bugs.winehq.org/show_bug.cgi?id=42014
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michael@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=42014
--- Comment #10 from RainWine Rainwine@orbitcomputer.de --- Created attachment 56874 --> https://bugs.winehq.org/attachment.cgi?id=56874 error only appears after closing the app
Wow, thanks Louis Lenders! Installing the wine staging branch lets me start "BOSE SoundTouch" without errors now! Just after closing the app it shows me the error-message again, but it's fine for me this way, because the app itself seems to run smoothly now.
As I cannot perform the final test with the SoundTouch device connected, as it is in repair, I leave the status once unchanged.
https://bugs.winehq.org/show_bug.cgi?id=42014
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #11 from Fabian Maurer dark.shadow4@web.de --- Also affects Paltalk (paltalk.com). Issue is fixed with wine-staging.
https://bugs.winehq.org/show_bug.cgi?id=42014
--- Comment #12 from winetest@luukku.com --- (In reply to Louis Lenders from comment #6)
This bug is fixed in latest wine-staging release 2.0-rc5
(by Added patch to implement support for LABEL_SECURITY_INFORMATION f06f5c3b0caef7fbab9629c0453cb8c18a039389)
The application starts fine for me now.
Should be changed staging status...maybe change the title too since the bug has been analyzed?
https://bugs.winehq.org/show_bug.cgi?id=42014
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rfox@foxconsult.com
--- Comment #13 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- *** Bug 40881 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=42014
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|BOSE SoundTouch crashes on |Multiple apps crash on |start inside |start inside |qt5webenginecore |qt5webenginecore (affects | |BOSE SoundTouch, Spotify, | |Paltalk)
https://bugs.winehq.org/show_bug.cgi?id=42014
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.winehq.org/sho | |w_bug.cgi?id=39262 | Summary|Multiple apps crash on |Multiple apps crash on |start inside |start due to missing |qt5webenginecore (affects |support for |BOSE SoundTouch, Spotify, |LABEL_SECURITY_INFORMATION( |Paltalk) |affects BOSE SoundTouch, | |Spotify, Paltalk) Blocks| |39262 URL| |https://downloads.bose.com/ | |ced/soundtouch/mr4_2016/Sou | |ndTouch-app-installer-14.0. | |15.339.msi
--- Comment #14 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Changed title to more general description. I`ll try collect bugs that are blocked by this one.
https://bugs.winehq.org/show_bug.cgi?id=42014
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |42586
https://bugs.winehq.org/show_bug.cgi?id=42014
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STAGED CC| |dmitry@baikal.ru, | |erich.e.hoover@wine-staging | |.com, sebastian@fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/server-LABEL_S | |ECURITY_INFORMATION
https://bugs.winehq.org/show_bug.cgi?id=42014
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bukbr@yahoo.com.br
--- Comment #15 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- *** Bug 41699 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=42014
--- Comment #16 from RainWine Rainwine@orbitcomputer.de --- In the meantime I had the chance to check the installation of BOSE SoundTouch: With "wine staged v2.4" the installation finishes without hassle.
BUT: The application doesn't work as intended, because it cannot find the device. Neither via WIFI or LAN, nor via USB.
So the initial problem still exists: SoundTouch doesn't run under wine.
https://bugs.winehq.org/show_bug.cgi?id=42014
--- Comment #17 from Michael Müller michael@fds-team.de ---
BUT: The application doesn't work as intended, because it cannot find the device. Neither via WIFI or LAN, nor via USB.
So the initial problem still exists: SoundTouch doesn't run under wine.
Wine bug reports describe a specific problem and not an application in general. Multiple applications can be affected by the same problem and a bug could get huge and hard to follow if we would do this. Since the initially reported crash is fixed by the staged patchset, you have to create a separate bug report for problems which you encounter now. Please give it a useful description and attach a debug log if you do so.
https://bugs.winehq.org/show_bug.cgi?id=42014
Adam Bolte abolte@systemsaviour.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |abolte@systemsaviour.com
https://bugs.winehq.org/show_bug.cgi?id=42014
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sworddragon2@aol.com
--- Comment #18 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- *** Bug 42865 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=42014
Zentarim zentarim@rambler.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zentarim@rambler.ru
https://bugs.winehq.org/show_bug.cgi?id=42014
--- Comment #19 from winetest@luukku.com --- (In reply to Louis Lenders from comment #18)
*** Bug 42865 has been marked as a duplicate of this bug. ***
If Battle.net is really now impacted by this bug I think the title should be changed. I quess this is the reason I had issues with battle.net last time with wine. I wasnt aware it needs this staging patch.
https://bugs.winehq.org/show_bug.cgi?id=42014
--- Comment #20 from winetest@luukku.com --- I tried to apply all the 9 patches against wine 2.8-git and some of them failed and some had offset changes.
At current form Battle.net doesn't start with wine (but works with staging).
https://bugs.winehq.org/show_bug.cgi?id=42014
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gijsvrm@gmail.com
--- Comment #21 from Gijs Vermeulen gijsvrm@gmail.com --- These patches went upstream, right?
https://bugs.winehq.org/show_bug.cgi?id=42014
--- Comment #22 from winetest@luukku.com --- (In reply to Gijs Vermeulen from comment #21)
These patches went upstream, right?
I think yes, but I don't know if the tests went. But I don't really see a reason why the wouldnt. Since staging had them quite a long and who upstreamed had a chance to correct those tests before submiting.
https://bugs.winehq.org/show_bug.cgi?id=42014
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|STAGED |RESOLVED Fixed by SHA1| |a78d419420a43e1f428ac155082 | |b87143117e381
--- Comment #23 from Sebastian Lackner sebastian@fds-team.de --- (In reply to winetest from comment #22)
(In reply to Gijs Vermeulen from comment #21)
These patches went upstream, right?
I think yes, but I don't know if the tests went. But I don't really see a reason why the wouldnt. Since staging had them quite a long and who upstreamed had a chance to correct those tests before submiting.
Yes, all patches related to LABEL_SECURITY_INFORMATION have been accepted. Thanks to Michael, Matteo and Alexandre for working on this.
The last (non-test) patch of the series is a78d419420a43e1f428ac155082b87143117e381.
https://bugs.winehq.org/show_bug.cgi?id=42014
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #24 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 2.12.
https://bugs.winehq.org/show_bug.cgi?id=42014
--- Comment #25 from Louis Lenders xerox.xerox2000x@gmail.com --- *** Bug 43903 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=42014
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |wineserver
https://bugs.winehq.org/show_bug.cgi?id=42014
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://downloads.bose.com/ |https://web.archive.org/web |ced/soundtouch/mr4_2016/Sou |/20190126145757/https://dow |ndTouch-app-installer-14.0. |nloads.bose.com/ced/soundto |15.339.msi |uch/mr4_2018_f2169954/sound | |touch-app-installer-20.0.3. | |2519.msi