https://bugs.winehq.org/show_bug.cgi?id=52333
Bug ID: 52333 Summary: PG Offline 4 fails to start in Wine Mono Product: Wine Version: 7.0-rc4 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com Distribution: ---
Created attachment 71495 --> https://bugs.winehq.org/attachment.cgi?id=71495 console output
Splitting this off of bug 51513 since the original issue has a fix incoming, but this particular program is still broken.
After fixing the IndexOutOfRangeException and the NotSupportedException behind it in Wine Mono (not yet merged in Wine, use the CI build from https://github.com/madewokherd/mono/pull/19), the application tries and fails to instantiate CLSID_NetFwRule which is not implemented in Wine's hnetcfg.
After that, it crashes in GC code that shouldn't ever crash, so apparently there's some sort of memory corruption going on.