Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(app_refactor) DisplayMac error message at startup on dual gpu macbooks. #728

Closed
richardeakin opened this issue Mar 3, 2015 · 1 comment
Labels
Milestone

Comments

@richardeakin
Copy link
Collaborator

Root of problem explained here.

The error message looks like:

|error  | static void cinder::DisplayMac::displayReconfiguredCallback(CGDirectDisplayID, CGDisplayChangeSummaryFlags, void *)[404] Unable to locate corresponding NSScreen for CGDirectDisplayID

In a nutshell, when the gpu changes then unexpected things happen with tying our ci Displays to correspinding CGDisplayId / NSScreens. In the end the correct display is in use when the app is running.. could just be an annoying error message we need to surpress, or there might be side effects.

Related to #710.

@andrewfb
Copy link
Collaborator

andrewfb commented Mar 6, 2015

Fixed by ed74713

@andrewfb andrewfb closed this as completed Mar 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants