I am using juce_1_50 on SnowLeopard, Jucer application is crashing on SnowLeopard while mouse move over SubMenuItems.
Goto “Edit” menu and then move mouse over “Add new Component” or “Add new Graphics element” Application is crashing.
I have implemented similar menu in my app it’s working fine on tiger and Leopard but crashing on snow leopard. so I checked with Jucer it’s also crashing. pls look into the issue.
As I’ve said about a million times, please only report bugs that you can demonstrate in the tip code. There’s no point in me chasing bugs that might have been fixed months ago…
I have this same problem when i try to compile and run the audio plugin host extras example code. If i try to use the plugins : create plugins menu in the audio plugin host example i get the spinning cursor of death, and then after a while the program crashes with an EXC_BAD_ACCESS error. This is on an intel iMac running osx 10.6.3.
I have checked, this issue has been fixed in juce 1.51, but i have little problem, my application has been released and i am not able to move my application
to juce 1.51 in few days, if u can provide little help to fix it in juce 1.50 will be appreciated, i tried to debug but difficult to put breakpoints…
Sorry, there’s no way I can afford to spend time hunting for problems that are already fixed! You could try stepping through the git versions until you find the one where the problem goes away, and then look at the diffs to see what changed.
…no, I don’t think that’s true. There should be less than in the last stable release, because I’ve fixed some bugs since then! The only place there are likely to be new bugs would be in features that are new.
Someone else suggested that I tag certain versions to say “this is a good one to use”, which is a good idea. It’s quite likely that most check-ins would end up being tagged like that, with occasional gaps when I’m working on a new feature or overhauling something.