similar to: Help With Wine Errors

Displaying 20 results from an estimated 8000 matches similar to: "Help With Wine Errors"

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
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 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
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
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
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
2011 Mar 22
4
I cannot install dotnet20
Hi I just compiled the latest version from git repo and trying to install dotnet20 and this is what I get fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. err:ntlm:SECUR32_initNTLMSP Usually, you
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
2012 Feb 05
1
Wine Display Help
I know this has been a popular topic, but seeing as this is day two of me trying to figure it out I give up, I need some help please. I am trying to run wine on a CENTOS VPS. I am unable to run any .exe or xclock or anything of that nature. I get the common DISPLAY error: [~/.wine/drive_c/windows]# wine notepad.exe Application tried to create a window, but no driver could be loaded. Make sure
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.
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
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
2008 Apr 05
2
installing dotnet20 fails
I am trying to install dotnet20 in 0.9.58 with sh winetricks dotnet20 It hangs after extracting a file with sh winetricks dotnet20 Using system libcrypto, version 90709F DLSYM: Failed to resolve FIPS_mode_set: 127 DLSYM: Failed to resolve FIPS_mode: 127 DLSYM: Failed to resolve SHA256: 127 DLSYM: Failed to resolve SHA512: 127 DLSYM: Failed to resolve EVP_sha224: 127 DLSYM: Failed 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 Aug 17
4
Regression help
I am having problems getting my app to run under wine-git so that I may perform my regression. Here is the output when I run wine-git/wine: Code: Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org Wine cannot find the FreeType font library. To enable Wine to use TrueType
2011 Dec 12
7
Problem to install dotnet20
Hello... I have a problem to install dotnet20... If I write "sh winetricks dotnet20" I get an error code like this: err:seh:setup_exception_record stack overflow 1940 bytes in thread 0042 eip 0045352a esp 00240b9c stack 0x240000-0x241000-0x340000 The error code is often another code..., so i can't post all the error codes... I have Ubuntu Linux 11.04 and I hope you can help me..
2012 May 05
12
Error running an app on a Mac
Hi Guys, I'm a newbie, running my first windows app on a Macbook. OS X 10.6.8 2.2 GHz Intel Core 2 Duo 2 GB 667 MHz DDR2 SDRAM When I tried to install X11, both the original X11 app and the update told me it is already installed on my Mac. Here's the error messages from Term: $ wine setup.exe wine: created the configuration directory '/Users/horacemann/.wine' Application tried
2008 Apr 02
2
New winetricks 20080402: new verbs dotnet20, win2k, flash, msls31; updated mono, liberation
Big news: as of today or so, wine doesn't need any patches to install the .net 2.0 runtime or run trivial .net 2.0 apps, so I've added a dotnet20 verb. No more futzing with recipes to try out simple .net 2 apps, huzzah! There are lots of other little changes, too: 20080402 r21 Added dotnet20, removed one kludge from dotnet11, added win2k verb, plus shorthand for winver=foo r20
2001 Feb 09
3
Palm Hotsync success...
Well, after having given up uppon serial communication from hotsync.exe to the Palm Vx, I decided to try network communication instead. I am able to perform a complete hotsync even with Netscape Calendar synchronization. I am not doing anything special to make it work but it is not straight forward, neither. I start hotsync.exe, configuring it for network access only. Then I start pi-nredir
2008 Jun 28
3
World wide telescope?
Helo, Iam trying to run Microsoft World Wide Telescope from .msi format but I get some errors or msiexec crash.. i dont now it start debugging and i get that: Code: xxx at m5:~/Desktop$ msiexec /i wwtsetup.msi fixme:advapi:LookupAccountNameW (null) L"m5it" (nil) 0x32f7fc (nil) 0x32f800 0x32f7f4 - stub fixme:advapi:LookupAccountNameW (null) L"m5it" 0x160e00 0x32f7fc 0x160ce8