Search Criteria
Package Details: o3de-bin 2510.2_20260126-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/o3de-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | o3de-bin |
| Description: | Open 3D Engine - An open-source, real-time 3D development engine |
| Upstream URL: | https://o3de.org/ |
| Licenses: | MIT, Apache |
| Provides: | o3de |
| Submitter: | xaque |
| Maintainer: | xaque |
| Last Packager: | xaque |
| Votes: | 13 |
| Popularity: | 0.000742 |
| First Submitted: | 2022-01-17 04:16 (UTC) |
| Last Updated: | 2026-03-04 09:51 (UTC) |
Dependencies (21)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- cmake (cmake3AUR, cmake-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- glu (glu-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libx11 (libx11-gitAUR)
- libxau
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-nollvm-gitAUR, mesa-rdna2vrAUR, mesa-minimal-gitAUR, mesa-amber)
- openexr (openexr2AUR, openexr-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- icoutils (make)
- Show 1 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
LinuxNoobNJ commented on 2023-07-28 18:11 (UTC) (edited on 2023-07-28 18:11 (UTC) by LinuxNoobNJ)
My username says it all so please bear with me... Installation proceeds but when I run O3DE, I get "Failed to start Python". If I check the option to run "get_python.sh" or run that script manually in either case I get the error below.
I'm sure I'm just missing a prerequisite most take for granted, but any help is appreciated!
xaque commented on 2023-02-15 02:07 (UTC)
Thanks @broska, openssl recently(ish) updated to 3.0 but o3de seems to still depend on the older version. Updating PKGBUILD accordingly
<deleted-account> commented on 2023-02-14 12:11 (UTC)
I have a issue with libssl.so.1.1 :
I'm resolved this issue with install
openssl-1.1. But I seem to have seen this library inside O3DE folder ?Sorry for my english
xaque commented on 2022-12-28 18:05 (UTC)
Hi @wilaze131 @Snakemonster, I am not able to reproduce your issue. Could you perhaps open an issue here https://github.com/xaque/aur-o3de/issues and share more info such as distro and output of
ldd /opt/O3DE/22.10.0/bin/Linux/profile/Default/libAzQtComponents.so?wilaze131 commented on 2022-12-27 09:51 (UTC)
i have the same problem with @Snakemonster
Snakemonster commented on 2022-11-01 14:24 (UTC) (edited on 2022-11-01 14:27 (UTC) by Snakemonster)
I have this issue:
o3de: symbol lookup error:/opt/O3DE/22.10.0/bin/Linux/profile/Default/libAzQtComponents.so: undefined symbol:_ZN16QStyleSheetStyle16staticMetaObjectE, version Qt_5_PRIVATE_API
xaque commented on 2022-08-18 08:48 (UTC)
@juancarlospaco thanks, added openexr as a dependency and a notice after a clean install about fd limits
@heFloatsAmongUs I added qt5-base as a dependency as it looks like there may be some dependencies it pulls in that are not provided along with O3DE's provided QT libraries. let me know if that fixes it and if not, feel free to create an issue on github https://github.com/xaque/aur-o3de
heFloatsAmongUs commented on 2022-08-16 23:28 (UTC) (edited on 2022-08-16 23:37 (UTC) by heFloatsAmongUs)
This fails on launch for me with an error message:
Cannot load library /opt/O3DE/22.05.0/bin/Linux/profile/Default/platforms/libqxcb.so: (libxcb-icccm.so.4: cannot open shared object file: No such file or directory)QLibraryPrivate::loadPlugin failed on "/opt/O3DE/22.05.0/bin/Linux/profile/Default/platforms/libqxcb.so" : "Cannot load library /opt/O3DE/22.05.0/bin/Linux/profile/Default/platforms/libqxcb.so: (libxcb-icccm.so.4: cannot open shared object file: No such file or directory)"qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.Available platform plugins are: minimal, xcb./usr/bin/o3de: line 2: 1526 Aborted (core dumped) PATH="$PATH:/opt/O3DE/22.05.0/.symbin" /opt/O3DE/22.05.0/bin/Linux/profile/Default/o3dejuancarlospaco commented on 2022-08-16 03:01 (UTC) (edited on 2022-08-16 03:04 (UTC) by juancarlospaco)
It looks like an "soft" dependency, in-editor skybox uses
*.exrtexture files, it is visual cosmetic detail, but the engine itself still works. Maybe you can add a warning message about increasing the maximum open file limit ?.xaque commented on 2022-08-13 04:03 (UTC)
Thanks @juancarlospaco, I had hacked a symlink for clang-13 but didn't notice the repos had updated to 14. Can you point me to where openexr/imath are required? I am not seeing it linked and have other dependencies keeping openexr installed.
« First ‹ Previous 1 2 3 Next › Last »