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.

learn more… | top users | synonyms

-1
votes
0answers
25 views

How to make Ubuntu's Copying and Pasting websites work similar to Windows? [closed]

I am using Evernote on Windows its really good for taking notes so I installed the same Evernote on Ubuntu using Wine (PlayOnLinux). In windows when I copy(ctrl + c) a web site and past(ctrl + v) it ...
-1
votes
0answers
18 views

Wine error when update [closed]

I got a problem yesterday when upgraded wine to 1.5.30 via macports (In osx) When i try to execute it, or use winecfg, or anything from wine, it gives me this error: dyld: Library not loaded: ...
2
votes
1answer
56 views

Creating a wrapper application for Wine and some .exe file

I am trying to write an application which wraps wine and some .exe file together. The application would mount the WineBottlerCombo_1.2.5.dmg file and then it should copy the right contents of the ...
1
vote
0answers
27 views

Can a program detect that it is running in VirtualBox (or Wine) AND that the computer is being remotely accessed

Basically I want to run a windows program on a remotely accessed Ubuntu computer and the program may be searching to see if it is being remotely accessed. Would this be enough of a workaround if so? ...
0
votes
0answers
20 views

Win-emulators block Firewire port?

I try without success to install Firewire audio interface (TC Konnekt 24D) under OS X 10.6.8 / iMAC 9,1. Still got errors: kernel FireWire (OHCI) Lucent ID 5901 built-in: no valid selfIDs for more ...
-4
votes
0answers
36 views

Makefile:133: *** missing separator. Stop. error using make in wine cmd file

Following is the code : all: wine @echo "Wine build complete." WINAPI_CHECK_EXTRA_FLAGS = --global @MAKE_RULES@ # Rules for re-running configure config.status: configure ...
0
votes
0answers
53 views

Unity 3d on Linux UI error

I was able to get Unity 3d (3.5) working with Wine on Ubuntu 12.04. Problem is that the IDE is blurry. It looks like everything works, I just can't see it. Anyway else have this problem? Is there a ...
0
votes
0answers
41 views

Xorg process goes to a 100% and system gets hard (slow) to use

Top shows the basic problem: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1274 root 20 0 845m 722m 170m S 99,1 9,0 186:46.82 Xorg I am using Kubuntu 12.10 ...
0
votes
0answers
90 views

WINE Right-click not working (OS X Mountain Lion)

I need to right-click and thus activate a menu in Foxit Reader, which is running in Xquartz WINE on Mac OS X 10.8. According to the Winehq.org FAQ, "Control-click, as you're probably used to, won't ...
2
votes
1answer
40 views

Build and override a simple Winelib DLL

I have a Windows executable that load a library and I want to create a Winelib DLL that will overide the Windows DLL. It's been 2 days that I search and try but it won't work ! Please help me ! ...
0
votes
1answer
125 views

Run a Windows Batch File Through Wine Using Ruby on Rails in Linux

I'm developing a web application using Ruby on Rails and running it on a Linux (ubuntu) server. My backend processing is based on a Windows .bat file that calls a network of other .bat files based on ...
1
vote
1answer
58 views

Append multiple arguments and use them in a single command

So what I'm intending to do here is to create a part of a script that can open a single or multiple torrents with µtorrent (through wine). The Wine path needs to be appended to the arguments like so ...
0
votes
1answer
138 views

Switch between X11 and XQuartz on Mac OS X

Is it possible to turn off that automatic bechaviour of Mac OS X when it setting up $DISPLAY? I want to run manually X11 or XQuartz to force wine (or other X apps) using one or another. (Like it was ...
3
votes
1answer
27 views

Is it possible to get output from windows application through wine?

I'm writing a python GUI for a downloader in windows. Currently I can wine that application in some way to download things from the website. I want to write a GUI which calls the downloader so that ...
0
votes
0answers
16 views

winedbg not working after rebuild

I downloaded wine-1.4.1 sources, ran ./configure, make, sudo make install. Everything went fine. $wine calc.exe works like a charm, but $ winedbg calc.exe err:module:LdrInitializeThunk Main exe ...
0
votes
0answers
51 views

How to use exe flags with LTSpiceIV running in Mac OSX (wineskin)

I am using a Mac and I need to pass arguments to LTSpice through the command line. This is the site for LTSpice Wineskin app: http://irust.in/2011/07/ltspice-for-mac-osx/ In Windows it is ...
0
votes
0answers
31 views

How to use device drivers installed on linux from a .net application placed on wine?

I developed a Windows Forms application in .net 4.0, From sometime I'm running this application on Linux with the help of wine and wine tricks. Now my application is needed to connect with a device ...
-2
votes
1answer
55 views

I want to make a android wine application that implements the barcode [closed]

I want to make a android wine application that implements the barcode that when a user scans the wine bottles barcode it fetches the information from a database and tells them the grape type, vinyard, ...
1
vote
0answers
88 views

how to fix fixme:thread:NtQueryInformationThread info class 16 not supported yet?

I am using OpenSUSE, I installed wine on it, and .net 4.0 using wine tricks. I ported windows forms application to linux. My application is used to connect to devices. We use device drivers for it. I ...
0
votes
0answers
46 views

C# Console Value in Windows Send Linux with Wine

I have C# console program in windows server. I run command in Linux with wine. When wine run in Linux, İt always returns 0 (Linux command "$?" show last program return value). İf program return -5, I ...
2
votes
1answer
76 views

How to get Operating System Name in WiX Installer in non windows Operating Systems?

Recently I learned that we can execute a MSI file prepared for Windows operating system in Linux using Wine. For our software we checked few pre-requisites like the Operating system should be Windows ...
0
votes
0answers
100 views

How to Execute linux bash command from Wine

I am using Notepad++ with plugin NPPExec for running Perl scripts on MS windows. like: cmd/c perl script.pl arg1 arg2 Is it possible to do the same using wine on Linux calling the native Perl ...
0
votes
1answer
41 views

Analysing debugger output for an aplication in release mode

I develop a win32 application using i686-w64-mingw32-gcc 4.7.2 crosscompiler under Ubuntu 12.10. When I run my application compiled in the release mode and it crashes, I may receive an output like ...
3
votes
0answers
210 views

Segfault on calling standard windows .dll from python ctypes with wine

I'm trying to call some function from Kernel32.dll in my Python script running on Linux. As Johannes Weiß pointed How to call Wine dll from python on Linux? I'm loading kernel32.dll.so library via ...
0
votes
1answer
74 views

detecting programs in python [duplicate]

Possible Duplicate: Test if executable exists in Python? Is there a python function to let me detect whether a program is installed in the computer. I have a program that runs an .exe, ...
0
votes
1answer
181 views

Is it possible to run Eclipse Portable on Linux using Wine?

I'm trying to sync an Eclipse installation between Linux and Windows, so I've installed EclipsePortable on Windows and moved the EclipsePortable installation to Linux Mint. Is it possible to run ...
0
votes
1answer
136 views

WIneskin wont emulate iso

I'm trying to play an old game on wineskin. But it needs the CD to be inserted / emulated to run. There is no NO-CD patch for this game (Last Call - That one you play as a bartender). I have read ...
0
votes
0answers
31 views

Remapping keyboard for Wine installation on osX

I am running Wine on osx 10.7.5 and I am loving it, but was hoping to change some of the controls around so they are native to OSx and not to Windows (IE switching CMD and Control) Any help?
1
vote
0answers
85 views

call script file from Visual C++ in linux

Please help me. I have compiled code in Windows (Visual C++) and generated .exe file in windows. I have to use this file in linux, which runs fine using wine. My question is: I have to invoke a ...
1
vote
1answer
81 views

How to develop windows assembly on Linux

As part of my college courses I need to develop in the assembly language. We study x86 and we develop in the windows environment. I run Linux in my home computer and wouldn't want to go to the CS lab ...
1
vote
0answers
45 views

DLL File missing after Wine upgrade to version 1.4.1

I used to run a few Windows applications via Wine 1.4.0 (installed through homebrew) on OSX Mountain Lion and after I updated to 1.4.1 (again via homebrew), I get the following error whenever trying ...
0
votes
0answers
263 views

How to install ie6 on 64-bit ubuntu? [closed]

I was trying to check my website for compatibility with IE6. I tried to install ie6 using winetricks but it gives error that the package doesn't work on 64-bit installation. Can anyone guide me in the ...
0
votes
1answer
251 views

Using C# System.Diagnostics.Process under Wine on Linux

I'm trying to port a GUI application which was developed under Visual Studio C# to run under Wine on Linux. I'm having problems with the Process class. The following program works as expected when ...
0
votes
1answer
1k views

Trying to install Wine in Ubuntu 12.10, get dependencies error [closed]

I have looked everywhere for some help, maybe it will be impossible to install Wine on Ubuntu 64-bit until an update is released. When I try to install I get the following errors The following ...
1
vote
0answers
56 views

WINE mishandles UTF-8 when reading file in CUI app

A simple CUI application (MITLM) reads in a text file and outputs a text file. It wasn't written with Unicode in mind, but handles UTF-8 just fine (because that's the beauty of UTF-8). However, when ...
1
vote
0answers
104 views

Sending keystrokes or text to a program running with wine

I'm starting a windows-program with wine in a shell script. Now I would like to pass keystrokes and texts to it. I've tried xvkbd as mentioned in this question, but the program just outputs the ...
4
votes
2answers
504 views

How to write programs in C# .NET, to run them on Linux/Wine/Mono?

In this particular case I need to run .complicated NET application for Linux. By complicated i mean - that project was developed for 3 years and i don't want to write it again in java or something ...
0
votes
0answers
51 views

What happened when calling ANSI windows API in WINE

In China there are still a lot of applications implemented with those old ANSI version windows APIs, and when running them with WINE, all the text displayed on UI will be garbage characters(because ...
0
votes
1answer
114 views

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 ...
1
vote
0answers
257 views

while Installing Microsoft Outlook Messenger in Ubuntu 12.04, getting error Object doesn't support this action

while Installing Microsoft Outlook Messenger in Ubuntu 12.04, getting error Object doesn't support this action I used Wine for use Microsoft products in Ubuntu. It is working perfectly in Ubuntu ...
0
votes
0answers
211 views

Toad MySQL wont start in WINE under Linux

I have switched to Ubuntu Linux and I need MySQL tool, since I have been using it on Windows, I have tried to install it under WINE. Installation went well, and I tried to run it, I can only see ...
1
vote
0answers
131 views

mxe cross compiling for windows … where are stdout messages?

I'm cross compiling a basic C++ Windows XP console application from my Debian host system using MXE (i686-pc-mingw32-g++). When running it on my Debian system (thanks to Wine), I can see the stdout ...
-1
votes
1answer
371 views

Outlook 2007 can't connect to Exchange on wine 1.2.2 [closed]

I would like to know is it possible to configure outlook on wine 1.2.2 to be able to receive and send mails using exchange server 2010. I've already installed outlook 2007 and it's opening up but when ...
1
vote
0answers
143 views

context execution differences between Pydev and shell running Python scipts

I have a problem in a Python script that launch programs using wine. The launched programs crashes when the script is executed under Eclipse/Pydev while they succeed when the script is run from a ...
2
votes
1answer
145 views

Python to Windows Executable under Wine

Has anyone successfully created a Windows executable file using py2exe, cx_Freeze or Pyinstaller under Wine from a Linux machine? My goal is to be able to just push the code to a gitolite repository ...
0
votes
0answers
103 views

Calling a Windows C++ DLL from a UNIX FORTRAN console app

I'm looking for a way to call a Windows-built x86 DLL from a UNIX FORTRAN console app. I've read that Winelib might be able to help, but I've never used it before. Can anyone please provide me with a ...
0
votes
0answers
12 views

Some Wine fields show only the vertical bar character

I wonder if there's some setting for Wine that references a missing or invalid character set... Some fields only show vertical bar characters when there is other data present. I've got two screen ...
1
vote
0answers
164 views

wine: stdafx.h: No such file or directory

I am curious why wine gcc shows up "stdafx.h: No such file or directory" during compiling a program that includes stdafx.h. Can anyone help me with this problem?
2
votes
1answer
98 views

Giving R under Linux access to a DLL [closed]

I have an R script which was developed in Windows, and which requires a particular DLL to be in the path because it uses some functions contained therein (via the dyn.load function). Is it possible ...
0
votes
0answers
121 views

Run SecureCRT under Wine (Linux Mint 13) Got ERROR

program works fine, except the connections were always be closed randomly. the error message are: Invalid packet header. This probably indicates a problem with key exchange or encryption. Message ...

1 2 3 4