FS-Driverless / Formula-Student-Driverless-Simulator

A virtual world where Autonomous Systems from different Formula Student teams can compete in time-trial challenges
https://fs-driverless.github.io/Formula-Student-Driverless-Simulator
GNU General Public License v2.0
196 stars 83 forks source link

Can't open UE4 project #158

Closed Dokans closed 4 years ago

Dokans commented 4 years ago

When trying to open UE4 project, I got system critical error and couldn't open it. UE4 genereated these 2 log files. Everything was tried on release-4. Prior to opening UE4 project I did everything acording to Setup your development environment and How to develop the FSDS project. All of this was done on fresh install of Windows 10.

FSOnline_excerpt.log CrashReportClient_2.log

SijmenHuizenga commented 4 years ago

Can you check the content of Users/eForce Driverless/Formula-Student-Driverless-Simulator/UE4Project/Plugins/AirSim/Content/AirsimSpectatorPawn.uasset? I expect that the repository has been cloned without LFS enabled and thus the file contains some git reference key instead of the expected binary content.

SijmenHuizenga commented 4 years ago

Closing this because no response, if you still can't open it, I welcome you to respond and we can re-open :)

llueder commented 4 years ago

FYI and future reference for any other guys who come late to the party I encountered the same error and had indeed missed git lfs. apt install git-lfs does not suffice, one must run git lfs install, or do a manual git lfs pull in the repo.