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

Version 3.8.1.0 has been released... it addresses this issue. #53

Closed
livep2000 opened this issue Jan 1, 2021 · 7 comments
Closed

Version 3.8.1.0 has been released... it addresses this issue. #53

livep2000 opened this issue Jan 1, 2021 · 7 comments
Labels
closure pending Pending feedback, will be closed shortly

Comments

@livep2000
Copy link

Hello Geof,

(reopening the issue about ending with that negative error code)

Sorry to inform you that 3.8.1.0/v still facing this problem.
Had it installed on a AMD. Because this machine is spammed with developer tools,
I reverted my laptop back to w10 stock (I7), and used the latest gnuradio_3.8.1.0_win64.msi

Got some extra info:

  1. Only adding qt.ui components to the graph (range, checkbox) works fine.

  2. Tried Python debugging, did not got that working.
    But used the blond method and narrowed down where the script is ending, please look at the following:

     ##################################################
     # Blocks
     ##################################################
    

    try:
    print("Try to assign the source block")
    self.blocks_null_source_0 = blocks.null_source(gr.sizeof_gr_complex*1)
    print("After asigning source block")
    except AssertionError as error:
    print(error)
    print("Asigning sink block failed")
    else:
    print("Else clause")
    finally:
    Print("finally")

    print("never came here")

Result:

prints: Try to assign the source block

And then steps out of the process, with no message at all.

I hope this will give some more hints.

Version 3.8.1.0 has been released... it addresses this issue.

Originally posted by @gnieboer in #46 (comment)

@gnieboer
Copy link
Owner

gnieboer commented Jan 2, 2021

Which AMD processor do you have?

@livep2000
Copy link
Author

livep2000 commented Jan 4, 2021

The first attempt:
AMD FX(tm)-9590 Eight-Core Processor
WIN10 pro, 64

The seccond attempt:
Intel I7 mobile CPU
Fresh windows 10 home installation.

Both with the same result. Tried a few other blocks with the same results.
Debugged the python script a bit deeper, in the 'null source -> null sink' scenario, it ends here:

c:\program files\gnuradio-3.8\lib\site-packages\gnuradio\blocks\blocks_swig0.py(1924)make() -> return _blocks_swig0.null_source_make(sizeof_stream_item)

@gnieboer
Copy link
Owner

gnieboer commented Jan 4, 2021 via email

@gnieboer
Copy link
Owner

gnieboer commented Jan 19, 2021

The new installer I mentioned is release here. Please download and install it and see if it clears up your issue (it should).

@gnieboer gnieboer added the closure pending Pending feedback, will be closed shortly label Jan 20, 2021
@livep2000
Copy link
Author

livep2000 commented Jan 21, 2021 via email

@gnieboer
Copy link
Owner

gnieboer commented Jan 21, 2021 via email

@livep2000
Copy link
Author

Okay!

  • Installer ran flawless.
  • Reboot message: all went well.
  • GRC runs without any error.
  • The problem with not finding the QT library is solved.

One small issue: It loads the block difinition twice, this results in a stream of messages like:

WARNING:gnuradio.grc.core.platform.block_loader:Block with id "zeromq_sub_source" loaded from C:\Program Files\GNURadio-3.8\share\gnuradio\grc\blocks\zeromq_sub_source.block.yml overwritten by C:\Program Files\GNURadio-3.8\share\gnuradio\grc\blocks\zeromq_sub_source.block.yml

And then starts fine. (happy)
Snipping out the line in : \GNURadio-3.8\etc\gnuradio\conf.d\grc.conf solves it.

The cause could be that it is also installed by the 'conda' installer.

GOOD WORK! goef!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closure pending Pending feedback, will be closed shortly
Projects
None yet
Development

No branches or pull requests

2 participants