Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run updated version of FSDS #289

Open
loremacchia opened this issue Mar 17, 2022 · 8 comments
Open

Can't run updated version of FSDS #289

loremacchia opened this issue Mar 17, 2022 · 8 comments

Comments

@loremacchia
Copy link

Hi, we're using an old version of FSDS on Uneral 4.25.4 and it works great. I tried to git clone the latest version but Unreal asks me to rebuild blocks and AirSim because they were built with a different engine version. If I click "no" it just quits saying the modules are missing or incompatible, and if I click "yes" it says they have to be built manually. I did everything the docs say(run setup and build for AirSim etc.) but the problem persists.

@wouter-heerwegh
Copy link
Member

Hi @loremacchia,

Did you run the setup/build scripts for Airsim? If I don't do this, I get the same problem.
This is also mentioned in the documentation here in 2.

Also, are you trying to do this on linux or windows?

@loremacchia
Copy link
Author

Yes, I did run setup.sh and build.sh, as you can see from this picture: Error
But the error persists. I'm trying to run the simulator on Ubuntu 20.04 LTS and the old version was, and still is, working fine.
I downloaded the version I'm trying to use from the master branch yesterday, so it should be the latest one. The old one is from February 2021 if that's of any help.

@wouter-heerwegh
Copy link
Member

Hmmm, never had this error before. Do you get any errors in your terminal that is launching Unreal Engine?

@loremacchia
Copy link
Author

No, it seems to be the normal startup sequence that I get when launching the old version.

@wouter-heerwegh
Copy link
Member

wouter-heerwegh commented Apr 1, 2022

I'm currently not able to reproduce your issue, it always seems to launch correctly for me. Maybe it would be nice to have some call, so we can have a closer look together?

@mateusz-lichota
Copy link
Contributor

For the future, what may help is actually building those modules manually. Below is the command for Linux, and I assume it's very similar for windows:
bash "<path to Unreal Engine>/Engine/Build/BatchFiles/Linux/RunMono.sh" <path to Unreal Engine>/Engine/Binaries/DotNET/UnrealBuildTool.exe Development Linux -Project="<path to repo>/UE4Project/FSOnline.uproject" -TargetType=Editor -Progress

I've encountered this issue when updating Unreal Engine from 4.25 to 4.27

@mateusz-lichota
Copy link
Contributor

@loremacchia do you remember if the error you got was Engine modules are out of date, and cannot be compiled while the engine is running. Please build through your IDE?

@federicochiesa
Copy link

@loremacchia do you remember if the error you got was Engine modules are out of date, and cannot be compiled while the engine is running. Please build through your IDE?

Yes, we got that message exactly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants