http://bugs.winehq.org/show_bug.cgi?id=8936
Konstantin Svist fry.kun@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|REMIND |
--- Comment #14 from Konstantin Svist fry.kun@gmail.com 2007-11-25 01:14:08 --- oops, erroneous status change - sorry about that.
More information: I copied over /usr/local/lib/wine from working system to non-working, and now it works. Here's the summary of differences (all other files are binary equal in that directory): explorer.exe.so: significant differences libdinput.def.a: 1 line difference, looks like a different address entry point to another library. These show up as human-readable integers. From here on called just "minor difference" libdxerr8.a: minor difference libdxerr9.a: minor difference libdxguid.a: several minor differences libstrmiids.a: minor difference libuuid.a: minor difference libwinecrt0.a: several minor differences mshtml.tlb.so: minor difference msi.dll.so: 3 bytes differ from another file. Unlike the entry point difference, this is actual binary data difference. msxml3.dll.so: large number of differences, but only ~10 of the entire file are actually different. Differences are in binary data shdocvw.dll.so: small binary difference stdole2.tlb.so: small binary difference stdole32.tlb.so: small binary difference wineesd.drv.so: significant differences winex11.drv.so: significant differences <- guessing this is where the problem appeared since X11DRV was mentioned in the error message. will check by restoring all bad files except this one
Also, the non-working version doesn't have directory /usr/local/share/wine/fonts
What could cause such discrepancies when building/installing wine?