https://bugs.winehq.org/show_bug.cgi?id=48801
Bug ID: 48801 Summary: Assetto Corsa 1.14.x crashes on unimplemented function d3dx11_43.dll.D3DX11GetImageInfoFromFileW Product: Wine Version: 5.4 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
as it says.
Prerequisite: 'winetricks -q dotnet40'
The launcher suffers from:
* bug 48798 ("RegCloseKey: Uninitialized read from get_language_sort") * bug 32323 ("Netflix (Silverlight 4.x) and several .NET Framework 3.x/4.0 WPF apps require either Arial or Verdana to be installed")
Trying to start a race (or in-game benchmark) results in:
--- snip --- $ pwd /home/focht/.wine/drive_c/Games/Assetto Corsa
$ WINEDEBUG=+process,+loaddll wine ./AssettoCorsa_Launcher.exe ... 009b:trace:process:CreateProcessInternalW app (null) cmdline L"C:\Games\Assetto Corsa\\acs.exe" ... 009b:trace:process:RtlCreateUserProcess L"\??\C:\Games\Assetto Corsa\acs.exe" image L"C:\Games\Assetto Corsa\acs.exe" cmdline L""C:\Games\Assetto Corsa\\acs.exe"" 009f:trace:loaddll:load_native_dll Loaded L"C:\windows\system32\kernelbase.dll" at 0x7b000000: PE builtin 009f:trace:loaddll:load_so_dll Loaded L"C:\windows\system32\kernel32.dll" at 0x7b410000: builtin 009f:trace:loaddll:load_native_dll Loaded L"C:\Games\Assetto Corsa\acs.exe" at 0x140000000: native 009b:trace:process:RtlCreateUserProcess L"\??\C:\Games\Assetto Corsa\acs.exe" pid 009e tid 009f handles 0x1c0/0x1c4 009b:trace:process:CreateProcessInternalW started process pid 009e tid 009f ... 009f:err:d3dcompiler:compile_shader HLSL shader parsing failed. wine: Call from 0x7b00f665 to unimplemented function d3dx11_43.dll.D3DX11GetImageInfoFromFileW, aborting ... --- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/00e55c8fc0c08e14c39880e62526f850...
--- snip --- 30 @ stub D3DX11GetImageInfoFromFileA 31 @ stub D3DX11GetImageInfoFromFileW --- snip ---
$ wine --version wine-5.4-255-g00e55c8fc0
Regards