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.35
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 .. 30 31 32 33 34 35 36 37 38 39 40 .. 51 Next › Last »

sudsbud commented on 2014-06-20 07:14 (UTC)

Yes, I do use the nvidia driver and have problems with every dolphin version I've tried. I talked to irc about it and someone suggested that it might be an nvidia driver problem ported over from the windows problem (driver version 334.89) with the opengl backend causing "frequent crashing." I'm thinking about testing with my intel card just to make sure it's something in the driver and then I'll look into downgrading.

<deleted-account> commented on 2014-06-20 05:29 (UTC)

@sudsbud Yes, I've been experiencing this exact problem for some time now, and on the stable release (4.0.2) as well. Are you using the NVIDIA driver by any chance?

sudsbud commented on 2014-06-20 05:27 (UTC)

Do any of you reproduce these crashes? 1: open gamepad window -> close gamepad window -> open gamepad window = crash 2: open game -> close game -> open game = crash 3: open gamepad window -> open game = crash 4: run in gdb -> open game = crash Anyone know about these and has a work around?

alucryd commented on 2014-06-19 10:09 (UTC)

Snowman hasn't showed up on IRC for a month, I still haven't got in touch with him, no activity on the bug report either. I'll shoot him an email when I find the time to take care of this, maybe next week, time is scarce these days.

AdrianoML commented on 2014-06-06 01:12 (UTC)

This commit broke it again for me: https://github.com/dolphin-emu/dolphin/commit/91840cb4c77651179480f4c9480928b097296343 Probably the same gcc 4.9 bug...

alucryd commented on 2014-06-02 12:35 (UTC)

Ok, removed i686 from the arch array, and added -fno-inline-functions only to the flags, no more editing yours. Thx for the heads up guys. Also, now that I'm back, I'll ping Snowman about the bug report once he shows up on IRC.

linkmauve commented on 2014-05-25 12:02 (UTC)

i686 JIT will soon be removed (see https://dolphin-emu.org/blog/2014/05/19/obituary-32bit/), you should remove i686 from the arch array since it will become painfully slow.

alucryd commented on 2014-05-22 22:41 (UTC)

Thx for the insight guys. I'll contact Snowman on IRC if he does not react to the bug report. He's usually pretty quick though, just have to wait that Scimmia assigns the report to him. I will try to update the PKGBUILD as soon as something moves, can't promise though as I'm currently abroad.

delroth commented on 2014-05-22 21:51 (UTC)

Build issues with this package are caused by https://bugs.archlinux.org/task/40497 and https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61214 Motivated people might want to rebuild their wxgtk package from ABS using --disable-visibility as a ./configure option. Otherwise, wait and hope that the Arch bug report I made suggesting a workaround gets considered :)

flacs commented on 2014-05-15 10:12 (UTC)

@alucryd: The problem is caused by -finline-functions which is enabled by -O3, so to work around this you could just use "-O3 -fno-inline-functions".