Package Details: eam-git 3.8.4.r8.ga8cc879-2

Git Clone URL: https://aur.archlinux.org/eam-git.git (read-only, click to copy)
Package Base: eam-git
Description: Epic Asset Manager used to manage assets from Epic Games Store
Upstream URL: https://github.com/AchetaGames/Epic-Asset-Manager
Keywords: egs epic game GameDev UE UE4 Unreal UnrealEngine
Licenses: MIT
Provides: eam
Submitter: aknarts
Maintainer: aknarts
Last Packager: aknarts
Votes: 6
Popularity: 0.005534
First Submitted: 2021-04-05 17:07 (UTC)
Last Updated: 2023-12-22 09:46 (UTC)

Latest Comments

1 2 3 Next › Last »

ufo_driver commented on 2023-09-21 12:38 (UTC) (edited on 2023-09-21 13:53 (UTC) by ufo_driver)

Had a failure during build when linking with sqlite3. Fixed by adding options=(!lto) in PKGBUILD since I have LTO enabled globally in my makepkg.conf

UPD: And gtk4 and libadwaita should be moved to depends since it is a runtime requirement.

crinklecutter commented on 2023-09-12 11:30 (UTC)

Getting the following error:

   Compiling zstd-safe v5.0.2+zstd.1.5.2
error: integer literal is too large

Full error: https://dpaste.org/Vn2F4/raw

simona commented on 2022-04-24 21:38 (UTC)

rustup update solve... thx

aknarts commented on 2022-04-24 18:35 (UTC)

Going to need bit more information. The app compiles and runs fine on my end. Couple things to try is rustup update (if using non system rust) cargo update to update dependencies if updating.

If that does not help post the full error message.

simona commented on 2022-04-24 17:19 (UTC)

error[E0277]: expected a Fn<(char,)> closure, found [char; 2]

aknarts commented on 2021-12-25 17:46 (UTC)

This error should be fixed in the latest master, bumped a version to force pulling that fix. One issue that I know of right now is that the dark mode is no longer working, something changed in libadwaita again and I need to figure out how to do it again.

LinuxDonald commented on 2021-12-24 00:10 (UTC)

Compiling libadwaita v0.1.0-beta-1 error[E0061]: this function takes 2 arguments but 1 argument was supplied --> src/ui/widgets/logged_in/library/image_stack.rs:220:33 | 220 | self_.stack.scroll_to(&image); | ^^^^^^^^^ ------ supplied 1 argument | | | expected 2 arguments | note: associated function defined here --> /home/thomas/Downloads/eam-git/src/build/target/cargo-home/registry/src/github.com-1ecc6299db9ec823/libadwaita-0.1.0-beta-1/src/auto/carousel.rs:160:12 | 160 | pub fn scroll_to<P: IsA\<gtk::Widget>>(&self, widget: &P, animate: bool) { | ^^^^^^^^^

error[E0061]: this function takes 2 arguments but 1 argument was supplied --> src/ui/widgets/logged_in/library/image_stack.rs:231:33 | 231 | self_.stack.scroll_to(&image); | ^^^^^^^^^ ------ supplied 1 argument | | | expected 2 arguments | note: associated function defined here --> /home/thomas/Downloads/eam-git/src/build/target/cargo-home/registry/src/github.com-1ecc6299db9ec823/libadwaita-0.1.0-beta-1/src/auto/carousel.rs:160:12 | 160 | pub fn scroll_to<P: IsA\<gtk::Widget>>(&self, widget: &P, animate: bool) { | ^^^^^^^^^

For more information about this error, try rustc --explain E0061. error: could not compile epic_asset_manager due to 2 previous errors [3/4] Generating data/io.github.achetagames.epic_asset_manager.metainfo.xml_data_merge with a custom command FAILED: src/epic_asset_manager /bin/bash /home/thomas/Downloads/eam-git/src/Epic-Asset-Manager/build-aux/cargo.sh /home/thomas/Downloads/eam-git/src/build /home/thomas/Downloads/eam-git/src/Epic-Asset-Manager src/epic_asset_manager '' epic_asset_manager ninja: build stopped: subcommand failed.

aknarts commented on 2021-11-12 00:26 (UTC)

I am aware of the SecretService fail, sadly this highly depends on your environment, what that means is that the application is not able to connect to your secret manager(i.e. gnome keyring or similar). That being said I do have an issue opened to provide a filesystem fallback for exactly this case, though it might throw a warning in the UI because in that case the secrets would be unencrypted on the drive.

LinuxDonald commented on 2021-11-11 17:28 (UTC)

epic_asset_manager

(epic_asset_manager:29539): Gtk-WARNING **: 18:26:37.894: Unknown key gtk-button-images in /home/thomas/.config/gtk-4.0/settings.ini

(epic_asset_manager:29539): Gtk-WARNING **: 18:26:37.894: Unknown key gtk-menu-images in /home/thomas/.config/gtk-4.0/settings.ini

(epic_asset_manager:29539): Gtk-WARNING **: 18:26:37.894: Unknown key gtk-toolbar-style in /home/thomas/.config/gtk-4.0/settings.ini

(epic_asset_manager:29539): Adwaita-WARNING **: 18:26:37.917: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead. thread 'main' panicked at 'A running secret-service is required: Zbus(MethodError("org.freedesktop.DBus.Error.ServiceUnknown", Some("The name org.freedesktop.secrets was not provided by any .service files"), Msg { type: Error, sender: "org.freedesktop.DBus", reply-serial: 2, body: Signature: [ s (115), ] }))', src/models/mod.rs:44:18 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

simona commented on 2021-11-02 00:03 (UTC)

yes... now ok :-) thx