Package Details: lovely-injector 0.8.0-2

Git Clone URL: https://aur.archlinux.org/lovely-injector.git (read-only, click to copy)
Package Base: lovely-injector
Description: A runtime lua injector for games built with LÖVE
Upstream URL: https://github.com/ethangreen-dev/lovely-injector
Licenses: MIT
Submitter: KokaKiwi
Maintainer: KokaKiwi
Last Packager: KokaKiwi
Votes: 0
Popularity: 0.000000
First Submitted: 2025-05-10 21:10 (UTC)
Last Updated: 2025-06-09 13:15 (UTC)

Dependencies (4)

Required by (1)

Sources (2)

Latest Comments

jonhermansen commented on 2025-06-10 21:00 (UTC)

@KokaKiwi You hit the nail on the head.

Realized today that my rustc was in ~/.cargo/bin ... moved it out of my PATH, reinstalled lovely-injector, all is well.

Thank you :)

KokaKiwi commented on 2025-06-10 08:55 (UTC)

@jonhermansen your rust toolchain is likely out-of-date, try doing rustup update if you use rustup or upgrade your system rust packaage

jonhermansen commented on 2025-06-10 03:30 (UTC) (edited on 2025-06-10 03:31 (UTC) by jonhermansen)

Today I upgraded my CachyOS install, and got this error:

   Compiling lovely-core v0.8.0 (/home/user/.cache/yay/lovely-injector/src/lovely-injector-0.8.0/crates/lovely-core)
error[E0658]: use of unstable library feature `inherent_str_constructors`
   --> crates/lovely-core/src/lib.rs:225:23
    |
225 |         let buf_str = str::from_utf8(buf).unwrap_or_else(|e| {
    |                       ^^^^^^^^^^^^^^
    |
    = note: see issue #131114 <https://github.com/rust-lang/rust/issues/131114> for more information

For more information about this error, try `rustc --explain E0658`.
error: could not compile `lovely-core` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: lovely-injector-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
lovely-injector - exit status 4
user@localhost ~ $ rustc --version
rustc 1.86.0 (05f9846f8 2025-03-31)
user@localhost ~ $ cargo --version
cargo 1.86.0 (adf9b6ad1 2025-02-28)

raffitz commented on 2025-05-10 22:31 (UTC)

Amazing! Many thanks!

jonhermansen commented on 2025-05-10 21:26 (UTC)

This is great, thank you KokaKiwi!