[Bug 59226] New: unimplemented function msvcp140_atomic_wait.dll.__std_tzdb_get_sys_info using the STL
http://bugs.winehq.org/show_bug.cgi?id=59226 Bug ID: 59226 Summary: unimplemented function msvcp140_atomic_wait.dll.__std_tzdb_get_sys_info using the STL Product: Wine Version: 10.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp Assignee: wine-bugs@list.winehq.org Reporter: winehq-bugzilla@asdff45.de Distribution: --- Created attachment 80130 --> http://bugs.winehq.org/attachment.cgi?id=80130 wine output when running the mentioned C++ code Using std::chrono::time_zone::to_local causes unhandled exception. Unhandled exception: unimplemented function msvcp140_atomic_wait.dll.__std_tzdb_get_sys_info called in 64-bit code (0x006fffffbfd817). The code i used to test this: #include <iostream> #include <chrono> int main() { std::cout << std::format("Encountered on: {:%F %T}", std::chrono::floor<std::chrono::seconds>(std::chrono::current_zone()->to_local(std::chrono::system_clock::now()))) << std::endl; return 0; } The crash happens in "to_local" which calls "_Get_info" which calls "__std_tzdb_get_sys_info". -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla