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.22
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2024-05-09 20:26 (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 .. 17 18 19 20 21 22 23 24 25 26 27 .. 53 Next › Last »

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.

VerruckteFuchs commented on 2017-02-17 22:57 (UTC) (edited on 2017-02-17 23:00 (UTC) by VerruckteFuchs)

When I try to start a game I'm getting: WriteRest: op out of range (0x41f5a039 uses 0x7f42f087d2a8) Clicking "No" on the dialog box results in dolphin-emu aborting with a core dump. edit: I'm also getting some compiler issues/warnings with JIT during compile along with some UGeckoInstruction inst being defined as the wrong type.

mitch1887 commented on 2017-02-06 14:51 (UTC)

I am also having issues with missing icons and INI files.

piejacker875 commented on 2017-02-04 14:21 (UTC)

I've been having some trouble with missing INI files. This is leading to missing icons in the main window and games not functioning properly due to configuration settings not being applied.