Porchiges2
(Porchiges2)
January 13, 2025, 2:16am
1
I can’t seem to launch Unreal on ubuntu 24.04.1 LTS
Trying to run Unreal engine per the instructions
I extracted the zip file to ~/Documents/Linux_Unreald_Engine_5.5.1
I entered the directory ~/Documents/Linux_Unreal_Engine_5.5.1/Engine/Binaries/Linux and run ./UnrealEditor and get the following error
./UnrealEditor: error while loading shared libraries: libUnrealEditor-AddContentDialog.so: cannot open shared object file: No such file or directory
Using “find”, I can’t locate any file with that name name from the Linux_Unreal_Engine_5.5.1 directory and down.
Any advice or tips welcome.
Hello there @Porchiges2 ! Let’s see what we can do here:
Your issue has been encountered in other community threads, the most succesful solution was to upgrade your video drivers to their latest version, as old drivers were clashing with UE. You can check further details here:
Hi folks:
I’ve downloaded the UE5 binaries for my new install of Ubuntu 22.04.1 and followed the instructions to run them here: Installing Unreal Engine | Unreal Engine 5.0 Documentation
ad got the following error:
…/Linux_Unreal_Engine_5.0.3$ Engine/Binaries/Linux/UnrealEditor
Engine/Binaries/Linux/UnrealEditor: error while loading shared libraries: libfbxsdk.so: cannot open shared object file: No such file or directory
What should I try from this point?
Thanks, Michael
Hi folks:
I’ve downloaded the UE5 binaries for my new install of Ubuntu 22.04.1 and followed the instructions to run them here: Installing Unreal Engine | Unreal Engine 5.0 Documentation
and got the following error:
…/Linux_Unreal_Engine_5.0.3$ Engine/Binaries/Linux/UnrealEditor
Engine/Binaries/Linux/UnrealEditor: error while loading shared libraries: libfbxsdk.so: cannot open shared object file: No such file or directory
What should I try from this point?
Thanks, Michael
Porchiges2
(Porchiges2)
January 13, 2025, 4:41pm
3
I’ve tried installing AMDs drivers, however still getting the same error message
./UnrealEditor: error while loading shared libraries: libUnrealEditor-AddContentDialog.so: cannot open shared object file: No such file or directory
I’m not sure if I’ve installed the drivers correctly. Checking I see this:
sudo lshw -c video
*-display
description: VGA compatible controller
product: Phoenix1
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:c1:00.0
logical name: /dev/fb0
version: c1
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix vga_controller bus_master cap_list fb
configuration: depth=32 driver=amdgpu latency=0 resolution=3840,1600
resources: iomemory:880-87f irq:66 memory:8800000000-880fffffff memory:90000000-901fffff ioport:1000(size=256) memory:90500000-9057ffff
Any additional advice or direction is appreciated
Porchiges2
(Porchiges2)
February 26, 2025, 5:32pm
4
I’ve circled back to this, seems like no one else was interested in the topic, but incase someone in the future find this;
My original installation of Ubuntu 24.04 was using ZFS. I’ve recently re-installed Ubuntu 24.04.01 with the default file system.
I then installed the latest version of Unreal Engine for linux and it seems to be working now.
I’m not sure if it was ZFS or the previous version of Unreal causing the issue, but everything is working now.