What about gaming on FreeBSD?

wrong abi,

usr/local/share/wine/pkg32.sh install wine mesa-dri
pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/x/.i386-wine-pkg install wine mesa-dri
Updating FreeBSD repository catalogue...
Fetching meta.conf: 100% 179 B 0.2kB/s 00:01
Fetching data.pkg: 100% 10 MiB 5.4MB/s 00:02
Processing entries: 0%
pkg: wrong architecture: FreeBSD:15:amd64 instead of FreeBSD:15:i386
pkg: repository FreeBSD contains packages with wrong ABI: FreeBSD:15:amd64
 
I saw some project called "steam bottler" which sticks steam in a jail. This sounds a lot better for privacy because at least steam would be running in jail so there'd be some kind of security separation.
Did you infer all of this from the name? As much as I dislike that script, there never were such claims.

I copied the .i386-wine directory I had installed in a 14.3 jail where I did get a game working in WINE, so it still should have run.
So you copied i386 wine or wine-devel setup and expected it to work with amd64 wine-proton. You do you.
 
wrong abi,

usr/local/share/wine/pkg32.sh install wine mesa-dri
pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/x/.i386-wine-pkg install wine mesa-dri
Updating FreeBSD repository catalogue...
Fetching meta.conf: 100% 179 B 0.2kB/s 00:01
Fetching data.pkg: 100% 10 MiB 5.4MB/s 00:02
Processing entries: 0%
pkg: wrong architecture: FreeBSD:15:amd64 instead of FreeBSD:15:i386
pkg: repository FreeBSD contains packages with wrong ABI: FreeBSD:15:amd64
The workaround fix was only merged for wine-devel. So you could install wine-devel.
Then run /usr/local/share/wine/pkg32.sh --old install wine mesa-dri
Then install wine back.
 
Back
Top