DreamSourceLab / DSView

An open source multi-function instrument for everyone
www.dreamsourcelab.com
GNU General Public License v3.0
1.13k stars 416 forks source link

Decoders not showing #771

Open planket opened 6 months ago

planket commented 6 months ago

When searching for decoders, nothing is populating. Running on Ubuntu 22.04.

image

dreamsource-tai commented 6 months ago

@planket Is your DSView compiled from cmake? Please see the directory "/usr/local/share/libsigrokdecode4DSL" and run DSView from console.

feedbackloopchannel commented 4 months ago

same problem - empty list of decoders. Ubuntu 22.04.4 LTS DSView v1.3.2 (master at 7c53e77a13481890c4ff7c2ad39675d8253984fb) I saw the same before when I tried to upgrade some time ago (I think it was v1.2.2). Because of that I still have v1.2.0-RC6 installed, which works fine.

planket commented 4 months ago

@planket Is your DSView compiled from cmake? Please see the directory "/usr/local/share/libsigrokdecode4DSL" and run DSView from console.

This fixed my issue. Thank you.

feedbackloopchannel commented 4 months ago

@planket could you clarify what exactly fixed your issue? Thank you.

feedbackloopchannel commented 3 months ago

could someone clarify this please? the new version is unusable because of this

planket commented 3 months ago

I followed this and it fixed the issue.

"Is your DSView compiled from cmake? Please see the directory "/usr/local/share/libsigrokdecode4DSL" and run DSView from console."

On Mon, Jul 29, 2024, 3:24 PM feedbackloopchannel @.***> wrote:

could someone clarify this please? the new version is unusable because of this

— Reply to this email directly, view it on GitHub https://github.com/DreamSourceLab/DSView/issues/771#issuecomment-2257034962, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2236SXWWZOEWVKR6A6JKDZO2XJHAVCNFSM6AAAAABIEB52EGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJXGAZTIOJWGI . You are receiving this because you were mentioned.Message ID: @.***>

feedbackloopchannel commented 3 months ago

@planket What does the "see the directory" mean? I have done: git pull cmake . make ./build.dir/DSView the list of protocols is blank I tried ./configure in libsigrokdecode4DSL dir and got this error: error: cannot find input file: `libsigrokdecode4DSL.pc.in'

planket commented 3 months ago

It means go to that directory and run dsview from the terminal.

On Mon, Jul 29, 2024, 11:54 PM feedbackloopchannel @.***> wrote:

@planket https://github.com/planket What does the "see the directory" mean? I have done: git pull cmake . make ./build.dir/DSView the list of protocols is blank I tried ./configure in libsigrokdecode4DSL dir and got this error: error: cannot find input file: `libsigrokdecode4DSL.pc.in'

— Reply to this email directly, view it on GitHub https://github.com/DreamSourceLab/DSView/issues/771#issuecomment-2257521628, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2236RWEHYBRSOVD7LV53TZO4TBFAVCNFSM6AAAAABIEB52EGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJXGUZDCNRSHA . You are receiving this because you were mentioned.Message ID: @.***>

feedbackloopchannel commented 3 months ago

no, running dsview from that directory does not make any difference for me

planket commented 3 months ago

Ah well have you tried reinstalling it? You are on Ubuntu right?

On Tue, Jul 30, 2024, 10:49 AM feedbackloopchannel @.***> wrote:

no, running dsview from that directory does not make any difference for me

— Reply to this email directly, view it on GitHub https://github.com/DreamSourceLab/DSView/issues/771#issuecomment-2258787595, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2236WOEIJENKTE6OI7QDDZO67ZJAVCNFSM6AAAAABIEB52EGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJYG44DONJZGU . You are receiving this because you were mentioned.Message ID: @.***>

feedbackloopchannel commented 3 months ago

Ubuntu 22.04.4 LTS Reinstalling what? As I said, configure in that libsigrokdecode4DSL fails I have older dsview installed, which works, and I don't want to break it. So I am trying to run the new one from the build dir hoping to see it working before doing "make install"

planket commented 3 months ago

I think you should make another bug report because it's different than mine. I can't help you.

On Tue, Jul 30, 2024, 11:09 AM feedbackloopchannel @.***> wrote:

Ubuntu 22.04.4 LTS Reinstalling what? As I said, configure in that libsigrokdecode4DSL fails I have older dsview installed, which works, and I don't want to break it. So I am trying to run the new one from the build dir hoping to see it working before doing "make install"

— Reply to this email directly, view it on GitHub https://github.com/DreamSourceLab/DSView/issues/771#issuecomment-2258822347, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2236SHDN74DLDPE4D7QUDZO7CFNAVCNFSM6AAAAABIEB52EGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJYHAZDEMZUG4 . You are receiving this because you were mentioned.Message ID: @.***>

tedy58 commented 2 days ago

May be you solve the problem, but when compile and start the program from ~/DSView/build.dir$ ./DSView I get the same issue, so for sure you have to: sudo make install then all decoders appear normally.