Questions tagged [wine]

Wine is a free software application that aims to allow computer programs written for Microsoft Windows to run on Unix-like operating systems.

Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on on Linux, BSD, Solaris and Mac OS X. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.WineHQ

The Wine project keeps a database of which programs run well under Wine, called the Wine Application Database (AppDB), rating an application's stability from Platinum (extremely stable) to Garbage (unusable).

Wine provides its own versions of various Window system DLLs. Wine also has the ability to load native Windows DLLs. Attempting to call into the Windows kernel directly is unsupported.

Wine cannot use any hardware directly, including USB devices. Wine will only present the devices that are working in the operating system. It can only use high-level interfaces to access things like keyboards, mice, networking, audio devices, printers and files on a storage device for their primary purpose. You won't be able to use special or proprietary functions of your USB mouse/keyboard/printer/dongle/etc.

443 questions
39
votes
3 answers

Extracting msi files using Linux

Related: How to extract files from MSI package? To extract the contents of a MSI installer using Linux, I can either use msiexec with wine or use 7zip. However, the latter does not preserve directories and file names only in part. Is there any way…
Michael Schubert
  • 730
  • 2
  • 7
  • 15
32
votes
3 answers

How do I dump information from a Windows *.lnk shortcut on Linux?

To launch Windows lnk shortcut on Linux, one can use wine start qqq.lnk. But do I view the information (command line, current directory) about it? strings is not enough.
Vi.
  • 17,755
32
votes
4 answers

bad CPU type in executable: wine @ macOS Catalina

My wine met some problems while executing Windows executable file: $ wine GECacheBldr.exe zsh: bad CPU type in executable: wine How to fix this? PS: My wine is installed using HomeBrew: $ brew cask install wine-stable EDIT Cannot execute winecfg…
31
votes
5 answers

Why is wine "not an emulator"?

Isn't the difference between Windows apps and Linux apps just libraries asked by applications running? (see previous question) How is possible then to make Windows applications running on a Linux system by software which is "not an emulator"!
bAN
  • 1,776
24
votes
2 answers

Is ReactOS or WINE the more stable replacement for Windows XP?

As Windows XP is now out of support and any freshly discovered vulnerabilities will not be addressed, it's time to retire Windows XP from my Internet-connected computers. There's a lot of Windows-specific software installed on these machines, and…
Josh
  • 443
21
votes
4 answers

Any Way to run Mac OSX software under Windows?

I know that you cannot run MacOSX within a virtual machine, but I am curious if there is something similar to WINE that emulates MacOSX enough to allow running some MacOSX software under Windows. Maybe even through application…
Jim McKeeth
  • 5,127
20
votes
3 answers

How to replace dotnet40 with dotnet45?

I'm trying to install dotnet40 via winetricks, but I've got the following error: $ winetricks dotnet45 Executing w_do_call dotnet45 ------------------------------------------------------ error: dotnet45 conflicts with dotnet40, which is already…
kenorb
  • 26,615
18
votes
3 answers

Is it possible to run NXT-G software under Linux using Wine?

I would like to use Lego Mindstorms NXT-G, but I do not have a regular access to a computer running Windows or OS-X. I have tried to use the official software in Linux using Wine, but it didn't even install. I was wondering if anybody has had…
Jan Hlavacek
  • 1,185
  • 10
  • 18
17
votes
6 answers

Converting the /dev/ttyUSB to com port to use it with Wine in Linux

I have some software which runs on Windows. I installed Wine and ran it in Linux. It works fine but the issue is it communicates with a serial port. Therefore the only option I can choose are com1, com2, … But my device on the Linux machine is…
Sab
  • 707
15
votes
1 answer

Font smoothing in Wine

I've recently switched from Windows to Linux (elementary OS), and installed Notepad++ with Wine. It works fine, but looks like Windows 95. I tried setting registry settings to make the fonts look better, and everything from this thread. I also…
15
votes
3 answers

Installing .NET 4.0 Framework on Wine using Winetricks

I use Xubuntu 12.04 and I installed Wine 1.4. I am now trying to install the .NET 4.0 Framework using Winetricks. I use this command sudo sh winetricks dotnet40 But I get this error wine cmd.exe / c echo '% ProgramFiles%' returned empty string I…
Gökhan Kaya
12
votes
3 answers

Choose which Monitor Wine or Play on Linux Selects when Full Screen

I am currently able to start a game with Play on Linux but it always displays the game full screen on my second monitor. Is there a way to configure Play on Linux or wine to specify which monitor to display on?
Emanuel
  • 121
  • 1
  • 1
  • 3
11
votes
7 answers

Installing Notepad++ via WINE on Ubuntu Linux

After moving to Linux, I miss having Notepad++ with me and I want to bring it along to my new environment. I have Wine installed and downloaded the npp.5.8.5.Installer.exe. I have no idea what directory or where this .exe exists or if I have to…
11
votes
3 answers

Which Wine DLLs should I *not* overwrite with the real thing?

I have a legit installation of Windows XP and dual boot with Ubuntu (currently Karmic). WineHQ says it's possible to use DLLs from a real installation of Windows in place of "DLLs that Wine does not currently implement very well". So I'd like to…
endolith
  • 7,704
10
votes
6 answers

How install office 2010 under Wine in Linux Ubuntu?

How do I install office 2010 under Wine in Ubuntu Linux? What is the difference between the installation of office 2007 and office 2010 ?
G-71
  • 569
1
2 3
29 30