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

building os x package: Failed to create OpenGL context for accelerator #3677

Open
AtnNn opened this issue Jan 28, 2015 · 8 comments
Open

building os x package: Failed to create OpenGL context for accelerator #3677

AtnNn opened this issue Jan 28, 2015 · 8 comments
Assignees
Labels
Milestone

Comments

@AtnNn
Copy link
Member

AtnNn commented Jan 28, 2015

@larkost have you seen this error before? It seems possibly innocuous.

$ make build-osx
    [233/233] CREATE ./build/packages/osx/rethinkdb.dmg
/SourceCache/CoreImage/CoreImage-9.4/fe/fe-accel-cgl.mm:390: fe_cgl_create_context(): Failed to create OpenGL context for accelerator. This may be fatal.
$ echo $?
0
@danielmewes
Copy link
Member

Does the generated dmg look ok?

@AtnNn
Copy link
Member Author

AtnNn commented Jan 28, 2015

I have not tested it.

@danielmewes danielmewes added this to the 1.16 milestone Jan 28, 2015
@danielmewes
Copy link
Member

Putting into 1.16 until we can find out whether it matters or not.

@larkost
Copy link
Collaborator

larkost commented Jan 28, 2015

What machine was this on? If it was the-shadow, then I bet that it has rebooted since someone last VNC'ed into it, so it has not setup a virtual screen yet. CoreGraphics had a number of bugs in 10.7 when run headless on older hardware (most newer hardware has Intel GPU drivers, which usually avoid this). Most of those problems got fixed for 10.9, but their testing was really bad on this count. Logging in over VNC would solve the issue (you do not need to leave yourself logged in).

And we are probably implicitly using CoreGraphics when creating the icon for the .dmg, possibly also when combining the multiple resolution background images. So those are the things to check.

@AtnNn
Copy link
Member Author

AtnNn commented Jan 28, 2015

It was on gantz.

@AtnNn
Copy link
Member Author

AtnNn commented Jan 29, 2015

Moving this out the the 1.16 milestone. We don't yet build the OS X package on that machine.

@AtnNn AtnNn modified the milestones: 1.16-polish, 1.16 Jan 29, 2015
@danielmewes danielmewes modified the milestones: 1.16-polish, 2.0-polish Jan 30, 2015
@danielmewes danielmewes modified the milestones: 2.0-polish, 2.1-polish Mar 26, 2015
@danielmewes danielmewes modified the milestones: 2.1-polish, backlog Apr 21, 2015
@larkost larkost self-assigned this Oct 29, 2015
@jhspaybar
Copy link

For what it's worth, I googled for "fe-accel-cgl.mm:390: fe_cgl_create_context(): Failed to create OpenGL context for accelerator. This may be fatal." and this is literally the only result. I actually ran into it running sips to convert CR2(raw) files into jpg. Maybe it helps...maybe it doesn't, but I figured I'd let you know :). It also doesn't seem to be fatal in any way to my usage. Maybe this is just a red herring and you can ignore it.

@larkost
Copy link
Collaborator

larkost commented Mar 28, 2016

I have been able to produce it a few times, but it has never caused any problems that I was able to find. I am keeping this one open in case I ever happen to figure it out. But my assumption is that this is benign.

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

4 participants