Hi,
I am back from my 5-day vacation to the Czech Republic. When I cvs'ed and compiled my wine source (24-05-2003) I noticed that GTA3 report the following fixme and crashed into the debugger ;( :
fixme:d3d:IDirect3D8Impl_CheckDeviceFormat (0x404eb088)->(Adptr:0, DevType:(1,D3DDEVTYPE_HAL), AdptFmt:(23,D3DFMT_R5G6B5), Use:(0,none), ResTyp:(3,D3DRTYPE_TEXTURE), CheckFmt:(22,D3DFMT_X8R8G8B8)) fixme:d3d:fmt2glType Unhandled fmt(41,D3DFMT_P8) fixme:d3d:fmt2glFmt Unhandled fmt(41,D3DFMT_P8) fixme:d3d:fmt2glintFmt Unhandled fmt(41,D3DFMT_P8) fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. wine: Unhandled exception, starting debugger... WineDbg starting on pid 8
It all happens at start-up time. I can see the Intro texture of GTA3 three times on the screen and then the good old fatal exception crash ;(.
I have war3 as well and that did crashed into :
fixme:ole:CoCreateInstance no classfactory created for CLSID {cda42200-bd88-11d0-bd4e-00a0c911ce86}, hres is 0x80040154 fixme:ole:CoCreateInstance no classfactory created for CLSID {e436ebb2-524f-11ce-9f53-0020af0ba770}, hres is 0x80040154 fixme:d3d:IDirect3D8Impl_CreateDevice Requested full screen support not implemented, expect windowed operation fixme:d3d:IDirect3D8Impl_CheckDeviceFormat (0x404eb508)->(Adptr:0, DevType:(1,D3DDEVTYPE_HAL), AdptFmt:(23,D3DFMT_R5G6B5), Use:(0,none), ResTyp:(3,D3DRTYPE_TEXTURE), CheckFmt:(21,D3DFMT_A8R8G8B8)) err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found! fixme:ole:CoCreateInstance no classfactory created for CLSID {e436ebb3-524f-11ce-9f53-0020af0ba770}, hres is 0x80040154 [FAIL] CoCreateInstance(CLSID_FilterGraph, NULL, CLSCTX_INPROC, IID_IGraphBuilder, (void **)&s_pGraph) = -2147221164fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. wine: Unhandled exception, starting debugger...
And before anyone asks: I DO have the msvcrt.dll in place and properly installed and it crashed as well with the -opengl flag.