Package Details: unreal-engine 5.5.0-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: 76
Popularity: 0.42
First Submitted: 2016-05-01 18:37 (UTC)
Last Updated: 2024-11-16 03:10 (UTC)

Dependencies (29)

Required by (1)

Sources (6)

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 .. 38 39 40 41 42 43 44 45 46 47 48 .. 82 Next › Last »

alexfreyre commented on 2020-06-15 21:36 (UTC) (edited on 2020-06-15 21:47 (UTC) by alexfreyre)

I have downloaded the .zip source code from github manually and then I executed the Setup.sh for download the dependencies in Ubuntu.

Is there any problem running the Setup.sh in Ubuntu?

because I'm trying to compile in Arch and I have had compilation problems, when I execute makepkg within Arch all goes well until the log shows an error because UnrealBuildTool is looking for clang 9.0.1 inside UE4 folders (which exists) and not in my system.

I have installed clang 10 and 9.0.1 from AUR and still the same error. It seems that UnrealBuildTool don't see the compiler and clang is in my system and inside UE4 folders...

I don't know what to do, please help...

JcNils commented on 2020-06-12 16:31 (UTC)

I can launch it from the terminal properly. On the wiki it says I can run it from the menu, but there is no entry there (I am on manjaro-gnome). It is not a big problem because I can use from terminal easily. I just curious because I might have done something wrong.

I found some .desktop files on '/share/application'. As in 'com.epicgames.UnrealEngine.desktop', 'com.unrealengine.UE4Editor.desktop' and 'com.epicgames.UnrealVersionSelector.desktop'but they are pointing to my var rather than my opt.

Updating it to opt filepath and making them able to run didn't work either.

Looking for a solution I found that could be some bug with gnome https://forum.manjaro.org/t/solved-cannot-launch-desktop-files/92331/14 https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/378783

But so far, it only happened when I install this package from AUR. So I wonder what I should do to fix it.

JcNils commented on 2020-06-11 21:32 (UTC)

I had no space to build it, but moving my /var to another mounting point helped to build it

https://www.suse.com/support/kb/doc/?id=000018399

joilnen commented on 2020-06-09 06:22 (UTC)

Creating makefile for UnrealHeaderTool (no existing makefile) Waiting for 'git status' command to complete Terminating git child process due to timeout ------- Build details -------- Using toolchain located at '/home/joilnen/unreal-engine/src/unreal-engine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v16_clang-9.0.1-centos7/x86_64-unknown-linux-gnu'. Using clang (/home/joilnen/unreal-engine/src/unreal-engine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v16_clang-9.0.1-centos7/x86_64-unknown-linux-gnu/bin/clang++) version '9.0.1' (string), 9 (major), 0 (minor), 1 (patch) Using bundled libc++ standard C++ library. Using lld linker Using llvm-ar : /home/joilnen/unreal-engine/src/unreal-engine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v16_clang-9.0.1-centos7/x86_64-unknown-linux-gnu/bin/llvm-ar Using fast way to relink circularly dependent libraries (no FixDeps). ------------------------------ ERROR: Cannot use an old toolchain (missing ToolchainVersion.txt file, assuming version earlier than v11) make: *** [Makefile:302: CrashReportClient-Linux-Shipping] Error 6 ==> ERROR: A failure occurred in build(). Aborting...

blenux commented on 2020-06-05 08:11 (UTC)

Never mind I just fixed it lol,

if anyone else has the same issue make sure to do the testing ssh connection to add the ip and rsa key etc

https://help.github.com/en/github/authenticating-to-github/testing-your-ssh-connection

blenux commented on 2020-06-05 08:03 (UTC)

(just reworded my last post)

I have setup SSH on my Github account and still doesn't detect it.

Shatur commented on 2020-06-05 07:54 (UTC)

@blenux, read the wiki about setup. I think that the problem in ssh configureation.

blenux commented on 2020-06-05 07:38 (UTC) (edited on 2020-06-05 08:02 (UTC) by blenux)

Hey I'm On Manjaro KDE, when doing it manually in a terminal it ask for my username and password and works but through the package manager it doesn't detect it and comes back has failed because of it.

Shatur commented on 2020-05-31 12:49 (UTC) (edited on 2020-05-31 12:52 (UTC) by Shatur)

@Night, try Godot, it is very fast, easy to use and requires only 65 Mb of space.

Night commented on 2020-05-31 12:47 (UTC)

@Shatur, Daaaaaaamn! That really sucks! Was expecting it to be similar to my last build last year that was only ~50! :( Super sad I can't fit/use it anymore.