GLError - clusterview OK but waveforms or other views are not displayed
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 430
- Forks
- 187
- Avg merge
- 2h 31m
- Merged PRs (30d)
- 2
Description
Hi phy team,
I was going to do the soring with phy on my ''klustaed'' spikes but found whenever I chose the clusters, all the ''view'' windows are blank (see attached picture). Therefore I reinstalled the whole environment and the problem still occurred. I am using a computer with AMD graphic card for this.
I also checked the phy.log, and found this error looping:
[90m15:57:37.855 [D] base:702 Exception in paintGL: GLError(
err = 1282,
description = b'invalid operation',
baseOperation = glClearColor,
cArguments = (0, 0, 0, 10)
)[0m
[90m15:57:37.855 [D] base:675 Exception in initializetGL: GLError(
err = 1282,
description = b'invalid operation',
baseOperation = glClearColor,
cArguments = (0, 0, 0, 0)
Could you have a look and tell me what actions should be taken? Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the blank views on the reported AMD graphics setup and inspect phy.log for the repeated errors in paintGL and initializetGL. Trace the glClearColor failure from those entry points and verify that clusterview, waveforms, and other views render without recurring GLError messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-graphics, data-visualization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100