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@winehq.org Reporter: dgerard@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.
https://bugs.winehq.org/show_bug.cgi?id=38354
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38354
David Gerard dgerard@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://audacity.sourceforge | |.net/download/windows
https://bugs.winehq.org/show_bug.cgi?id=38354
Bruno Jesus 00cpxxx@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@gmail.com --- Confirming as the function doesn't exist.
https://bugs.winehq.org/show_bug.cgi?id=38354
--- Comment #2 from David Gerard dgerard@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 ...
https://bugs.winehq.org/show_bug.cgi?id=38354
Skotlex skotlex@mailforce.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |skotlex@mailforce.net
--- Comment #3 from Skotlex skotlex@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&...
https://bugs.winehq.org/show_bug.cgi?id=38354
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@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)
https://bugs.winehq.org/show_bug.cgi?id=38354
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #4 from Piotr Caban piotr.caban@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)
https://bugs.winehq.org/show_bug.cgi?id=38354
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #5 from Béla Gyebrószki gyebro69@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
https://bugs.winehq.org/show_bug.cgi?id=38354
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #6 from winetest@luukku.com --- Still stub 1.9.21.
https://bugs.winehq.org/show_bug.cgi?id=38354
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #7 from fjfrackiewicz@gmail.com --- Should be fixed by this commit: http://source.winehq.org/git/wine.git/commit/10200af74142c786ca8c7594bfc1fb3...
https://bugs.winehq.org/show_bug.cgi?id=38354
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |10200af74142c786ca8c7594bfc | |1fb3ad9cb0ab3 Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com --- Marking fixed.
https://bugs.winehq.org/show_bug.cgi?id=38354
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 2.3.
https://bugs.winehq.org/show_bug.cgi?id=38354
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.0.x
https://bugs.winehq.org/show_bug.cgi?id=38354
--- Comment #10 from David Gerard dgerard@gmail.com --- confirmed, Audacity 2.1.2 installs and runs fine in wine 2.3.
https://bugs.winehq.org/show_bug.cgi?id=38354
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.0.x |---
--- Comment #11 from Michael Stefaniuc mstefani@winehq.org --- Removing the 2.0.x milestone from bugs included in 2.0.1.
https://bugs.winehq.org/show_bug.cgi?id=38354
Anastasius Focht focht@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