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

Command not recognized on calling through a C# .NET application but works when called directly

I am running a .NET application on wine in linux. I am trying to run a command that runs a shell script present in the linux. This is my code inside the .NET application, calling the command: System.Diagnostics.Process process = new…
Shantanu Shinde
  • 932
  • 3
  • 23
  • 48
2
votes
1 answer

automating excel with win32com on linux with wine

I have a rather complex Excel 2010 file that I automate using python and win32com. For this I run windows in virtual box on an ubuntu machine. However, that same excel file solves/runs fine on Ubuntu Maverick directly using wine 1.3. Any hope of…
dgorissen
  • 6,207
  • 3
  • 43
  • 52
2
votes
1 answer

How to build exe file from python script for all Windows Version like: Xp,7,8,10

I build exe file using pyinstaller in windows 10 64bit os. but when i test on windows7 64bit os then is not working. that shows dll file error. so, I understated when the os is change then need to rebuilt exe file with that same system. am I Right…
Raj Mehta
  • 93
  • 2
  • 9
2
votes
0 answers

why can I not open .exe programs with wine?

today I downloaded a game for windows called "koikatsu party" When I try to open it with wine. I can't open it, There's an error called "prefix creation exited with error wine". After that I thought it was an error of the game so to try I've…
2
votes
2 answers

How to log all API calls in Windows the same way Wine does in Linux?

I'm debugging a windows application in Linux using Wine (Eudora), using WINEDEBUGGER=+relay to create a (rather massive) log of API calls. Now that I've spotted where the problem is, I want to run the same application in native windows (well,…
MestreLion
  • 12,698
  • 8
  • 66
  • 57
2
votes
0 answers

WineBottler: Prefix creation exited with error

I'm trying to install a windows program through winebottler. Does anyone have a clue how to fix this? I tried messing around with the system version, but it's really no use it seems. If there's any other program that could handle it that would be…
Tigerotic
  • 609
  • 1
  • 7
  • 11
2
votes
0 answers

Python: using subprocess and screen properly with wine

So I am currently working remotely and trying to have a Python script run on an Ubuntu machine while not maintaining the ssh connection to it. The usual solution is a detached screen that allows to let the script run while breaking the connection…
flogoru
  • 31
  • 4
2
votes
0 answers

How to build WineLib for Mac OS X 10.6 and link it with XCode project?

Please forgive me for a stupid lame question, but I can't find even minimal documentation... It seems that only Wine is covered. Should I use the Wine sources to build Winelib? Is my assumption correct that I can create a Winelib framework by…
Ryan
  • 1,451
  • 2
  • 27
  • 36
2
votes
1 answer

ERROR: LD_PRELOAD cannot be preloaded :ignored

I just installed wine from this link to run windows applications in my ubuntu 18.04(Bionic beaver) but when i run wine --version the output was ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded…
Nischaya Sharma
  • 431
  • 2
  • 6
  • 16
2
votes
0 answers

How to compile wine 32 bit on mac using gcc

I am trying to compile the 32 bit version of wine on mac. When I do ./configure --with-wine64=../wine64 I get the error "Cannot build a 32-bit program, you need to install 32-bit development libraries.". I think this is because xcode stopped…
ozgeneral
  • 6,079
  • 2
  • 30
  • 45
2
votes
1 answer

How to fix Wine memory access violation

I use Linux Mint 18.3. Recently I downloaded a game for Windows called SCP Containment Breach. I have managed to get it to run, but it crashes shortly afterwards during the loading screen and a small window pops up saying 'Memory access…
Michael Jones
  • 39
  • 1
  • 3
2
votes
1 answer

sqlcmd connect to MSSQL via ODBC in Linux

I want to use wine to run a Window's command line program in Linux. This program uses ODBC to connect to an MSSQL server. So far, I have installed MS ODBC driver 17. Now I want to test if the ODBC connection is working. How do I use sqlcmd to…
Jake He
  • 2,417
  • 3
  • 29
  • 41
2
votes
3 answers

Installing 32bit-python-3.4 in wine in 64bit Linux

I have installed 64bit Debian Stable Linux which is running very well: Linux debian 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u5 (2017-09-19) x86_64 GNU/Linux I want to install 32bit python-3.4 in it (for XP Windows support also). I tried: $ wine…
rnso
  • 23,686
  • 25
  • 112
  • 234
2
votes
1 answer

Wine mount folder as drive

I have dropbox installed across several computers, on windows I can mount the Dropbox as a virtual folder (in my case M:\). I want to do the same on wine on Ubuntu so that I can use the same project files across multiple computers and have all the…
Andross
  • 71
  • 1
  • 6
2
votes
0 answers

Wine failed to insall msxml3 with winetricks

My wine version is 2.22 on Fedora 25. I have also tested it on wine 3.0 RC-5 on Fedora 25 ,and it failed. When I install msxml3 using winetricks it gave me errors like: fixme:ntdll:NtLockFile I/O completion on lock not implemented…