-
-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verb for PresentationNative #1535
Comments
By the way, it might be worth considering using binaries from release versions of .NET Core 3.1 LTS and not previews of .NET Core 3.0, which is EOL for over a month now. One downside however would be requirement to download larger runtime packages, as I was unable to find only native binaries packaged separately. The newest version (3.1.3) can be found here for x64 and here for x86. Accessing future versions shouldn't be too hard as well; I suppose a simple |
@mirh can you show an example application that needs this? |
I would guess a lot of those using .NET/WPF? Esme seemed saddened here not to be able to pull it off. |
I tried this with a couple .Net applications, DayZ Launcher (https://dayzlauncher.com/) and ME3 Legendary Explorer (https://github.com/ME3Tweaks/LegendaryExplorer). In both cases, with wine-7.6 + wine-mono, it crashes with:
With https://github.com/austin987/winetricks/pull/new/issue-1535-wpf-presentation-framework, which adds native PresentationNative_cor3.dll, wpfgfx_cor3.dll, and D3DCompiler_47_cor3.dll from the windows desktop runtime, there is no difference, I get the same crash. Unless someone can show an application that is improved by this, I don't see any reason to merge it. I'll leave this bug open for a while in case someone wants to try/investigate. |
Uh, damn. This was really really disappointing. Thanks for taking the bother that I could not. EDIT: madewokherd/wine-mono#64 |
A lot of PresentationNative's functionality has since been replaced, either in a replacement for the dll or on the managed side in PresentationCore, though not all of it. FWIW it should be relatively obvious when this is a problem, and it doesn't seem to come up very often. |
When coupled with wine-mono 5+.
See instructions here.
The text was updated successfully, but these errors were encountered: