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

File issues when running "Generate Visual Studio Project Files" #11

Open
KeijiBranshi opened this issue Nov 24, 2020 · 0 comments
Open
Labels
bug build issues related to building the project

Comments

@KeijiBranshi
Copy link
Collaborator

Hitting this

Running C:/Program Files/Epic Games/UE_4.16/Engine/Binaries/DotNET/UnrealBuildTool.exe  -projectfiles -project="D:/Brandon/develop/GEARS/UnrealGEARS/LammpsEditor/LammpsVR.uproject" -game -rocket -progress -log="D:\Brandon\develop\GEARS\UnrealGEARS\LammpsEditor/Saved/Logs/UnrealVersionSelector-2020.11.23-18.55.57.log"
UnrealBuildTool Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path 'd:\brandon\develop\gears\unrealgears\lammpseditor\saved\logs\unrealversionselector-2020.11.23-18.55.57.log'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at UnrealBuildTool.UnrealBuildTool.GuardedMain(String[] Arguments)
   at UnrealBuildTool.UnrealBuildTool.Main(String[] Arguments)

Temporary Fix:
Adding a Saved\Logs folder to UnrealGEARS\LammpsEditor fixed this for me. Will make a Pull Request later.

@KeijiBranshi KeijiBranshi added bug build issues related to building the project labels Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug build issues related to building the project
Projects
None yet
Development

No branches or pull requests

1 participant