Opened 6 years ago

Closed 6 years ago

#3048 closed defect (nonchimerax)

Graphics error drawing selection

Reported by: chimerax-bug-report@… 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:        Linux-4.15.0-91-generic-x86_64-with-debian-buster-sid
ChimeraX Version: 0.92 (2020-02-20)
Description
(Describe the actions that caused this problem to occur here)

Log:
UCSF ChimeraX version: 0.92 (2020-02-20)  
© 2016-2020 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open /home/hrishikesh/Downloads/flipped_P17_J33_010.mrc

Opened flipped_P17_J33_010.mrc, grid size 400,400,400, pixel 0.654, shown at
level 0.0206, step 2, values float32  

> open /home/hrishikesh/Downloads/placed_model.pdb

Summary of feedback from opening /home/hrishikesh/Downloads/placed_model.pdb  
---  
warning | Ignored bad PDB record found on line 37317  
  
Chain information for placed_model.pdb #2  
---  
Chain | Description  
C | No description available  
D | No description available  
F | No description available  
G | No description available  
H | No description available  
I | No description available  
  

> hide cartoons

> show atoms

> hide atoms

> open /home/hrishikesh/Downloads/placed_model.pdb

Summary of feedback from opening /home/hrishikesh/Downloads/placed_model.pdb  
---  
warning | Ignored bad PDB record found on line 37317  
  
Chain information for placed_model.pdb #3  
---  
Chain | Description  
C | No description available  
D | No description available  
F | No description available  
G | No description available  
H | No description available  
I | No description available  
  

> hide cartoons

> hide atoms

> show cartoons

> select #2

24746 atoms, 25156 bonds, 6 pseudobonds, 2 models selected  
An error occurred in drawing the scene. 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.  
  
Traceback (most recent call last):  
File "/usr/lib/ucsf-chimerax-daily/lib/python3.7/site-
packages/chimerax/core/updateloop.py", line 73, in draw_new_frame  
view.draw(check_for_changes = False)  
File "/usr/lib/ucsf-chimerax-daily/lib/python3.7/site-
packages/chimerax/core/graphics/view.py", line 166, in draw  
self._draw_scene(camera, drawings)  
File "/usr/lib/ucsf-chimerax-daily/lib/python3.7/site-
packages/chimerax/core/graphics/view.py", line 235, in _draw_scene  
r.outline.set_outline_mask() # copy depth to outline framebuffer  
File "/usr/lib/ucsf-chimerax-daily/lib/python3.7/site-
packages/chimerax/core/graphics/opengl.py", line 1733, in set_outline_mask  
cfb.copy_to_framebuffer(mfb, color=False)  
File "/usr/lib/ucsf-chimerax-daily/lib/python3.7/site-
packages/chimerax/core/graphics/opengl.py", line 2166, in copy_to_framebuffer  
GL.glBlitFramebuffer(0, 0, w, h, 0, 0, w, h, what, GL.GL_NEAREST)  
File "/usr/lib/ucsf-chimerax-daily/lib/python3.7/site-
packages/PyOpenGL-3.1.5-py3.7.egg/OpenGL/platform/baseplatform.py", line 415,
in __call__  
return self( *args, **named )  
File "src/errorchecker.pyx", line 58, in
OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError  
OpenGL.error.GLError: GLError(  
err = 1282,  
description = b'invalid operation',  
baseOperation = glBlitFramebuffer,  
cArguments = (  
0,  
0,  
2187,  
1891,  
0,  
0,  
2187,  
1891,  
256,  
GL_NEAREST,  
)  
)  
  




OpenGL version: 3.3 (Core Profile) Mesa 19.2.8
OpenGL renderer: llvmpipe (LLVM 9.0, 256 bits)
OpenGL vendor: VMware, Inc.

Change History (2)

comment:1 by Eric Pettersen, 6 years ago

Component: UnassignedGraphics
Owner: set to Tom Goddard
Platform: all
Project: ChimeraX
Status: newassigned
Summary: ChimeraX bug report submissionGraphics error drawing selection

comment:2 by Tom Goddard, 6 years ago

Resolution: nonchimerax
Status: assignedclosed

Duplicate.

Graphics driver problem with VMWare / Mesa 19.2.8 drawing selection outline.

Note: See TracTickets for help on using tickets.