sudo chmod -R a+rwX /opt/unreal-engine/Engine
🤔
Search Criteria
Package Details: unreal-engine-bin 5.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/unreal-engine-bin.git (read-only, click to copy) |
---|---|
Package Base: | unreal-engine-bin |
Description: | The world's most open and advanced real-time 3D creation tool |
Upstream URL: | https://www.unrealengine.com/ |
Keywords: | 3d game-engine unreal |
Licenses: | custom |
Conflicts: | unreal-engine, unreal-engine-4, unreal-engine-git |
Provides: | unreal-engine |
Submitter: | ttc0419 |
Maintainer: | ttc0419 |
Last Packager: | ttc0419 |
Votes: | 31 |
Popularity: | 0.74 |
First Submitted: | 2022-07-23 17:30 (UTC) |
Last Updated: | 2024-11-15 14:58 (UTC) |
Dependencies (11)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- glu (glu-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- lttng-ust2.12
- nss (nss-hgAUR)
- pango (pango-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- android-ndkAUR (android-ndk-10eAUR, android-ndk-14bAUR, android-ndk-11cAUR, android-ndk-16bAUR, android-ndk-r18bAUR, android-ndk-19AUR, android-ndk-20bAUR, android-ndk-r17cAUR, android-ndk-16b-optAUR, android-ndk-25AUR, android-ndk-betaAUR, android-ndk-26AUR) (optional) – Android build support
- clionAUR (optional) – CLion IDE support
- code (visual-studio-code-binAUR, visual-studio-code-cli-binAUR, vscodius-binAUR) (optional) – Visual Studio Code IDE support
Required by (1)
- colosseum (requires unreal-engine)
Sources (9)
ruestique commented on 2023-10-24 09:39 (UTC)
ruestique commented on 2023-10-24 08:12 (UTC)
lot's of logs yelling that they haven't access - is it ok?
[2023.10.24-08.01.54:861][ 0]LogUnixPlatformFile: Warning: open('/opt/unreal-engine/Engine/Content/WritePermissions.1FF2E12A788043DA8063FD0B5CE77BC6.temp', Flags=0x00080041) failed: errno=13 (Permission denied)
[2023.10.24-08.01.54:861][ 0]LogUnixPlatformFile: Warning: open('/opt/unreal-engine/Engine/Content/WritePermissions.1FF2E12A788043DA8063FD0B5CE77BC6.temp', Flags=0x00080041) failed: errno=13 (Permission denied)
and i also having issue with scaling -_-
ttc0419 commented on 2023-09-30 06:44 (UTC)
@ufo_driver
liblttng-ust.so.0 is required by Engine/Binaries/ThirdParty/DotNet/6.0.302/linux/shared/Microsoft.NETCore.App/6.0.7/libcoreclrtraceptprovider.so
libicuuc.so.53 is required by Engine/Binaries/ThirdParty/ICU/icu4c-53_1/Unix/x86_64-unknown-linux-gnu/libicui18n.so
libncursesw.so.5 is required by Engine/Binaries/ThirdParty/Python3/Linux/lib/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so
You can confirm it by extracting dynamic section of the ELF files. It does not matter what dependencies the unreal-engine use, it's about what dependencies the develop team use when they compiling the binaries. Please post on their forum if you think the dependencies are too old.
ufo_driver commented on 2023-09-21 11:46 (UTC) (edited on 2023-09-21 11:48 (UTC) by ufo_driver)
Just a question - do we still need libicu53
, lttng-ust2.1
and ncurses5-compat-libs
for 5.3? I look at the unreal-engine package and it does not have ncurses, lttng dependencies and requires icu63
instead.
ttc0419 commented on 2023-07-13 03:24 (UTC)
@electwix Do NOT flag out of date if you encountered errors while installing, please refer to the pinned comment about how to install the package. AUR helpers will not work as you need to go to the download website and login using your epic account before downloading the binary package.
ryanbarillos commented on 2023-07-06 07:24 (UTC)
Good to see this package as a great alternative to compiling unreal-engine manually. Keep up the good work!
stealthninja commented on 2023-06-28 17:10 (UTC) (edited on 2023-06-28 17:11 (UTC) by stealthninja)
@DavidNorena
unreal engine 5.2.1 sha256 hash: 7a88400db08f62cd59a0fe14a9ea48e30c7e0d576fa851444977fdcfed987a07
just change package version to 5.2.1 in PKGBUILD file and replace the first sum with the one above
or spend time calculating it yourself with
sha256sum name_of_file>
or shasum -a 256 <name_of_file>
DavidNorena commented on 2023-05-13 00:20 (UTC)
Plans to update this package to work with the latest version 5.2 released yesterday ?
PotatoChronicler commented on 2023-04-09 16:40 (UTC)
Is lttng-ust2.12 really the necessary version? Can we use never versions of this library?
Pinned Comments
ttc0419 commented on 2022-07-23 17:34 (UTC) (edited on 2024-05-05 07:21 (UTC) by ttc0419)
To build this package, you need to:
PKGBUILD
and install the package using commandmakepkg -si
Note: Do NOT disable IPv6 as the zen server needs it to start. Please vote for the package if you think it's helpful ;-)