peregin / gps-overlay-on-video

Telemetry (GPS) data overlay on videos
MIT License
284 stars 36 forks source link

Failing to launch using Linux Mint. #172

Open a113speederbot opened 10 months ago

a113speederbot commented 10 months ago

Edit: I think I have fixed it, I hadn't downloaded and run java. I'll close this after testing - thanks!

Hi there,

Thank you for this project which I am very excited to use. I have installed as per the 4 min video, but I get the following when trying to sbt run:

nick@nick-OptiPlex-9030-AIO:~/Downloads/gps-overlay-on-video-master$ sudo -i [sudo] password for nick: root@nick-OptiPlex-9030-AIO:~# sbt run [info] [launcher] getting org.scala-sbt sbt 1.9.8 (this may take some time)... [info] Updated file /root/project/build.properties: set sbt.version to 1.9.8 [info] welcome to sbt 1.9.8 (Ubuntu Java 11.0.21) [info] loading project definition from /root/project [info] set current project to root (in build file:/root/) [error] java.lang.RuntimeException: No main class detected. [error] at scala.sys.package$.error(package.scala:30) [error] stack trace is suppressed; run last Compile / bgRun for the full output [error] (Compile / bgRun) No main class detected. [error] Total time: 0 s, completed 4 Jan 2024, 10:23:06 root@nick-OptiPlex-9030-AIO:~# last Compile / bgRun

Any help here would be much appreciated - I'm quite new to Linux.

Thanks, Nick.

peregin commented 10 months ago

hi @a113speederbot ,

thanks for the feedback, unfortunately with the latest jdk versions sbt run is not working anymore. can you please try running it by executing the run.sh script? i will update the README file as well.

Best regards and a happy New Year, Levente