libUnrealEditor-AddContentDialog.so error while loading shared libraries: libUnrealEditor-AddContentDialog.so: cannot open shared object file: No such file or directory

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:

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 :pray: