HARPLab / DReyeVR

VR driving 🚙 + eye tracking 👀 simulator based on CARLA for driving interaction research
https://arxiv.org/abs/2201.01931
MIT License
139 stars 37 forks source link

Make launch: LNK1104 errors after pulling upstream changes #151

Closed StijnOosterlinck closed 6 months ago

StijnOosterlinck commented 6 months ago

Hi,

I was working with a DReyeVR repo which was a few months behind the upstream DReyeVR repo from HARPLab, so I decided to pull the upstream changes so that I was working with the most recent version.

After pulling the changes, I followed the procedure as described in the 'upgrading DReyeVR section' in docs/install.md. make clean, make install, make check, make PythonAPI all ran succesfully, but make launch resulted in the errors shown in the following picture: image

I'm not sure why I'm getting these errors because all the files are there if I look for them in the file explorer, so it's weird that they can not be opened. Also, before pulling the upstream changes, everything was working fine...

Has someone experienced similar issues or is there someone who knows how to deal with these errors?

Thanks in advance!

setup: Windows, Carla 0.9.13, UE 4.26

StijnOosterlinck commented 6 months ago

Seems like a simple restart of the computer fixed the problem.. should have thought of that earlier xd