Sorry if the answer to this is somewhere obvious I checked the faq and looked around the boards and google and couldn't come up with anything. I'm using debian squeeze 64 bit. Wine was working fine for a few days then I must have messed something up. When I try to do "winecfg" I get... Code: err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libuuid.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": libuuid.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": libuuid.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": libuuid.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:ole:apartment_createwindowifneeded CreateWindow failed with error 127 This is obviously when I try to run it in the terminal. When I click on the icons in the applications menu nothing happens at all. I've tried removing and installing wine again but that didn't do anything. Sorry again if this is an obvious answer.
On Sun, Aug 9, 2009 at 8:45 PM, skavenger<wineforum-user at winehq.org> wrote:> Sorry if the answer to this is somewhere obvious I checked the faq and looked around the boards and google and couldn't come up with anything. > > I'm using debian squeeze 64 bit. ?Wine was working fine for a few days then I must have messed something up. ?When I try to do "winecfg" I get... > > > Code: > err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libuuid.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": libuuid.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": libuuid.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": libuuid.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:ole:apartment_createwindowifneeded CreateWindow failed with error 127 > > > > > This is obviously when I try to run it in the terminal. When I click on the icons in the applications menu nothing happens at all. I've tried removing and installing wine again but that didn't do anything. ?Sorry again if this is an obvious answer.Looks like broken graphics drivers. -- -Austin
skavenger wrote:> err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libuuid.so.1: cannot open shared object file: No such file or directoryReinstall Wine. Somehow you managed to corrupt it.
Fixed it, libuuid.so.1 really was missing, symlinked the version in my 32-bit chroot into /lib32 and it works now. Not sure what package is supposed to supply it. ia32-libs used to supply it but no longer seems to for whatever reason.
skavenger wrote:> Just reinstalled wine and nvidia drivers. Still getting the same error.Find what package provides 32-bit version of libuuid.so.1 and install it. Report this to your distro, it seems packager forgot a dependency.