Search Criteria
Package Details: o3de-bin 2409.1_20241103-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: | 1.03 |
First Submitted: | 2022-01-17 04:16 (UTC) |
Last Updated: | 2024-12-02 13:35 (UTC) |
Dependencies (23)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- cmake (cmake-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- glu (glu-gitAUR)
- libffi7AUR
- libglvnd (libglvnd-gitAUR)
- libx11 (libx11-gitAUR)
- libxau
- libxcb (libxcb-gitAUR)
- libxcrypt-compat
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber)
- openexr (openexr-gitAUR)
- openssl-1.1
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- icoutils (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (optional) – Support for multiple build configurations per project
Latest Comments
« First ‹ Previous 1 2
broska 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/o3de
juancarlospaco 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
*.exr
texture 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.
juancarlospaco commented on 2022-08-09 18:38 (UTC) (edited on 2022-08-16 03:01 (UTC) by juancarlospaco)
This needs packages
openexr
. It requires increasing the maximum open file limit in/etc/security/limits.conf
. It wants a binary in PATH namedclang-12
, I got clang 14 but just symlinking it with that name works.« First ‹ Previous 1 2