uglyDwarf / linuxtrack

Headtracking for Linux/Mac
MIT License
158 stars 29 forks source link

issues with dependancies not existing #208

Open ChaosRifle opened 2 months ago

ChaosRifle commented 2 months ago

Tried both v0.99.18 and v0.99.19 from https://github.com/uglyDwarf/linuxtrack/issues/139 and both are unable to install packages on fedora, as they dont appear to exist

while without them .18 can still launch and run, it fails to extract trackir. .19 just doesnt run at all, so from here forward, all information is for 0.99.18

for the dependencies: chaos@linux-desktop:/opt/linuxtrack-0.99.18/bin$ ldd | grep 'not found' | sort -u libcrypto.so.1.0.0 => not found libcwiid.so.1 => not found liblo.so.7 => not found chaos@linux-desktop:/opt/linuxtrack-0.99.18/lib/linuxtrack$ ldd .so | grep 'not found' | sort -u libcwiid.so.1 => not found libopencv_core.so.2.3 => not found libopencv_imgproc.so.2.3 => not found libopencv_objdetect.so.2.3 => not found

attached is the log file of the application when trying to load the trackir firmware (using the updated URL, it correctly downloads, just fails to extract) linuxtrack.log

Help in getting this working would be greatly appreciated, my suspicion right now is that the lack of dependencies is the culprit, but I lack anywhere to download them from as far as I am aware of.

fwfa123 commented 1 month ago

I am not sure if this will give you any help but I posted how I was able to get this running here https://github.com/uglyDwarf/linuxtrack/issues/206#issuecomment-2381328185