panaaj / nmeasimulator

NMEA Sentence Generator
129 stars 13 forks source link

Installation not working on RasPi Mod2 B #40

Closed Surfer2010 closed 2 years ago

Surfer2010 commented 2 years ago

System: RaspberryPi 2B model name : ARMv7 Processor rev 5 (v7l)

Got the Image by

wget https://github.com/panaaj/nmeasimulator/releases/download/v1.3.2/NMEASimulator-1.3.2-armv7l.AppImage

sudo chmod +x NMEASimulator-1.3.2-armv7l.AppImage
./NMEASimulator-1.3.2-armv7l.AppImage
    Segmentation fault

sudo ./NMEASimulator-1.3.2-armv7l.AppImage
    [1351:0531/171527.871683:FATAL:electron_main_delegate.cc(211)] Running as root without --no-sandbox is not 
    supported. See https://crbug.com/638180.
    Trace/breakpoint trap

sudo ./NMEASimulator-1.3.2-armv7l.AppImage --no-sandbox
    Segmentation fault

What is the problem?

panaaj commented 2 years ago

You don't ususally need sudo to run the Appimage. Does the issue occur when not using sudo?

If you have to use sudo try adding --no-sandbox to the command line.