https://bugs.winehq.org/show_bug.cgi?id=50243
Bug ID: 50243 Summary: Program "Key Collector". Unable to create new project Product: Wine Version: 5.0.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: vommuan@gmail.com Distribution: ---
Created attachment 68753 --> https://bugs.winehq.org/attachment.cgi?id=68753 backtrace of an error
I tried to run this program: https://keycollector.ru/updates/setup-x86.exe
If I'm running the program on pure wine, I see this log:
The entry point method could not be loaded due to Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
It's impossible to run program without using winetricks.
So, I ran the following commands:
export WINEPREFIX=~/programs/key-collector/ export WINEARCH=win32 winetricks corefonts winetricks vb6run vcrun2015 vcrun6sp6 winetricks dotnet40
After that program started. But I couldn't create new project in this program. I see an error. Backtrace in attachment.