Opened 5 years ago
Closed 5 years ago
#3169 closed defect (fixed)
No Report a Bug option for OpenGL error
Reported by: | Owned by: | Tom Goddard | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Graphics | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
The following bug report has been submitted: Platform: Windows-10-10.0.18362 ChimeraX Version: 1.0 (2020-05-07) Description This opengl shader error did not produce a traceback and did not have the Report a Bug button on the error dialog. It should definitely have the report a bug button. Also this test (360sbs stereo with soft lighting) is a reproducible case for bug #3161. Log: UCSF ChimeraX version: 1.0rc202005070439 (2020-05-07) © 2016-2020 Regents of the University of California. All rights reserved. How to cite UCSF ChimeraX > graphics driver OpenGL version: 3.3.0 NVIDIA 442.19 OpenGL renderer: GeForce GTX 1080 Ti/PCIe/SSE2 OpenGL vendor: NVIDIA Corporation > open 1a0m format mmcif fromDatabase pdb 1a0m title: 1.1 angstrom crystal structure of A-conotoxin [TYR15]-epi [more info...] Chain information for 1a0m #1 --- Chain | Description A B | α-conotoxin [TYR15]-epi Non-standard residues in 1a0m #1 --- NH2 — amino group > camera 360sbs > lighting soft An OpenGL graphics error occurred. Most often this is caused by a graphics driver bug. The only way to fix such bugs is to update your graphics driver. Redrawing graphics is now stopped to avoid a continuous stream of error messages. To restart graphics use the command "graphics restart" after changing the settings that caused the error. Shader does not have uniform variable "model_view_matrix" shader capabilities SHADER_VERTEX_COLORS, SHADER_STEREO_360 OpenGL version: 3.3.0 NVIDIA 442.19 OpenGL renderer: GeForce GTX 1080 Ti/PCIe/SSE2 OpenGL vendor: NVIDIA Corporation Manufacturer: Gigabyte Technology Co., Ltd. Model: Z270X-Gaming K7 OS: Microsoft Windows 10 Home (Build 18362) Memory: 17,129,693,184 MaxProcessMemory: 137,438,953,344 CPU: 8 Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz"
Change History (2)
comment:1 by , 5 years ago
Component: | Unassigned → Graphics |
---|---|
Owner: | set to |
Platform: | → all |
Project: | → ChimeraX |
Status: | new → assigned |
Summary: | ChimeraX bug report submission → No Report a Bug option for OpenGL error |
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed.
Code was using logger.error() instead of logger.bug() when OpenGLError caught.