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
vote
0 answers

WineHQ starting services

I get an error when I try to open a service on Linux WineHQ 7.0 kernelbase:AppPolicyGetProcessTerminationMethod or Failed to initialize BattlEye Service: Driver Load Error (1053)
1
vote
0 answers

Can't install wine32 and libwine:i386 on my ubuntu 20.04 computer

I would like to install wine32 on my ubuntu 20.04 but it's impossible. If I run sudo apt-get install wine32, I've : Les paquets suivants contiennent des dépendances non satisfaites : wine32:i386 : Dépend: libwine:i386 (= 5.0-3ubuntu1) mais ne sera…
eronn
  • 1,690
  • 3
  • 21
  • 53
1
vote
0 answers

Call a WINAPI Function from a shared object(.so) that is loaded into the wine process

I have a windows program that is run under wine. If i understand correctly, the pe-executable is mapped into the wine process. I use LD_PRELOAD to load a .so into the wine process. This .so hooks into the vulkan rendering pipeline. That makes me…
user1283078
  • 2,006
  • 17
  • 17
1
vote
1 answer

How to display Japanese characters in a Linux Wine message box text?

<> I am building a Windows application on Debian Linux (stable) that runs with Wine. To begin, I wrote a very simple "Hello, World!" application. It works very…
kevinarpe
  • 20,319
  • 26
  • 127
  • 154
1
vote
0 answers

Apache Guacamole starting intial wine program

I am trying to setup a remote desktop using Apache Guacamole on Ubuntu 20.4 but I only want the initial program accessible to the user. The program is a Windows program and I am using WINE. So far I have tried invoking wine via a bash script. And…
1
vote
0 answers

Docker Segmentation Fault Build on M1 Mac

I'm trying to get pywine docker container to build/run on an M1 mac. I get the following error => ERROR [4/6] RUN xvfb-run sh /tmp/helper/wine-init.sh …
joshp
  • 706
  • 5
  • 22
1
vote
0 answers

/usr/bin/wine: 40: exec: /usr/lib/wine/wine: Exec format

hi guys can some one help me whit this pl /usr/bin/wine: 40: exec: /usr/lib/wine/wine: Exec format error
1
vote
2 answers

Poor performance with LTSpice + Wine on multicore Linux machine

I'm trying to build an ML model using LTSpice simulation data. I'm running 64 concurrent simulations of LTSpice using Wine on a 64-core Centos linux machine to acquire ideally several million data points. A typical simulation takes about 2-4…
David
  • 61
  • 2
1
vote
1 answer

Running Node in Wine on Ubuntu

I know it's kinda weird, but somehow we have this kind of demand. We used to run on node v10 and wine v5.0, it was fine. Recently I tried to upgrade node to v16. I tried with wine v5.0, v6.0, v6.18, and different problems occurred. So far wine v6.18…
1
vote
0 answers

How to force wineconsole to exit after program end and get ascii output to linux terminal?

I'm currently running windows application using this command line: env WINEPREFIX=$HOME/winedotnet wineconsole --backend=curses app.exe 1.bin However, this way has some drawbacks: Wine does not close console until I press enter (normally, the…
DBenson
  • 377
  • 3
  • 12
1
vote
0 answers

PyInstaller + Wine + NLTK = WinError 127 "RtlIpv6AddressToStringA". Any ideas?

The issue I developed a PyQt app that uses NLTK to throw item recommendations based on a query, and now I need to package it into a standalone app. After checking the internet for weeks, I tried fbs, but ended up going to pyinstaller. When I tweaked…
Mad Man
  • 27
  • 1
1
vote
0 answers

How do I solve "No OpenCL runtime lib" in Wine on Linux

I am trying to move to linux, but to be able to move I absolutely must have Cinema 4D installed and runnning. I cant use a full VM cause I dont have a second GPU to passthrough. Ive been fiddling with wine all day, different installers etc. First I…
djkato
  • 542
  • 1
  • 4
  • 12
1
vote
0 answers

CefSharp WPF exception with wine

I want to run my WPF app with cefsharp on linux system using wine, but i cant because of exception. App is absolute simple - default mainwindow with cefsharp grid (i followed this guide). wine: Call from 0x7b032f82 to unimplemented function…
vladuska
  • 41
  • 4
1
vote
1 answer

Electron Forge Squirrel Windows on Mac OS Catalina?

Asking again 'cause I havent had any luck finding this information. Does anyone know where I can find the documentation or steps to package my Electron app for Windows on a Mac running OS Catalina(10.15)? I've successfully published for DMG and and…
sychordCoder
  • 230
  • 3
  • 14
1
vote
1 answer

wine fixme wait_for_withdrawn_state window

I am running a Windows execuable (.exe) using wine, in a docker container and I am dumping the graphical interface using xvfb-run. The setup is working but with some fixmes and some errors which I am trying to understand what do they mean. The most…
Charalamm
  • 1,547
  • 1
  • 11
  • 27