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

Using ALT+Click to select text in columns with Notepad++ (Linux)

I run Notepad++ both in Windows, and in Linux under Wine. In Windows, I can hold Alt and click/drag to select characters in a column rather than line-by-line. In Linux, holding Alt and clicking doesn't select anything. Rather, it makes the cursor…
Chell
  • 51
  • 9
1
vote
0 answers

WineHQ 6.0 - Ubuntu 20.04 - Add USBSTOR.SYS driver support

I have launched this program wine 'C:\Program Files (x86)\Rufus\rufus.exe' 2> rufus.log and I have obtained this log: 0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0034:fixme:font:get_name_record_codepage encoding 20…
Mario Palumbo
  • 693
  • 8
  • 32
1
vote
0 answers

Prefix creation exited with error in Wine at mac

My Mac runs OS version (Catalina). I had the same issue as this post How to fix "Prefix creation exited with error" in Wine at mac? But it's been closed to answer, I start this new question to show a great solution from Jacob Townsend's YouTube…
user15532368
  • 11
  • 1
  • 2
1
vote
0 answers

How to link a 32-bit DLL for 64-bit WINE against 64-bit Linux libraries only?

I am using WINE (on 64-bit Linux) to run a 32-bit Windows application which loads a DLL (LoadLibrary). I would like to re-write the DLL and compile it with winegcc/winebuild for that environment, without modifications to the original program. I am…
PiCTo
  • 924
  • 1
  • 11
  • 23
1
vote
0 answers

ImportError: No module named os | trying to run .exe programm

I'm using Ubuntu 20.10 and I am relatively new to Linux so I would like to kindly ask you to tell me if there is any info needed. I am trying to install Ableton Live 10 in Ubuntu but I get this when I try to wine program_name.exe wine Ableton\ Live\…
The1Jaf
  • 11
  • 1
1
vote
1 answer

Running vulkaninfo returns error: vulkaninfo.h:477: failed with ERROR_INITIALIZATION_FAILED

Iḿ trying to get vulkan to work but I get the following error: vulkaninfo ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_radeon.so: wrong ELF class: ELFCLASS32 ERROR: [Loader Message] Code 0 :…
Mister Tee
  • 80
  • 1
  • 7
1
vote
2 answers

Windows 10 won't recognize hand-made PE executables that work in WINE

I have made (in assembler, without a linker) an EXE for x86-64 that runs perfectly well in Wine under Linux. It's a basic HelloWorld that calls MessageBoxA and ExitProcess. Windows 10 won't recognize it, saying 'This program cannot be executed on…
adimetrius
  • 91
  • 9
1
vote
0 answers

ANSI escape codes on input line in Powershell

Hi I have a specific usage. I am running Powershell (v7.1.0) under Wine(v5.22) on Manjaro Linux(Kernel: 5.9.11). The command line in Powershell is showing ANSI escape color codes (as shown in the image). Is there any way to disable it…
weirdsmiley
  • 317
  • 1
  • 4
  • 12
1
vote
0 answers

How to link with binary using mingw32 in wine

I have made this minimal project to reproduce my link problem using mingw32 in wine32: CMakeLists.txt cmake_minimum_required(VERSION 3.13) set(CMAKE_CXX_STANDARD_REQUIRED ON) project("tst" VERSION 1.1.0) add_executable("tst"…
Null
  • 349
  • 2
  • 12
1
vote
0 answers

How to setup MinGW on Linux for using pdcurses?

I installed WINE (for testing and debugging the binaries without the need for Windows) and MinGW on a Linux for cross-compiling purposes, but when I try to compile anything that requires curses, MinGW complains that it cannot find the header file…
1
vote
1 answer

Wine command fails when executed through python paramiko ssh session

I'm trying to use the Text To Speech program balabolka and it's command line version Balcon on my machine running ubuntu 20.04.1 LTS through ssh. First I downloaded balcon from http://www.cross-plus-a.com/fr/bconsole.htm, Then after some research I…
1
vote
1 answer

Can you install winegcc/wineg++ on Mac OS?

I am writing a c++ program specifically for Windows operating system. However, I am writing it on a Mac OS. I know it seems counter productive, but I have my reasons that would take the next paragraph to explain. What I want is to be able to compile…
Sam Moldenha
  • 463
  • 2
  • 11
1
vote
1 answer

How can I correctly install & run pip in a wine-emulated python version (inside a docker container)?

I wanted to do a MetaTrader5 environment with Python. While I could do it in my Windows machine, I'd like to have it as a standalone Docker container to, say, deploy in my (I have two other systems that I prefer for coding: mac and linux) machine or…
Luis Masuelli
  • 12,079
  • 10
  • 49
  • 87
1
vote
1 answer

Problems running Adobe Digital Editions 4.5.11 in Ubuntu 20.04 LTS using wine 5.0.1

I am trying to use Adobe Digital Editions 4.5.11 in Ubuntu 20.04 LTS using wine 5.0.1. However when I try to open it I get the following error: The entry point method could not be loaded due to Could not load file or assembly 'PresentationFramework,…
luifrancgom
  • 53
  • 12
1
vote
0 answers

Cx_Freeze error while compiling from wine

I have a Linux machine (Parrot OS 4.9) where I am developing a project. I am working on the compiling part of it, and I want to use cx_Freeze for that purpose. I want to be able to compile both for Linux and for Windows, but I do not have a Windows…
Ciro García
  • 601
  • 5
  • 22