On 07/02/2016 08:22 PM, jara8462%
nelsonvilletv.com via Pothos Users wrote:
> Josh, I tried the command prompt, attached is a snap of results. I went to
> \gnuradio\conf.d and looked at the 6 files there, none had the entry you
> quoted. Those were the only config files I could find. I just went through
> a recovery to an earlier time on my computer, no effort I made did any
> good. So I went back before the problem started, after resetting windows
> the same problem cropped up. So I deleted poshossdr, python complete, numpy
> too, went through registry for settings, deleted all temp files in windows
> temp folder, also all entries in app data folder, local, locallow, and
> roaming and deleted any reference to poshos, python, etc. Then I
> reinstalled python 2.7.11, numpy 1.11.1, updated pip to install numpy, then
> installed poshosSdr, used pythonradiohelper for other dependencies. kept it
> up until helper said everything was a go. Still the same error, I am
> attaching also the dependency walker report.
>
> <
https://lh3.googleusercontent.com/-TrqntUC-IMg/V3iEdhnOvvI/AAAAAAAAAA4/rRke_kyUZWo5GVGsO7Fl82LupBqfz7o6ACLcB/s1600/1b.bmp>
> Thanks for the help, it will likely be something simple as is usual.
From your screenshot, it looks like GRC is dying parsing the config file
for [files_recent].
I would double check the grc.conf. So I'm not talking about something in
the program files install path which I assume is what you mean by
gnuradio\conf.d But grc stores another grc.conf file in the user's home
directory for the current state, this should be
c:\Users\<username>\.gnuradio\grc.conf
Given the traceback in the screenshot, I'm highly concerned that there
is some unparsable crap saved in the user's grc.conf. So no amount of
reinstalling is going to fix that.
I'm not sure why its crashing, but if you do find the user's grc.conf,
I'm curious to see whats saved in it before you try deleting it.
Thanks!
-josh