Closed Surfer2010 closed 2 years ago
System: RaspberryPi 2B model name : ARMv7 Processor rev 5 (v7l)
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?
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.
--no-sandbox
System: RaspberryPi 2B
model name : ARMv7 Processor rev 5 (v7l)
Got the Image by
What is the problem?