Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm currently developing a Java application.
And as I don't own a OSX computer I've enlisted the help of some people from the forum/community this app is for.
But there is this error that occurs when the application is launched on the OSX.

Oct 5 15:26:58 ###-macbook-pro.local java[2384] <Error>: CGContextGetCTM: invalid context 0x0   
Oct 5 15:26:58 ###-macbook-pro.local java[2384] <Error>: CGContextSetBaseCTM: invalid context 0x0   
Oct 5 15:26:58 ###-macbook-pro.local java[2384] <Error>: CGContextGetCTM: invalid context 0x0   
Oct 5 15:26:58 ###-macbook-pro.local java[2384] <Error>: CGContextSetBaseCTM:      invalid context 0x0    
2012-10-05 15:26:59.590 java[2384:11517] Make pbuffer: 0 x 0   
2012-10-05 15:26:59.657 java[2384:2007] invalid drawable  

Obviously as I don't own a OSX computer it makes it very hard to debug issues like this, So I was hoping one of you intelligent individuals could insight me into what this issue is caused by so as I can go about fixing it. If there is any other info you may need let me know and I can try and get the person with the OSX computer to get it.

share|improve this question
Have you seen this thread? It seems MAC Java updating causing some issues forum.processing.org/topic/java-errors – Nambari Nov 17 '12 at 16:24
It appears to have been fixed in Mountain Lion: discussions.apple.com/message/18394472#18394472 – Akber Choudhry Nov 23 '12 at 22:05

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.