Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems executing DVBT_TX_Demo flow graph #29

Open
hyumavox opened this issue Sep 26, 2017 · 1 comment
Open

Problems executing DVBT_TX_Demo flow graph #29

hyumavox opened this issue Sep 26, 2017 · 1 comment

Comments

@hyumavox
Copy link

Hello:
Trying to execute the file I am getting the following error:
<<< Welcome to GNU Radio Companion 3.7.9.2 >>>

Preferences file: C:\Users\user\AppData\Roaming\SPB_Data/.gnuradio/grc.conf
Block paths:
C:\Users\user\AppData\Roaming\SPB_Data.grc_gnuradio (C:\Users\user\AppData\Roaming\SPB_Data/.grc_gnuradio)
C:\Program Files\GNURadio-3.7\share\gnuradio\grc\blocks (C:\Program Files\GNURadio-3.7\bin..\share\gnuradio\grc\blocks)

Loading: "C:\GNURADIO\dvbt_tx_demo.grc"

Done

Showing: "C:\GNURADIO\dvbt_tx_demo.grc"

Generating: 'C:\GNURADIO\top_block.py'

Warning: This flow graph may not have flow control: no audio or RF hardware blocks found. Add a Misc->Throttle block to your flow graph to avoid CPU congestion.

Executing: C:\Program Files\GNURadio-3.7\gr-python27\python.exe -u C:\GNURADIO\top_block.py

Using Volk machine: avx2
ffC:\GNURADIO est.ts: Invalid argument
Traceback (most recent call last):
File "C:\GNURADIO\top_block.py", line 139, in
main()
File "C:\GNURADIO\top_block.py", line 134, in main
tb = top_block_cls()
File "C:\GNURADIO\top_block.py", line 100, in init
self.blocks_file_source_0 = blocks.file_source(gr.sizeof_char*1, "C:\GNURADIO\test.ts", False)
File "C:\Program Files\GNURadio-3.7\lib\site-packages\gnuradio\blocks\blocks_swig0.py", line 1083, in make
return _blocks_swig0.file_source_make(itemsize, filename, repeat)
RuntimeError: can't open file
dvbt_tx_demo.zip

@rogergermann
Copy link

I had the same error on Ubuntu. The standard path on linux goes to the home direction. Simply set the file source and sink direction manually via clicking on them and navigating to the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants