http://bugs.winehq.org/show_bug.cgi?id=6676
Summary: Regression: Icewind Dale II crashes with 0.9.25 Product: Wine Version: 0.9.25. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: cklein@mpi-sb.mpg.de
When trying to run Icewind Dale II with wine 0.9.25 it crashes.
After trying various cvs builds, it seems like a patch from "2006-11-08 13:44" is the cause. Previous versions of wine work, for versions starting from the above date I get
wine: Unhandled page fault on read access to 0x46890689 at address 0x7b852283 (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x46890689 in 32-bit code (0x7b852283).
The following four patches have been submitted at 13:44:
2006-11-08 13:44 julliard
* dlls/kernel32/: locale.c, process.c: Alexandre Julliard julliard@winehq.org kernel32: Better workaround for the lack of locale environment variables on MacOS.
2006-11-08 13:44 julliard
* dlls/winex11.drv/keyboard.c: Alexandre Julliard julliard@winehq.org winex11.drv: Detect an XLookupString that returns Latin-1 and avoid codepage mapping in that case.
2006-11-08 13:44 julliard
* dlls/winex11.drv/keyboard.c: Alexandre Julliard julliard@winehq.org winex11.drv: Added mapping for Unicode keysyms in ToUnicodeEx.
2006-11-08 13:44 julliard
* dlls/winex11.drv/keyboard.c: Alexandre Julliard julliard@winehq.org winex11.drv: Only load the keycode->keysym mapping once in DetectLayout, instead of once per supported layout.