NekoYuchi
NekoYuchi
Hello @merlinND, I got the same error (`-1073740791 (0xC0000409)`) when using `load_scene()` in Sionna 1.0.1, but it works with Sionna 0.19.1. My code is the same as the new tutorial...
Hello @merlinND , Here are the details of my system: - OS: Windows 11 24H2 26100.3476 - Python version: 3.10.1 - Sionna version: 1.0.1 - Laptop GPU: NVIDIA GeForce MX450...
Thanks for your response @merlinND. I did not modify the scene XML. I've tried with `scene = load_scene()`, but loading an empty scene would also result in this error. I...
I've tried it on my colleague's laptop (Python 3.12.1 and Sionna 1.0.1). `scene = load_scene()` still didn't work with exit code `-1073741819 (0xC0000005)`. I'm not sure if it is due...
Thanks for your response @merlinND. Your code worked! The issue is resolved now. Btw, I have installed LLVM and I found that the issue might be related to the Mitsuba...
But I don't know if @potatoess11‘s problem has been solved. Maybe you can try this method.
I really appreciate your help! This is indeed a strange issue. Considering the major updates in Mitsuba and DrJit, it makes sense that some changes might be related to the...
That makes sense! I'll try running the basic Mitsuba hello world & tutorials to see if the issue persists outside of Sionna RT. Hopefully, this will help narrow down the...