https://bugs.winehq.org/show_bug.cgi?id=48801
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Assetto Corsa 1.14.x |Multiple games crash on |crashes on unimplemented |unimplemented function |function |d3dx11_43.dll.D3DX11GetImag |d3dx11_43.dll.D3DX11GetImag |eInfoFromFile (Assetto |eInfoFromFileW |Corsa 1.14.x, Project Cars) Status|NEW |RESOLVED Fixed by SHA1| |20a2094ecd4112313d30904284a | |0fdf7ccedcfa7 Resolution|--- |FIXED
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
apparently a patch was committed that provides a stub:
https://source.winehq.org/git/wine.git/commitdiff/20a2094ecd4112313d30904284... ("d3dx11: Add D3DX11GetImageInfoFromFileA/W stub.")
Thanks Andrey
The commit mentions "For Project Cars." but there is no bug report about this at all.
https://bugs.winehq.org/buglist.cgi?quicksearch=Project%20Cars&list_id=6...
Refining the ticket to make it more generic.
The game now runs into different crash which warrants a new report.
--- snip --- $ pwd /home/focht/.wine/drive_c/Games/Assetto Corsa
$ wine ./AssettoCorsa_Launcher.exe ... 00c7:err:d3dcompiler:compile_shader HLSL shader parsing failed. 00c7:err:ntdll:RtlLeaveCriticalSection section 0x21a5510 is not acquired 00c7:err:d3dcompiler:compile_shader HLSL shader parsing failed. 00c7:fixme:d3dx:D3DX11GetImageInfoFromFileW filename L"content/gui/controls/taskbar/scroll_up.png", pump 0000000000000000, img_info 000000000022ECD0, hresult 0000000000000000 stub! wine: Call from 0x7b00f665 to unimplemented function d3dx11_43.dll.D3DX11CreateShaderResourceViewFromFileW, aborting ... --- snip ---
$ wine --version wine-5.4-306-g9c190f8118
Regards