You are not logged in.

#26 2023-06-02 10:15:38

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Unreal-editor 5 not running

$ ls -lah /usr/bin/unreal-engine-5                                                       
/usr/bin/unreal-engine-5 -> /home/tom/Downloads/trizen-tom/unreal-engine/pkg/unreal-engine/usr/bin/unreal-engine-5.sh

fPackages are not supposed to do anything with user folders, something went very wrong with the build . trying to fix things by hand is probably a bad idea.

remove the current unreal-engine package , create a new folder under your home and do a fresh build there of latest version (5.2.0-2 atm) .

/tmp on archlinux is by default stored in memory using a tmpfs and limited to half your physical ram .
The simplest way to ensure  a build doesn't use /tmp (but other things can still use it) is to prepend the build command with TMPDIR=/path/to/some/userfolder-with-full-access-and-lots-of-space .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#27 2023-06-02 12:34:27

anthillsocial
Member
Registered: 2013-02-18
Posts: 129

Re: Unreal-editor 5 not running

Thank's @Lone_Wolf for the epic support so far - I'll give that a try smile

Offline

Board footer

Powered by FluxBB