fury-gl / fury-gl/fury

Kernel dies while using window from fury

Open
#652 0 comments 1 reaction 0 assignees View on GitHub
type:Bug Fix
Dominant language
Python
Stars
297
Forks
253
Avg merge
1d 1h
Merged PRs (30d)
6

Description

## Using Dipy package
I am working with diffusion MRI data and I have been using Dipy package for my studies. Recently in-order to visualize the tractography of whitematter I used fury, even time I run the following command.

`from dipy.viz import window, actor, has_fury
if has_fury:
scene = window.Scene()
scene.add(actor.peak_slicer(csa_peaks.peak_dirs,
csa_peaks.peak_values,
colors=None))

window.record(scene, out_path='csa_direction_field.png', size=(900, 900))

if interactive:
window.show(scene, size=(800, 800))`

the kernel dies and it says that it will automatically restart, I tried almost all the solutions that I was able to find in the previous issues.
I thought maybe this might be issue with space and also tried with a new GPU
and I still get this error.

I even tried to run only a small explample that was given in
[https://fury.gl/dev/auto_tutorials/01_introductory/viz_texture.html](url)

and I get the same issue
Screenshot 2022-08-05 at 3 44 28 PM
I tried it with even the pre-release of jupyter notebook
but nothing works.

It would be great if anyone could help me

Thanks

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the crash with the minimal FURY texture example, then compare it with the dipy.viz window.Scene, actor.peak_slicer, window.record, and window.show calls described here. Collect the Python, FURY, Jupyter, operating-system, and GPU details plus the kernel or terminal traceback; done means identifying a reproducible cause and documenting the affected setup or a confirmed fix.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, python
Domain
computer-graphics
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.