Crash in DIPY window.show(renderer) when running from Remote Desktop

0

I use PyCharm and run the following code:

r = window.Renderer()
r.add(actor1)
r.add(actor2)
window.show(r)

Everything works fine if i run the code using the machine itself. However, if i connect to the machine using RDP, the show command crashes with the following error:

Process finished with exit code -1073741819 (0xC0000005)

I tried to increase JVM memory and reduce the visualisation settings in RDP but it did not solve the problem. What can cause this crash?

python
pycharm
vtk
remote-desktop
asked on Stack Overflow Nov 7, 2019 by Erik Sapir • edited Nov 7, 2019 by Vadim Kotov

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0