https://bugs.winehq.org/show_bug.cgi?id=56580
Bug ID: 56580 Summary: Xdefiant Beta pdh.dll.PdhGetFormattedCounterArrayA Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: pdh Assignee: wine-bugs@winehq.org Reporter: hippo1555@gmail.com Distribution: ---
Launch game, after getting to main menu load any mode. during loading land on: wine: Call from 000000007B013AD7 to unimplemented function
https://bugs.winehq.org/show_bug.cgi?id=56580
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Summary|Xdefiant Beta |Xdefiant Beta needs |pdh.dll.PdhGetFormattedCoun |unimplemented function |terArrayA |pdh.dll.PdhGetFormattedCoun | |terArrayA Status|UNCONFIRMED |NEW Version|unspecified |9.7
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Does it have a demo that can be downloaded?
Unimplemented function: https://source.winehq.org/WineAPI/pdh.html
https://bugs.winehq.org/show_bug.cgi?id=56580
--- Comment #2 from hippo1555@gmail.com --- Its not documented.
I had been trying to find any demo. or how that function works. didnt had any luck.
https://bugs.winehq.org/show_bug.cgi?id=56580
--- Comment #3 from hippo1555@gmail.com --- learn.microsoft.com/en-us/windows/win32/api/pdh/nf-pdh-pdhgetformattedcounterarraya
if thats what you thinked. sorry. i am not a great programmer. small demo is on bottom of a page.
https://bugs.winehq.org/show_bug.cgi?id=56580
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://www.ubisoft.com/en- | |gb/game/xdefiant
https://bugs.winehq.org/show_bug.cgi?id=56580
wwokwilliam@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wwokwilliam@gmail.com
--- Comment #4 from wwokwilliam@gmail.com --- If you're asking if the game has a free version, the game itself is free to play. It can be downloaded from Ubisoft Connect, which runs well in Wine.
https://bugs.winehq.org/show_bug.cgi?id=56580
warcode bugs.winehq.org.hasty431@passmail.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bugs.winehq.org.hasty431@pa | |ssmail.net
--- Comment #5 from warcode bugs.winehq.org.hasty431@passmail.net --- This remains true for the full release of the game.
To reproduce: 1. Start game 2. Join any playlist 3. If the game is not in progress and the map has to be loaded it crashes with the following (somehow randomly joining in-progress games works fine)
wine: Call from 000000007B013AD7 to unimplemented function pdh.dll.PdhGetFormattedCounterArrayA, aborting
4. (Not sure if relevant) Override pdh.dll to native with a copy from a windows 10 system put into the game folder, it crashes with the following
wine: Call from 00000001700629A8 to unimplemented function api-ms-win-perf-legacy-l1-1-0.dll.PerfEnumerateCounterSet, aborting
https://bugs.winehq.org/show_bug.cgi?id=56580
chris@digiex.ca chris@digiex.ca changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@digiex.ca
https://bugs.winehq.org/show_bug.cgi?id=56580
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #6 from Vijay Kamuju infyquest@gmail.com --- created a MR for it: https://gitlab.winehq.org/wine/wine/-/merge_requests/5966