[Bug 41085] New: Unimplemented function msvcp140.dll._Thrd_id needed by Battle.net
https://bugs.winehq.org/show_bug.cgi?id=41085 Bug ID: 41085 Summary: Unimplemented function msvcp140.dll._Thrd_id needed by Battle.net Product: Wine Version: 1.9.16 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp Assignee: wine-bugs(a)winehq.org Reporter: audiger(a)live.fr Distribution: --- With the new version of Battle.net which needed msvcp140, there is a function not implemented and this caused an error during the launching: wine: Call from 0x7b43bfac to unimplemented function msvcp140.dll._Thrd_id, aborting wine: Unimplemented function msvcp140.dll._Thrd_id called at address 0x7b43bfac (thread 0023), starting debugger... -- 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=41085 audiger(a)live.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |41084 -- 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=41085 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> --- Created attachment 55278 --> https://bugs.winehq.org/attachment.cgi?id=55278 patch This is more of a guess, but still. -- 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=41085 audiger(a)live.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |41086 -- 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=41085 audiger(a)live.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|41086 | --- Comment #2 from audiger(a)live.fr --- Ok at least, this doesn't cause any new error related to the thread id. We can now see the next function not implemented. -- 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=41085 audiger(a)live.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |41086 -- 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=41085 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 CC| |frederic.delanoy(a)gmail.com --- Comment #3 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- Confirmed as of wine-1.9.16-38-g84b3218 -- 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=41085 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #55278|0 |1 is obsolete| | -- 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=41085 Bug 41085 depends on bug 41084, which changed state. Bug 41084 Summary: Unimplemented function msvcp140.dll.__crtCreateSemaphoreExW needed by Battle.net https://bugs.winehq.org/show_bug.cgi?id=41084 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- 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=41085 --- Comment #4 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- Still in wine 1.9.17 -- 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=41085 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://us.battle.net/en/app | |/ Keywords| |download -- 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=41085 Vasil Svetoslavov <v.svetoslavov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |v.svetoslavov(a)gmail.com --- Comment #5 from Vasil Svetoslavov <v.svetoslavov(a)gmail.com> --- I get this too, wine 1.9.17 -- 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=41085 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick(a)piezo-forte.be --- Comment #6 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> --- setting msvcp140 to native, built-in in winecfg works around the missing msvcp140 functions. -- 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=41085 Torben <torben.letorbi(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |torben.letorbi(a)gmail.com --- Comment #7 from Torben <torben.letorbi(a)gmail.com> --- The bug still exists in wine 1.9.18 (Staging). I can conform that using the native version of msvcp140 works around it. Probably the easiest way to switch is to install the Visual 2015 C++ runtime with winetricks: winetricks vcrun2015 -- 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=41085 fjfrackiewicz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz(a)gmail.com --- Comment #8 from fjfrackiewicz(a)gmail.com --- (In reply to Torben from comment #7)
The bug still exists in wine 1.9.18 (Staging).
I can conform that using the native version of msvcp140 works around it. Probably the easiest way to switch is to install the Visual 2015 C++ runtime with winetricks: winetricks vcrun2015
The good news is that this function is in the works :) http://source.winehq.org/patches/data/126361 Hopefully it will get added soon. -- 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=41085 arnaud <arnaud.his(a)free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arnaud.his(a)free.fr --- Comment #9 from arnaud <arnaud.his(a)free.fr> --- With the 1.9.18 version of Wine the bug is still present. -- 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=41085 --- Comment #10 from arnaud <arnaud.his(a)free.fr> --- Created attachment 55636 --> https://bugs.winehq.org/attachment.cgi?id=55636 backtrace -- 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=41085 --- Comment #11 from arnaud <arnaud.his(a)free.fr> --- Created attachment 55637 --> https://bugs.winehq.org/attachment.cgi?id=55637 backtrace -- 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=41085 --- Comment #12 from fjfrackiewicz(a)gmail.com --- Looks like it's fixed with this commit: http://source.winehq.org/git/wine.git/commit/532999462d95af8d69afcb91ef85409... -- 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=41085 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |532999462d95af8d69afcb91ef8 | |540928f11bd58 Resolution|--- |FIXED --- Comment #13 from Nikolay Sivov <bunglehead(a)gmail.com> --- Fixed. -- 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=41085 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.19. -- 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=41085 --- Comment #15 from arnaud <arnaud.his(a)free.fr> --- With the 1.9.19 version of Wine the bug is still not resolved. -- 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=41085 --- Comment #16 from arnaud <arnaud.his(a)free.fr> --- Created attachment 55710 --> https://bugs.winehq.org/attachment.cgi?id=55710 backtrace -- 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=41085 arnaud <arnaud.his(a)free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #55636|0 |1 is obsolete| | Attachment #55637|0 |1 is obsolete| | Attachment #55710|0 |1 is obsolete| | --- Comment #17 from arnaud <arnaud.his(a)free.fr> --- Created attachment 55711 --> https://bugs.winehq.org/attachment.cgi?id=55711 backtrace -- 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=41085 --- Comment #18 from Bruno Jesus <00cpxxx(a)gmail.com> --- (In reply to arnaud from comment #15)
With the 1.9.19 version of Wine the bug is still not resolved.
(In reply to arnaud from comment #17)
Created attachment 55711 [details] backtrace
The problem in your backtrace is now bug 41086, CC yourself there. -- 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)
-
wine-bugs@winehq.org