http://bugs.winehq.org/show_bug.cgi?id=2532
Summary: Bug in wine-preloader Product: Wine Version: 20041019 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: darkjames@darkjames.ath.cx
Today, I've upgraded my wine from 20040914 to 20041019 after compilation. I'd want to check if it is running. And i've tried to run wcmd after it instead of prompt it writes {$V+} /usr/local/bin/wine-pthread: could not open {$V-} So i check if it's able to run with: wine-pthread wcmd {$V+} $ wine-pthread wcmd WCMD Version 0.17
F:> {$V-} it works so another test... {$V+} $ strace -f /usr/local/bin/wine-preloader /usr/local/bin/wine-pthread wcmd execve("/usr/local/bin/wine-preloader", ["/usr/local/bin/wine-preloader", "/usr/local/bin/wine-pthread", "wcmd"], [/* 58 vars */]) = 0 old_mmap(NULL, 1114112, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0 old_mmap(0x80000000, 16777216, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 E??? (errno -2147483648) old_mmap(0x110000, 267321344, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x110000 open("t$|L$@t$`L$4$čรบ", O_RDONLY) = -1 ENOENT (No such file or directory) write(2, "/usr/local/bin/wine-pthread: cou"..., 44/usr/local/bin/wine-pthread: could not open ) = 44 _exit(1) = ? {$V-} I've compilated wine with CFLAGS: -march=athlon-xp -O3 -fomit-frame-pointer -msse -funroll-loops -mfpmath=sse,387 -pipe CXXFLAGS the same.. gcc version. gcc (GCC) 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)