Package Base Details: dolphin-emu-git

Git Clone URL: https://aur.archlinux.org/dolphin-emu-git.git (read-only, click to copy)
Keywords: dolphin emu emulator game gamecube gui nintendo remote revolution triforce wii wiimote
Submitter: None
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 120
Popularity: 0.36
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2024-02-25 16:52 (UTC)

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 .. 27 28 29 30 31 32 33 34 35 36 37 .. 51 Next › Last »

ShalokShalom commented on 2015-02-01 00:12 (UTC)

Upstream dont know this Issue at all and there is even no Bug Report about that.

alucryd commented on 2015-01-19 10:35 (UTC)

malbeth: I'd rather not, first because it's against arch' policy to patch, and second because it's not a 100% reliable fix, if it was, upstream would have applied it a long time ago.

malbeth commented on 2015-01-18 03:16 (UTC)

Could you include the 64 bit patch in the pkg ? https://wiki.archlinux.org/index.php/Dolphin_Emulator#Dolphin_occasionally_crashes_on_64-bit_CPUs

alucryd commented on 2014-11-27 08:26 (UTC)

I feel like I've answered this a million times already. The error is literally staring at you "/usr/lib/libavcodec.so: undefined reference to `x265_encoder_open_31'". You're most likely using an unsupported ffmpeg which you haven't rebuilt against libx265. Please, people, please learn how to deal with these things before you use unsupported stuff, it's called unsupported for a reason :P

z1lt0id commented on 2014-11-27 00:12 (UTC)

I get this error when compiling. Linking CXX executable ../../../Binaries/dolphin-emu /usr/lib/libavcodec.so: undefined reference to `x265_encoder_open_31' collect2: error: ld returned 1 exit status Source/Core/DolphinWX/CMakeFiles/dolphin-emu-nogui.dir/build.make:168: recipe for target 'Binaries/dolphin-emu-nogui' failed make[2]: *** [Binaries/dolphin-emu-nogui] Error 1 CMakeFiles/Makefile2:611: recipe for target 'Source/Core/DolphinWX/CMakeFiles/dolphin-emu-nogui.dir/all' failed make[1]: *** [Source/Core/DolphinWX/CMakeFiles/dolphin-emu-nogui.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... /usr/lib/libavcodec.so: undefined reference to `x265_encoder_open_31' collect2: error: ld returned 1 exit status Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/build.make:1343: recipe for target 'Binaries/dolphin-emu' failed make[2]: *** [Binaries/dolphin-emu] Error 1 CMakeFiles/Makefile2:569: recipe for target 'Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/all' failed make[1]: *** [Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/all] Error 2 Makefile:147: recipe for target 'all' failed make: *** [all] Error 2

alucryd commented on 2014-10-23 13:26 (UTC)

My bad, brain fart in last update. Should be fiexd now, thx for reporting.

aphirst commented on 2014-10-23 13:19 (UTC)

It seems to build fine, but then the package still fails to be created. Linking CXX executable ../../../Binaries/dolphin-emu [100%] Built target dolphin-emu-nogui [100%] Built target dolphin-emu ==> Entering fakeroot environment... ==> Starting package()... make: *** No rule to make target 'install'. Stop. ==> ERROR: A failure occurred in package(). Aborting... ==> ERROR: Makepkg was unable to build dolphin-emu-git. ==> Restart building dolphin-emu-git ? [y/N] ==> ---------------------------------------- ==> ==> ERROR: unable to update

alucryd commented on 2014-10-02 16:52 (UTC)

Good for you.

Sudowoodo commented on 2014-10-02 16:42 (UTC)

@alucryd I built Dolphin without the PKGBUILD, it works. Thank you.

alucryd commented on 2014-10-02 15:07 (UTC)

That is just not possible, if dolphin found it at link time, it cannot not find it at run time. For starters, the current ffmpeg ships libavcodec.so.56, so either you built dolphin wrong, or you have a custom lib which links against the old ffmpeg that you haven't rebuilt.