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
-1
votes
1 answer

Error running .exe compiled with i586-mingw32msvc-g++ and SFML on linux

EDIT: Thanks random downvoter! EDIT 2: Thanks @πάνταῥεῖ for explaining what was wrong with the question. When running a debugger I get Program received signal SIGSEGV, Segmentation fault. 0x0046f4c6 in ?? () EDIT 3: This only happens if I run the…
ChemiCalChems
  • 612
  • 12
  • 31
-1
votes
1 answer

Can't run windows executable in Wine on Mac

Getting this output: http://pastebin.com/PzQULCtx Trying to run program called Chess Position Trainer with Wine on my Mac. I have tried VMs but they make the program run way too slow. A friend suggested Wine but I'm having trouble getting to…
Jeremy Bader
  • 382
  • 1
  • 6
  • 14
-1
votes
1 answer

Can WINE open standalone Windows Application under Linux?

I just wonder if WINE can open Windows Application under Linux? I have a Windows standalone application which reads some files, runs its own algorithm, and writes results into some files. If the answer is yes, do you have to have WINE open under…
sotonLoon
  • 73
  • 1
  • 1
  • 8
-1
votes
1 answer

Time to install minitab using Wine

I am installing Minitab16 using WineBottler 1.4.1.6. The installation has been going for over 2 hours now. The dialog box says "Creating Minitab.app". Has anyone done this before? Any idea how long it takes?
Budhapest
  • 601
  • 1
  • 5
  • 12
-1
votes
1 answer

How to call specific EXE function on Linux/Mac

I'm sure if it's possible, but I'd like to call the function which is defined in the exe file on Linux/Mac: 0x421ff0 @@my_func_doing_stuff@Initialize 4 Basically I'd like to add command line support which is not implemented and the UI is kind of…
kenorb
  • 155,785
  • 88
  • 678
  • 743
-2
votes
0 answers

VMware Workstation closes on running Windows virtual machine on Linux

I installed VMware Workstation 17 Player on Linux from https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html. Henceforth, I downloaded Windows ISO from…
bimbi
  • 70
  • 10
-2
votes
1 answer

Pywinauto, Wine and Docker - AttributeError: module 'comtypes.gen' has no attribute 'UIAutomationClient'

I'm trying to put Pywinauto, Wine and Docker to work together for a desktop RPA project. The general idea is to run a Windows application within Wine inside a Ubuntu Docker container and then run a Python script with Pywinauto to take control over…
-2
votes
1 answer

Linux layer on macOS

Is there like some sort of Linux layer for macOS? I've seen some projects that can only run on Linux because they require the Linux kernel to work. Something like Cygwin maybe. Thanks
John James
  • 83
  • 6
-2
votes
1 answer

i3bar covers Photoshop menu

I run the i3wm with the i3bar.I installed Photoshop CS6 through Wine. I have found a few quirks: the i3bar is overlapping the Photoshop's Menu bar (File, etc): resizing the Photoshop window (i.e. by placing it into floating mode or opening another…
Pedro
  • 449
  • 2
  • 9
-2
votes
1 answer

Installing Microsoft Office using Wine

Hey I'm trying to install Microsoft Office using linux and wine but everytime I run the setup application I get this error: Setup cannot find the required setup controller file. Either there was a network error, an error reading from the CD, DVD,…
user3831375
  • 13
  • 1
  • 4
-3
votes
1 answer

Cannot install Pyinstaller under Wine on Kali Linux

I am getting syntax error ERROR: Command errored out with exit status 1 ... while trying to install Pyinstaller under Wine on Kali Linux in a virtual environment I'm getting an error as follows: ┌──(root㉿kali)-[~/.wine/drive_c/Python27/Scripts] └─#…
khoju
  • 1
  • 1
-3
votes
1 answer

can diablo 3 be run through wine on linux?

If there's a howto link or similar ill accept that right away - im desperate for running it with my stationary tux box instead of a less capeable laptop.
-8
votes
2 answers

Does WINE implement "_printf" and similar functions in MSVCRT?

Here is an example program that illustrates my problem, it can be compiled using FlatAssembler without using a linker: format PE console entry start include 'win32a.inc' section '.text' code executable start: mov dword [esp],_output1 call…
FlatAssembler
  • 667
  • 7
  • 30
1 2 3
40
41