Questions tagged [wine]

Wine is a software compatibility layer that allows Windows programs to be run on Linux, BSD, Solaris and Mac OS X.

Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, including Ubuntu. 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).

In addition to allowing the user to install and run Windows applications just like you would in Windows, Wine provides these benefits over Windows.

  • Wine makes it possible to access Windows applications remotely.
  • Wine makes it economical to use thin clients: simply install Wine on a Linux server, and you can access these Windows applications from any X terminal.
  • Wine can also be used to make existing Windows applications available on the web by using VNC and its Java/HTML5 client.

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 Linux 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.

Links:

3898 questions
68
votes
7 answers

Improve GUI appearance of Wine applications

In many cases Windows programs run ok in Wine, but there is still the annoying problem of their appearance. How to make things look better in Wine, especially fonts?
user47206
62
votes
2 answers

Wine missing ntlm_auth 3.0.25

I'm attempting to run a setup.exe file in wine which operates fine until I reach this error: err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the…
mtrojak2
  • 741
47
votes
7 answers

How to view a PE EXE/DLL file version information?

In Windows there is a version information page in an executable/library file properties window. How to view that info in Ubuntu?
Ivan
  • 57,065
45
votes
4 answers

Wine pollutes "Open With" application list

The dialog box in question here is the one you get with the context menu option "open with other applications". Wine seems to have inserted more than a dozen or so entries for each application I install, which makes it a pain to find the correct…
Yi Jiang
  • 1,206
26
votes
5 answers

Can Wine support Office 2007?

I tried installing Office 2007 in Ubuntu with Wine but it was throwing an error after installing and also when I tried to open a PowerPoint document and save it. Has anybody gotten Office 2007 installed without any issues? Please help me.
user49848
  • 281
24
votes
5 answers

How to kill wine processes when they crash or are going to crash?

Sometimes it happens that a Wine application crashes (slowing down the system and making it almost unusable). In most cases I'm able to kill the program with xkill, but sometime I've to restart as Ubuntu seems not to respond very well (the only…
Hadden
  • 687
22
votes
3 answers

Wine Install - Do I need Mono, Gecko, etc

I just did a wine Install on Ubuntu 16.04 and got the dialogue "We can install Mono and Gecko but recommend you do it the proper way". I hit the cancel button figuring I'll install them later. Do I need to actually do this and what's the best way? I…
nichtNox
  • 562
19
votes
4 answers

Wine cannot find the FreeType font library

Ubuntu 16.04 LTS 64-bit All packages currently up to date as far as I can without going to 16.10 (I can't do a distro update as I am a first responder and my radio gear will not work on 16.10 as of yet). Laptop is currently configured the same, yet…
Brandon MacEachern
  • 286
  • 1
  • 2
  • 9
18
votes
8 answers

How do I set Notepad++ as an editor on Ubuntu?

I use notepad++ from Wine. I want to set Notepad++ as one of the default editors. I tried to set it by right-clicking on a file, then Open With. But I did not see Notepad++ in the resulting list (even after clicking on Choose Other Programs).
17
votes
2 answers

How to add shortcut onto Wine desktop?

Wine has a "desktop mode" where it renders a virtual desktop in a window and renders all its windows within that desktop. You can access it through: wine explorer /desktop=arbname,1920x1200 "C:\...\...\application.exe" I used it and some…
Oli
  • 293,335
16
votes
2 answers

What is a WINEPREFIX?

I have searched a bit but cannot find a clear-cut, precise answer. I believe I'm not the only one looking for a clear definition. What is a Wineprefix? What is its function? What is a "clean" Wineprefix?
zython
  • 367
16
votes
1 answer

What is the difference between `wine` and `wine64`?

I would like to understand what is the difference between wine and wine64. Tried googling but cannot find a normal explanation. The reason I am asking is because I have 2 exe files, 32-bit and 64-bit (same program, just 2 variants for different…
Doew
  • 161
15
votes
3 answers

How do I use two different versions of wine on the same installation?

I need to use two different Windows applications, one works well with Wine 1.4 but not on Wine 1.5 and the other application works well with the later version but not with the former. Is there a way to have both versions of Wine installed,…
To Do
  • 15,502
14
votes
1 answer

Winecfg: error reading registry key for installroot

I am new to Ubuntu. I am trying to install wine so that I can install World of WarCraft on Ubuntu. I installed wine through the Ubuntu software center and saw that you had to type winecfg into the terminal in order for it to configure. I get this…
Andrew
  • 165
14
votes
1 answer

How does Wine (windows programme loader) work on Ubuntu?

I know that we can run windows (.exe) programs with the help of Wine. I want to know how Wine works and runs .exe programs on Ubuntu. As they're two different operating systems - Windows (closed source) and Ubuntu (Linux open-source) - and they work…
Pandya
  • 35,771
  • 44
  • 128
  • 188
1
2 3
34 35