http://bugs.winehq.org/show_bug.cgi?id=9763
Roderick Colenbrander thunderbird2k@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wine-x11driver |wine-misc
--- Comment #1 from Roderick Colenbrander thunderbird2k@gmx.net 2007-09-24 09:56:17 --- X can't change the depth and for that reason we are already using emulation. The fixme is harmless.
In the end you are getting the following: err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"a3dapi.dll" err:ole:CoGetClassObject no class object {92fa2c24-253c-11d2-90fb-006008a1f441} could be created for context 0x1 wine: Unhandled page fault on read access to 0x0000001f at address 0x7e44623c (thread 0009), starting debugger...
The unhandled page fault is your problem and I can't say based on this what is causing it. It could be the failure to load 92fa2c24-253c-11d2-90fb-006008a1f441 but I doubt it as that is for Aureal 3D (sound stuff) which isn't around in general.
Try to figure out what your real problem is.