Package Details: cemu-git 2.6.r68.gc1c2962-1

Git Clone URL: https://aur.archlinux.org/cemu-git.git (read-only, click to copy)
Package Base: cemu-git
Description: Nintendo Wii U emulator
Upstream URL: https://cemu.info/
Keywords: console emulation emulator game nintendo
Licenses: MPL-2.0
Conflicts: cemu
Provides: cemu
Submitter: abouvier
Maintainer: abouvier
Last Packager: abouvier
Votes: 11
Popularity: 0.002597
First Submitted: 2022-08-27 04:24 (UTC)
Last Updated: 2025-07-20 01:34 (UTC)

Pinned Comments

abouvier commented on 2022-10-12 17:50 (UTC)

Data and config files previously stored in ~/.local/share/cemu are now searched in ~/.config/Cemu, ~/.local/share/Cemu and ~/.cache/Cemu.

Latest Comments

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

willianholtz commented on 2025-07-21 18:10 (UTC) (edited on 2025-07-21 18:11 (UTC) by willianholtz)

I haven't been able to use the git version for a while now, having to use the stable one. Can anyone help me understand why these errors are occurring?

[code]Error: signal 11: cemu(+0x86c1c5) [0x9b7429511c5] /usr/lib/libc.so.6(+0x3def0) [0x6738e284def0] cemu(+0x86c1c5) [0x9b7429511c5] /usr/lib/libwx_baseu-3.2.so.0(_Z7wxEntryRiPPw+0xa2) [0x6738e2eec302]+0xa2) [0x6738e2eec302] cemu(+0x96e2c) [0x9b74217be2c] /usr/lib/libc.so.6(+0x276b5) [0x6738e28376b5] /usr/lib/libc.so.6(__libc_start_main+0x89) [0x6738e2837769]+0x89) [0x6738e2837769] cemu(+0x8f325) [0x9b742174325] [/code]

0xDEADCADE commented on 2025-07-20 01:06 (UTC)

Line 72 in the PKGBUILD should be removed, as Cemu switched to a different Discord RPC implementation: https://github.com/cemu-project/Cemu/commit/c1c2962b6633017cd956c6925288e2529c532ee4 https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cemu-git#n72

andresghc commented on 2025-05-11 06:47 (UTC) (edited on 2025-05-11 07:24 (UTC) by andresghc)

@abouvier Sorry if this a noob question but how can I do that?

EDIT: I managed to do it, thanks!

abouvier commented on 2025-05-11 00:32 (UTC)

@andresghc You need to rebuild this package against the new boost library.

andresghc commented on 2025-05-11 00:12 (UTC) (edited on 2025-05-11 00:12 (UTC) by andresghc)

Can't update system packages because of this:

installing boost-libs (1.88.0-2) breaks dependency 'libboost_program_options.so=1.87.0-64' required by cemu-git

patlefort commented on 2025-04-03 23:16 (UTC)

Please add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to cmake options.

simona commented on 2025-03-09 10:15 (UTC)

solved

simona commented on 2025-02-10 09:09 (UTC) (edited on 2025-02-10 09:09 (UTC) by simona)

it require boost-libs 1.86 but 1.87 updated are now supplied.

hcdlt commented on 2025-02-10 07:09 (UTC)

I'm not quite sure of that. Seems like a patch to prevent a compiler bug (or wrong compiler configuration) from crashing things. The original cemu code looks correct to me.