eco_bach2
(eco_bach2)
October 30, 2022, 7:57pm
1
After doing a custom compile of latest 5.1 preview editor source and trying to build my lighting I get the following warning
Warning: Failed to build lighting!!! Unreal Lightmass executable is outdated. Recompile UnrealLightmass project with Development configuration in Visual Studio.
Anyone know how to solve?
Yo
Same issue, did u find a fix?
Do this to fix it >
unreal-engine4
./UnrealEngine_Repo_dir/Engine/Build/BatchFiles/Linux/Build.sh UnrealLightmass Linux Development -verbose
use Win64 instead of Linux if u on windows.
4 Likes
MickL
(MickL)
November 20, 2022, 6:33pm
3
Happened for me too after building UE 5.1 for macOS as described in Github Readme. Fix:
Go to UnrealEngine/Engine/Build/BatchFiles/Mac
Exec: ./Build.sh UnrealLightmass Mac Development -verbose
7 Likes
bringfire
(bringfire)
December 3, 2022, 9:47pm
4
2 Likes
F4r9_1
(F4r9_1)
June 20, 2023, 8:52pm
6
Hey there,
If you are on Windows 64 bits, do the following to fix the issue:
Go to your UnrealEngine folder then Engine>Build>BatchFiles
then open cmd there and type the following command:
Build.bat UnrealLightmass Win64 Development -verbose
and wait then try again, it worked for me
5 Likes
khanh_ha
(khanh_ha)
May 18, 2024, 4:10am
11
nice, that works for me too
Ryunawa1
(Ryunawa)
July 11, 2024, 7:52am
12
It worked for me too, thanks a lot !