[Bug 52671] New: Lastest Wine-Staging won't launch SolSuite.
https://bugs.winehq.org/show_bug.cgi?id=52671 Bug ID: 52671 Summary: Lastest Wine-Staging won't launch SolSuite. Product: Wine-staging Version: 7.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: alienprober(a)protonmail.com CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com Distribution: --- I just installed ArcoLinuxB with the Plasma desktop from their latest ISO and yesterday there was a update to wine-staging. Awhile later I went to play SolSuite and I received a error message. I then proceeded to launch it from Konsole and received the below. I also today tried to run SolSuite on my roommates machine which has Manjaro KDE up to date and received the same error. I only ran it on my roommates machine to see if it would error. On my machine I uninstalled staging and installed the stable release of Wine and received the same error. Looks to be a issue with Wine after 7.3. ~~~ [locutus(a)Borg-Cube ~]$ wine "c:\Program Files (x86)\SolSuite\SolSuite.exe" 002c:fixme:winediag:LdrInitializeThunk wine-staging 7.4 is a testing version containing experimental patches. 002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org. 0100:fixme:uxtheme:BufferedPaintInit Stub () 0100:fixme:thread:GetThreadUILanguage : stub, returning default language. 0100:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0132D608, 00000000 0132D630 0100:fixme:nls:get_dummy_preferred_ui_language (0x38 0132D608 00000000 0132D630) returning a dummy value (current locale) 0100:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0132D608, 05213350 0132D630 0100:fixme:nls:get_dummy_preferred_ui_language (0x38 0132D608 05213350 0132D630) returning a dummy value (current locale) 0100:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0100:err:dmloader:IDirectMusicLoaderImpl_SetObject : could not attach stream to file L"C:\\windows\\system32\\drivers\\gm.dls", make sure it exists 0100:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work. 0100:fixme:dmime:IDirectMusicPerformance8Impl_CreateStandardAudioPath (0531D0A8)->(8, 64, 0, 0531D0FC): semi-stub 0100:fixme:dmusic:synth_port_Activate (05341860/05341860)->(1): semi-stub 0100:fixme:dmime:IDirectMusicAudioPathImpl_Activate (0536ABF8, 0): semi-stub 008c:fixme:imm:ImeSetActiveContext (0x275d90, 0): stub 008c:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000275D90): stub 0100:fixme:imm:ImeSetActiveContext (0x536cba0, 1): stub 0100:fixme:imm:ImmReleaseContext (000200E4, 0536CBA0): stub 0100:fixme:dmime:IDirectMusicPerformance8Impl_CreateStandardAudioPath (0531D0A8)->(8, 64, -1, 04C3DD84): semi-stub 0100:fixme:dmusic:synth_port_Activate (0536CE28/0536CE28)->(1): semi-stub 0100:fixme:dmime:IDirectMusicAudioPathImpl_Activate (0536DA18, -1): semi-stub 0100:fixme:dmime:seg_IPersistStream_Load WAVE form loading not implemented 0100:fixme:dmime:IDirectMusicSegment8Impl_Download (0536DFC0, 0536DA18): stub 0100:fixme:dmime:IDirectMusicPerformance8Impl_PlaySegmentEx (0531D0A8, 0536DFC0, 00000000, 00000000, 128, 0x0, 0132FE88, 00000000, 0536DA18): stub wine: Unhandled exception 0x0eedfade in thread 100 at address 7B012846 (thread 0100), starting debugger... 0118:fixme:imm:ImeSetActiveContext (0x8a18d0, 1): stub 0118:fixme:imm:ImmReleaseContext (0001012E, 008A18D0): stub 0124:fixme:imm:ImeSetActiveContext (0x26cf90, 0): stub 0124:fixme:imm:ImmReleaseContext (0000000000020100, 000000000026CF90): stub ~~~ -- 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=52671 --- Comment #1 from Zebediah Figura <z.figura12(a)gmail.com> --- Does this bug occur with upstream (non-staging) 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=52671 --- Comment #2 from Locutus <locutusofborg64(a)protonmail.com> --- Yes I uninstalled staging and installed wine and I received the same error. -- 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=52671 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|leslie_alistair(a)hotmail.com | |, z.figura12(a)gmail.com | Component|-unknown |-unknown Keywords| |regression Product|Wine-staging |Wine Summary|Lastest Wine-Staging won't |SolSuite crashes on launch |launch SolSuite. | -- 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=52671 Meredith Johnson <mjohnson(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjohnson(a)codeweavers.com --- Comment #3 from Meredith Johnson <mjohnson(a)codeweavers.com> --- I was able to reproduce the regression between Wine 7.3 and Wine 7.4. A bisect blamed the following commit: commit 0044b02d482fa19f6d1ddebc4b716efeba287d44 Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon Mar 7 14:41:53 2022 +0100 user32: Use UNICODE_STRING for passing window classes internally. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> This is the same commit that caused bug 52654, and the patch Jacek attached to that bug fixed this bug as well. -- 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=52671 Meredith Johnson <mjohnson(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |0044b02d482fa19f6d1ddebc4b7 | |16efeba287d44 -- 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=52671 --- Comment #4 from Locutus <locutusofborg64(a)protonmail.com> --- So does that mean there will be a patched version being released soon? Thanks -- 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=52671 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |jacek(a)codeweavers.com Fixed by SHA1| |d402df31966d73f7f120b4a4d90 | |f22bcffd79b26 Status|UNCONFIRMED |RESOLVED --- Comment #5 from Jacek Caban <jacek(a)codeweavers.com> --- Yes, it's fixed in git now. Thanks for the report. https://source.winehq.org/git/wine.git/commitdiff/d402df31966d73f7f120b4a4d9... -- 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=52671 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |DUPLICATE Component|-unknown |user32 CC| |dark.shadow4(a)web.de --- Comment #6 from Fabian Maurer <dark.shadow4(a)web.de> --- *** This bug has been marked as a duplicate of bug 52654 *** -- 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=52671 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Closing Duplicate -- 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 (1)
-
WineHQ Bugzilla