[Bug 42014] New: wine refuses BOSE Soundtouch
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(a)winehq.org Reporter: Rainwine(a)orbitcomputer.de Distribution: Mint Created attachment 56459 --> https://bugs.winehq.org/attachment.cgi?id=56459 wine backtrace file BOSE -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #1 from winetest(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 --- Comment #2 from Rosanne DiMesio <dimesio(a)earthlink.net> --- *** Bug 42015 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|wine refuses BOSE |BOSE SoundTouch crashes on |Soundtouch |start inside | |qt5webenginecore -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Paul Anderson <p.anderson(a)iinet.net.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |p.anderson(a)iinet.net.au --- Comment #3 from Paul Anderson <p.anderson(a)iinet.net.au> --- Created attachment 56546 --> https://bugs.winehq.org/attachment.cgi?id=56546 Sound touch crash I have the same issue -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #4 from Louis Lenders <xerox_xerox2000(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 --- Comment #5 from Louis Lenders <xerox_xerox2000(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=39262 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Keywords| |download --- Comment #6 from Louis Lenders <xerox_xerox2000(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 --- Comment #7 from winetest(a)luukku.com --- Shouldnt this bug be marked as staged? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 --- Comment #8 from Rainwine(a)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). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 --- Comment #9 from Louis Lenders <xerox_xerox2000(a)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) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Michael Müller <michael(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael(a)fds-team.de -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 --- Comment #10 from RainWine <Rainwine(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #11 from Fabian Maurer <dark.shadow4(a)web.de> --- Also affects Paltalk (paltalk.com). Issue is fixed with wine-staging. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 --- Comment #12 from winetest(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rfox(a)foxconsult.com --- Comment #13 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> --- *** Bug 40881 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Rosanne DiMesio <dimesio(a)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) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Louis Lenders <xerox_xerox2000(a)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(a)yahoo.co.uk> --- Changed title to more general description. I`ll try collect bugs that are blocked by this one. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |42586 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STAGED CC| |dmitry(a)baikal.ru, | |erich.e.hoover(a)wine-staging | |.com, sebastian(a)fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/server-LABEL_S | |ECURITY_INFORMATION -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bukbr(a)yahoo.com.br --- Comment #15 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> --- *** Bug 41699 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 --- Comment #16 from RainWine <Rainwine(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 --- Comment #17 from Michael Müller <michael(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Adam Bolte <abolte(a)systemsaviour.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abolte(a)systemsaviour.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sworddragon2(a)aol.com --- Comment #18 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> --- *** Bug 42865 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Zentarim <zentarim(a)rambler.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zentarim(a)rambler.ru -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 --- Comment #19 from winetest(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 --- Comment #20 from winetest(a)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). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gijsvrm(a)gmail.com --- Comment #21 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- These patches went upstream, right? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 --- Comment #22 from winetest(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|STAGED |RESOLVED Fixed by SHA1| |a78d419420a43e1f428ac155082 | |b87143117e381 --- Comment #23 from Sebastian Lackner <sebastian(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #24 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 2.12. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 --- Comment #25 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- *** Bug 43903 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Component|-unknown |wineserver -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42014 Anastasius Focht <focht(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla