http://bugs.winehq.org/show_bug.cgi?id=25754
--- Comment #15 from Ajeet Singh ajeet_singh1978@yahoo.co.in 2011-01-12 09:53:12 CST --- (In reply to comment #14)
And some detailed steps to reproduce.
In Excel, make sure Macros are enabled (Tools->Options->Security tab->Macros...). Go to Tools -> Macro -> Record New Macro Press OK Type some junk into any cell and press Enter Click the Stop button Use Tools -> Macro -> Macros... to Run the macro you just made
You can save the file before the last step so you don't have to re-do the steps every time it crashes.
Andrew its not the case that when I am making new macros then it is getting crashed, it is getting crashed when I am having a workbook or sheet with lot of macros and user form controls, even if i click the Tools -> Macro it gets hang and gets crashed after sometime.
Will there be any fix available soon or any alternative?
There might be a fix in the next release, if someone gets around to it. Otherwise, you can revert the bad commit from a Git repository with the latest version of Wine checked out: git revert c0f120db5d6b72917dd9bb1e4630f2b6ff6960a6 Then rebuild Wine.
Note that this might cause other problems, as the behavior fixed in that commit is legitimate.
I might give a try to this one and check what is there for me...