http://bugs.winehq.org/show_bug.cgi?id=22108
Summary: Bloxx It's installer hangs Product: Wine Version: 1.1.41 Platform: x86-64 URL: http://www.alawar.com/game/bloxxit/ OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com CC: wine.dev@web.de
Created an attachment (id=26949) --> (http://bugs.winehq.org/attachment.cgi?id=26949) Full terminal output
The installer for Bloxx It used to complete successfully, but in 1.1.41, it hangs on one of the last steps: "Remove folder: C:\Program Files\Alawar\Bloxxit\Temp_". Regression testing shows:
a949a700d22b510da703386faa7a4f6165a8e6f2 is first bad commit commit a949a700d22b510da703386faa7a4f6165a8e6f2 Author: Detlef Riekenberg wine.dev@web.de Date: Fri Mar 12 19:22:25 2010 +0100
msvcr80: Add msvcr80.dll with forwards to msvcrt.dll.
:100755 100755 ded36f7f2093078bb71c5efc3e79277957157a2a fffcf9bbfc0312b6c67f7fe1e7a5bfafd556be50 M configure :100644 100644 7732632eb3d909dd8c3542471016932d06b6996a 73125b5b2ab53eb6339c7819586c73f4fdaca270 M configure.ac :040000 040000 21f4db818c75c5c6bdc425e84d0a2a202c7d9158 da54a981458851aeb4c7634490470c0a23944f67 M dlls
Previously, it produced some terminal output about being unable to load msvcrt80.dll, but this had no obvious effect on the program. Now, I guess it chokes on Wine's partial implementation of the DLL:
[...] wine: Call from 0x7b8379e6 to unimplemented function msvcr80.dll._encode_pointer, aborting wine: Call from 0x7b8379e6 to unimplemented function msvcr80.dll._except_handler4_common, aborting [...]