Package Details: unreal-engine 5.4.1-0

Git Clone URL: https://aur.archlinux.org/unreal-engine.git (read-only, click to copy)
Package Base: unreal-engine
Description: A 3D game engine by Epic Games which can be used non-commercially for free.
Upstream URL: https://www.unrealengine.com/
Keywords: 3D engine game ue5 Unreal
Licenses: GPL3, custom:UnrealEngine
Submitter: acerix
Maintainer: Shatur (Neko-san)
Last Packager: Neko-san
Votes: 73
Popularity: 0.071290
First Submitted: 2016-05-01 18:37 (UTC)
Last Updated: 2024-05-05 08:52 (UTC)

Required by (1)

Sources (5)

Pinned Comments

Neko-san commented on 2022-11-01 02:32 (UTC) (edited on 2023-06-25 01:19 (UTC) by Neko-san)

@juancarlospaco this is easily done on your own system, not in a PKGBUILD, given that building packages runs as root:

sudo groupadd unrealengine-users
sudo usermod -aG unrealengine-users (your-username)
sudo chown -R root:unrealengine-users /opt/unreal-engine
sudo chmod -R 775 /opt/unreal-engine

Permission issues like this are already mentioned on the UE Arch wiki page: https://wiki.archlinux.org/title/Unreal_Engine_4#Installing_from_the_AUR

This is a user system problem; I already did what I could without needing users to do the above by giving the 777 permissions. If it still gives you trouble, you'll have to use the example to solve it or change the install location to somewhere you have user permissions by default (as I cannot do this for you).

zerophase commented on 2021-05-27 08:15 (UTC) (edited on 2021-05-30 08:41 (UTC) by zerophase)

Will update to 5.0 when it is released.

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 79 Next › Last »

Neko-san commented on 2023-05-20 21:19 (UTC) (edited on 2023-05-20 21:21 (UTC) by Neko-san)

@anthillsocial What hardware do you have? Tell me your CPU and GPU; it might be either that your hardware doesn't support Vulkan or you might not have vulkan-icd-loader and/or a Vulkan driver installed (which reminds me, I should have added that to the PKGBUILD depends; I forgot that UE uses Vulkan for its editor)

anthillsocial commented on 2023-05-20 18:47 (UTC)

Everything has compiled and installed ok, though when starting the unreal editor I get a crash:

Fatal error: [File:./Runtime/VulkanRHI/Private/VulkanUtil.cpp] [Line: 1017]  VulkanRHI::vkCreateQueryPool(Device->GetInstanceHandle(), &PoolCreateInfo, VULKAN_CPU_ALLOCA

anthillsocial commented on 2023-05-20 07:32 (UTC) (edited on 2023-05-20 07:57 (UTC) by anthillsocial)

FIXED: Thanks @Neko-san Installing dotnet-runtime & dotnet-sdk got the install past the MSBUILD error.

Neko-san commented on 2023-05-19 21:24 (UTC)

@anthillsocial If you don't have dotnet installed, let me know; it might be that a dependency is missing and Unreal just isn't telling us. Normally, I'd run namcap on a completed archive to find out but namcap doesn't handle large packages like Unreal too well (throws errors)

If you do have dotnet installed, try setting "arch_auto" in the PKGBUILD to false; I didn't have an issue with it, but I'd like to know if this is a possible cause for your problem

anthillsocial commented on 2023-05-19 20:17 (UTC) (edited on 2023-05-20 07:58 (UTC) by anthillsocial)

I'm getting the "Running AutomationTool..." and "Setting up bundled DotNet SDK" build message errors:

MSBUILD : error MSB4166: Child node "2" exited prematurely. Shutting down.

RunUAT ERROR: AutomationTool failed to compile.
==> ERROR: A failure occurred in build().
Aborting...
:: Unable to build unreal-engine - makepkg exited with code: 4

Any tips?

sticklebrix commented on 2023-05-12 02:03 (UTC)

@greenhandzdl I tried running makepkg in the build directory, and it looks like the PKGBUILD uses 5.2-release rather than 5.2 as the branch to retrieve from. Modifying the PKGBUILD locally to use 5.2 should work.

greenhandzdl commented on 2023-04-30 10:02 (UTC)

Took 7596.348587500001s to run dotnet, ExitCode=6
UnrealBuildTool failed. See log for more details. (/home/greenhandzdl/Library/Logs/Unreal Engine/LocalBuildLogs/UBT-UnrealEditor-Linux-DebugGame.txt)
AutomationTool executed for 2h 9m 38s
AutomationTool exiting with ExitCode=6 (6)
RunUAT ERROR: AutomationTool was unable to run successfully. Exited with code: 6
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: unreal-engine-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
unreal-engine - exit status 4

jakedevs commented on 2023-02-20 11:16 (UTC) (edited on 2023-02-20 11:35 (UTC) by jakedevs)

Running /opt/unreal-engine/Engine/Build/BatchFiles/Linux/Build.sh -projectfiles -project="/home/alberto/Repositories/UnrealEngine/Learning/Learning.uproject" -game -engine -progress Setting up bundled DotNet SDK chmod: changing permissions of '/opt/unreal-engine/Engine/Build/BatchFiles/Linux/../../../Binaries/ThirdParty/DotNet/6.0.302/linux/dotnet': Operation not permitted"

This error still happens with the pinned commands.

Edit: Fixed by moving unreal to nonroot directory.

Neko-san commented on 2023-02-13 01:52 (UTC)

Fixed; I had forgot to update the checksum for the script for some reason

Decator commented on 2023-02-12 19:50 (UTC)

The file unreal-engine-5.sh fails its validation check. The package can no longer be built.

Validating source files with sha256sums...
    unreal-engine-5.sh ... FAILED