http://bugs.winehq.org/show_bug.cgi?id=58663
Bug ID: 58663 Summary: A bug or something that prevents the game [The Binding Of Isaac: Repentance] Product: Wine Version: 10.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: chakiry140@gmail.com Distribution: ---
Created attachment 79248 --> http://bugs.winehq.org/attachment.cgi?id=79248 backtrace text
A bug or something that prevents the game [The Binding Of Isaac: Repentance]
http://bugs.winehq.org/show_bug.cgi?id=58663
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #1 from Bernhard Übelacker bernhardu@mailbox.org --- The backtrace shows a call to _mbstowcs_s with size=0x104 == 260, but the string has a length of 261 characters without termination. This seems to make _mbstowcs_s_l to call _invalid_parameter, which raises an exception.
If the application uses a fixed length of 240 it may be possible to workaround by putting the game directly into the drive_c folder.
And on the other hand it may be interesting to see if this happens also with native Windows when putting the game into some very long folders.