Package Details: ludo-bin 0.17.1-1

Git Clone URL: https://aur.archlinux.org/ludo-bin.git (read-only, click to copy)
Package Base: ludo-bin
Description: Ludo is a minimalist frontend for emulators
Upstream URL: https://github.com/libretro/ludo
Keywords: emulation gaming retroarch
Licenses: GPL3
Submitter: JulianXhokaxhiu
Maintainer: JulianXhokaxhiu
Last Packager: JulianXhokaxhiu
Votes: 1
Popularity: 0.000001
First Submitted: 2020-09-01 21:13 (UTC)
Last Updated: 2023-09-01 19:56 (UTC)

Latest Comments

JulianXhokaxhiu commented on 2020-09-30 13:39 (UTC)

@telmo: I'm not sure what is going on in your end, but I did try installing this package on a new fresh environment created with Anarchy Linux w/Cinnamon, installed it using Yay and it worked just fine OOB. Not sure what is going on in your own end. Maybe, as a suggestion, try checking if you have a ludo folder in your .config directory and remove the relative ludo.toml file.

telmo commented on 2020-09-27 17:07 (UTC) (edited on 2020-09-27 17:07 (UTC) by telmo)

@JulianXhokaxhiu Yup.

➜  ~ cat /etc/ludo.toml                                                 
cores_dir = "/usr/share/ludo/cores"
assets_dir = "/usr/share/ludo/assets"
database_dir = "/usr/share/ludo/database"

JulianXhokaxhiu commented on 2020-09-27 16:54 (UTC)

@telmo: Can you please double check that /etc/ludo.toml is present in your disk and it does actually look like this one (https://aur.archlinux.org/cgit/aur.git/tree/ludo.toml?h=ludo-bin)? Thank you in advance

telmo commented on 2020-09-27 16:47 (UTC) (edited on 2020-09-27 16:47 (UTC) by telmo)

@JulianXhokaxhiu Just installed the latest version of the package, got pretty much the same error (only the error lines were slightly different).

If I download a release from GitHub (https://github.com/libretro/ludo/releases) it works properly though.

JulianXhokaxhiu commented on 2020-09-26 19:59 (UTC)

@telmo: Thanks for letting me know. I wasn't aware Ludo changed the global configuration file requirement from JSON to TOML. This has now been fixed, let me know how it goes :)

telmo commented on 2020-09-26 15:20 (UTC)

After installing the package, when I run "ludo" I get the following errors:

2020/09/26 12:19:40 Can't load game database: open ./database: no such file or directory
panic: open ./assets/font.ttf: no such file or directory

goroutine 1 [running, locked to thread]:
github.com/libretro/ludo/video.(*Video).Configure(0xc0000f0200, 0xc0000f0200)
    /home/travis/gopath/src/github.com/libretro/ludo/video/video.go:149 +0xd0e
github.com/libretro/ludo/video.Init(...)
    /home/travis/gopath/src/github.com/libretro/ludo/video/video.go:64
main.main()
    /home/travis/gopath/src/github.com/libretro/ludo/main.go:99 +0x48c