https://bugs.winehq.org/show_bug.cgi?id=51644
Bug ID: 51644 Summary: Implementation of wsplitpath_s required for The Legend of Heroes: Trails of Cold Steel Product: Wine Version: 6.15 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: ramchyld@gmail.com Distribution: ---
I came across a upstream bug where The Legend of Heroes: Trails of Cold Steel could not play FMV and crashes on load. Upon consideration of the error, I decided that the problem is a upstream one and thus I should report to Wine developers.
Wine was crashing because the game was calling an unimplemented function called _wsplitpath_s from ntdll.dll. This call was not made if the option to skip all FMVs are selected in the game's configuration utility, and thus I have reason to believe that the game uses this for FMV playback.
https://bugs.winehq.org/show_bug.cgi?id=51644
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Confirming. We should probably duplicate it from msvcrt, with some minor changes.