Package Details: cemu 2.6-4

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: 44
Popularity: 1.10
First Submitted: 2022-09-05 15:23 (UTC)
Last Updated: 2025-10-08 16:23 (UTC)

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

nadir500 commented on 2025-11-17 15:45 (UTC) (edited on 2025-11-17 15:52 (UTC) by nadir500)

Current Behavior

Cemu 2.6.0-4 latest version crashes when entering General Settings mid game

Expected Behavior

While in-game it shouldn't crash when entering General Settings

Steps to Reproduce

Run cemu

Run a wii u game

Enter Options > General Settings

Crashes

System Info (Optional)

OS: EndouverOS arch-based

Kernel: 6.17.7-zen1-1-zen (64-bit)

GPU: NVIDIA GeForce GTX 1060

log file: This link

darxoon commented on 2025-10-18 14:00 (UTC)

@TipsyTheCat I had already tried that but without the --rebuild option. Adding it made Cemu work again though, thank you!

TipsyTheCat commented on 2025-10-18 02:10 (UTC)

@kihra1 @darxoon run paru -S --rebuild cemu to rebuild cemu after you upgrade your system. you can probably replace paru with your aur pacman wrapper of choice

darxoon commented on 2025-10-17 22:35 (UTC)

After upgrading my system, now I always get this error when I try to run Cemu:

cemu: error while loading shared libraries: libglslang.so.15: cannot open shared object file: No such file or directory

HurricanePootis commented on 2025-10-13 20:18 (UTC)

@kihra1,

For AUR packages, you're supposed to rebuild them yourself.

Kihra1 commented on 2025-10-13 06:35 (UTC)

$ cemu cemu: error while loading shared libraries: libglslang.so.15: cannot open shared object file: No such file or directory

I think libglslang has a new update (1:1.4.328.1-1) and cemu needs to be rebuilt against it.

Downgrading libglslang to 1:1.4.321.0-1 works.

TipsyTheCat commented on 2025-10-08 19:19 (UTC)

cemu-2.6-4 is up to date -- skipping build found my issue TwT, after forcing it to rebuild it works just fine

kescherAUR commented on 2025-10-08 19:09 (UTC)

@TipsyTheCat It works fine here with a rebuild. Forcing cemu built against the wrong library will of course cause a lookup error, don't do that.

HurricanePootis commented on 2025-10-08 19:01 (UTC)

@TipsyTheCat

I was able to build cemu was fmt 12. I don't know if your system is fully up to date, but it builds and launches for me using fmt 12.

TipsyTheCat commented on 2025-10-08 18:44 (UTC) (edited on 2025-10-08 19:01 (UTC) by TipsyTheCat)

cemu has a hard dependency on fmt<12, fmt updates do break functionality. in the past the update to fmt 11 was breaking too.

setting the dep in the pkgbuild to fmt<13 doesn't fix it: cemu: error while loading shared libraries: libfmt.so.11: cannot open shared object file: No such file or directory

neither does forcing cemu to call the updated fmt .so: cemu: symbol lookup error: cemu: undefined symbol: _ZN3fmt3v116detail9dragonbox10to_decimalIfEENS2_10decimal_fpIT_EES5_