http://bugs.winehq.org/show_bug.cgi?id=23546
Summary: several wine programs fail to run under cygwin Product: Wine Version: 1.2-rc6 Platform: x86 URL: http://www.cygwin.com OS/Version: Windows XP Status: NEW Keywords: download, source Severity: enhancement Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
A user reported this in #winehq, so I tried it myself. After bug 21526 was fixed, wine programs all compile, but several don't run. I haven't tried them all, but, e.g., notepad runs, but cmd, dxdiag, eject do not. Trying to run them gives:
/home/austin/wine-git/programs/cmd/cmd.exe: error while loading shared libraries: libwine.dll: cannot open shared object file: No such file or directory
seems to be the CLI programs that don't run..
http://bugs.winehq.org/show_bug.cgi?id=23546
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2010-07-06 16:17:33 --- You need libwine somewhere in your path. Not a bug.
http://bugs.winehq.org/show_bug.cgi?id=23546
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-07 00:24:11 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=23546
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |assiduous64@gmail.com
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-07 00:24:44 --- *** Bug 23542 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=23546
--- Comment #4 from assiduous64@gmail.com 2010-07-07 03:52:29 --- This is not an invalid bug -- cmd, dxdiag and eject still don't run under cygwin, even with libwine path set up.
http://bugs.winehq.org/show_bug.cgi?id=23546
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-07 04:48:20 --- *** Bug 23542 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=23546
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|INVALID |
--- Comment #6 from Austin English austinenglish@gmail.com 2010-07-07 13:25:29 --- I'm not sure this is invalid: $ find /usr/local/lib | grep libwine /usr/local/lib/libwine.a /usr/local/lib/libwine.dll /usr/local/lib/wine/libwinecrt0.a /usr/local/lib/wine/libwined3d.a
which is what I have on linux: austin@midna:~$ find /usr/local/lib | grep libwine /usr/local/lib/libwine.so /usr/local/lib/libwine.so.1.0 /usr/local/lib/wine/libwined3d.def /usr/local/lib/wine/libwinecrt0.a /usr/local/lib/libwine.so.1
Notepad runs fine, but e.g., winemine doesn't.
http://bugs.winehq.org/show_bug.cgi?id=23546
--- Comment #7 from Austin English austinenglish@gmail.com 2010-07-08 12:52:49 --- Good: clock expand hh lodctr net notepad progman regsvr32 secedit unlodctr view winetest winver
bad (unless otherwise noted, the problem is the libwine.dll error): attrib cacls cmd cmdlgtst control (segfaults) dxdiag eject explorer (silently exits with 127) extrac32 icinfo (silently exits with 0) iexplore.exe (runs native iexplore.exe, even if called with full path or renamed to asdf.exe) mshta (segfault) msiexec ngen oleview (silently exits with 127) ping reg (silently exits with 127) regedit (silently exits with 127) rpcss (silently exits with 127) rundll32 sc services (exits silently with error code 127) spoolsv start svchost taskmgr termsv uninstaller wineboot winebrowser winecfg (silently exits with 127) wineconsole (silently exits with 127) winedbg (silently exits with 127) winedevice (silently exits with 127) winefile winemenubuilder (silently exits with 127) winemine winepath winhlp32 wordpad write (gives an error, 'starting wordpad failed') xcopy
not compiled: winevdm winhelp.exe16 winoldap.mod16
http://bugs.winehq.org/show_bug.cgi?id=23546
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2010-07-08 13:05:56 --- Again the libwine error is not an error at all, it's a broken setup on your side. Only apps that fail with other problems are legitimate errors.
http://bugs.winehq.org/show_bug.cgi?id=23546
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW
--- Comment #9 from Austin English austinenglish@gmail.com 2010-07-08 13:21:42 --- (In reply to comment #8)
Again the libwine error is not an error at all, it's a broken setup on your side. Only apps that fail with other problems are legitimate errors.
You're right, as usual :-).
Explicitly adding /usr/local/lib to $PATH fixes the winelib error, but the same apps still fail. All the ones that failed with the winelib error now exit silently with status 127.
http://bugs.winehq.org/show_bug.cgi?id=23546
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Windows XP |Windows
https://bugs.winehq.org/show_bug.cgi?id=23546
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello Austin,
is this still a problem?
Regards
https://bugs.winehq.org/show_bug.cgi?id=23546
--- Comment #11 from Austin English austinenglish@gmail.com --- (In reply to Anastasius Focht from comment #10)
Hello Austin,
is this still a problem?
Regards
The same as comment #9 in wine-1.7.19-70-gd6a59f7 (only tested ping).
If I don't add libwine to $PATH, I get the loader error. If I do, it exits 127.
Clock works, as before.
https://bugs.winehq.org/show_bug.cgi?id=23546
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal