Opened 9 years ago
Closed 8 years ago
#423 closed defect (fixed)
Shell error messages at startup
| Reported by: | Tom Goddard | Owned by: | Tom Goddard |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Window Toolkit | Version: | |
| Keywords: | Cc: | pett@…, conrad@… | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
Starting Sept 9, 2016 ChimeraX daily build from a terminal spews errors creating opengl context, probably from the Qt log window (QWebEngineView). It functions correctly despite of these errors. The appear to come from the Qt html widgets. When I use Tools / File History which shows another html widget I get 4 more errors to the shell.
$ ./ChimeraX-Sep9-2016.app/Contents/MacOS/ChimeraX
[0909/110042:ERROR:gl_context_cgl.cc(123)] Error creating context.
[0909/110042:ERROR:command_buffer_proxy_impl.cc(201)] Failed to initialize command buffer service.
[0909/110042:ERROR:webgraphicscontext3d_command_buffer_impl.cc(210)] CommandBufferProxy::Initialize failed.
[0909/110042:ERROR:webgraphicscontext3d_command_buffer_impl.cc(229)] Failed to initialize command buffer.
[0909/110042:ERROR:gl_context_cgl.cc(123)] Error creating context.
[0909/110042:ERROR:command_buffer_proxy_impl.cc(201)] Failed to initialize command buffer service.
[0909/110042:ERROR:webgraphicscontext3d_command_buffer_impl.cc(210)] CommandBufferProxy::Initialize failed.
[0909/110042:ERROR:webgraphicscontext3d_command_buffer_impl.cc(229)] Failed to initialize command buffer.
[0909/110042:ERROR:gl_context_cgl.cc(123)] Error creating context.
...
No longer get these errors, probably due to new Qt version.