Package Details: dolphin-emu-nogui-git 2412.r166.g90eba2b1a0-1

Git Clone URL: https://aur.archlinux.org/dolphin-emu-git.git (read-only, click to copy)
Package Base: dolphin-emu-git
Description: A Gamecube / Wii emulator - no GUI - git version
Upstream URL: https://dolphin-emu.org
Keywords: dolphin emu emulator game gamecube gui nintendo remote revolution triforce wii wiimote
Licenses: GPL-2.0-or-later
Conflicts: dolphin-emu-cli, dolphin-emu-nogui
Provides: dolphin-emu-cli, dolphin-emu-nogui
Submitter: None
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 123
Popularity: 0.29
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2025-01-19 23:35 (UTC)

Dependencies (45)

Required by (0)

Sources (9)

Pinned Comments

dpeukert commented on 2020-04-10 12:34 (UTC) (edited on 2020-09-26 17:48 (UTC) by dpeukert)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/dolphin-emu-git

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 58 Next › Last »

dpeukert commented on 2024-05-09 09:17 (UTC)

@mkopec: I can take a look, but if the nogui binary doesn't work in a session without a display server, that seems like an upstream bug.

mkopec commented on 2024-05-09 09:14 (UTC) (edited on 2024-05-09 09:27 (UTC) by mkopec)

I am also getting:

Total Test time (real) =   5.42 sec
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: offscreen, eglfs, wayland-egl, wayland, minimalegl, minimal, xcb, vnc, linuxfb, vkkhrdisplay.

when building in a headless session (SSH). Can the tests be changed to work when building on a headless host?

EDIT: The fix is to run the binary with QT_QPA_PLATFORM=offscreen. Submitted an MR: https://gitlab.com/dpeukert/pkgbuilds/-/merge_requests/20

willianholtz commented on 2024-05-04 11:54 (UTC) (edited on 2024-05-04 11:55 (UTC) by willianholtz)

@xiota, The extra repo version is working

dpeukert commented on 2024-05-04 08:22 (UTC) (edited on 2024-05-04 08:23 (UTC) by dpeukert)

@xiota: I wasn't able to reproduce this, even while building in a clean chroot, so this seems like an issue on your machine. I added the check to verify there isn't a major issue with the compiled binaries (e.g. a segfault on launch).

xiota commented on 2024-05-04 02:02 (UTC)

@dpeukert Line 111 still produces an error, although build continues past it.

tee: /dev/stderr: Permission denied

You never answered my question. What are you trying to check for?

xiota commented on 2024-05-03 23:07 (UTC)

@willianholtz Does extra/dolphin-emu have the same problem?

@dpeukert Clean chroot. Fails check because of unnecessary command. This was reported months ago. Will open an orphan request if not fixed.

tee: /dev/stderr: Permission denied
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: minimal, minimalegl, vkkhrdisplay, vnc, linuxfb, offscreen, xcb, eglfs.

==> ERROR: A failure occurred in check().

willianholtz commented on 2024-05-03 19:39 (UTC) (edited on 2024-05-03 19:42 (UTC) by willianholtz)

@xlota It happens as soon as I start the game.

For example: select the game from the list or using the "open" button and as soon as you select the game, the emulator closes!

xiota commented on 2024-04-20 15:22 (UTC)

When does that error occur?

willianholtz commented on 2024-04-20 14:07 (UTC)

I've been having problems for a while now, I even deleted everything I had in the settings, but it still persists.

the error is: free(): invalid pointer

however, even debugging, trying to generate a log, nothing is created. just this error line!

xiota commented on 2024-03-05 00:50 (UTC)

@dpeukert Astronautical's problem is probably something specific to their config. Should be resolved by building in clean chroot. However, the check function fails in clean chroot, probably because no graphical environment.

Running dolphin this way is unlikely to pick up any real problems. What are you trying to check for?