Questions tagged [wine]

17 questions
6
votes
1 answer

Is Wine stable enough for production?

I have a open relationship with Linux, i use it on and off and i just got into the latest ubuntu and got a change to try out wine and it seemed to take any windows app and make it like i was actually using windows. I wanted to know is wine that…
Shard
  • 1,432
  • 4
  • 21
  • 35
3
votes
2 answers

High CPU usage with wineconsole running in background

I have a (pretty simple) Windows console application which I want to run on a Linux server using Wine. When I just run it from the terminal over SSH like wine myapp.exe everything works great. It runs fine, does everything it should and CPU usage…
Spc_555
  • 213
  • 4
  • 11
2
votes
6 answers

Mono vs Wine for production

For Production Would you rather use Wine or Mono to run a .net application on Linux OpenSuse 11.
JL.
  • 1,253
  • 9
  • 22
  • 35
1
vote
2 answers

systemd restart jobs on condition

I have a Windows-only daemon running on a linux box with wine and Xvfb. Due to this quite experimental setup, the daemon crashes periodically and i'd like to implement some kind of mechanism to automatically restart the daemon. Currently i have a…
simonszu
  • 343
  • 5
  • 14
1
vote
1 answer

Wine not work in crontab

There is bash in cron script with wine executing. In cronjob log I see: wine: Unhandled exception 0x0eedfade in thread 9 at address 0xce99ebf0:0x7b83e6ce (thread 0009), starting debugger... err:winediag:nulldrv_CreateWindow Application tried to…
Boris Salimov
  • 221
  • 2
  • 3
  • 8
1
vote
1 answer

WINE only Linux distribution?

Are there any Linux distributions that are intended exclusivity for running windows programs under WINE? My particular use case is that I have a windows program that I'd like to install in a VM (I'd rather not install it on any of my system) but I…
BCS
  • 1,065
  • 2
  • 15
  • 24
1
vote
3 answers

How do I install Wine on Amazon Linux AMI?

I am trying to install Wine on Amazon Linux AMI. First I did: sudo yum install wine It said "No wine package available." Then I did the following: sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm …
qwt
  • 19
  • 1
  • 4
1
vote
1 answer

How can I get Microsoft Office running perfectly on Ubuntu?

I have a number of users in our office. They do 90% of their work in the browser using Google Docs and a number of other online tools. I would prefer to deploy Ubuntu to them as it does not require any maintenance and does not need a format/install…
chrism2671
  • 2,549
  • 9
  • 34
  • 45
1
vote
2 answers

How to start remote Xorg/gnome via ssh & Xforwarding, then close ssh but without shutting down Xorg/gnome?

Question: I have a Linux server where I connect to via ssh. It works fine, and also, X-forwarding works fine (in the local network). Now I wanted to run a server program under wine. because it's a Windows application, it doesn't run on the command…
Quandary
  • 974
  • 4
  • 18
  • 34
1
vote
1 answer

Wine in Docker - "reg add" only keeps effects temporarily

Ive been bashing my head against a wall about this. I'm looking to add an executable to the PATH under wine on Ubuntu 20.04. Trying to configure this from the dockerfile, but having a weird issue. Specifically, i'm trying to install python under…
Awbmilne
  • 11
  • 1
0
votes
0 answers

Can't seem to see local network on Wine

I'm trying to use Wine on Ubuntu to use a proprietary Windows program that looks for a proprietary device on the local network. I don't know where it's looking, which protocol, port or IP address it's using. That information is sealed. I only know…
eje211
  • 117
  • 5
0
votes
0 answers

Print documents to PDF files via command line in Wine

I have a task to use Wine on Linux distributive for work with MS Office files doc[x] / xls[x] / ppt[x] and pdf via virtual printer. Output formats I need are png or jpg. This is for converter of documents and presentations. I can convert a ps file…
0
votes
1 answer

How to execute a CGI on my server?

I want to execute a CGI on my server, but I have this issue: run-detectors: unable to find an interpreter for /media/FTP/outils/cgi-bin/monitorCGI.cgi, >refererer: http://outils.mynd/backburner. Premature end of scripts header: monitorCGI.cgi,…
Hihui
  • 1
  • 3
0
votes
2 answers

Error: Missing Dependency: /usr/X11R6/bin/xmessage is needed by package wine-core

I've the following error on CentOS when installing wine: sudo yum install wine Error: --> Finished Dependency Resolution wine-core-1.2.3-1.el4.rf.i386 from rpmforge has depsolving problems --> Missing Dependency: /usr/X11R6/bin/xmessage is needed…
kenorb
  • 5,943
  • 1
  • 44
  • 53
0
votes
1 answer

Installing MDAC on Macintosh with WineTricks

I have been told that it is possible to install MDAC 2.8 on a Macintosh using WineTricks. DId anyone tried this and can share the experience? Is there somewhere an instructino to follow? My goal is to enable OSX clients to run a win32 application…
user193655
  • 253
  • 1
  • 5
  • 17
1
2