Package Details: yuzu-early-access 3652-1

Git Clone URL: https://aur.archlinux.org/yuzu-early-access.git (read-only, click to copy)
Package Base: yuzu-early-access
Description: An experimental open-source Nintendo Switch emulator/debugger (early access version)
Upstream URL: https://yuzu-emu.org/
Licenses: GPL2
Conflicts: yuzu
Provides: yuzu
Submitter: heavysink
Maintainer: heavysink (lilac)
Last Packager: lilac
Votes: 24
Popularity: 2.90
First Submitted: 2020-12-09 04:09 (UTC)
Last Updated: 2023-06-09 07:26 (UTC)

Dependencies (44)

Required by (0)

Sources (3)

Pinned Comments

heavysink commented on 2022-07-29 03:48 (UTC) (edited on 2022-07-29 03:49 (UTC) by heavysink)

Currently there is a code bug upstream that prevents compiling in Linux since 2859 with no ETA for fixing. It is not fixed by now. Please do not flag it out of date. Once the code bug is fixed the lilac build bot will automatically compile it and push it in AUR.

Latest Comments

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

sergiotca commented on 2022-06-02 18:41 (UTC) (edited on 2022-06-02 18:56 (UTC) by sergiotca)

@nicktheway I have the exact same issue while trying to update this package ("owned by robin-map"). Do you know if this is related to the gcc12 situation on the pinned comment? If not, did you ever found a solution?

*SOLVED: for anyone having this issue, uninstalling the package and its (orphan) dependencies and building again solve the problem.

heavysink commented on 2022-05-17 11:29 (UTC) (edited on 2022-05-17 11:30 (UTC) by heavysink)

Hi, currently yuzu cannot be built due to gcc12 upstream compiler bug (https://github.com/yuzu-emu/yuzu/pull/8282). The problem is across all yuzu versions (mainline, master, ea). Using gcc11 does not help since Qt5 in Arch repo is already rebuilt using GCC12 and new GLIBC with some new symbols, making yuzu impossible to link. Until the upstream problem solved, please do not flag this package out of date. Thank you.

n8jadams commented on 2022-05-16 15:39 (UTC)

I've been getting this build error lately. Bummer.

Building CXX object src/shader_recompiler/CMakeFiles/shader_recompiler.dir/frontend/maxwell/translate/impl/condition_code_set.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().

nicktheway commented on 2022-01-31 18:39 (UTC)

robin-map owns the following files resulting on an update error:

error: failed to commit transaction (conflicting files) yuzu-early-access: /usr/include/tsl/robin_growth_policy.h exists in filesystem (owned by robin-map) yuzu-early-access: /usr/include/tsl/robin_hash.h exists in filesystem (owned by robin-map) yuzu-early-access: /usr/include/tsl/robin_map.h exists in filesystem (owned by robin-map) yuzu-early-access: /usr/include/tsl/robin_set.h exists in filesystem (owned by robin-map) yuzu-early-access: /usr/share/cmake/tsl-robin-map/tsl-robin-mapConfig.cmake exists in filesystem (owned by robin-map) yuzu-early-access: /usr/share/cmake/tsl-robin-map/tsl-robin-mapConfigVersion.cmake exists in filesystem (owned by robin-map) yuzu-early-access: /usr/share/cmake/tsl-robin-map/tsl-robin-mapTargets.cmake exists in filesystem (owned by robin-map) Errors occurred, no packages were upgraded.

jSQrD commented on 2022-01-29 07:16 (UTC)

I cannot compile the package and I am receiving this error

[325/1322] Building CXX object externals/dynarmic/src/dynarmic/CMakeFiles/dynarmic.dir/frontend/A64/translate/a64_translate.cpp.o ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build().

saburouta commented on 2021-12-29 07:10 (UTC)

@heavysink Thanks! I'm a bit dismayed by the need to use some kind of internal SDL, but it does build now.

heavysink commented on 2021-12-10 19:16 (UTC)

@saburouta I found it. Just need to disable the external SDL by adding -DYUZU_USE_EXTERNAL_SDL2=OFF.

saburouta commented on 2021-12-10 19:14 (UTC)

With v2300, is anyone else getting "unknown type name" "SDL_hid_device'"? I don't know what is causing this. I tried looking for any SDL packages related to HID, but I don't think there are any.

selurvedu commented on 2021-11-14 22:20 (UTC)

@baby-void check out the log file in ~/.local/share/yuzu/log/ or go to Emulation -> Configure... -> General -> Debug and enable "Show Log in Console".

In my case Yuzu crashed with Vulkan backend because of the Intel Gen7 GPU and i965 driver having no support for VK_KHR_16bit_storage extension. I switched to OpenGL, but Yuzu refused to work, displaying an error message about missing OpenGL 4.6 support. I even tried using Zink, but it can't work properly on a hardware that lacks proper Vulkan support.

Their website also states that Yuzu will not work on i965: https://yuzu-emu.org/wiki/recommended-gpu-drivers-for-linux/#notes