- Messages : 4
 - Remerciements reçus 0
 
Trouble running on Raspberry Pi 4 64-bit
- GuyH
 - Auteur du sujet
 - Hors Ligne
 - Nouveau membre
 - 
            
         
        Moins
        Plus d'informations
        
            
    
        
            
        
                il y a 3 ans 5 mois                #1317
        par GuyH
    
    
            
            
            
            
            
                                
    
                                                
    
        Trouble running on Raspberry Pi 4 64-bit a été créé par 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
Thank you
    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
Connexion ou Créer un compte pour participer à la conversation.
- oxygen77
 - Hors Ligne
 - Administrateur
 - 
            
         
        Moins
        Plus d'informations
        
            
    
        - Messages : 302
 - Remerciements reçus 2
 
            
        
                il y a 3 ans 5 mois                #1318
        par oxygen77
    
    
            
            
            
            
            
                                
    
                                                
    
        Réponse de oxygen77 sur le sujet Trouble running on Raspberry Pi 4 64-bit            
    
        What error do you have?    
    Connexion ou Créer un compte pour participer à la conversation.
- GuyH
 - Auteur du sujet
 - Hors Ligne
 - Nouveau membre
 - 
            
         
        Moins
        Plus d'informations
        
            
    
        - Messages : 4
 - Remerciements reçus 0
 
            
        
                il y a 3 ans 5 mois                #1319
        par GuyH
    
    
            
            
            
            
            
                                
    
                                                
    
        Réponse de GuyH sur le sujet 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
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
    
    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
Connexion ou Créer un compte pour participer à la conversation.
- oxygen77
 - Hors Ligne
 - Administrateur
 - 
            
         
        Moins
        Plus d'informations
        
            
    
        - Messages : 302
 - Remerciements reçus 2
 
            
        
                il y a 3 ans 5 mois                #1321
        par oxygen77
    
    
            
            
            
            
            
                                
    
                                                
    
        Réponse de oxygen77 sur le sujet 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
    I’ll have a look shortely on the content of the archive
Connexion ou Créer un compte pour participer à la conversation.
- oxygen77
 - Hors Ligne
 - Administrateur
 - 
            
         
        Moins
        Plus d'informations
        
            
    
        - Messages : 302
 - Remerciements reçus 2
 
            
        
                il y a 3 ans 5 mois                #1322
        par oxygen77
    
    
            
            
            
            
            
                                
    
                                                
    
        Réponse de oxygen77 sur le sujet Trouble running on Raspberry Pi 4 64-bit            
    
        Ok, probably an issue during latest build, I'll regenerate one    
    Connexion ou Créer un compte pour participer à la conversation.
- GuyH
 - Auteur du sujet
 - Hors Ligne
 - Nouveau membre
 - 
            
         
        Moins
        Plus d'informations
        
            
    
        - Messages : 4
 - Remerciements reçus 0
 
            
        
                il y a 3 ans 5 mois                #1323
        par GuyH
    
    
            
            
            
            
            
                                
    
                                                
    
        Réponse de GuyH sur le sujet 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
    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
Connexion ou Créer un compte pour participer à la conversation.
        Temps de génération de la page : 0.128 secondes    
    
            
                                                            
                                                            
