[Bug 38354] New: Audacity 2.1.0 can't find function in its included msvcr120
https://bugs.winehq.org/show_bug.cgi?id=38354 Bug ID: 38354 Summary: Audacity 2.1.0 can't find function in its included msvcr120 Product: Wine Version: 1.7.38 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: dgerard(a)gmail.com Distribution: --- Created attachment 51198 --> https://bugs.winehq.org/attachment.cgi?id=51198 full command line log from attempting to run Audacity 2.1.0 Audacity 2.1.0 for Windows installs under Wine, but cannot launch. Relevant lines from command line (after running wine audacity.exe inside the Audacity directory): wine: Call from 0x7b83b6ae to unimplemented function msvcr120.dll._except1, aborting wine: Unimplemented function msvcr120.dll._except1 called at address 0x7b83b6ae (thread 0009), starting debugger... msvcr120.dll is in fact packaged with Audacity, and I've confirmed it's got the same md5sum as the version with the official Microsoft vcredist_x86.exe. I am using the Ubuntu Wine PPA version 1.7.38, under Xubuntu 14.04 amd64. -- 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=38354 Qian Hong <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting(a)gmail.com -- 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=38354 David Gerard <dgerard(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://audacity.sourceforge | |.net/download/windows -- 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=38354 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW Summary|Audacity 2.1.0 can't find |Audacity 2.1.0 needs |function in its included |msvcr120.dll._except1 |msvcr120 | Ever confirmed|0 |1 --- Comment #1 from Bruno Jesus <00cpxxx(a)gmail.com> --- Confirming as the function doesn't exist. -- 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=38354 --- Comment #2 from David Gerard <dgerard(a)gmail.com> --- By the way: * Audacity 2.0.6 seems to mostly work (it uses msvcr90), though with occasional crashes - so upset 2.1.0 users who find themselves here should try that * I was going to try to add the stub myself, but compiling Wine from source on an Ubuntu machine you use for anything else is nightmarish ... -- 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=38354 Skotlex <skotlex(a)mailforce.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |skotlex(a)mailforce.net --- Comment #3 from Skotlex <skotlex(a)mailforce.net> --- I just wanted to add that Tera Online also requires this function: wine: Call from 0x7edcce3b to unimplemented function msvcr120.dll._except1, aborting The APP database suggests using "winetricks vcrun2013" to get around it https://appdb.winehq.org/objectManager.php?sClass=version&iId=26128&iTesting... -- 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=38354 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Component|-unknown |msvcrt Summary|Audacity 2.1.0 needs |Multiple games and |msvcr120.dll._except1 |applications need | |msvcr120.dll._except1 | |(Audacity 2.1.0, Tera | |Online) -- 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=38354 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> --- I don't know what this function is supposed to do. Just to keep track of what I've found about _except1: - takes 8 arguments - returns double - simple stub lets the application start The application calls _except1 with following arguments: 0x8 0 0xc5481862 0x463cb1e1 0xc5481862 0x463cb1e1 0x27f 0x4f0e3b Native returns: 2273440337083312486779648475136.000000 in this case. One may guess from it that function takes following arguments: _except1(long long double double long ptr) -- 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=38354 Béla Gyebrószki <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69(a)gmail.com --- Comment #5 from Béla Gyebrószki <gyebro69(a)gmail.com> --- Created attachment 54399 --> https://bugs.winehq.org/attachment.cgi?id=54399 Cyto (Steam) crashes on start The indie game Cyto on Steam crashes with the same unimplemented function:
Unhandled exception: unimplemented function msvcr120.dll._except1 called in 32-bit code
The crash occurs when - the game was started the first time and I opened the achivement menu. - after completing at least the first level in the game, a 'user.bin' file is created, which seems to be a standard plist file. When the file exists the game crashes on start with the same unimplemented msvcr120 stuff. Demo for Cyto exists elsewhere (BigFishGames), but that version uses msvcr110, and doesn't have the same problem. Wine 1.9.9 -- 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=38354 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #6 from winetest(a)luukku.com --- Still stub 1.9.21. -- 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=38354 fjfrackiewicz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz(a)gmail.com --- Comment #7 from fjfrackiewicz(a)gmail.com --- Should be fixed by this commit: http://source.winehq.org/git/wine.git/commit/10200af74142c786ca8c7594bfc1fb3... -- 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=38354 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |10200af74142c786ca8c7594bfc | |1fb3ad9cb0ab3 Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> --- 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.
https://bugs.winehq.org/show_bug.cgi?id=38354 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 2.3. -- 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=38354 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.0.x -- 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=38354 --- Comment #10 from David Gerard <dgerard(a)gmail.com> --- confirmed, Audacity 2.1.2 installs and runs fine in wine 2.3. -- 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=38354 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.0.x |--- --- Comment #11 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 2.0.x milestone from bugs included in 2.0.1. -- 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=38354 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://audacity.sourceforge |https://archive.org/downloa |.net/download/windows |d/audacity-win-2.1.0_201803 | |/audacity-win-2.1.0.exe -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla