https://bugs.winehq.org/show_bug.cgi?id=57626
Bug ID: 57626 Summary: SteuerErklarung 2025 halts: windows 8 is not compatible Product: Wine Version: 10.0-rc3 Hardware: x86-64 URL: https://downloadfiles.steuertipps.de/software/sse/30/W in-SteuerSparErklaerung_30.23.26.exe OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: Debian
Hi,
This was reported on the forum: https://forum.winehq.org/viewtopic.php?p=145869#p145869
If you put a hack to return TRUE for VerifyVersionInfoW then it goes further.
The failing call seems to be:
trace:ver:VerifyVersionInfoW (00007FFFFE1FFD24 0x33 0x1b01b)
which seems to fail
https://bugs.winehq.org/show_bug.cgi?id=57626
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 77750 --> https://bugs.winehq.org/attachment.cgi?id=77750 possible fix
This pne-liner patch is enough to workaround this bug for now.
As GetVersionEx seems to be unreliable for higher winversions according to MS and tests, maybe this is a possible correct fix?
https://bugs.winehq.org/show_bug.cgi?id=57626
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- (In reply to Louis Lenders from comment #1)
As GetVersionEx seems to be unreliable for higher winversions according to MS and tests, maybe this is a possible correct fix?
No, the returned version is determined from the manifest. The problem is that the manifest fails to load because we don't support language-specific assemblies.
https://bugs.winehq.org/show_bug.cgi?id=57626
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Alexandre Julliard from comment #2)
(In reply to Louis Lenders from comment #1)
As GetVersionEx seems to be unreliable for higher winversions according to MS and tests, maybe this is a possible correct fix?
No, the returned version is determined from the manifest. The problem is that the manifest fails to load because we don't support language-specific assemblies.
Ok, thanks for the clarification.
https://bugs.winehq.org/show_bug.cgi?id=57626
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de