https://bugs.winehq.org/show_bug.cgi?id=42307
Bug ID: 42307 Summary: [download] knownfolder_GetRedirectionCapabilities needs to be implemented for Temple+ Product: Wine Version: 2.0 Hardware: x86 URL: https://github.com/GrognardsFromHell/TemplePlus/releas es OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs@winehq.org Reporter: farmboy0+winehq@googlemail.com Distribution: ---
The config application for the Temple+ mod uses a library that calls knownfolder_GetRedirectionCapabilities. It crashes on startup because the method currently returns E_NOTIMPL;
To implement this correctly wine needs its known folder definition expanded by the redirection capabilities as this is currently completely missing.