Package Details: dolphin-emu-git 2409.r37.g6851ed73f4-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 - 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
Provides: dolphin-emu
Submitter: None
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 122
Popularity: 0.41
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2024-09-17 18:04 (UTC)

Dependencies (54)

Required by (3)

Sources (8)

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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 56 Next › Last »

aphirst commented on 2017-07-14 21:32 (UTC)

I'm getting build/link errors at the same place that "krakn" does, except I don't seem to have -fno-pie set anywhere.

WeenieHut commented on 2017-07-13 21:57 (UTC) (edited on 2017-07-13 22:25 (UTC) by WeenieHut)

CommandLine Error: Option 'help-list' registered more than once! Whenever I try to run a game or change a setting Dolphin crashes with the error above. I've read that its an upstream LLVM error. Can anyone else confirm the issue and which LLVM I should be using to compile? I was using LLVM-svn which I had last compiled from source last year. I'm guessing stable repo LLVM has surpassed the year old svn version I had built. Removed SVN and installed latest stable. Compiling now. Will update with results. Switching to LLVM stable fixed the issue!! All the dank Vulkan performance <3

0x647262 commented on 2017-07-13 04:14 (UTC) (edited on 2017-07-13 13:43 (UTC) by 0x647262)

Build fails with: ``` -DCMAKE_CXX_FLAGS='-fno-pie' ``` ``` [ 45%] Linking CXX executable ../../../Binaries/traversal_server /usr/bin/ld: /tmp/ccG45bps.ltrans0.ltrans.o: relocation R_X86_64_32S against `.bss' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status make[2]: *** [Source/Core/Common/CMakeFiles/traversal_server.dir/build.make:95: Binaries/traversal_server] Error 1 make[1]: *** [CMakeFiles/Makefile2:965: Source/Core/Common/CMakeFiles/traversal_server.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ``` Compiling with: ``` CFLAGS+=('-fPIC') CXXFLAGS+=('-fPIC') ``` ``` [ 45%] Linking CXX executable ../../../Binaries/traversal_server /usr/bin/ld: /tmp/ccKaaibk.ltrans0.ltrans.o: relocation R_X86_64_32S against `.bss' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status make[2]: *** [Source/Core/Common/CMakeFiles/traversal_server.dir/build.make:95: Binaries/traversal_server] Error 1 make[1]: *** [CMakeFiles/Makefile2:965: Source/Core/Common/CMakeFiles/traversal_server.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ``` Build Environment: ``` #-- Compiler and Linker Flags # -march (or -mcpu) builds exclusively for an architecture # -mtune optimizes for an architecture, but builds for whole processor family CPPFLAGS="-D_FORTIFY_SOURCE=2" CFLAGS="-march=native -O2 -pipe -fstack-protector-strong -fPIC" CXXFLAGS="-march=native -O2 -pipe -fstack-protector-strong -fPIC" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro" #-- Make Flags: change this for DistCC/SMP systems MAKEFLAGS="-j 32" #-- Debugging flags DEBUG_CFLAGS="-g -fvar-tracking-assignments" DEBUG_CXXFLAGS="-g -fvar-tracking-assignments" ``` If you need anything else, just let me know.

hcorion commented on 2017-06-29 21:18 (UTC) (edited on 2017-06-29 21:32 (UTC) by hcorion)

Please remove the -DENABLE_LTO='TRUE' \ in CMake. Qt doesn't work with LTO for some reason, it builds fine, but the GUI is non-functional. See: https://github.com/dolphin-emu/dolphin/wiki/Building-With-Qt

DocMAX commented on 2017-06-16 17:39 (UTC)

home/docmax/.cache/pacaur/dolphin-emu-git/src/dolphin-emu/Externals/wxWidgets3/include/wx/bitmap.h:188:20: Warnung: »GetScaleFactor« verletzt die One-Definition-Rule von C++ [-Wodr] virtual double GetScaleFactor() const { return 1.0; } ^ /home/docmax/.cache/pacaur/dolphin-emu-git/src/dolphin-emu/Externals/wxWidgets3/include/wx/bitmap.h:188:20: Anmerkung: »GetScaleFactor« wurde vorher hier deklariert virtual double GetScaleFactor() const { return 1.0; } ^ In Elementfunktion »operator 70«, eingefügt von »ParseCommandLine« bei/home/docmax/.cache/pacaur/dolphin-emu-git/src/dolphin-emu/Source/Core/DolphinWX/Main.cpp:166:88: /home/docmax/.cache/pacaur/dolphin-emu-git/src/dolphin-emu/Externals/wxWidgets3/include/wx/cmdargs.h:54:39: Warnung: Argument 1 Wert »18446744073709551615« übersteigt maximale Objektgröße 9223372036854775807 [-Walloc-size-larger-than=] m_argsA = new char *[count]; ^ /home/docmax/.cache/pacaur/dolphin-emu-git/src/dolphin-emu/Externals/wxWidgets3/include/wx/cmdargs.h: In Elementfunktion »ParseCommandLine«: /usr/include/c++/7.1.1/new:122:7: Anmerkung: in einem Aufruf der hier deklarierten Allokationsfunktion »operator new []« void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) ^ /usr/lib/libavutil.so: undefined reference to `clReleaseMemObject@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clGetPlatformInfo@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clCreateProgramWithSource@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clCreateCommandQueue@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clCreateBuffer@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clBuildProgram@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clGetDeviceInfo@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clReleaseContext@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clGetPlatformIDs@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clReleaseCommandQueue@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clSetKernelArg@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clEnqueueUnmapMemObject@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clCreateContextFromType@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clEnqueueMapBuffer@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clGetProgramBuildInfo@OPENCL_1.0' /usr/lib/libavutil.so: undefined reference to `clGetDeviceIDs@OPENCL_1.0' collect2: Fehler: ld gab 1 als Ende-Status zurück make[2]: *** [Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/build.make:2348: Binaries/dolphin-emu] Fehler 1 make[1]: *** [CMakeFiles/Makefile2:1184: Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/all] Fehler 2 make: *** [Makefile:152: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... :: Konnte dolphin-emu-git-Paket(e) nicht erstellen

alucryd commented on 2017-06-04 20:04 (UTC)

Must have been fixed upstream, works here now.

gourdcaptain commented on 2017-06-04 03:55 (UTC) (edited on 2017-06-04 06:29 (UTC) by gourdcaptain)

I'm getting a bunch of warnings trying to compile this ending with the error: /home/gourdcaptain/.cache/pacaur/dolphin-emu-git/src/dolphin-emu/Externals/wxWidgets3/include/wx/cmdargs.h: In member function ‘ParseCommandLine’: void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)" EDIT: Later experimentation notes the build works if you disable the QT UI and that package, for the record.

worfhard commented on 2017-05-20 22:04 (UTC)

Qt is starting to get a lot of updates now, would be nice if it was fixed

VerruckteFuchs commented on 2017-05-15 23:48 (UTC)

The latest update to 5.0.r3755.f4e8a01d16 fixed the issues I was having. I also can now use Vulkan without crashing for the first time. Nvidia: 381.22-1 Kernel: 4.10.13

saildata commented on 2017-03-13 19:55 (UTC)

Confirmed working: Version: 5.0.r2897.8035270aa8-1 Kernel: 4.10 NVIDIA: 378.13 Tested: Vulkan 1080p, 2160p; No regressions noted.