You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packages include win32 binaries in their packages (win-kex, for example).
Repro Steps
make sure we can run windows binaries under wsl:
wsl.exenotepad.exe
Under wsl, copy notepad.exe to some where not mounted as drvfs:
$ cp `which notepad.exe`~
Try execute the windows binary under extfs:
$ cd&& ./notepad.exe
Expected Behavior
Notepad should popup
Actual Behavior
Notepad won't run, and the output is:
./notepad.exe: Invalid argument
%
The % indicates spaces in the output.
Diagnostic Logs
This issue prevent some software to be executed correctly, e.g., win-kex in kali-linux, which included the win32 version of tiger vncviewer in its package, now won't work.
I've notice that #7521 (comment) also reported this issue (under a different title).
So this is in emergency!
The text was updated successfully, but these errors were encountered:
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.
Version
Windows version: 10.0.22471.1000
WSL Version
Kernel Version
Kernel version: 5.10.60.1
Distro Version
Kali Linux 2021.3
Other Software
None;
Packages include win32 binaries in their packages (win-kex, for example).
Repro Steps
notepad.exe
to some where not mounted as drvfs:Expected Behavior
Notepad should popup
Actual Behavior
Notepad won't run, and the output is:
The
%
indicates spaces in the output.Diagnostic Logs
This issue prevent some software to be executed correctly, e.g., win-kex in kali-linux, which included the win32 version of tiger vncviewer in its package, now won't work.
I've notice that #7521 (comment) also reported this issue (under a different title).
So this is in emergency!
The text was updated successfully, but these errors were encountered: