[Bug 58971] New: after commit 18ce7964203b486c8236f2c16a370ae27539d2f0 wine no longer execute windows steam
http://bugs.winehq.org/show_bug.cgi?id=58971 Bug ID: 58971 Summary: after commit 18ce7964203b486c8236f2c16a370ae27539d2f0 wine no longer execute windows steam Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)list.winehq.org Reporter: l12436.tw(a)gmail.com Distribution: --- Created attachment 79680 --> http://bugs.winehq.org/attachment.cgi?id=79680 log from execute steam on 18ce7964203b486c8236f2c16a370ae27539d2f0 after 18ce7964203b486c8236f2c16a370ae27539d2f0. steam wont opened. but before 18ce7964203b486c8236f2c16a370ae27539d2f0 this, steam opened normally -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 aurb <arusanu.bu(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arusanu.bu(a)gmail.com --- Comment #1 from aurb <arusanu.bu(a)gmail.com> --- After reverting commit 18ce7964203b486c8236f2c16a370ae27539d2f0, spotted by TOM, I was also able to start BattleNet, Mount&Blade(GOG) and DragonAge:Origins(EA-app). Thanks "TOM" :). -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 --- Comment #2 from Rafał Mużyło <galtgendo(a)o2.pl> --- Out of curiosity, does reverting 21fb3555 also works ? Cause that one is already scheduled for rework (mr9454). -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 --- Comment #3 from Rafał Mużyło <galtgendo(a)o2.pl> --- ^ obviously I mean 'instead', not 'along with 18ce7964'. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 --- Comment #4 from aurb <arusanu.bu(a)gmail.com> --- (In reply to Rafał Mużyło from comment #2)
Out of curiosity, does reverting 21fb3555 also works ? Cause that one is already scheduled for rework (mr9454).
No joy after reverting only the 21fb3555 commit. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 --- Comment #5 from Rafał Mużyło <galtgendo(a)o2.pl> --- ...OK, let's consider bug 58983 then. While it doesn't reference any commit (as of yet), 18ce7964 was when the desync has happened. So, is this bug fixed if you resync the structs in pulse/alsa i.e. remove fmt_out field in the duplicated structs in the drivers ? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 whiterabbit(a)tfwno.gf changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |whiterabbit(a)tfwno.gf --- Comment #6 from whiterabbit(a)tfwno.gf --- I found a "workaround" for me (bug 58985) by overriding mmdevapi DLL with native (Windows). This "workaround" allowed me to install Adobe AIR... AIR applications launch, but do not work well... I think these issues might be related. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 --- Comment #7 from TOM <l12436.tw(a)gmail.com> --- it seems like it, the field fmt_out seems re-add after revert. those in winepulse.drv also add back lots of code that deleted in 18ce7964 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 --- Comment #8 from Rafał Mużyło <galtgendo(a)o2.pl> --- (In reply to TOM from comment #7)
it seems like it, the field fmt_out seems re-add after revert. those in winepulse.drv also add back lots of code that deleted in 18ce7964
...I'm not sure if we're on the same page. I meant 'does it work without any reverts, just with removing that field in the drivers ?'. That's a single line change for pulse/alsa each. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 --- Comment #9 from aurb <arusanu.bu(a)gmail.com> --- Created attachment 79712 --> http://bugs.winehq.org/attachment.cgi?id=79712 winmm resync pulse and alsa format (In reply to Rafał Mużyło from comment #8)
I meant 'does it work without any reverts, just with removing that field in the drivers ?'. That's a single line change for pulse/alsa each.
Applying this patch, as you instructed, works fine in for me. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |18ce7964203b486c8236f2c16a3 | |70ae27539d2f0 Keywords| |regression -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 --- Comment #10 from TOM <l12436.tw(a)gmail.com> --- oh you meant just remove the fmt_out field. by apply the apply which is remove fmt_out. yes it working again. steam was able to opened again -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 --- Comment #11 from Hans Leidekker <hans(a)meelstraat.net> --- *** Bug 58985 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brett.didemus(a)gmail.com --- Comment #12 from Andrew Nguyen <arethusa26(a)gmail.com> --- *** Bug 59004 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stebba(a)gmx.com --- Comment #13 from Andrew Nguyen <arethusa26(a)gmail.com> --- *** Bug 58996 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tobbi.bugs(a)googlemail.com --- Comment #14 from Andrew Nguyen <arethusa26(a)gmail.com> --- *** Bug 58986 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jstonezz(a)gmail.com --- Comment #15 from Andrew Nguyen <arethusa26(a)gmail.com> --- *** Bug 58974 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 --- Comment #16 from Giovanni Mascellani <gmascellani(a)codeweavers.com> --- Should be fixed by https://gitlab.winehq.org/wine/wine/-/merge_requests/9494. Sorry for the hiccup! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel.penalized(a)proton.me --- Comment #17 from Hans Leidekker <hans(a)meelstraat.net> --- *** Bug 58993 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c5a90f3e7e24ac939bc4428e6c4 | |b69b2670f0a3c Version|unspecified |10.19 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #18 from Andrew Nguyen <arethusa26(a)gmail.com> --- I confirm that the regression is fixed by https://gitlab.winehq.org/wine/wine/-/commit/c5a90f3e7e24ac939bc4428e6c4b69b... -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matthewm.hinson(a)gmail.com --- Comment #19 from Andrew Nguyen <arethusa26(a)gmail.com> --- *** Bug 58983 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |niklas_petersen(a)web.de --- Comment #20 from Andrew Nguyen <arethusa26(a)gmail.com> --- *** Bug 59000 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iso(a)axtroz.dev --- Comment #21 from Hans Leidekker <hans(a)meelstraat.net> --- *** Bug 59014 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tabulatejarl8(a)gmail.com --- Comment #22 from Andrew Nguyen <arethusa26(a)gmail.com> --- *** Bug 59025 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eick.roberto(a)gmail.com --- Comment #23 from Andrew Nguyen <arethusa26(a)gmail.com> --- *** Bug 59036 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 daniel <daniel.penalized(a)proton.me> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|daniel.penalized(a)proton.me | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |john.potasznik(a)gmail.com --- Comment #24 from Andrew Nguyen <arethusa26(a)gmail.com> --- *** Bug 59023 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paregistrase(a)yahoo.es --- Comment #25 from Andrew Nguyen <arethusa26(a)gmail.com> --- *** Bug 58970 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel(a)malarhojden.nu --- Comment #26 from Andrew Nguyen <arethusa26(a)gmail.com> --- *** Bug 59026 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #27 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 10.20. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coco.claudio(a)postme.pm --- Comment #28 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- *** Bug 59048 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.
http://bugs.winehq.org/show_bug.cgi?id=58971 Andrew Nguyen <arethusa26@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dbivan@gmail.com --- Comment #29 from Andrew Nguyen <arethusa26@gmail.com> --- *** Bug 59081 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.
participants (2)
-
WineHQ Bugzilla -
WineHQ Bugzilla