Displaying 14 results from an estimated 14 matches similar to: "Wine error on startup"
2002 Jul 19
0
running both wine and winex
Hi there !
You are very likely using CVS.
try this:
compile and install wine:
./configure --prefix=/usr/wine
make depend
make
make install
compile and install winex:
./configure --prefix=/usr/winex
make depend
make
make install
do NOT add /usr/wine/bin and /usr/winex/bin to $PATH
do NOT add /usr/wine/lib and /usr/winex/lib to $LD_LIBRARY_PATH
then create the following two scripts in your
2004 Jan 03
1
Error starting wine CVS
Hi,
I have some trouble launching wine compiled from CVS.
When I start any file, I get this error:
err:msg:QUEUE_CreateMsgQueue Cannot get thread queueMain exe initialization
for L"C:\\Giochi\\Ragnarok\\Infinity.exe" failed, status c0000142
my system is a gentoo with 2.6.1-rc1 kernel and glibc without nptl (I can't
rebuild all the system at the moment).
--
Flameeyes
2008 Nov 07
0
fix focus and alsa for gps software
Hello,
I'm going to use wine to use a gps software on my carpc.
The GPS software runs great but when the window loses focus it hangs
until the windows gets focus back. I guess this is really a fault of
the application, I assume it does the same without wine (I actually
never tried it outside wine so I don't know).
Anyway because it's under wine it's easy to workaround it. I want
2004 Sep 22
1
Problem compiling Corel-WINE
In reference to an old posting: we managed to get a copy of the final CVS
Corel-WINE code.
I am trying to compile it with GCC-3.3.4. I realize that this might not work as
I had to hunt down three patches on Google to build GLibc-2.3.1 with that GCC
version.
NOTE: for those that don't know, GLibc-2.3.1 is the last version of GLibc that
Corel-WINE will work with.
So, I was building
2010 Oct 05
4
Err 1359
Im trying to run a project with wine(1.0.1) in linux (fedora 11) and it have this problem
Code:
win:GetDesktopWindow failed to start explorer, err 1359
err:win:GetDesktopWindow failed to create desktop window
What is this error??
thanks
2010 Oct 07
2
Why this error¿?
Someone know the reason of this error??
Code:
err:win:GetDesktopWindow failed to start explorer, err 1359
err:win:GetDesktopWindow failed to create desktop window
run.x: loader.c:500: wine_dll_load: La declaraci?n `load_dll_callback' no se cumple.
i post the same error 2 days ago but the solution is not good.
thanks
2001 Oct 03
1
err:win:GetDesktopWindow .....
I appear to have wine almost working, except for this:
$ wine --debugmsg fixme-all d:\\<any .exe>
err:win:GetDesktopWindow You need the -desktop option when running with
native USER
And no, this is the *only* error I'm getting aside from font fixmes.
What do I need to do to fix this or figure out what's causing it?
--
********* Fight Back! It may not be just YOUR life at
2001 Nov 26
2
err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll
I get the following error with the newest cvs wine:
guezzwho@guezzwho:/c/windows > wine notepad.exe
err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll:
undefined symbol: XF86VidModeSetGammaRamp Could not load graphics driver
'x11drv' err:win:GetDesktopWindow You need the -desktop option when
running with native USER
Older wine / winex releases work just fine,
2001 May 16
1
wine-20010510 fails to run?
The system I am using is a clean install of Mandrake 8.0 which
has the gcc version 2.96 installed.
I downloaded the wine-20010510 snapshot and successfully
ran the ./tools/wininstall.
The build seems to have run without problems and if I type:
wine --version
the correct release number is displayed indicating the
install was also succesful.
As per the FAQ I also did the following:
2006 May 28
6
Problems to find a usefull wine configuration
Dear good wine people,
I wanted to use cedga or wine so i downloaded all the required packages
(mesa, SDL, freetype, etc) and downloaded wineCVs.sh and runned it.
I tryied downloading two profiles and compiling them and got two
different results.
Profile 1: cedega
---------------------
I compiled and installed without problem
I configured cedega to include its own virutal disc, i copied all the
2002 Jun 24
0
x11drv error
Hello,
I installed codeweavers-wine-20020411-6-.i386.rpm with no problem
indicated during the installation. But when I try to run a windows
progra, say notepad .exe, it gives me the following error:
Could not load graphics driver 'x11drv'
err:win:GetDesktopWindow Wine init error: either you're trying to use an
invalid native USER.EXE config, or some graphics/GUI libraries or
2001 May 15
2
WTLIB99 with wine-010510 tar ball broken again
Hi:
Remember that I somewhat enthusiastically wrote that a VB3 program
called "Watchtower Library 1999" now works with wine-010508?
Well, [un]fortunately it is broken with again with the
wine-010510 tar ball. (Thank you, Kin Lau for pointing this out to
me by e-mail.)
Description:
The main program window of WTLIB99 is just a small bar with buttons
and a menu on top of the buttons.
2008 Mar 15
4
Error with GTA on one box, not on another
Hello,
Running GTA (the first one, freely available on Rockstar site ->
http://www.rockstargames.com/classics/gta.html) on my laptop, I have no
problem in fullscreen.
However, on my desktop computer, where I tried to run GTA from freevo, I got
the error message "Error 296.473 - Cannot find the default display mode". A
strings on executable showed me that it is a message from the
2010 Mar 08
1
¿Can I detect tray icon position of a Wine app?
Hi
Many Windows apps uses a tray icon. ?There are a command or method to determine x and y corrds of that icon?. I want this to develop a notifier that shows a balloon "growing" from tray icon.
Thanks in adavance :)