Thanks, I totally skipped the initialize function, so my plugin does nothing. Opening a pro file works. But opening a cpp file, creator crashes? Will investigate the next days whats the error with cpp editor. Thanks.
Thanks, I totally skipped the initialize function, so my plugin does nothing. Opening a pro file works. But opening a cpp file, creator crashes? Will investigate the next days whats the error with cpp editor. Thanks.
I think the crashing of QT is independent of your custom plugin.
I have a similar problem with QT Creator crashing. If I install QT on a specific Mac and simply open a project, then attempt to open either a header or cpp file, then QT Creator crashes. At first it happen when I was running the textfinder example, at the point where I connect a signal to a slot. But, then I narrowed it down to the opening of a header or cpp file. I get the same thread crashing as you do: libCppEditor.dylib. The Exception Type is EXC_BAD_ACCESS and Exception Code is KERN_PROTECTION_FAILURE.
The odd thing here is that I did the same install on a co-workers Mac who has a similar box, both of us running Snow Leopard on an iMac, and I can open the header and cpp files with no problem. The Xcode is 3.2 so that isn't the problem. The only difference that I can find in our two boxes is that my co-worker has 2 GB of RAM and I only have 1 GB. According to the QT website, 1 GB is sufficent.
Bookmarks