[Wine] Re: Wine 1.1.17 ..broke?

whaevr wineforum-user at winehq.org
Sun Mar 15 13:26:34 CDT 2009


It is the pkgbuild, other users confirm that they can get the i686 version working fine that they compiled. Although other x86_64 users are also having the same issue as me.

Alright here's the wrapper file used to run the 32bit wine executable.


Code:

#!/bin/sh
#wrapper for wine
PATH="/opt/wine/bin/:$PATH"
LD_LIBRARY_PATH="/opt/lib32/usr/lib/:/opt/lib32/lib/:$LD_LIBRARY_PATH" linux32 /opt/wine/bin/wine "$@"




There was a change to the wine executable this release that's causing this error, with this wrapper, previous versions of the executable are 5.8kb 1.1.17 is 8.8kb

Devs any help? =/







More information about the wine-users mailing list