similar to: Wine Display Help

Displaying 20 results from an estimated 7000 matches similar to: "Wine Display Help"

2009 Dec 27
1
Can't load GDI from background service
I am running a win32 application that has a graphics and command line mode; I use the command line mode. When I login and run from a terminal, it works fine under Wine, but when I run it as a service via a script in /etc/init.d, it fails. I have it set up so the service runs as my account, not root. It gives the following messages: Application tried to create a window, but no driver could be
2013 Apr 18
3
Having difficulty exporting display
Hello, This is my issue, my remote machine (CentOS 6.3, hosted in Azure windows environment) has an application that I need to test on my local box (CentOS 6.4, a laptop behind a router). Now, this is what I'm doing and the issue that I'm encountering: Local: $ xhost + $ ssh -X someusername at somehostname.net -p 49283 Remote: $ export DISPLAY=192.168.1.6:0.0 $ xclock ... and nothing,
2011 May 26
6
Running a wine app from a control panel.
Hello, I wonder if anyone has experienced this, or knows of a way to fix this problem I have. I am trying to host a game server that needs wine to launch. I can run the game fine through an SSH terminal using wine game.exe. I do get this message: Code: Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set
2011 Jun 01
3
wine, display and root.
Hi, I'm using wine to run a console app I've got (it doesn't actually output anything). It's running on a remote server, so I only have ssh access. When run the program as root, I get > > Make sure that your X server is running and that $DISPLAY is set correctly. > err:systray:initialize_systray Could not create tray window > Application tried to create a window, but
2011 Jan 30
2
winecfg errors
System: i5-750 intel processor Lost of storage Debian Linux OS (Squeeze) KDE Desktop Using wine 1.1.42 (at least that is what is returned with --version switch) When running winecfg I get: No protocol specified No protocol specified No protocol specified No protocol specified No protocol specified No protocol specified No protocol specified Application tried to create a
2011 Jan 31
1
wine-users Digest, Vol 66, Issue 120
Could you be more specific. If I need to make a connection to localhost then I am really confused. This is my first shot at wine so don't expect much in the way of knowledge from this end. All I was trying to do was pull up the wine configuration (menu?) and set the screen definition. Also, from the error message, it appears that there should be a system tray on the screen. If I minimize
2009 Dec 27
1
Running Spelunky (clearly) URGENT
I want to run a game called Spelunky. It is a .exe file. I followed the directions located here http://davidbaumgold.com/tutorials/wine-mac/ and have successfully installed Wine. When I tell it to run the program: william-bohrers-computer:~/desktop/spelunky_1_1 williambohrer$ wine Spelunky.exe It gives me Application tried to create a window, but no driver could be loaded. Make sure that your X
2007 Oct 10
12
How to export X displays
I have a CentOS server at home and want to view the X display on a laptop running Ubuntu, and not having much success. Here's what's been tried so far: I ran this command on the CentOS server: export DISPLAY=192.168.0.18:0.0 And ran this command on the Ubuntu laptop: xauth +192.168.0.2 When I try to run, say, xclock on the Ubuntu laptop, this is the error message I'm getting:
2004 Dec 10
0
export DISPLAY from Dom0
Hi all, I test from 2 month now the xen project and i reach today a custom config with xen wich is stable and so much confortable. Just a little problem with a GUI view for the XenU domains: as I read some message from archive devel-xen that "startx" from a domain doesn''t work, I try to work with Dom0: 1. startx from Dom0 2. open xterm 3. command: xhost + 4. command: ssh
2012 Mar 13
2
Help With Wine Errors
Attempting to run wine on an iMac Running OSX 10.6.8 I installed and updated wine to the latest version using MacPorts Whenever I try to run an application I get this error: Code: No protocol specified No protocol specified No protocol specified No protocol specified No protocol specified No protocol specified No protocol specified No protocol specified Application tried to create a window, but
2012 Apr 21
1
Help with errors running Mabi on Wine please!
Every time I try to put the .exe installer file into the terminal, it gives me this error: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly.
2012 Mar 13
2
Having problems with building a deb package of the sources
I am using the 1.4-rc6 source code to build the deb package. The source compiles smoothly but debuild -us -uc fails with this message: (last few lines, I hope which are more relevant) ../../../tools/runtest -q -P wine -M atl.dll -T ../../.. -p atl_test.exe.soatl_ax.c && touch atl_ax.ok Application tried to create a window, but no driver could be loaded. Make sure that your X server is
2013 Mar 28
1
How to give access to /dev/tty
Hello, First I apologize because I sent this email on the lxc-users mailing by error. So sorry for the double message. I'm trying to run an X server inside a container. I was able to achieve this with lxc-tools (and that is why I mixed myself between the 2 lists) by setting the option lxc.tty = 4 that allows access to 4 tty. Now I want to use libvirt because my final goal is to
2010 Nov 30
0
Multiple Instances of Diablo 2
Hi all, I'm currently trying to run multiple Diablo 2 Windows with 1 user. Thats what i managed to do until now: if I use export WINEPREFIX=~/.wine2 and then run a copied d2, it works to join bnet twice, but when both are in the same game, 1 will get a Timeout. So i tried to find a sloution (and found one): I made another user (called "d21") and installed D2 into his personal .wine
2011 Apr 20
3
API-MS-Win-Security-Base-L1-1-0.dll Failed To Initialize
Trying to run code I compiled on windows: > > debian-test:~# /usr/local/bin/wine EventLogViewer.exe > Application tried to create a window, but no driver could be loaded. > Make sure that your X server is running and that $DISPLAY is set correctly. > err:systray:initialize_systray Could not create tray window > err:module:attach_process_dlls
2004 Jun 25
4
X user application fails come up but xclock and xterm come up
Hi , I open secure Session with X11 forwarding. when run any standard X applicattion like xterm xclock it come up without any error. I start my user X application it fails. On User application side it fails when "xtOpenDisplay" system call with localhost:10.0. On SSH server debug message are : > debug1: X11 connection requested. > debug2: fd 20 setting TCP_NODELAY >
2001 Apr 26
2
OK, what's the deal with the display, anyway ?
Does anyone have a consistent way to set the display for wine programs to /anything/ (meaning something other than :0.0)? I have done the followings: ssh to the box I want to run the wine app from. (As a result, DISPLAY was set to "tux:10.0") I tried running wine ./notepad.exe from the Windows directory. This gave me the following: Xlib: connection to ":0.0" refused by
2011 Dec 01
2
Having problems after installing Wine [osxwinebuilder]
Hello, I installed Wine today using the instructions on the osxwinebuilder page: http://code.google.com/p/osxwinebuilder/ All went good, until trying out to launch iexplore, or winecfg or anything else. I get the following error message each time doing the command: wine winecfg or wine iexplore: Code: $ wine winecfg Wine cannot find the FreeType font library. To enable Wine to use TrueType
2007 Mar 19
2
Security Update from MAC breaks ssh -X
Folks, This morning I downloaded and installed a security update for my MAC G5. I am running MAC OSX 10.3.9. Friday March 16 I was able to ssh -X me at targetcpu and launch my application this morning March 19 I get this error: X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 20 (X_GetProperty) Atom id in failed request: 0x25 Serial number
2012 Apr 10
1
X11 display problem
Hi, I run R on a unix server and login from a Mac with ssh -X. When I want to run a graphics function like hist, I get the following x11 message: Error in X11(d$display, d$width, d$height, d$pointsize, d$gamma, d$colortype,  :    unable to start device X11cairo In addition: Warning message: In function (display = "", width, height, pointsize, gamma, bg,  :   unable to open connection to