[Bug 47375] New: Photoshop C 2018 crashes on unimplemented function msvcr120.dll.? _Schedule@_StructuredTaskCollection@details@Concurrency@@QEAAXPEAV_UnrealizedChore@23@@Z
https://bugs.winehq.org/show_bug.cgi?id=47375 Bug ID: 47375 Summary: Photoshop C 2018 crashes on unimplemented function msvcr120.dll.?_Schedule(a)_StructuredTaskCollection@deta ils(a)Concurrency@@QEAAXPEAV_UnrealizedChore(a)23@@Z Product: Wine Version: 4.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs(a)winehq.org Reporter: winepala(a)tradermail.info Distribution: --- Created attachment 64711 --> https://bugs.winehq.org/attachment.cgi?id=64711 wine output Photoshop CC 2018 crashes on an unimplemented function after using the Color Range tool to make a selection. wine: Call from 0x7b4560f6 to unimplemented function msvcr120.dll.?_Schedule(a)_StructuredTaskCollection@details(a)Concurrency@@QEAAXPEAV_UnrealizedChore(a)23@@Z, aborting -- 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=47375 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Fabian Maurer <dark.shadow4(a)web.de> --- Confirming. According to https://forum.winehq.org/viewtopic.php?f=8&t=32886, also affects Clip Studio Paint with msvcr100.dll -- 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=47375 Felipe Assumpção Soares <sumpcao(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sumpcao(a)gmail.com --- Comment #2 from Felipe Assumpção Soares <sumpcao(a)gmail.com> --- Created attachment 65862 --> https://bugs.winehq.org/attachment.cgi?id=65862 Clip Studio Paint crashes upon load. -- 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=47375 John Chadwick <john(a)jchw.io> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |john(a)jchw.io --- Comment #3 from John Chadwick <john(a)jchw.io> --- At least for Clip Studio Paint, a couple of quick stubs gets the program running. DEFINE_THISCALL_WRAPPER(_StructuredTaskCollection__Schedule, 8) void __thiscall _StructuredTaskCollection__Schedule(void *this, void *unrealized_chore) { FIXME("(%p) stub\n", unrealized_chore); } DEFINE_THISCALL_WRAPPER(_StructuredTaskCollection__RunAndWait, 8) int __thiscall _StructuredTaskCollection__RunAndWait(void *this, void *unrealized_chore) { FIXME("(%p) stub\n", unrealized_chore); return 0; } Perhaps it would be worth considering? An actual implementation of concrt functionality would be challenging. -- 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=47375 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Photoshop C 2018 crashes on |Multiple applications crash |unimplemented function |on unimplemented function |msvcr120.dll.?_Schedule(a)_St |msvcr120.dll.?_Schedule(a)_St |ructuredTaskCollection(a)deta |ructuredTaskCollection(a)deta |ils(a)Concurrency@@QEAAXPEAV_ |ils(a)Concurrency@@QEAAXPEAV_ |UnrealizedChore(a)23@@Z |UnrealizedChore(a)23@@Z | |(Photoshop C 2018, CLIP | |Studio Paint) URL| |https://web.archive.org/web | |/20201212103859/https://vd. | |clipstudio.net/clipcontent/ | |paint/app/1105/CSP_1105w_se | |tup.exe Keywords| |download CC| |focht(a)gmx.net --- Comment #4 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, refining summary to collect applications. Also adding stable download link to CLIP Studio v1.5 via Internet Archive: https://web.archive.org/web/20201212103859/https://vd.clipstudio.net/clipcon... --- snip --- $ grep -ralZ _Schedule(a)_StructuredTaskCollection@details(a)Concurrency@@QEAAXPEAV_UnrealizedChore(a)23@@Z .wine/drive_c/ | \ xargs -r0i bash -c "winedump -j import \"{}\" | \ grep _Schedule(a)_StructuredTaskCollection@details(a)Concurrency@@QEAAXPEAV_UnrealizedChore(a)23@@Z && echo imported by {} && printf '%.0s-' {1..70} && printf '\n'" 02db6250 234 ?_Schedule(a)_StructuredTaskCollection@details(a)Concurrency@@QEAAXPEAV_UnrealizedChore(a)23@@Z imported by .wine/drive_c/Program Files/CELSYS/CLIP STUDIO 1.5/CLIP STUDIO PAINT/CLIPStudioPaint.exe ---------------------------------------------------------------------- 002c5858 193 ?_Schedule(a)_StructuredTaskCollection@details(a)Concurrency@@QEAAXPEAV_UnrealizedChore(a)23@@Z imported by .wine/drive_c/Program Files/CELSYS/CLIP STUDIO 1.5/Common/CertMdul/CertMdul.exe ---------------------------------------------------------------------- $ sha1sum CSP_1105w_setup.exe 49c04ea3ef53c24afa8d66c650bb8a0c0ddfcfa6 CSP_1105w_setup.exe $ du -sh CSP_1105w_setup.exe 235M CSP_1105w_setup.exe $ wine --version wine-6.0-rc2 Regards -- 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=47375 --- Comment #5 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Forza Horizon 4 crashes with concrt140.dll.?_Schedule(a)_StructuredTaskCollection@details(a)Concurrency@@QEAAXPEAV_UnrealizedChore(a)23@@Z -- 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=47375 GloriousEggroll(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |GloriousEggroll(a)gmail.com --- Comment #6 from GloriousEggroll(a)gmail.com --- Garena crashes at 89% with this same error when installing league of legends on wine 7.0, additionally, if you pause the download then try to install again, it crashes with the same error on "Building Manifest" wine: Call from 7B0110C6 to unimplemented function msvcr120.dll.?_Schedule(a)_StructuredTaskCollection@details(a)Concurrency@@QAEXPAV_UnrealizedChore(a)23@@Z, aborting -- 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=47375 Pekka Helenius <fincer89(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fincer89(a)hotmail.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=47375 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d31e54d61c16afc8af28b6fd960 | |507f7fd2ac283 Resolution|--- |FIXED Status|NEW |RESOLVED CC| |infyquest(a)gmail.com --- Comment #7 from Vijay Kamuju <infyquest(a)gmail.com> --- Commit https://source.winehq.org/git/wine.git/commitdiff/d31e54d61c16afc8af28b6fd96... Has implemented a stub which should be enough start the application. -- 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=47375 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 7.13. -- 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=47375 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |7.0.x -- 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=47375 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|7.0.x |--- --- Comment #9 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 7.0.x milestone from bug fixes included in 7.0.2. -- 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