Am 24.06.2011 um 03:00 schrieb Dean Davis: > I've been getting an error message in the console recently that reads > like this... > WeatherMan[360] <Error>: CGPointApplyInverseAffineTransform: singular matrix.
Well, CoreGraphics sometimes gives error messages like this. CGPointApplyInverseAffineTransform is not used by our plugins directly. But could be used somewhere in the CoreGraphics framework. > I'm also getting this... > WeatherMan[720] *** __NSAutoreleaseNoPool(): Object 0x20a8570 of class > NSCFString autoreleased with no pool in place - just leaking Our plugin installs an NSAutoReleasePool on first call of a Cocoa method just to make sure there is one. Are you using recent Real Studio version and MBS Plugins? Greetings Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
