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 /usr/bin directory. ( wine and winex ) # this is /usr/bin/wine LD_LIBRARY_PATH=LD_LIBRARY_PATH:/usr/wine/lib PATH=PATH:/usr/wine/bin" wine "$@" # this is /usr/bin/winex LD_LIBRARY_PATH=LD_LIBRARY_PATH:/usr/winex/lib PATH=PATH:/usr/winex/bin wine "$@" make sure these files have execution rights. chmod a+x /usr/bin/wine /usr/bin/winex This should solve your problem. Have fun. Mark Hannessen > Hello! > > i need some help with winE, i have WineX installed too > > i have the following error on the star when i want to open a setup.exe > file: > > Warning: loading builtin ntdll.dll, but native version already present. > Expect trouble. > err:msg:QUEUE_CreateMsgQueue Cannot get thread > queueerr:msg:InitThreadInput16 failed! > spider@spiderserver1:~> Warning: loading builtin ntdll.dll, but native > version already present. Expect trouble. > err:msg:QUEUE_CreateMsgQueue Cannot get thread > queueerr:msg:InitThreadInput16 failed! > err:win:GetDesktopWindow Wine init error: either you're trying to use an > invalid native USER.EXE config, or some graphics/GUI libraries or DLLs > didn't initialize properly. Aborting. > > > Please HeLp me!!! > > > See you! > Glenn _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users