Re: CoreMIDI via Java and MIDISport -- funny you should ask
Re: CoreMIDI via Java and MIDISport -- funny you should ask
- Subject: Re: CoreMIDI via Java and MIDISport -- funny you should ask
- From: Gerd Castan <email@hidden>
- Date: Mon, 27 May 2002 18:30:15 +0200
Hi,
>>A Buckyball Timer threw an exception:
>>java.lang.IllegalMonitorStateException: current thread not owner
>>at com.apple.mrj.macos.carbon.CarbonLock.release0(Native Method)
>>at com.apple.mrj.macos.carbon.CarbonLock.release(CarbonLock.java:43)
>>at com.apple.buckyball.app.Timer.EventLoopTimer(Timer.java:213)
>>at com.apple.audio.midi.MIDIClient.MIDIClientCreate(Native Method)
>>at com.apple.audio.midi.MIDIClient.alloc(MIDIClient.java:59)
>>at com.apple.audio.midi.MIDIClient.<init>(MIDIClient.java:43)
>>at MyMIDI.initMIDI(MyMIDI.java:22)
>>at LlamaWare.<init>(LlamaWare.java:271)
java.lang.IllegalMonitorStateException: current thread not owner
usually mains in plain english that you call anObject.wait()
without embedding this call with a synchronized of the same object.
Since there is no wait() or something like that in your code, it
seems to be Apples fault.
Best regards,
Gerd
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.