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 on Unreal Engine 5.0.3 #43

Open
fpibbs opened this issue Sep 18, 2022 · 2 comments
Open

Cannot compile on Unreal Engine 5.0.3 #43

fpibbs opened this issue Sep 18, 2022 · 2 comments

Comments

@fpibbs
Copy link

fpibbs commented Sep 18, 2022

Cannot compile on Unreal Engine 5.0.3 C++ project

` Running C:/DEV/UE_5.0/Engine/Binaries/DotNET/UnrealBuildTool/UnrealBuildTool.exe -projectfiles -project="C:/Users/DEV/Desktop/MyProject/MyProject.uproject" -game -rocket -progress -log="C:\Users\DEV\Desktop\MyProject/Saved/Logs/UnrealVersionSelector-2022.09.18-19.16.16.log"
Log file: C:\Users\DEV\Desktop\MyProject\Saved\Logs\UnrealVersionSelector-2022.09.18-19.16.16.log
Log file: C:\Users\DEV\AppData\Local\UnrealBuildTool\Log_GPF.txt

Some Platforms were skipped due to invalid SDK setup: IOS, Linux, LinuxArm64.
See the log file for detailed information

Discovering modules, targets and source code for project...
C:\Users\DEV\Desktop\MyProject\Plugins\FFMPEGMedia-master\FFMPEGMedia.uplugin: warning: Unknown platform Win32 while parsing allow list for module descriptor FFMPEGMedia
C:\Users\DEV\Desktop\MyProject\Plugins\FFMPEGMedia-master\FFMPEGMedia.uplugin: warning: Unknown platform Win32 while parsing allow list for module descriptor FFMPEGMediaFactory
C:\Users\DEV\Desktop\MyProject\Plugins\FFMPEGMedia-master\Source\FFMPEGMediaFactory\FFMPEGMediaFactory.Build.cs(48,49): error CS0117: 'UnrealTargetPlatform' does not contain a definition for 'Win32'
C:\Users\DEV\Desktop\MyProject\Plugins\FFMPEGMedia-master\Source\FFMPEGMedia\FFMPEGMedia.Build.cs(44,99): error CS0117: 'UnrealTargetPlatform' does not contain a definition for 'Win32'
C:\Users\DEV\Desktop\MyProject\Plugins\FFMPEGMedia-master\Source\FFMPEGMedia\FFMPEGMedia.Build.cs(111,42): error CS7036: There is no argument given that corresponds to the required formal parameter 'Value' of 'ModuleRules.ReceiptPropertyList.Add(string, string)'
ERROR: Expecting to find a type to be declared in a target rules named 'MyProjectTarget'. This type must derive from the 'TargetRules' type defined by Unreal Build Tool.
`

Has anyone tried?

@Anulo2
Copy link

Anulo2 commented Sep 26, 2022

Same, can't compile :/

@kzerot
Copy link

kzerot commented Oct 17, 2022

Seems UE5 hasn't win32 target, so just remove it from Build.cs file.

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