Navigation and Weather Routing software

AppStore PlayStore

Contact us for support or information: contact@meltemus.com

Trouble running on Raspberry Pi 4 64-bit

More
1 year 11 months ago #1317 by GuyH
Good afternoon

I am trying to run QtVlm on my Raspberry Pi 4 64-bit OS

I downloaded qtVlm-5.10.14-p1-rpi64.tar.gz filesize 30.2MB

I edited QtVlm.sh and qtVlm.desktop as instructed however the program will not start

The desktop launcher launches the QtVlm.sh script which launches the program file qtVlm in the same directory however this last file is missing from the archive
Full file listing from the archive below
Code:
❯ ls -al qtVlm total 7.8M drwxr-xr-x 13 guy guy 4.0K May 12 04:47 . drwxr-xr-x 14 guy guy  20K May 12 13:52 .. drwxr-xr-x  2 guy guy 4.0K May 12 04:47 audio drwxr-xr-x  2 guy guy 4.0K May 12 04:47 icon drwxr-xr-x  2 guy guy 4.0K May 12 04:47 imageformats drwxr-xr-x  2 guy guy  20K May 12 04:47 img drwxr-xr-x  2 guy guy 4.0K May 12 04:47 libs drwxr-xr-x  2 guy guy 4.0K May 12 04:47 mediaservice drwxr-xr-x  2 guy guy 4.0K May 12 04:47 platforms drwxr-xr-x  2 guy guy 4.0K May 12 04:47 polar drwxr-xr-x  2 guy guy 4.0K May 12 04:47 S63 drwxr-xr-x  2 guy guy 4.0K May 12 04:47 sqldrivers drwxr-xr-x  2 guy guy 4.0K May 12 04:47 tr -rw-r--r--  1 guy guy  30K May 12 04:47 attdecode.csv -rw-r--r--  1 guy guy  15K May 12 04:47 dataColors.dat -rw-r--r--  1 guy guy 3.7K May 12 04:47 export.xsd -rw-r--r--  1 guy guy  845 May 12 04:47 instructions_for_launcher_rpi.txt -rw-r--r--  1 guy guy 2.1K May 12 04:47 ITRF2000 -rw-r--r--  1 guy guy 3.6K May 12 04:47 ITRF2008 -rw-r--r--  1 guy guy 3.4K May 12 04:47 ITRF2014 -rw-r--r--  1 guy guy  20K May 12 04:47 nad27 -rw-r--r--  1 guy guy  17K May 12 04:47 nad83 -rw-r--r--  1 guy guy 6.3K May 12 04:47 nad.lst -rw-r--r--  1 guy guy 3.9K May 12 04:47 other.extra -rw-r--r--  1 guy guy 703K May 12 04:47 pcs.csv -rw-r--r--  1 guy guy 5.9M May 12 04:47 proj.db -rw-r--r--  1 guy guy  166 May 12 04:47 qtVlm.desktop -rwxr-xr-x  1 guy guy   84 May 12 04:47 QtVlm.sh -rw-r--r--  1 guy guy  13K May 12 04:47 s57attributes.csv -rw-r--r--  1 guy guy 830K May 12 04:47 s57.data -rw-r--r--  1 guy guy  42K May 12 04:47 s57expectedinput.csv -rw-r--r--  1 guy guy 5.8K May 12 04:47 s57Mariner.dat -rw-r--r--  1 guy guy  58K May 12 04:47 s57objectclasses.csv -rw-r--r--  1 guy guy 7.0K May 12 04:47 world

Thank you

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #1318 by oxygen77
Replied by oxygen77 on topic Trouble running on Raspberry Pi 4 64-bit
What error do you have?

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #1319 by GuyH
Replied by GuyH on topic Trouble running on Raspberry Pi 4 64-bit
If I run it from the launcher it does nothing
The launcher calls the QtVlm.sh script (copied below) If I run that in a terminal I get 
Code:
guy@navcom:~/qtVlm $ ./QtVlm.sh ./QtVlm.sh: line 7: ./qtVlm: No such file or directory

looking at the script that is understandable
It looks as the the executable is missing from the archive - the archive is very small 30MB & there is no qtVlm executable in the archive

Thank you
Code:
guy@navcom:~ $ cat qtVlm/QtVlm.sh #!/bin/bash HERE=$PWD cd /home/guy/qtVlm/ ./qtVlm -platform xcb cd $HERE exit 0

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #1321 by oxygen77
Replied by oxygen77 on topic Trouble running on Raspberry Pi 4 64-bit
We have a moderation system on your first messages.

I’ll have a look shortely on the content of the archive

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #1322 by oxygen77
Replied by oxygen77 on topic Trouble running on Raspberry Pi 4 64-bit
Ok, probably an issue during latest build, I'll regenerate one

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #1323 by GuyH
Replied by GuyH on topic Trouble running on Raspberry Pi 4 64-bit
I have not used QtVlm before so I was trying it for the first time.
Your reply made me try the previous release and that works fine so I can now have a good look at the program
Thank you

Please Log in or Create an account to join the conversation.

Time to create page: 0.159 seconds