[Bug 34730] Wine can no longer execute unix programs

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 27 11:05:33 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=34730

--- Comment #25 from Emmanuel Charpentier <emm.charpentier at free.fr> ---
===============
E R R A T U M !
===============

There seems to be ONE and ONLY ONE way to invoke a Linux program on a Wine
command line :

charpent at asus16-ec:~$ ls -l .wine/drive_c/windows/system32/evince.exe 
-rwxr-xr-x 1 charpent charpent 26 Dec 27 17:41
.wine/drive_c/windows/system32/evince.exe
charpent at asus16-ec:~$ cat .wine/drive_c/windows/system32/evince.exe 
#!/bin/sh
/usr/bin/evince
charpent at asus16-ec:~$ wine evince
wine: Bad EXE format for C:\windows\system32\evince.exe.
[ Doesn't work directly. Have to use the command interpreter ]
charpent at asus16-ec:~$ wine cmd /c evince
[ WORKS ! ]

It seems to be valid from a cmd terminal :
charpent at asus16-ec:~$ wine cmd
Microsoft Windows 5.1.2600 (1.8-rc4)

Z:\home\charpent>evince
[ WORKS !]

This is still different from what is advertised in the FAQ § 7.4...

HTH,

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list