<br><br><div class="gmail_quote">On Wed, Sep 14, 2011 at 3:26 PM, Mateusz Stachowski <span dir="ltr"><<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I've tried to run demo of Hard Reset and it has two big problems on Wine. First is that mouse isn't working. You get input only from keyboard but that can be solved with raw input patch. I used the one that is working with Deus Ex: Human Revolution:<br>

<br>
<a href="http://dl.dropbox.com/u/6901628/raw2.patch" target="_blank">http://dl.dropbox.com/u/6901628/raw2.patch</a><br>
<br>
but second is much worse. Basically almost all of the textures aren't rendered. It starts right in the menu and follows to the in-game where you get to see some of the HUD and weapon model rendered (but also not properly).<br>

<br>
I've tried multiple versions of Wine. The newest ones 1.3.27 and 1.3.28 are hanging the demo on the Flying Wild Hog logo (that's the developer). Other versions that I tested were 1.3.25 and 1.3.24 and with those I'm able to get to the gameplay.<br>

<br>
Setting UseGLSL to disabled didn't changed anything. I have installed d3dx9_36 and vcrun2008 with winetricks.<br>
<br>
This is output from the terminal (wine.log):<br>
<br>
<br>
Code:<br>
fixme:dbghelp_dwarf:compute_location Only supporting one reg (edx/19 -> -2)<br>
fixme:dbghelp_dwarf:compute_location Only supporting one breg (ecx/18 -> edx/19)<br>
fixme:xinput:XInputGetState (0 0xc0b848)<br>
fixme:win:EnumDisplayDevicesW ((null),0,0x32f234,0x00000000), stub!<br>
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000001 not handled<br>
fixme:wbemprox:wbem_locator_ConnectServer 0x4f7ae20, L"\\\\.\\root\\cimv2", (null), (null), (null), 0x00000000, (null), (nil), 0x32f274)<br>
fixme:d3d:debug_d3dformat Unrecognized 0x5a574152 (as fourcc: RAWZ) WINED3DFORMAT!<br>
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x5a574152) in the format lookup table<br>
fixme:d3d:debug_d3dformat Unrecognized 0x31495441 (as fourcc: ATI1) WINED3DFORMAT!<br>
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x31495441) in the format lookup table<br>
fixme:d3d:debug_d3dformat Unrecognized 0x5a534552 (as fourcc: RESZ) WINED3DFORMAT!<br>
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x5a534552) in the format lookup table<br>
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:process:GetLogicalProcessorInformation ((nil),0x32faf0): stub<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:thread:SetThreadIdealProcessor (0x164): stub<br>
fixme:thread:SetThreadIdealProcessor (0x170): stub<br>
err:d3d_surface:surface_set_texture_name Surface has SFLAG_INTEXTURE set, but no texture name.<br>
err:d3d_surface:surface_modify_location Surface 0x4ebdf18 does not have any up to date location.<br>
err:d3d_surface:surface_modify_location Surface 0x4ebdf18 does not have any up to date location.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:thread:SetThreadIdealProcessor (0x164): stub<br>
fixme:thread:SetThreadIdealProcessor (0x170): stub<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:state_zfunc D3DCMP_NOTEQUAL and D3DCMP_EQUAL do not work correctly yet.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.<br>
fixme:d3d:StencilOp Unrecognized stencil op 0<br>
fixme:d3d:StencilOp Unrecognized stencil op 0<br>
fixme:d3d:StencilOp Unrecognized stencil op 0<br>
<br>
<br>
<br>
those last ones are spaming console much furthermore.<br>
<br>
I think that it indicates shortcomings of Wine but I do not know what.<br>
<br>
You can download demo from Steam or GamersHell:<br>
<br>
<a href="http://www.gamershell.com/download_79104.shtml" target="_blank">http://www.gamershell.com/download_79104.shtml</a><br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div>I'll check it out when I get home and let you know how I make out.�<br><br clear="all"><div><br></div>-- <br>Sincerely, <br><br>MacNean C. Tyrrell<br>