https://bugs.winehq.org/show_bug.cgi?id=53794
Bug ID: 53794 Summary: Sins of the Solar Empire Rebellion (Gog 1.975.1) does a minidump when starting to play a map. Product: Wine Version: 7.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: bruno@wolff.to Distribution: ---
Created attachment 73288 --> https://bugs.winehq.org/attachment.cgi?id=73288 Output to x terminal
Starting after the 1.961 Gog release and at least by the 1.974 Gog release the game started doing a minidump when starting to play a map. I get the following text output that appears most relevant. Complete output is in an attachment: wine: Call from 7B012636 to unimplemented function concrt140.dll.?_CheckTaskCollection@_UnrealizedChore@details@Concurrency@@IAEXXZ, aborting
There was a pretty big change between 1.961 and 1.97 and it might be that they started doing something Wine doesn't support, rather than this being an actual bug in Wine.
https://bugs.winehq.org/show_bug.cgi?id=53794
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcrt
https://bugs.winehq.org/show_bug.cgi?id=53794
--- Comment #1 from Bruno Wolff bruno@wolff.to --- I tested this against 7.19 and it is still occurring. I was expecting that, but still wanted to verify the issue still exists in the latest release available in Fedora.
https://bugs.winehq.org/show_bug.cgi?id=53794
--- Comment #2 from Bruno Wolff bruno@wolff.to --- After looking at bug 52186 (which looked similar), I tested running 'winetricks -q vcrun2019' and that works as a work around for the issue I am seeing.
https://bugs.winehq.org/show_bug.cgi?id=53794
--- Comment #3 from Bruno Wolff bruno@wolff.to --- After looking at bug 49879 which also seemed similar, I used winecfg to set a DLL override for concrt140 (as a copy was provided by the Sins install) to use the native version first and that also worked around the issue.
https://bugs.winehq.org/show_bug.cgi?id=53794
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com Summary|Sins of the Solar Empire |Sins of the Solar Empire |Rebellion (Gog 1.975.1) |Rebellion (Gog 1.975.1) |does a minidump when |crashes on unimplemented |starting to play a map. |function | |concrt140.dll.?_CheckTaskCo | |llection@_UnrealizedChore@d | |etails@Concurrency@@IAEXXZ
https://bugs.winehq.org/show_bug.cgi?id=53794
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alois.schloegl@gmail.com
--- Comment #4 from Piotr Caban piotr.caban@gmail.com --- *** Bug 52186 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=53794
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #5 from Vijay Kamuju infyquest@gmail.com --- Created a patch for it, please test it https://gitlab.winehq.org/wine/wine/-/merge_requests/2429
https://bugs.winehq.org/show_bug.cgi?id=53794
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |8426109a439c35334f72fbf12aa | |15948366b2fb4
--- Comment #6 from Vijay Kamuju infyquest@gmail.com --- fix committed 8426109a439c35334f72fbf12aa15948366b2fb4
https://bugs.winehq.org/show_bug.cgi?id=53794
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.5.
https://bugs.winehq.org/show_bug.cgi?id=53794
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |8.0.x
https://bugs.winehq.org/show_bug.cgi?id=53794
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|8.0.x |---
--- Comment #8 from Michael Stefaniuc mstefani@winehq.org --- Removing the 8.0.x milestone from bug fixes included in 8.0.2.
https://bugs.winehq.org/show_bug.cgi?id=53794
--- Comment #9 from Bruno Wolff bruno@wolff.to --- Just to follow up on this, it was a real pain to downgrade and there were some other issues as well, so I stayed on 1.961 and didn't retest this until today. Things seem to work fine for 1.98 (using wine 8.18). Thanks for fixing things.