[Bug 11875] New: Wine crashes and won't initialize any type of application
http://bugs.winehq.org/show_bug.cgi?id=11875 Summary: Wine crashes and won't initialize any type of application Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: loader AssignedTo: wine-bugs(a)winehq.org ReportedBy: 412(a)gmx.net I reinstalled Wine 0.9.56 from the repository onto my Xubuntu 7.10 machine. When I try to run any application I get an error message stating no window can be created. This afternoon I got a game to run for a couple of hours even though it could not actually played, but I could start it. Now whatever I do I get this message: Host[user]:~ $ winecfg Application tried to create a window, but no driver could be loaded. Unknown error (998). Application tried to create a window, but no driver could be loaded. Unknown error (998). err:ole:apartment_createwindowifneeded CreateWindow failed with error 998 And this can also be said for any other application even though those still produce other error messages beside that, but this is not the bug I'm trying to describe. I run a Dualhead setup on an ATI graphics card with the latest drivers (Catalyst 8.3 - 8.47.3). I get this 100% of the time and I did not change anything on my system since this afternoon. I did purge Wine from the system and reinstalled it from scratch but it produces this bug right "out of the box". -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11875 Markus Napp <412(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |blocker -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11875 --- Comment #1 from Lei Zhang <thestig(a)google.com> 2008-03-06 20:16:52 --- Your .wine directory is probably messed up. Move your ~/.wine directory aside and try again. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11875 --- Comment #2 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-06 20:31:01 --- This is not a blocker. See Severity for instructions. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11875 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal --- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-03-06 21:21:23 --- Looks like a missing dependency. Please post an output of 'ldd winex11.drv.so' -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11875 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|loader |-unknown -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11875 Peter Greenfield <dumbbeatnix(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dumbbeatnix(a)gmail.com --- Comment #4 from Peter Greenfield <dumbbeatnix(a)gmail.com> 2008-03-13 00:13:37 --- I have the same problem, when I did ldd winex11.drv.so, I got this: ldd: ./winex11.drv.so: No such file or directory Any ideas? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11875 --- Comment #5 from Lei Zhang <thestig(a)google.com> 2008-03-13 10:00:04 --- (In reply to comment #4)
I have the same problem, when I did ldd winex11.drv.so, I got this:
ldd: ./winex11.drv.so: No such file or directory
Any ideas?
You need to be in the directory where winex11.drv.so is, or provide the full path, i.e. ldd /usr/lib/path/to/your/winex11.drv.so. Please tell us what your distro is and how you installed Wine. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11875 --- Comment #6 from Andreas Schönfelder <passtschu(a)freenet.de> 2008-04-04 08:01:11 --- I have the same error - here my output of ldd: $ ldd /usr/lib/wine/winex11.drv.so linux-gate.so.1 => (0xb7fca000) libSM.so.6 => /usr/lib/libSM.so.6 (0xb7f10000) libICE.so.6 => /usr/lib/libICE.so.6 (0xb7ef9000) libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0xb7ef4000) libXext.so.6 => /usr/lib/libXext.so.6 (0xb7ee6000) libX11.so.6 => /usr/lib/libX11.so.6 (0xb7dfc000) libwine.so.1 => /usr/lib/libwine.so.1 (0xb7ce7000) libm.so.6 => /lib/libm.so.6 (0xb7cc1000) libc.so.6 => /lib/libc.so.6 (0xb7b81000) libXau.so.6 => /usr/lib/libXau.so.6 (0xb7b7e000) libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb7b7c000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7b63000) libdl.so.2 => /lib/libdl.so.2 (0xb7b5f000) /lib/ld-linux.so.2 (0x80000000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7b5a000) I use ArchLinux with the wine package. At the moment I try to build the git version. Here is the complete error output: $ winecfg wine: creating configuration directory '/home/andreas/.wine'... Application tried to create a window, but no driver could be loaded. Unknown error (998). Application tried to create a window, but no driver could be loaded. Unknown error (998). err:ole:apartment_createwindowifneeded CreateWindow failed with error 0 err:ole:apartment_createwindowifneeded CreateWindow failed with error 0 Application tried to create a window, but no driver could be loaded. Unknown error (998). err:ole:apartment_createwindowifneeded CreateWindow failed with error 998 err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654 err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654 Could not load Mozilla. HTML rendering will be disabled. Application tried to create a window, but no driver could be loaded. Unknown error (998). err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654 err:ole:apartment_createwindowifneeded CreateWindow failed with error 0 err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654 err:ole:apartment_createwindowifneeded CreateWindow failed with error 0 err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654 err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654 err:wgl:process_attach X11DRV or GDI32 not loaded. Cannot create default context. wine: '/home/andreas/.wine' created successfully. Application tried to create a window, but no driver could be loaded. Unknown error (998). Application tried to create a window, but no driver could be loaded. Unknown error (998). err:ole:apartment_createwindowifneeded CreateWindow failed with error 998 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11875 --- Comment #7 from Andreas Schönfelder <passtschu(a)freenet.de> 2008-04-04 08:20:49 --- Ok, the git version works normal... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11875 --- Comment #8 from Lei Zhang <thestig(a)google.com> 2008-04-04 09:51:13 --- (In reply to comment #7)
Ok, the git version works normal...
Broken / corrupted ArchLinux Wine package? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11875 Roderick Colenbrander <thunderbird2k(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2008-04-24 11:11:44 --- Assuming it is fixed as git was reported to work. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11875 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2008-05-02 12:38:09 --- Closing bugs fixed in 0.9.61. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org