[Bug 32254] 3DMark Vantage crashes on start up

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 2 03:08:15 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=32254

--- Comment #8 from Artem S. Tashkinov <t.artem at mailcity.com> ---
(In reply to Jarkko K from comment #7)
> Created attachment 48359 [details]
> wine-1.7.17-148-g2e5cb7a
> 
> I retry the 3dmark with another wine, clean prefix...crash this time.

Yeah, it still crashes here with the same error, Runtime error Program C...

There are just too many stubs for Vantage to work properly:

$ ./3DMarkVantage.exe
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not
registered
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not
registered
err:ole:create_server class {96749377-3391-11d2-9ee3-00c04f797396} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {96749377-3391-11d2-9ee3-00c04f797396}
could be created for context 0x17
fixme:win:EnumDisplayDevicesW ((null),0,0x32f558,0x00000000), stub!
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x3276f4 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x327524 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x327714 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x327500 1 C) semi-stub
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,3,(nil),0,(nil)) - stub!
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:advapi:RegisterEventSourceW ((null),L"Futuremark SystemInfo Service"):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x68e78c,(nil)):
stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:ole:CoResumeClassObjects stub
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:wtsapi:WTSQueryUserToken 0 0xc8d9dc
fixme:win:EnumDisplayDevicesW ((null),0,0x3270d8,0x00000000), stub!
fixme:dxgi:dxgi_device_init Ignoring adapter type.
fixme:d3d10core:d3d10_device_ClearState iface 0x1dd448 stub!
fixme:d3d10core:d3d10_device_VSSetShaderResources iface 0x1dd448, start_slot 0,
view_count 128, views 0x3f0e548 stub!
fixme:d3d10core:d3d10_device_PSSetShaderResources iface 0x1dd448, start_slot 0,
view_count 128, views 0x3f0e548 stub!
fixme:d3d10core:d3d10_device_GSSetShaderResources iface 0x1dd448, start_slot 0,
view_count 128, views 0x3f0e548 stub!
fixme:d3d10core:d3d10_device_OMSetRenderTargets iface 0x1dd448,
render_target_view_count 8, render_target_views 0x3f0e548, depth_stencil_view
(nil)
fixme:d3d10core:d3d10_device_SetPredication iface 0x1dd448, predicate (nil),
value 0 stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x327268,0x00000000), stub!
fixme:dxgi:dxgi_output_GetDesc iface 0x1b3830, desc 0x32788c stub!

In this log alone:

win:EnumDisplayDevicesW
msvcp:_Locinfo__Locinfo_ctor_cat_cstr 
ole:CoInitializeSecurity
advapi:RegisterEventSourceW
advapi:DeregisterEventSource
advapi:ReportEventW
ole:CoResumeClassObjects
process:WTSGetActiveConsoleSessionId
d3d10core:d3d10_device_ClearState
d3d10core:d3d10_device_VSSetShaderResources
d3d10core:d3d10_device_SetPredication
dxgi:dxgi_output_GetDesc

-- 
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.



More information about the wine-bugs mailing list