https://bugs.winehq.org/show_bug.cgi?id=40047
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Sebastian Lackner sebastian@fds-team.de --- (In reply to Armin Altorffer from comment #2)
Then I find it kind of weird that in previous versions of Wine Staging it did not crash like this either. Still, I'll try the workaround, see if it'll launch properly then. Should that provide something worth mentioning, I'll report back.
Shcore.dll was added to Wine Staging in the last release (1.9.2). The application most likely tries to load it at runtime, and uses a different code path now because it assumes to be running under a more modern operating system.
The issue should be fixed with https://github.com/wine-compholio/wine-staging/commit/8d7e0791fefa968d41e3b1... which implements the missing function.
Please retest, if there are more issues (for example, additional unimplemented functions) please open a new bug report for them.