Earlier quoted context omitted.
many of the applications for which you would want to run wine (e.g. gaming, the primary use) are performance-heavy. adding a layer of a vm is substantially more performance overhead.
That doesn't have to be true with hardware passthrough.
Wine Developers Concerned with Ubuntu Dropping 32-Bit Support
61–70 of 192 posts
Re: Wine Developers Concerned with Ubuntu Dropping 32-Bit Support
#62I have a sneaking suspicion that Microsoft will release their own Wine-a-like subsystem some time soon. It's the missing link, and I can't see them ignoring it given how their direction has changed over the last few years.
Re: Wine Developers Concerned with Ubuntu Dropping 32-Bit Support
#63Earlier quoted context omitted.
> Maybe it's time for x86 box like DOSbox ...or Virtualbox.
You're suggesting an emulator, which is absolutely correct and a worthwhile reminder that we can emulate 32bit without any problem. It's also worth considering the context, WINE (WINE Is Not an Emulator) provides an abstraction layer that doesn't require the overhead of an emulation layer. DOSbox is similar. (EDIT: apparently it's not, and is actually an emulator. TIL.)
Re: Wine Developers Concerned with Ubuntu Dropping 32-Bit Support
#64WINE needs kernel and userland support for running 32-bit x86 code unless it adds an emulator, because WINE actually loads the Windows executable's binary code into the current process (I assume exec() is a good comparison?) together with OS shared libraries. Maybe relevant for understanding this: https://wiki.winehq.org/Wine_Developer%27s_Guide/Kernel_modu...
Re: Wine Developers Concerned with Ubuntu Dropping 32-Bit Support
#65I'm curious about Wine's usage and relevance at this point in the Linux desktop story. My assumption is that Linux users(myself included) that use Windows applications(not games), tend to just run a VM in seamless mode for Windows functionality. I would be curious if others had any insight(anecdotal or otherwise) about Wine usage these days.
I run mIRC on Wine. I know, I know, there are plenty of Linux native IRC clients. In fact, mIRC has been quite stagnant lately. But to me, its UI is still unsurpassed (20 years of muscle memory also help), and it has less latency than alternatives (even with Wine).
Re: Wine Developers Concerned with Ubuntu Dropping 32-Bit Support
#66I immediately wondered about macOS, which is dropping 32-bit support as well. One of the first links I found[1] seems to say that there is no 64-bit wine on macOS regardless of library issues, due to an ABI incompatibility. So on the surface it seems like the world is shifting under wine's feet, and they are going to need to do a second level of emulation eventually to keep 32-bit stuff running. [1]: https://forum.wi…
Re: Wine Developers Concerned with Ubuntu Dropping 32-Bit Support
#67I have a sneaking suspicion that Microsoft will release their own Wine-a-like subsystem some time soon. It's the missing link, and I can't see them ignoring it given how their direction has changed over the last few years.
WSL v2 is an actual linux kernel. They're moving in the opposite direction.
Re: Wine Developers Concerned with Ubuntu Dropping 32-Bit Support
#68I'm curious about Wine's usage and relevance at this point in the Linux desktop story. My assumption is that Linux users(myself included) that use Windows applications(not games), tend to just run a VM in seamless mode for Windows functionality. I would be curious if others had any insight(anecdotal or otherwise) about Wine usage these days.
I used to run foobar2000 in wine, because no other linux media player scratched some of the itches foobar covered. There is even a foobar2000 package in the arch aur so it simply installs like any other pacman managed program. However, once I learned of the wine interface that is available on flathub (for flatpak) I immediately removed wine and its 32 bit components from my system- now that untidyness is neatly conta…
Re: Wine Developers Concerned with Ubuntu Dropping 32-Bit Support
#69I have a sneaking suspicion that Microsoft will release their own Wine-a-like subsystem some time soon. It's the missing link, and I can't see them ignoring it given how their direction has changed over the last few years.
Re: Wine Developers Concerned with Ubuntu Dropping 32-Bit Support
#70I'm curious about Wine's usage and relevance at this point in the Linux desktop story. My assumption is that Linux users(myself included) that use Windows applications(not games), tend to just run a VM in seamless mode for Windows functionality. I would be curious if others had any insight(anecdotal or otherwise) about Wine usage these days.
15 years ago I considered switching to Linux. I depend on some Windows applications and, above all, I want to play games. Wine looked like it was almost there, so I intended to give it another try next year. Year by year I've been trying Wine again and again. As of today, it's still almost there. So, maybe in 2030? By now, I'll stay using Windows.
For years, I've been reluctant to use Wine wrappers like PlayOnLinux, for no reason other than I don't like wrappers. I always ended up getting everything working with bare Wine, but at the cost of long hours (sometimes even days) of experiments.
I've started using Lutris a few months ago (I gave up on getting Wine and DXVK play well together) and, well, that's a life changing experience so far: everything works out of the box. I has taken all the fun out of Wine configuration for me ;)