https://bugs.winehq.org/show_bug.cgi?id=49683
Bug ID: 49683 Summary: Kingdom Come Deliverance crashes on missing: 8b082b18-a6e1-4298-930a-0fcae616d1aa Product: Wine Version: 5.14 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: piotr@majkrzak.dev Distribution: ---
After upgrading wine to latest version KCD starts crashing with following error in the console:
``` ****DICE****00b8:err:ole:CoGetClassObject class {8b082b18-a6e1-4298-930a-0fcae616d1aa} not registered 00b8:err:ole:CoGetClassObject class {8b082b18-a6e1-4298-930a-0fcae616d1aa} not registered 00b8:err:ole:create_server class {8b082b18-a6e1-4298-930a-0fcae616d1aa} not registered 00b8:err:ole:CoGetClassObject no class object {8b082b18-a6e1-4298-930a-0fcae616d1aa} could be created for context 0x17 ```
Looks like https://bugs.winehq.org/show_bug.cgi?id=43168 visits again.
https://bugs.winehq.org/show_bug.cgi?id=49683
piotr@majkrzak.dev changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 Version|5.14 |5.15 Severity|normal |major
--- Comment #1 from piotr@majkrzak.dev --- After update to 5.15 game loads splash screen and crases with:
``` 01c8:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 000000005A9AFE40 00b0:fixme:faultrep:ReportFault 000000000021C580 0x0 stub ```
Previous error is still visible in the logs:
``` 00b0:err:ole:CoGetClassObject class {8b082b18-a6e1-4298-930a-0fcae616d1aa} not registered 00b0:err:ole:CoGetClassObject class {8b082b18-a6e1-4298-930a-0fcae616d1aa} not registered 00b0:err:ole:create_server class {8b082b18-a6e1-4298-930a-0fcae616d1aa} not registered ```
https://bugs.winehq.org/show_bug.cgi?id=49683
--- Comment #2 from piotr@majkrzak.dev --- Works fine on 5.10
https://bugs.winehq.org/show_bug.cgi?id=49683
piotr@majkrzak.dev changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux
https://bugs.winehq.org/show_bug.cgi?id=49683
--- Comment #3 from Gijs Vermeulen gijsvrm@gmail.com --- Best thing would be to do a regression test, steps are described here: https://wiki.winehq.org/Regression_Testing
https://bugs.winehq.org/show_bug.cgi?id=49683
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal CC| |o.dierick@piezo-forte.be
--- Comment #4 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
Issues in a single application are severity 'normal'. Read more about severity levels descriptions there: https://wiki.winehq.org/Bugs#severity
It's not obvious that the few quoted lines are related to the crash. Please, attach full terminal output for completeness.
Regards.
https://bugs.winehq.org/show_bug.cgi?id=49683
Anya maniikarabera@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maniikarabera@protonmail.ch
https://bugs.winehq.org/show_bug.cgi?id=49683
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msvcrt |-unknown Keywords| |regression
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com --- This was reported as a regression between 5.10 and 5.15, we'll need someone to do a regression test.
https://bugs.winehq.org/show_bug.cgi?id=49683
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #6 from Rémi Bernon rbernon@codeweavers.com --- I tried reproducing this, and I can indeed see that the game works fine with Wine 5.10 and then reproduce a crash with Wine 5.15, but it's also apparently fixed with Wine 6.0-rc1, so I guess there's not much to do here and I don't know if it's worth spending more time bisecting.
Could you confirm that it's now working?
https://bugs.winehq.org/show_bug.cgi?id=49683
Dmitry Skvortsov (Iglu47) lvb.crd@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lvb.crd@protonmail.com
--- Comment #7 from Dmitry Skvortsov (Iglu47) lvb.crd@protonmail.com --- I have a gog-version of KCD and have done some tests already.
There were two issues. Primary: regression SHA 8a169390c9ef4d8a43b604558c4194a052473c0c - similar to https://bugs.winehq.org/show_bug.cgi?id=49698 but additionally requires 057e7f19407f0291cb4240c23fc391263ba9faa8 (I did not find `Bloons TD 6` on this tracker). Secondary: https://bugs.winehq.org/show_bug.cgi?id=49489 - probably also driver vendor specific, but I only have nvidia card.
So need to take and apply the following commits as patches: 031c744a1fb9b94f7a4634eae5f56845b586554d - fix for issue 49489 76556bc5885b45f88ca436fb2f04cdf79bc29af0 - issue 49698 c76dc32feffaeed260bf73499e43012b69bee1b4 - issue 49698 057e7f19407f0291cb4240c23fc391263ba9faa8
for wine 5.15: 057e7f19407f0291cb4240c23fc391263ba9faa8
5.14: 76556bc5885b45f88ca436fb2f04cdf79bc29af0 c76dc32feffaeed260bf73499e43012b69bee1b4 057e7f19407f0291cb4240c23fc391263ba9faa8
5.13: 76556bc5885b45f88ca436fb2f04cdf79bc29af0 (without test-part) c76dc32feffaeed260bf73499e43012b69bee1b4 057e7f19407f0291cb4240c23fc391263ba9faa8
5.12: Sorry, it looks like it takes more commits to fix the 8a169390c9ef4d8a43b604558c4194a052473c0c regression, but I didn't bother figuring out which ones.
5.11: 031c744a1fb9b94f7a4634eae5f56845b586554d
https://bugs.winehq.org/show_bug.cgi?id=49683
--- Comment #8 from Dmitry Skvortsov (Iglu47) lvb.crd@protonmail.com --- The game stops crashing on https://source.winehq.org/git/wine.git/commit/057e7f19407f0291cb4240c23fc391...
https://bugs.winehq.org/show_bug.cgi?id=49683
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Kingdom Come Deliverance |Kingdom Come Deliverance |crashes on missing: |crashes |8b082b18-a6e1-4298-930a-0fc | |ae616d1aa |
https://bugs.winehq.org/show_bug.cgi?id=49683
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Component|-unknown |ntdll Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |057e7f19407f0291cb4240c23fc | |391263ba9faa8 Regression SHA1| |8a169390c9ef4d8a43b604558c4 | |194a052473c0c CC| |z.figura12@gmail.com
--- Comment #9 from Zebediah Figura z.figura12@gmail.com --- Marking fixed (In reply to Dmitry Skvortsov (Iglu47) from comment #8)
The game stops crashing on https://source.winehq.org/git/wine.git/commit/ 057e7f19407f0291cb4240c23fc391263ba9faa8
Marking fixed, and filling in Regression field according to comment 7.
https://bugs.winehq.org/show_bug.cgi?id=49683
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.0-rc4.