Questions tagged [wine]

Wine is a software emulator used to run Windows software on UNIX-like operating systems. Use this tag for questions about developing software that interoperates with Wine, or developing Wine itself. Questions about *using* Wine belong elsewhere, possibly on Super User.

Wine lets you run Windows software on other operating systems. With Wine, you can install and run these applications just like you would in Windows.

Questions about using Wine to run Windows software are not appropriate for Stack Overflow. They should be posted on Super User, or possibly on a site specific to your operating system (e.g, AskUbuntu for Ubuntu users).

613 questions
2
votes
1 answer

Shared doc files in dependencies causing transaction errors

I recently installed Fedora 24 Workstation on my desktop and was able to install everything without issue, until I tried to install steam (from rpmfusion) and wine. Both steam and wine have 32-bit dependencies of libraries that are already installed…
nixfanboy
  • 21
  • 1
2
votes
1 answer

cannot install JDK 8 on wine Ubuntu

Hi I cannot install JDK 8 on Wine Ubuntu, it gives me an error message with no explanation. I tried to follow the following instructions but it also doesn't work...…
Diego Di Tommaso
  • 155
  • 1
  • 2
  • 13
2
votes
2 answers

kernel32.dll wine |NOOB WARNING|

I am attempting to launch a program through Wine. It returns an error relating to KERNEL32.dll.WakeAllConditionVariable. There is also big debug blocks that I am not experienced enough to read. I tried Google, but it seems that the Wine Database has…
Yarden Akin
  • 71
  • 1
  • 3
2
votes
0 answers

How can I use Proxifier with Wine in Ubuntu?

I used Proxifier in Windows, to bypass proxy firewalls. In Ubuntu we have redsocks and proxychains which do the same job, but not Proxifier, I want to use proxifier in Ubuntu. Can anyone tell me how can this be done, or whether it isn't possible to…
Rishabh Agrahari
  • 3,447
  • 2
  • 21
  • 22
2
votes
1 answer

Serial port access error in WINE

I have a setup in which i use a USB serial adapter + some applicationwhich sends and receives data using that serial usb. But this setup which works on a Windows, or even in a VMWare Virtual windows, does not work under WINE. IT transmits data but i…
goldenmean
  • 18,376
  • 54
  • 154
  • 211
2
votes
2 answers

CMake/CTest integration with wine/qemu

What I have: I develop native unity plugin for different platforms including iOS Android Windows OSX I use cmake as build-system and ctest for unit-tests My build environment - osx, so it's not a problem to run unit tests on osx. Also I know that…
CAMOBAP
  • 5,523
  • 8
  • 58
  • 93
2
votes
1 answer

Wine Cannot build a 32-bit program error

So I've been getting this problem (as seen below) on my CentOS 7 (64-bit) server when I try and configure wine with png with the following code: ./configure --with-png I need this to run a specific server for a game called Mount & Blade…
Berend Hulshof
  • 1,039
  • 1
  • 16
  • 36
2
votes
1 answer

Executing wine != executing `which wine`

I have a "funny" problem where running wine in two respective ways results in: $> wine --version /Applications/Wine.app/Contents/Resources/bin/wine: No such file or directory $> `which wine` --version wine-1.8 I had a wine installation in…
gustafbstrom
  • 1,622
  • 4
  • 25
  • 44
2
votes
2 answers

How would a Python script running on Linux call a routine in a Python script running under Wine?

I have a Python (3) script running on Linux, referred to as the main script, which has to call a routine from a proprietary DLL. So far, I have solved this with Wine using the following construct: # Main script running on Linux import subprocess #…
s-m-e
  • 3,433
  • 2
  • 34
  • 71
2
votes
1 answer

Wine requires a 3G/1G user/kernel memory split on Raspberry Pi 2B

I'm playing with Wine on Raspbian Jessie. I just installed from source but executing wine returns: Warning: memory above 0x80000000 doesn't seem to be accessible. Wine requires a 3G/1G user/kernel memory split to work properly. wine: failed to map…
KcFnMi
  • 5,516
  • 10
  • 62
  • 136
2
votes
1 answer

Wine can't use more than 32GB of RAM on Ubuntu Amazon EC2

I am having issues mallocing more than 32GB of memory running RAM intensive Windows applications using Wine on an Ubuntu amazon EC2 cloud with 128 GB of RAM. When I run the c++ code here in linux it works. If I run the .exe that does the same thing…
2
votes
2 answers

Does Wine work with the Simulink Real-Time C API?

I would like to use Matlab Simulink Real-Time C API to write programs (in C or in Java) that will work on a Linux machine. However the C API is a dll that is supposed to work only on a Windows machine. Does Wine work with the Simulink Real-Time C…
Romain
  • 1,385
  • 2
  • 15
  • 30
2
votes
1 answer

Install Visual Studio 2015 on Linux Mint using Wine

I am using Linux Mint and I have the Visual Studio 2015 exe installation file. I use Wine for Windows applications, but it doesn't work with VS. Has someone successfully installed VS using Wine on Linux Mint?
Blue Master
  • 61
  • 1
  • 6
2
votes
1 answer

Create a wrapper for wine that runs under another user?

I have created a user called wine to run Wine under for two reasons: any malicious activity can only damage /home/wine Wine tends to pollute the home folder with heaps of configuration files in ~/.local However, I wish to create a wrapper for wine…
Delan Azabani
  • 79,602
  • 28
  • 170
  • 210
2
votes
1 answer

Safari crashes on Ubuntu 14.04

While running the safari browser on ubuntu, when I type some url and press Enter, I am getting the following error. Error in main Safari crashed. Click on debug link to get more details
Sibi Mani
  • 83
  • 1
  • 9