phrack / ShootOFF

A virtual shooting range to enhance laser dry fire training.
http://shootoffapp.com
GNU General Public License v3.0
133 stars 71 forks source link

Compile errors from org.ajoberstar.grgit 1.3.2 #722

Open ColPaulR opened 3 years ago

ColPaulR commented 3 years ago

I installed a clean version of Ubuntu 16.04 on a 2015 MacBook Pro 13". The released version of ShootOFF works great. However, when I try to compile I get errors relating to org.ajoberstar.grgrit. In build.gradle, if I replace:

maven { url "http://repo.jenkins-ci.org/releases/" }

with

maven { url "http://repo.jenkins-ci.org/releases/" }

I can get gradle to successfully compile, but the camera doesn't work for long. I start the built java code and the camera freezes after a few seconds. I can't get it to keep capturing frames long enough to calibrate the projector. I'm using a Microsoft LifeCam HD-5001, which works great with the released executables. Did I mess up the build.gradle or is the problem elsewhere? Please help!