You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
No colorbar appears when using vis.region.values.on.subject, and I get the error below.
FALLBACK (log once): Fallback to SW fragment processing (outputInfo.polygonModeMismatch)
FALLBACK (log once): Fallback to SW fragment processing, m_disable_code: 800000
To Reproduce
Steps to reproduce the behavior:
Use draw_colorbar=T with vis.region.values.on.subject. Without draw_colorbar=T, no error.
Expected behavior
A clear and concise description of what you expected to happen.
Colorbar appearing, no error. Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
Operating System [e.g. MacOS10.13, or Ubuntu 20.04]: MacOS Monterey 12.2.1
R version (output of R --version in system shell): R version 4.1.2 (2021-11-01) -- "Bird Hippie"
fsbrain version (output of packageVersion('fsbrain') in R):‘ 0.5.3’
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Thanks for the detailed report! I have no M1 Mac, but I will see whether I can get access to one somehow.
I have the impression that these log messages are unrelated though, they seem to come from the M1 OpenGL driver and should only lead to worse performance (no hardware acceleration). I guess something in the rgl package (the renderer used by fsbrain) triggers them.
Hi! Sorry for the delay, I think I forgot about this -- you're correct, the error messages are not reproducibly associated with the lack of colorbar, which is reliable while the error messages are not. However, I do still have this issue -- do you have any idea what is causing or a workaround? I've been using coloredmesh.plot.colorbar.separate but it is far less convenient.
Describe the bug No colorbar appears when using vis.region.values.on.subject, and I get the error below.
FALLBACK (log once): Fallback to SW fragment processing (outputInfo.polygonModeMismatch)
FALLBACK (log once): Fallback to SW fragment processing, m_disable_code: 800000
To Reproduce Steps to reproduce the behavior: Use draw_colorbar=T with vis.region.values.on.subject. Without draw_colorbar=T, no error.
Expected behavior A clear and concise description of what you expected to happen.
Colorbar appearing, no error. Screenshots If applicable, add screenshots to help explain your problem.
Environment:
Operating System [e.g. MacOS10.13, or Ubuntu 20.04]: MacOS Monterey 12.2.1
R version (output of R --version in system shell): R version 4.1.2 (2021-11-01) -- "Bird Hippie"
fsbrain version (output of packageVersion('fsbrain') in R):‘ 0.5.3’
Additional context Add any other context about the problem here.
Hi. I encountered the same problem as while using vis.region.values.on.subject. Interestingly, draw_colorbar = 'horizontal' works.
Describe the bug
No colorbar appears when using
vis.region.values.on.subject
, and I get the error below.To Reproduce
Steps to reproduce the behavior:
Use
draw_colorbar=T
withvis.region.values.on.subject
. Withoutdraw_colorbar=T
, no error.Expected behavior
A clear and concise description of what you expected to happen.
Colorbar appearing, no error.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
R --version
in system shell): R version 4.1.2 (2021-11-01) -- "Bird Hippie"packageVersion('fsbrain')
in R):‘ 0.5.3’Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: