Håkon Vågsether

Results 47 comments of Håkon Vågsether

I was able to reproduce: ![ja-1](https://user-images.githubusercontent.com/1413378/71756174-25cb7a00-2e43-11ea-97ab-288a06f97e5e.png)

It's probably caused by this somehow: https://github.com/gnuradio/gnuradio/blob/53dd57ca8fb8bc929c2b4cef6384d14342ed49e7/grc/gui/FileDialogs.py#L61

@harxish You can run GRC with `python -m grc` from the project root :)

You're right! This is the culprit: https://github.com/gnuradio/gnuradio/blob/c6d094d79e420c34f7726b893691fdb43eab7360/grc/core/blocks/block.py#L79-L80

I've got the same issue (same system), downgrading to 1.0.3 works. [The issue appears to be fixed in 1.0.4 rc2](https://github.com/drowe67/codec2/releases/tag/v1.0.4_rc2), released less than 24 hours ago. [The Arch package](https://archlinux.org/packages/community/x86_64/codec2/) has...

@bulvara The package has been updated to 1.0.5. Can you confirm that the issue has been fixed?

https://github.com/torvalds/linux/commit/491a4ccd8a0258392900c80c6b2b622c7115fc23 I believe it's in rc3, not rc2

Would it make sense to group all the GUI-related parameters in a separate tab in the Properties dialog?

I'm able to reproduce with a disabled qt sink block. Here's the trace: ``` Traceback (most recent call last): File "/home/hkon/qt_gr/grc/core/blocks/_templates.py", line 77, in render return template.render(**namespace) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mako/template.py",...