http://bugs.winehq.org/show_bug.cgi?id=26025
--- Comment #8 from Piotr Caban piotr.caban@gmail.com 2012-06-26 10:41:03 CDT --- (In reply to comment #7)
locale_ctor_cstr and global locale objects initialization should fix this
Global locale object is already created correctly (it's allocated lazily). The crash is only caused by missing locale_ctor_cstr function.