http://bugs.winehq.org/show_bug.cgi?id=25754
--- Comment #17 from Ajeet Singh ajeet_singh1978@yahoo.co.in 2011-01-12 10:07:02 CST --- (In reply to comment #16)
(In reply to comment #15)
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.
When you get crashes with macros, it's very important to specify _exactly_ how to reproduce the crash. If the best you can do is provide a "crashy" file, that's okay too. This helps prevent confusion like this.
There are lots of problems with Office macros and typelib in general. I have some work done that will fix a lot of problems, but it's a major re-working of Wine's typelib support and will take quite some time to complete. User forms are known not to work, and that specific problem isn't caused by my commit.
The crash I described above is caused by my commit, as Rosanne found, and should be fixed. If there are other bugs, please file those separately, and again, make it very clear how to reproduce the crash.
(In reply to comment #16)
(In reply to comment #15)
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.
When you get crashes with macros, it's very important to specify _exactly_ how to reproduce the crash. If the best you can do is provide a "crashy" file, that's okay too. This helps prevent confusion like this.
There are lots of problems with Office macros and typelib in general. I have some work done that will fix a lot of problems, but it's a major re-working of Wine's typelib support and will take quite some time to complete. User forms are known not to work, and that specific problem isn't caused by my commit.
The crash I described above is caused by my commit, as Rosanne found, and should be fixed. If there are other bugs, please file those separately, and again, make it very clear how to reproduce the crash.
No where i said that that making new macros are creating problem, when you gave me that suggestion.
Yeah I missed to tell that this workbook also contains forms. And the moment I try to click on button which is supposed to run macros and forms or when I try to click on Tools -> Macros to see / edit macros, the application gets crashed.