https://bugs.winehq.org/show_bug.cgi?id=46146
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #11 from Anastasius Focht focht@gmx.net --- Hello folks,
comment #2:
--- snip --- 0126:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub 0126:fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000402,(nil),0x0001,0x00000000,0x33ca10,(nil)): stub 0126:err:eventlog:ReportEventW L"Application: AssettoCorsa.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.ArgumentException\n at System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty, System.Object, System.Windows.Propert"... 0126:fixme:advapi:DeregisterEventSource (0xcafe4242) stub wine: Unhandled exception 0xe0434352 in thread 126 at address 0x7b438c1f (thread 0126), starting debugger... --- snip ---
I couldn't reproduce this crash with vanilla Wine 3.20 and Assetto Corsa 1.14.x
@Gregor (comment #10):
--- quote --- This seems still to break because of some dot net error.
All guides basically want you to install Dot.net https://pastebin.com/NvrvRFuS
Can this be fixed in wine? --- quote ---
Your WINEPREFIX is clearly broken. Builtin 'mscoree' (Wine-Mono) vs. native .NET CLR. That isn't going to work.
Reinstall the game in clean WINEPREFIX with proper .NET Framework 4.0 install using recent 'winetricks -q dotnet40'.
Reminder: Please don't (ab)use Bugzilla for diagnosing all sorts of end user problems. That's what WineHQ user forums are for.
---
Please retest again after Wine 5.5 release.
Currently .NET 4.x based 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")
The game executable/engine itself:
* bug 48801 "(Assetto Corsa 1.14.x crashes on unimplemented function d3dx11_43.dll.D3DX11GetImageInfoFromFileW")
So I wonder what this ticket is for? Most likely a dupe of existing d3dcompiler bugs.
Regards