Hello I have wine 0.9.23 and when I try to start windows program i have that answer : ibXxf86vm.so.1: cannot open shared object file: No such file or directory err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory Application tried to create a window, but no driver could be loaded. Unknown error (127). Application tried to create a window, but no driver could be loaded. Unknown error (127). err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory Application tried to create a window, but no driver could be loaded. Unknown error (127). fixme:win:SetWindowTextA setting text "Setup" of other process window (nil) should not use SendMessage fixme:win:SetWindowTextA setting text "Instalator" of other process window (nil) should not use SendMessage wat I`m doing wrong please help Thomas
Daniel Skorka
2007-Mar-19 18:10 UTC
[Wine] Re: I`m new what to do with wine it don`t want work
vant <vancomp@interia.pl> wrote:> ibXxf86vm.so.1: cannot open shared object file: No such file or > directoryYou are obviously missing libXxf86vm. Use your distributions mechanism to install the needed package. Daniel
ok but how to do that :) Daniel Skorka napisal(a):> vant <vancomp@interia.pl> wrote: > > ibXxf86vm.so.1: cannot open shared object file: No such file or > > directory > > You are obviously missing libXxf86vm. Use your distributions mechanism > to install the needed package. > > Daniel
Duane Clark
2007-Mar-19 18:10 UTC
[Wine] Re: I`m new what to do with wine it don`t want work
vant wrote:> Hello > I have wine 0.9.23 and when I try to start windows program i have that > answer : > > libXxf86vm.so.1: cannot open shared object file: No such file or > directoryThis library is part of the X11 system (your windowing system). It is sometimes included in the x11 development package. The package depends on what version of Linux you are running, so let us know which one that is.
I`m using Mandriva 2007 Duane Clark napisal(a):> vant wrote: > > Hello > > I have wine 0.9.23 and when I try to start windows program i have that > > answer : > > > > libXxf86vm.so.1: cannot open shared object file: No such file or > > directory > > This library is part of the X11 system (your windowing system). It is > sometimes included in the x11 development package. The package depends > on what version of Linux you are running, so let us know which one that is.
vant wrote:> I`m using Mandriva 2007 > > Duane Clark napisal(a): >> vant wrote: >> > Hello >> > I have wine 0.9.23 and when I try to start windows program i have that >> > answer : >> > >> > libXxf86vm.so.1: cannot open shared object file: No such file or >> > directory >> >> This library is part of the X11 system (your windowing system). It is >> sometimes included in the x11 development package. The package depends >> on what version of Linux you are running, so let us know which one that >> is.the package is called libxxf86vm1 ... so use urpmi as root in the terminal: $ urpmi libxxf86vm1 and it will install :-)