https://bugs.winehq.org/show_bug.cgi?id=42768
Bug ID: 42768 Summary: Ys: The Ark of Napishtim (Ys 6) silently crashes playing in-game videos Product: Wine Version: 2.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: devenum Assignee: wine-bugs@winehq.org Reporter: kq3thih@mailnesia.com Regression SHA1: ff0a25cbc74f358884b2750a75c708a9ad839e04 Distribution: Debian
Created attachment 57778 --> https://bugs.winehq.org/attachment.cgi?id=57778 +tid,+devenum,+seh log
Ys: The Ark of Napishtim (Ys 6) silently exits, no backtrace or additional console ouput, when playing the in-game videos with Wine 2.5 (2.4 works). Clean 32-bit prefix, winegstreamer set to disabled and winetricks amstream quartz for working video playback. Start a new game and once reaching the opening video you hit the crash.
Bisecting returns:
--- snip --- ff0a25cbc74f358884b2750a75c708a9ad839e04 is the first bad commit commit ff0a25cbc74f358884b2750a75c708a9ad839e04 Author: Jactry Zeng jzeng@codeweavers.com Date: Mon Mar 27 23:41:11 2017 +0800
devenum: Use RegQueryValueExW instead of RegQueryValueW.
Signed-off-by: Jactry Zeng jzeng@codeweavers.com Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
:040000 040000 e74122e6a5c4d5dd5a0334c7c4c0485a679262f1 3206743391112c31ca627312c67eb8fbfa0a0ca9 M dlls --- snip ---
Reverting the commit on wine-2.5 stops the crashing and videos play normally.