Package Details: unreal-engine 5.4.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: 73
Popularity: 0.077389
First Submitted: 2016-05-01 18:37 (UTC)
Last Updated: 2024-04-24 02:23 (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 .. 51 52 53 54 55 56 57 58 59 60 61 .. 79 Next › Last »

mnivoliez commented on 2018-05-22 20:04 (UTC)

@zerophase: removing SensibleEditorSourceCodeAccess didn't solve the issue. I still got the same error.

zerophase commented on 2018-05-22 03:59 (UTC) (edited on 2018-05-22 04:00 (UTC) by zerophase)

@mnivoliez looks like SensibleEditorSourceCodeAccess is the issue. It's built for a different version of the editor. Either remove it, update it, or fix the warnings involving it. Willing to bet if you remove it the project will compile. This isn't an issue with the package.

mnivoliez commented on 2018-05-21 20:56 (UTC) (edited on 2018-05-21 21:05 (UTC) by mnivoliez)

@zerophase It still do not work. I think the problem come from the project build delete the library. Here is the log with some additional commands.

https://paste.pound-python.org/show/Z524blMVxwcC0ZJUz3w4/

zerophase commented on 2018-05-21 17:13 (UTC)

@Mnivollez you need to add every file in the unreal directory to the unreal group.

This will do it: chgrp unreal -Rf /opt/unreal-engine; chmod 775 -Rf /opt/unreal-engine/

mnivoliez commented on 2018-05-21 08:10 (UTC) (edited on 2018-05-21 10:56 (UTC) by mnivoliez)

Ok, so I can see the file:

locate libUE4Editor-UnrealEd.so: /opt/unreal-engine/Engine/Binaries/Linux/libUE4Editor-UnrealEd.so /opt/unreal-engine/Engine/Intermediate/Build/Linux/B4D820EA/UE4Editor/Development/Relink-libUE4Editor-UnrealEd.so.sh /opt/unreal-engine/Engine/Intermediate/Build/Linux/B4D820EA/UE4Editor/Development/libUE4Editor-UnrealEd.so.response

I got permission to read, write and execute him.

But, for unknown reason, when doing make into the project directory:

ERROR: UBT ERROR: Failed to produce item: /opt/unreal-engine/Engine/Binaries/Linux/libUE4Editor-UnrealEd.so

And then, sudo updatedb && locate libUE4Editor-UnrealEd.so:

/opt/unreal-engine/Engine/Intermediate/Build/Linux/B4D820EA/UE4Editor/Development/Relink-libUE4Editor-UnrealEd.so.sh

/opt/unreal-engine/Engine/Intermediate/Build/Linux/B4D820EA/UE4Editor/Development/libUE4Editor-UnrealEd.so.response

The library seems to have disappear.

About the idea of creating a group, I know how to add a group and add myself to it, but create a group for unreal... not so much. Any hint would be appreciated.

zerophase commented on 2018-05-15 16:09 (UTC)

@mnivoliez I'll need more information to help you.

When are you getting:

/opt/unreal-engine/Engine/Binaries/Linux/UE4Editor: error while loading shared libraries: libUE4Editor-UnrealEd.so: cannot open shared object file: No such file or directory

When compiling a new project?

You could try creating a group for your unreal install, and adding yourself as a group member. If it's an issue with compiling a project that should fix it.

mnivoliez commented on 2018-05-14 19:21 (UTC)

I am confirming that the error still persist even after update. I will try to follow the official procedure describe on their guide.

zerophase commented on 2018-05-10 23:39 (UTC)

Added an install script. I think it should be working correctly.

zerophase commented on 2018-05-09 04:31 (UTC)

@pspkzar How would you suggest I do that? I could just rerun the GenerateProjectFiles.sh, but I believe that requires a full recompile anyways.