[Bug 57835] New: ROCS Show Ready v1.9.0: Crash once loading the main menu is attempted
https://bugs.winehq.org/show_bug.cgi?id=57835 Bug ID: 57835 Summary: ROCS Show Ready v1.9.0: Crash once loading the main menu is attempted Product: Wine Version: 10.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp Assignee: wine-bugs(a)winehq.org Reporter: asalawless5c(a)gmail.com Distribution: --- Created attachment 78045 --> https://bugs.winehq.org/attachment.cgi?id=78045 Backtrace on development and staging I am running the wow64 version of wine from the AUR and I managed to install and activate ROCS Show Ready successfully, but as soon as it had downloaded the show, it crashes. The bug happens on both development (wine-wow64) and staging (wine-staging-wow64). The detailed crash information states "Unhandled exception: unimplemented function msvcp140_atomic_wait.dll.__std_tzdb_get_time_zones called in 64-bit code (0x006fffffbfcfc7). This link should give you the same version as me. https://drive.google.com/uc?export=download&id=1fGH5TVJTWVwE312CavUt-Di8lFw2... Checksum and file name cb45e5ce15164a8963092739424dc4380f02dbe0 Show_Ready_App_For Windows-V1.9.0.exe This code can activate the DEMO version: JETSAM-PREP-SPECK-FLOATS-SOOT-NAVEL I am uplo -- 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.
https://bugs.winehq.org/show_bug.cgi?id=57835 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ROCS Show Ready v1.9.0: |ROCS Show Ready crashes on |Crash once loading the main |unimplemented function |menu is attempted |msvcp140_atomic_wait.dll.__ | |std_tzdb_get_time_zones -- 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.
https://bugs.winehq.org/show_bug.cgi?id=57835 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #1 from joaopa <jeremielapuree(a)yahoo.fr> --- Confirming Archived here https://ia600609.us.archive.org/26/items/show-ready-app-for-windows-v-1.9.0/... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=57835 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://ia600609.us.archive | |.org/26/items/show-ready-ap | |p-for-windows-v-1.9.0/Show_ | |Ready_App_For%20Windows-V1. | |9.0.exe Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Keywords| |download --- Comment #2 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Confirming, adding 'download' keyword and link. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=57835 knox <winehq-bugzilla(a)asdff45.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq-bugzilla(a)asdff45.de --- Comment #3 from knox <winehq-bugzilla(a)asdff45.de> --- Every usage of the stl function `std::chrono::current_zone` https://en.cppreference.com/w/cpp/chrono/current_zone.html causes this issue. There are also more unimplemented function that are used by the STL in the chrono library around timezones, e.g. __std_tzdb_get_sys_info. Example code: ``` auto now = std::chrono::system_clock::now(); const std::chrono::time_zone* current_zone = nullptr; current_zone = std::chrono::current_zone(); auto local_time = std::chrono::zoned_time(current_zone, now); std::cout << "Current local time: " << local_time << std::endl; std::cout << "Timezone name: " << current_zone->name() << std::endl; ``` -- 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.
http://bugs.winehq.org/show_bug.cgi?id=57835 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #4 from Piotr Caban <piotr.caban(a)gmail.com> --- There's partial implementation of __std_tzdb_get_time_zones now. Please retest. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=57835 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |b8a6dfff01323e4d5790592bae1 | |c07c795db877c Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Works for me with wine-10.13-246-g5fd9826b8cd. Marking FIXED. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=57835 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 10.14. -- 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