EricssonResearch / calvin-base

Calvin is an application environment that lets things talk to things, among other things.
Apache License 2.0
282 stars 91 forks source link

Calvin ImageRenderer breaks on OS X Sierra #72

Closed corn3liuz closed 6 years ago

corn3liuz commented 7 years ago

When running a Calvin script using the ImageRenderer in OS X Sierra the following Errors have been seen:

BUG IN CLIENT OF LIBDISPATCH: _dispatch_main_queue_callback_4CF called from the wrong thread crashed on child side of fork pre-exec

Metal pipeline state creation failed with error: Error Domain=MTLLibraryErrorDomain Code=3 "Compiler encountered an internal error" UserInfo={NSLocalizedDescription=Compiler encountered an internal error}

corn3liuz commented 7 years ago

From debugging this issue the problem seems to originate from the pygame.display.set_mode function.

We will monitor this issue and see if the issue is solved with the next update of pygame.

olaan commented 6 years ago

I'm closing this issue now. If you have further questions, feel free to open a new one.

Cheers.