https://bugs.winehq.org/show_bug.cgi?id=57432
Bug ID: 57432 Summary: dxdiag will return "Windows XP" unconditionally from systeminfo.szOSExLongEnglish Product: Wine Version: 9.21 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: braiamp@gmail.com Distribution: ---
Created attachment 77424 --> https://bugs.winehq.org/attachment.cgi?id=77424 dxdiag.log with windows xp set
Running dxdiag /t dxdiag.log on a new prefix, will show that "Operating System: Windows XP Professional", despite the prefix being created by default with Windows 10 configuration on recent versions of wine.
Whatever it is, is caused by dxdiag_info->system_info.szOSExLongEnglish being specified as Windows XP. I couldn't trace where it was set, after I reached https://gitlab.winehq.org/wine/wine/-/blob/master/programs/dxdiag/informatio... and was lost in the source.
Attached the "dxdiag /t dxdiag.log" resulting file.
https://bugs.winehq.org/show_bug.cgi?id=57432
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |dark.shadow4@web.de Ever confirmed|0 |1
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- That's because of https://gitlab.winehq.org/wine/wine/-/blob/67c1c3c2559cc3b934cae5ae26156dcc6...
Is there an actual program being broken by that?
https://bugs.winehq.org/show_bug.cgi?id=57432
--- Comment #2 from braiamp@gmail.com --- (In reply to Fabian Maurer from comment #1)
That's because of https://gitlab.winehq.org/wine/wine/-/blob/ 67c1c3c2559cc3b934cae5ae26156dcc6fbd484b/dlls/dxdiagn/provider.c#L532
Is there an actual program being broken by that?
I'm being asked by support to provide that log file, and they are pretty adamant about it, so I would prefer that it matched the selection since "applications that ask for it" and support asked for it. The specific application is Warframe.
https://bugs.winehq.org/show_bug.cgi?id=57432
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Do they officially support Linux? If yes, I doubt that version will be relevant since they know it is Wine. If they don't support Linux, I wouldn't go to their support in the first place.
https://bugs.winehq.org/show_bug.cgi?id=57432
--- Comment #4 from braiamp@gmail.com --- (In reply to Fabian Maurer from comment #3)
Do they officially support Linux? If yes, I doubt that version will be relevant since they know it is Wine. If they don't support Linux, I wouldn't go to their support in the first place.
They are Proton verified. Also, their own logs system tells them that I'm using wine. The problem is that they are adamant about following their scripts, and the script requires that file to be present to be triaged away from level 1 support. I could obviously edit the string with "Windows 11 Home 64-bit", but I think that this setting should also follow what's configured in winecfg either way (the FIXME note kinda gives away at this).
The specific support I'm requesting from them is about a crash that happens when the client loses focus and there's a gamepad present. The same issue happens in Windows, but I am the only one that seemly technically inclined to actually open a support ticket and have it fixed. (I know workarounds for this issue, but they have some drawbacks).
https://bugs.winehq.org/show_bug.cgi?id=57432
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com