Package Details: cemu 2.0.572-1

Git Clone URL: https://aur.archlinux.org/cemu.git (read-only, click to copy)
Package Base: cemu
Description: Software to emulate Wii U games and applications on PC
Upstream URL: https://cemu.info
Keywords: emulator wii-u
Licenses: MPL2
Submitter: Anuskuss
Maintainer: kescherAUR
Last Packager: kescherAUR
Votes: 23
Popularity: 1.62
First Submitted: 2022-09-05 15:23 (UTC)
Last Updated: 2024-05-09 09:43 (UTC)

Dependencies (25)

Required by (1)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

goeiecool9999 commented on 2022-11-03 20:23 (UTC) (edited on 2022-11-03 20:24 (UTC) by goeiecool9999)

When cemu crashes it looks up symbols in the .symtab section for the backtrace to avoid having to use -rdynamic. Arch's default is to strip --strip-unneeded all executables but for cemu this results in no function names in the crash logs. Could you add options=(!strip) so the final executable keeps it's symbol table? Even though cemu's GitHub page officially only supports Ubuntu, if any stray developer sees a crashlog and wants to look into it themselves a crashlog with proper function names could be a huge help if they can't reproduce it personally.

kescherAUR commented on 2022-10-19 22:12 (UTC)

@christooss thanks for the heads-up. I went ahead and did the submodule--helper thing for now, and the package is indeed building again.

christooss commented on 2022-10-19 20:46 (UTC)

I had problems updating/installing this package. There was some change to git that might need a change in this PKGBUILD

https://bbs.archlinux.org/viewtopic.php?pid=2062953

abouvier commented on 2022-10-16 15:50 (UTC)

The repos are always fully cloned, whatever commit you specify.

kescherAUR commented on 2022-10-15 19:25 (UTC)

@FabioLolix regarding the git submodules: It's a waste of space, bandwidth and time (it really slows things down) to first fetch the entire repo and only then going back to a specific commit. So I'll leave that the way it is right now.

Muflone commented on 2022-10-15 14:16 (UTC)

@kescherAUR thank you for maintaining the package starting from today

please be careful before you add new co-maintainers though

kescherAUR commented on 2022-10-15 13:44 (UTC)

I have already locally changed the nproc thing to use MAKEFLAGS instead. I am going to take a look at the submodules later.

FabioLolix commented on 2022-10-15 13:39 (UTC)

btw, specifying the commit in git submodules is not needed (git submodule config/update in prepare() automatically take care of that), don't use -j $(nproc) (don't override users settings, on your computer edit makepkg.conf)

kescherAUR commented on 2022-10-15 13:34 (UTC)

Will push an update later today.