When I was using the wine 1.7 packages from the ubuntu-wine PPA, I could run .exe files directly instead of having to run "wine programname.exe". This is important because it allows me to apply different AppArmor profiles to each Windows program.
After upgrading to the wine 1.8 packages from the new official wine-builds PPA, this functionality is broken. How can I fix it?
.exe files no longer run w/ wine-devel 1.8 ubuntu packages
Re: .exe files no longer run w/ wine-devel 1.8 ubuntu packag
The Arch wiki has instructions on how to do it on Arch. I don't know whether that will work on Ubuntu, but it's a place to start. https://wiki.archlinux.org/index.php/Wine (scroll down to "Using Wine as an interpreter for Win16/Win32 binaries").
Re: .exe files no longer run w/ wine-devel 1.8 ubuntu packag
Thanks, but the approach on the arch wiki doesn't work for me. Setting up /etc/binfmt.d/wine.conf and then running a .exe file just produces an error message:
/opt/wine-devel/bin/wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory
I wish I knew where to report bugs in the official wine packages.
/opt/wine-devel/bin/wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory
I wish I knew where to report bugs in the official wine packages.
Re: .exe files no longer run w/ wine-devel 1.8 ubuntu packag
You report bugs in the WineHQ packages in our bugzilla, but this isn't a bug. Binfmt_misc isn't part of Wine; it's a kernel module. Registering Wine with it was a feature Ubuntu added to its packages, but it's not something vanilla Wine does.
You could file an enhancement request in bugzilla asking for it to be added to the WineHQ packages.
You could file an enhancement request in bugzilla asking for it to be added to the WineHQ packages.
Re: .exe files no longer run w/ wine-devel 1.8 ubuntu packag
Ubuntu packaging isn't part of wine, either. It's still important for usability, and if I were the one maintaining it, I'd want to know about a problem like this. (Especially considering that it's a regression for anyone coming from the packages that were recommended by winehq.org until recently.)
Thanks for the info.
Thanks for the info.
Re: .exe files no longer run w/ wine-devel 1.8 ubuntu packag
So file that enhancement bug.