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.038719
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 .. 67 68 69 70 71 72 73 74 75 76 77 .. 79 Next › Last »

bioshacker001 commented on 2016-11-21 16:12 (UTC)

I'm having the same segfault issue. I'm rebuilding to see if it's fixed upstream, and if it isn't I'll post the segfault.

Drahull commented on 2016-11-19 11:59 (UTC)

Hi, I try to use unreal-engine so 3 days ago I installed it. It was running but if I tried to open a project it shutted down (96%). It was missing some right access and then (after I gave the access) it was missing some stk7* file. Anyway, I decided to re-do all the installation so I removed the local installation and re-run the install this night. Unfortunately, UE4 doesn't want to start anymore with a core dumped... Here the file with the basic ouputs : https://framadrop.org/r/oKjAHCUH94#u/PNfqAi2eaav/1yBkUeL0HmyE11OOyQpINmohuh9Xg= Sometimes, I get some backtrace error infos. The total I can get is this : https://framadrop.org/r/bRqG-gm_al#DK6QDJ2RxR1XYAblqppnhpCLidDU1OYxp8+4fvX+k2k= If the problem is from me, I apologize. If you want me to try some things, I'll be glad to help (when I'll be able to do it).

zerophase commented on 2016-11-18 00:07 (UTC)

patch added for fixing DotNET folder.

zerophase commented on 2016-11-17 17:30 (UTC)

@schroedi Ok, looks like I'll be hunting for where the typo is in Unreal, and patching it.

schroedi commented on 2016-11-17 09:44 (UTC)

@zerophase I had the same problem. It occurs when unreal tries to stat 'UnrealEngine/Engine/Binaries/DotNet/IOS/IPhonePackager.exe'. The DotNet folder is currently upper case 'DotNET'. A symbolic link from UnrealEngine/Engine/Binaries/DotNET/ to UnrealEngine/Engine/Binaries/DotNet fixed the problem for me.

zerophase commented on 2016-11-16 21:26 (UTC)

Anyone having issues with opening project settings?

acerix commented on 2016-11-16 20:03 (UTC)

@zerophase Thanks for updating!

zerophase commented on 2016-11-16 04:30 (UTC) (edited on 2016-11-16 07:18 (UTC) by zerophase)

@acerix It works fine for me. Just removed one of the patches, and updated the setup patch. We won't need the setup patch anymore by the time 4.15 comes out.