Package Details: cemu 2.0.546-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: 21
Popularity: 0.25
First Submitted: 2022-09-05 15:23 (UTC)
Last Updated: 2024-04-24 12:50 (UTC)

Latest Comments

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

JoseZancanaro commented on 2023-02-13 19:29 (UTC)

Nice, thanks for the notice!

eclairevoyant commented on 2023-02-13 17:40 (UTC) (edited on 2023-02-13 17:42 (UTC) by eclairevoyant)

Looks like the 3.2.2.1 update to wxwidgets fixes the issue - https://github.com/wxWidgets/wxWidgets/issues/23255

eclairevoyant commented on 2023-02-13 13:19 (UTC) (edited on 2023-02-13 13:22 (UTC) by eclairevoyant)

A minor release on a stable branch of wxwidgets shouldn't cause breaking changes like this. I imagine this is something the wxwidgets team would want to know about

Edit: that's assuming that cemu used the library correctly and it's packaged correctly as well

JoseZancanaro commented on 2023-02-13 11:52 (UTC) (edited on 2023-02-13 11:52 (UTC) by JoseZancanaro)

Hello, I would like to report two packages that were updated and ended up breaking the graphics packs checkboxes of this version of Cemu.

As described in this github issue: https://github.com/cemu-project/Cemu/issues/659

In general, when these two packages were updated (wxwidgets-common and wxwidgets-gtk3) the checkboxes in graphics packs disappeared, and when i reverted to a previous version, they returned to their normal state.

Zeltron6 commented on 2023-02-01 02:39 (UTC)

@DexyStorm I was running into the same issue on a new installation of arch. Ensure that you have a locale set following this guide: https://wiki.archlinux.org/title/locale

kescherAUR commented on 2023-01-26 23:35 (UTC)

@HurricanePootis I've moved the package to simply use clang and ninja, as suggested by upstream. However, this means it will now ignore MAKEFLAGS entirely. I may add a small "parser" that gets the last -j/--jobs option within the variable and passes it as an option to ninja in the future, however.

HurricanePootis commented on 2023-01-24 15:38 (UTC)

May you please remove your nproc from the PKGBUILD? PKGBUILDs should respect the makeflags set already in /etc/makepkg.conf

diff --git a/PKGBUILD b/PKGBUILD
index 55af8ef..94a3e75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -104,7 +104,7 @@ build() {
              -DENABLE_VCPKG=OFF \
              -DPORTABLE=OFF \
              -DCMAKE_BUILD_TYPE=Release
-       $(which ninja 2> /dev/null || which make) -C build $([[ "${MAKEFLAGS-}" == *-j* ]] && echo "$MAKEFLAGS" || echo -j $(nproc))
+       $(which ninja 2> /dev/null || which make) -C build $([[ "${MAKEFLAGS-}" == *-j* ]] && echo "$MAKEFLAGS"
 }

 package() {

kescherAUR commented on 2023-01-19 06:48 (UTC)

@DexyStorm in that case, please do what the now-deleted comment of yet another alt account by the former maintainer said and report the exact issue upstream at https://github.com/cemu-project/Cemu/issues.

DexyStorm commented on 2023-01-19 06:43 (UTC)

@kescherAUR

i ran

yay --rebuild -S cemu

but unfortunately still same problem