https://bugs.winehq.org/show_bug.cgi?id=46107
--- Comment #36 from Tom kepszlok@gmail.com --- I'm still trying to get the cause of why this program can not run.
00bc:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub 00bc:fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000402,(nil),0x0001,0x00000000,0x51caf0,(nil)): stub 00bc:err:eventlog:ReportEventW L"Application: X2.EXE\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: exception code eedfade, exception address 000000007B010F2E\nStack:\n" 00bc:fixme:advapi:DeregisterEventSource (0xcafe4242) stub wine: Unhandled exception 0x0eedfade in thread bc at address 000000007B010F2E (thread 00bc), starting debugger... couldn't load main module (0) Unhandled exception: 0x0eedfade in 64-bit code (0x000000007b010f2e).
So there is this 0x0eedfade error code. AFAIK this is a .Net thing, but I'm unsure of exactly what.
This exception is affected a bunch of programs, like FLStudio. I also found this: https://adangel.org/2018/05/26/wine-delphi-programs/ -most of the results suggest to install mdac28 with winetricks, but I have already done that.
May somebody knows what to do with this exception.