Quartz Builder

quartz builder on 10.9 update

andy19870827@hotmail.com's picture

quartz builder is not working in 10.9, is there any way to fix it?anyone know? if not,i think kineme have the responsibility to update it.

MIDI global input not working with quartz builder

Niklass's picture

Hi ! I have a problem with Midi global patch, it works perfectly on quartz composer, but it not works anymore after exportation with Quartz builder. Do someone have knows the solution ? Thanks

Quartz Builder app loading feedback

It would be nice if a build app could give some feedback when loading. Sometimes some of my larger compositions build to an app have up to 10/20 seconds loading time, and while loading there is no visual feedback.

Either a standard progress bar, or even better some kind of definable 'splash screen' would be nice to have.

Quartz Builder - Approved Developer settings

cybero's picture

I recently found that a QB app was denied runtime privileges as it didn't pass Mountain Lion's Gatekeeper security check for having been created by an approved developer.

Would that application have passed muster with Gatekeeper if it had included in its Identifier meta information the name of an approved developer?

My understanding was that such code signing needed to be done during the process of developing an application within Xcode and could not be done any other way at all.

https://developer.apple.com/library/mac/#documentation/Security/Conceptu...

Is there any way that an application other than Xcode that produces small applications, like Quartz Builder, could have an option for registered Apple developers to incorporate the appropriate certification Gatekeeper requires of Apple application developers?

Quartz Builder/Quicktime Thread issue

borego's picture

Hey all,

I'm running into what seems to be some trouble with Quartz Builder. Basically, we have a video capture going onto a billboard and sending the feed to a Syphon server as well to allow users to record their own videos. Everything works fine when run in Quartz Composer, but once I try to run it through QB to package it as an app, the video feed crashes almost immediately.

After turning on error logging, it seems to be a threading issue:

[12:02:42.558] ERROR: Running movie on thread 0x1026bc000 while initialized on thread 0x13b889000 [12:02:42.558] Execution failed at time 71.591 [12:02:42.591] ERROR: Running movie on thread 0x1026bc000 while initialized on thread 0x13b889000 [12:02:42.591] Execution failed at time 71.624 [12:02:42.624] ERROR: Running movie on thread 0x1026bc000 while initialized on thread 0x13b889000 [12:02:42.624] Execution failed at time 71.658

and so on.

We do have a version that seems to work despite compilation, so I guess we're not completely up the creek, but knowing what went wrong and how to fix it would also be great.

Any thoughts would be greatly appreciated :D