ryanvolz / radioconda

Software radio distribution and installer for conda
Other
340 stars 39 forks source link

Python return code 3221225501 #55

Closed LNAppert closed 1 year ago

LNAppert commented 1 year ago

Hello, I am an IT of a school and have an issue with some computers: the installation is done without error or warning, I can run Gnu Radio companion, I open grc file and when I run it some computers return:

Done (return code 3221225501) without opening the window with the result. I can't explain, I have tried with logs and step by step but no error... Is there a way to show more logs to find what is wrong? I have attached the bad and good result: error1 ok

ryanvolz commented 1 year ago

This sounds like it could be #25. Does it only stop with that error when a Frequency Sink or Waterfall Sink block is used?

LNAppert commented 1 year ago

Thank you for your answer, it help me a lot! By replacing fftw3.dll and fftw3f.dll with this older version it work now. This issue happened with Pentium Gold but not on i3 processors. I'm sorry but I can't answer to your question about Frequency Sink and Waterfall Sink, I am not a end user I just install the app. But I can try if you have exemples?

ryanvolz commented 1 year ago

If replacing the fftw DLLs fixed it, then it does only apply to blocks that use the fft like the Frequency and Waterfall sinks. I'll close this now since it's a confirmed duplicate.