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

Cannot compile/build | Git clone cannot find 4.26 repository #7

Closed
jessekirbs opened this issue Sep 22, 2021 · 7 comments
Closed

Cannot compile/build | Git clone cannot find 4.26 repository #7

jessekirbs opened this issue Sep 22, 2021 · 7 comments

Comments

@jessekirbs
Copy link

jessekirbs commented Sep 22, 2021

I've followed the installation instructions to install 4.26 branch but I am experiencing build issues. When I download master or 4.26-Locked branch from Github, I select my Unreal version (4.26) and it successfully generates the project files. When I try to open the Unreal project, it asks if I'd like to rebuild and I select yes - it starts to compile/build and then says it failed and to try building from source.

When I try to clone the 4.26-Locked branch from command line, I get the following:

Cloning into '4.26-Locked'... fatal: repository 'https://github.com/mordentral/VRExpPluginExample/tree/4.26-Locked/' not found

I've made sure to install .NET dependencies for Visual Studio.

Any suggestions for how to get the 4.26 template working? Thank you!

@mordentral
Copy link
Owner

You have to compile it in visual studio from the project files it generates, launching into ue4 doesn’t compile plugin modules

@mordentral
Copy link
Owner

also you don't use the top address to clone, use the clone buttons address

https://github.com/mordentral/VRExpPluginExample.git

@zmifsx
Copy link

zmifsx commented Sep 30, 2021

Hello, visual studio 2019 compile failed with ue4 4.26 using cloned master branch
Do I need the 4-26_locked branch instead?

@mordentral
Copy link
Owner

yes, master branch is always latest current release of the engine (currently 4.27)

@zmifsx
Copy link

zmifsx commented Sep 30, 2021

Build successful, but now the editor stuck at initializing... 45%. What to do now?
Nevermind, that's because I copied the plugins wrong

@mordentral
Copy link
Owner

stuck at 45% is normal for the engine anyway, its when it generates the data cache, you just don't see it on BP only projects.

@jessekirbs
Copy link
Author

Thanks so much, @mordentral. Stupid mistakes on my part. Thanks for the assistance!

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

3 participants