http://bugs.winehq.org/show_bug.cgi?id=15845
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW URL| |http://cid-b55690d11b67401d | |.office.live.com/self.aspx/ | |Public/Silverlight.2.0.exe CC| |focht@gmx.net Summary|Silverlight configuration |Silverlight configuration |tab "Application storage" |tab "Application storage" |causes freeze |causes freeze (while | |iterating isolated storage) Ever Confirmed|0 |1
--- Comment #7 from Anastasius Focht focht@gmx.net 2011-05-21 06:11:31 CDT --- Hello,
confirming. The app seems to get stuck while iterating isolated storage location (looking into "C:\users\<username>\Local Settings\Application Data\Microsoft\Silverlight\is\...")
There are various unmanaged <-> managed transitions (JIT code) which makes this thing hard to debug.
The endless loop is due to Silverlight runtime trying to non-existing load "C:\Program Files\Microsoft Silverlight\2.0.31005.0\en-US\mscorlib.debug.resources.dll" (repeating over and over again).
$ wine --version wine-1.3.20-230-g456e48e
$ sha1sum Silverlight.2.0.exe 1f720d83c8e420ce70dda4b0894bbcee8c883747 Silverlight.2.0.exe
Revisiting later ...
Regards