https://bugs.winehq.org/show_bug.cgi?id=50894
Bug ID: 50894 Summary: Starting rundll32.exe via sysnative fails Product: Wine Version: 6.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: rpisl@seznam.cz Distribution: ---
Starting rundll32 via c:\windows\sysnative\rundll32.exe is broken since Wine 6.5. It worked up to Wine 6.4.
wine cmd c:>cd c:\windows\sysnative c:\windows\sysnative>dir ... files listed properly
c:\windows\sysnative>rundll32.exe wine: failed to open L"c:\windows\sysnative\rundll32.exe": c0000135 Can't recognize 'rundll32.exe' as an internal or external command, or batch script.
Creating unix symlink from sysnative to system32 in wine prefix is a workaround.