http://bugs.winehq.org/show_bug.cgi?id=32099
Bug #: 32099 Summary: Adventure Game Studio 3.2 Crashes on start with C++ Runtime Error Product: Wine Version: 1.5.16 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp AssignedTo: wine-bugs@winehq.org ReportedBy: ezekiel000@lavabit.com Classification: Unclassified
Created attachment 42318 --> http://bugs.winehq.org/attachment.cgi?id=42318 error message
Adventure Game Studio 3.2 Crashes on start with C++ Runtime Error. It shows the same error dialogue box (see screenshot) twice then hangs with this in the terminal: err:module:find_forwarded_export module not found for forward 'msvcm80.?DoDllLanguageSupportValidation@<CrtImplementationDetails>@@YAXXZ' used by L"C:\windows\system32\msvcm90.dll" err:module:find_forwarded_export module not found for forward 'msvcm80.?RegisterModuleUninitializer@<CrtImplementationDetails>@@YAXP$AAVEventHandler@System@@@Z' used by L"C:\windows\system32\msvcm90.dll" wine: Call from 0x7bc4c1f0 to unimplemented function msvcm90.dll.?DoDllLanguageSupportValidation@<CrtImplementationDetails>@@YAXXZ, aborting err:seh:setup_exception_record stack overflow 1900 bytes in thread 0009 eip 7bc554d3 esp 00230bc4 stack 0x230000-0x231000-0x330000
Adventure Game Studio 3.2 can be downloaded from: http://www.adventuregamestudio.co.uk/AGS.aspx
http://bugs.winehq.org/show_bug.cgi?id=32099
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://www.adventuregamestu | |dio.co.uk/AGS.aspx Ever Confirmed|0 |1
--- Comment #1 from Austin English austinenglish@gmail.com 2012-10-29 21:05:19 CDT --- Confirming. If you set msvc*80 msvc*90 to native, then install native dotnet20 before installing the application, the app starts. I didn't test beyond that.
The problem with builtin mono should be a separate bug.
austin@aw25 ~ $ wine --version wine-1.5.16-59-gdf2c73a austin@aw25 ~ $ sha1sum AGS-3.2.1.exe e96c484c0be92aa384a86a8ff50cacfc089d5939 AGS-3.2.1.exe
http://bugs.winehq.org/show_bug.cgi?id=32099
--- Comment #2 from Vincent Povirk madewokherd@gmail.com 2012-10-30 09:53:05 CDT --- Does it work if both msvcm dll's are set to builtin?
http://bugs.winehq.org/show_bug.cgi?id=32099
--- Comment #3 from David Rogers ezekiel000@lavabit.com 2012-10-30 12:01:25 CDT --- With msvc*80 msvc*90 set to builtin without dotnet installed it crashes. With msvc*80 msvc*90 set to builtin with dotnet installed it works.
http://bugs.winehq.org/show_bug.cgi?id=32099
--- Comment #4 from Vincent Povirk madewokherd@gmail.com 2012-10-30 12:29:33 CDT --- Seems to me there's no bug in msvcm then (except if you consider it a bug that builtin msvcm90 needs builtin msvcm80 to work, but the precedent is to have different versions forward to a single library and assume that library is builtin, then tell people to use builtin or native for all of them if there are problems).
http://bugs.winehq.org/show_bug.cgi?id=32099
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |965987bb59ffbd2e531a3a8e71f | |bce4baaa59865 Status|NEW |RESOLVED CC| |piotr.caban@gmail.com Resolution|--- |FIXED
--- Comment #5 from Piotr Caban piotr.caban@gmail.com --- msvcm90 no longer forwards calls to msvcm80. Marking as fixed.
https://bugs.winehq.org/show_bug.cgi?id=32099
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.12.
https://bugs.winehq.org/show_bug.cgi?id=32099
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net URL|http://www.adventuregamestu |https://web.archive.org/web |dio.co.uk/AGS.aspx |/20121016192039/http://adve | |nturegamestudio.co.uk/AGS-3 | |.2.1.exe