[Bug 279269] emulators/wine: winecfg doesn't run when called directly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 May 2024 10:05:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279269 Bug ID: 279269 Summary: emulators/wine: winecfg doesn't run when called directly Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gerald@FreeBSD.org Reporter: vsasjason@gmail.com Assignee: gerald@FreeBSD.org Flags: maintainer-feedback?(gerald@FreeBSD.org) jason@jnb: [?:0] ~ $ pkg info | grep wine wine-9.0_2,1 Microsoft Windows compatibility environment wine-mono-8.1.0 Mono .NET implementation for Wine jason@jnb: [?:0] ~ $ winecfg /home/jason/.i386-wine-pkg//usr/local/bin/wine doesn't exist! Try installing 32-bit Wine with /usr/local/share/wine/pkg32.sh install wine mesa-dri If using Poudriere, please make sure your repo is setup to use FreeBSD:13:i386 and create symlinks for FreeBSD:13:amd64 and FreeBSD:13:i386 to the relevant output directories. See pkg.conf(5) for more info. jason@jnb: [?:1] ~ $ grep -n wine64 `which winecfg` 47:if [ -x "$appdir/wine64" ]; then exec "$appdir/wine64" "$appname" "$@"; fi 56: if [ -x "$d/wine64" ]; then exec "$d/wine64" "$appname" "$@"; fi 61:if [ -x "/usr/local/bin/wine64" ]; then exec "/usr/local/bin/wine64" "$appname" "$@"; fi jason@jnb: [?:0] ~ $ Reason of this is that we also have %%PREFIX%%/bin/wine, which is wrapper for 32-bit wine. -- You are receiving this mail because: You are the assignee for the bug.