https://bugs.winehq.org/show_bug.cgi?id=47375
Bug ID: 47375 Summary: Photoshop C 2018 crashes on unimplemented function msvcr120.dll.?_Schedule@_StructuredTaskCollection@deta ils@Concurrency@@QEAAXPEAV_UnrealizedChore@23@@Z Product: Wine Version: 4.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: winepala@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@_StructuredTaskCollection@details@Concurrency@@QEAAXPEAV_UnrealizedChore@23@@Z, aborting
https://bugs.winehq.org/show_bug.cgi?id=47375
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Confirming. According to https://forum.winehq.org/viewtopic.php?f=8&t=32886, also affects Clip Studio Paint with msvcr100.dll
https://bugs.winehq.org/show_bug.cgi?id=47375
Felipe Assumpção Soares sumpcao@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sumpcao@gmail.com
--- Comment #2 from Felipe Assumpção Soares sumpcao@gmail.com --- Created attachment 65862 --> https://bugs.winehq.org/attachment.cgi?id=65862 Clip Studio Paint crashes upon load.
https://bugs.winehq.org/show_bug.cgi?id=47375
John Chadwick john@jchw.io changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |john@jchw.io
--- Comment #3 from John Chadwick john@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.
https://bugs.winehq.org/show_bug.cgi?id=47375
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Photoshop C 2018 crashes on |Multiple applications crash |unimplemented function |on unimplemented function |msvcr120.dll.?_Schedule@_St |msvcr120.dll.?_Schedule@_St |ructuredTaskCollection@deta |ructuredTaskCollection@deta |ils@Concurrency@@QEAAXPEAV_ |ils@Concurrency@@QEAAXPEAV_ |UnrealizedChore@23@@Z |UnrealizedChore@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@gmx.net
--- Comment #4 from Anastasius Focht focht@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@_StructuredTaskCollection@details@Concurrency@@QEAAXPEAV_UnrealizedChore@23@@Z .wine/drive_c/ | \ xargs -r0i bash -c "winedump -j import "{}" | \ grep _Schedule@_StructuredTaskCollection@details@Concurrency@@QEAAXPEAV_UnrealizedChore@23@@Z && echo imported by {} && printf '%.0s-' {1..70} && printf '\n'"
02db6250 234 ?_Schedule@_StructuredTaskCollection@details@Concurrency@@QEAAXPEAV_UnrealizedChore@23@@Z imported by .wine/drive_c/Program Files/CELSYS/CLIP STUDIO 1.5/CLIP STUDIO PAINT/CLIPStudioPaint.exe ---------------------------------------------------------------------- 002c5858 193 ?_Schedule@_StructuredTaskCollection@details@Concurrency@@QEAAXPEAV_UnrealizedChore@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
https://bugs.winehq.org/show_bug.cgi?id=47375
--- Comment #5 from Andrey Gusev andrey.goosev@gmail.com --- Forza Horizon 4 crashes with concrt140.dll.?_Schedule@_StructuredTaskCollection@details@Concurrency@@QEAAXPEAV_UnrealizedChore@23@@Z
https://bugs.winehq.org/show_bug.cgi?id=47375
GloriousEggroll@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |GloriousEggroll@gmail.com
--- Comment #6 from GloriousEggroll@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@_StructuredTaskCollection@details@Concurrency@@QAEXPAV_UnrealizedChore@23@@Z, aborting
https://bugs.winehq.org/show_bug.cgi?id=47375
Pekka Helenius fincer89@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fincer89@hotmail.com
https://bugs.winehq.org/show_bug.cgi?id=47375
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d31e54d61c16afc8af28b6fd960 | |507f7fd2ac283 Resolution|--- |FIXED Status|NEW |RESOLVED CC| |infyquest@gmail.com
--- Comment #7 from Vijay Kamuju infyquest@gmail.com --- Commit https://source.winehq.org/git/wine.git/commitdiff/d31e54d61c16afc8af28b6fd96... Has implemented a stub which should be enough start the application.
https://bugs.winehq.org/show_bug.cgi?id=47375
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.13.
https://bugs.winehq.org/show_bug.cgi?id=47375
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |7.0.x
https://bugs.winehq.org/show_bug.cgi?id=47375
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|7.0.x |---
--- Comment #9 from Michael Stefaniuc mstefani@winehq.org --- Removing the 7.0.x milestone from bug fixes included in 7.0.2.