https://bugs.winehq.org/show_bug.cgi?id=40331
Bug ID: 40331 Summary: The Legend of Heroes Trails in the Sky SC crashes on start with runtime error R6025 Product: Wine Version: 1.9.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: kq3thih@mailnesia.com CC: piotr.caban@gmail.com Regression SHA1: f085be3028e86ebc6666d20a4802831bf7b3f3bc Distribution: Other
The Legend of Heroes Trails in the Sky SC crashes on start with runtime error R6025.
--- system info --- SolydK 8 Kernel: 3.16.0-4-amd64 x86_64 (64 bit) Card: NVIDIA G80 [GeForce 8800 GTX] GLX Renderer: GeForce 8800 GTX/PCIe/SSE2 GLX Version: 3.3.0 NVIDIA 340.76 --- system info ---
Bisecting returns:
--- snip --- f085be3028e86ebc6666d20a4802831bf7b3f3bc is the first bad commit commit f085be3028e86ebc6666d20a4802831bf7b3f3bc Author: Piotr Caban piotr@codeweavers.com Date: Tue Mar 15 13:41:20 2016 +0100
msvcrt: Destroy exception object when frame storing it is unwound.
Thrown object was incorrectly freed in following situation: try { throw obj; } catch(object &obj) { try { throw 1; } catch(...) {}
//use object here }
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
:040000 040000 01fcdd5769307155786c609376bafcfb08aec222 86372853b0bd9c65d2cf021bee744b795897069a M dlls --- snip ---