https://bugs.winehq.org/show_bug.cgi?id=52416
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW CC| |xerox.xerox2000x@gmail.com
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- Confirming.
As a guess I`d say it`s related to https://bugs.winehq.org/show_bug.cgi?id=52396 and https://bugs.winehq.org/show_bug.cgi?id=52407 (it apparently seems dotnetcore 6 application (64-bit))
before crash dialog comes up: 0104:fixme:nls:get_dummy_preferred_ui_language (0x8 0000000000197AE0 0000000000000000 0000000000197AD8) returning a dummy value (current locale) 0104:fixme:nls:get_dummy_preferred_ui_language (0x8 0000000000197AE0 0000000000197A30 0000000000197AD8) returning a dummy value (current locale) 0104:fixme:nls:CompareStringEx semi-stub behavior for flag(s) 0x8000000 0104:fixme:nls:ResolveLocaleName stub: L"eo", 000000000019D7F0, 85 Unhandled exception. System.TypeInitializationException: The type initializer for 'Metatogger.App' threw an exception. ---> System.Globalization.CultureNotFoundException: Culture is not supported. (Parameter 'name') eo is an invalid culture identifier.
After applying patch from https://bugs.winehq.org/show_bug.cgi?id=52407 there`s no crash but it chokes with an endless: 00d4:trace:seh:handle_syscall_fault
Couldn`t get any further