Dolphin, the GameCube and Wii emulator - Forums
Unable to Install Dolphin 4.0-7840 - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Unable to Install Dolphin 4.0-7840 (/Thread-unable-to-install-dolphin-4-0-7840)



Unable to Install Dolphin 4.0-7840 - Ashvas - 12-02-2015

Hi, I am on Ubuntu 15.10 and am currently trying to install Dolphin 4.0-7840 but have so far failed to do so. The issue is that I have a variety of unmet dependencies, as shown in the screenshot below SCREENSHOT. I have been unable to meet these dependencies. I have tried using .deb files in order to get rid of them, but not only is this a poor way to do it as it creates package conflicts, i later have a libfml-network2 dependency which, despite installing via the deb files, remains unmet. Any advice? Please don't say use the Ubuntu PPA as this is the wrong version (I am trying to install this specific build since it is widely used for a game I NetPlay).


RE: Unable to Install Dolphin 4.0-7840 - mbc07 - 12-02-2015

If you can't use the PPA you'll have to compile Dolphin from source...


RE: Unable to Install Dolphin 4.0-7840 - Ashvas - 12-02-2015

(12-02-2015, 12:30 PM)Jhonn Wrote: If you can't use the PPA you'll have to compile Dolphin from source...

I can't find the code for 4.0-7840 to compile from source. Do you know where I could find it? I don't want the most recent build of Dolphin, just to clarify, which is the reason why I can't use the PPA.


RE: Unable to Install Dolphin 4.0-7840 - mbc07 - 12-02-2015

Code:
git checkout ce493b897d6d3735c930a8465cc0c26bbe5feb86



RE: Unable to Install Dolphin 4.0-7840 - Ashvas - 12-02-2015

(12-02-2015, 01:15 PM)Jhonn Wrote:
Code:
git checkout ce493b897d6d3735c930a8465cc0c26bbe5feb86

Thanks! Unfortunately this has, however, disallowed me from using the correct Gecko Codes. It only manages to get 4 of them, none of which is the one needed to NetPlay. Is it possible to manually add Gecko Codes?


RE: Unable to Install Dolphin 4.0-7840 - JosJuice - 12-02-2015

Yes. You can add codes manually using Dolphin, or you can copy over the GameSettings directory from the newest version to the one you're using.


RE: Unable to Install Dolphin 4.0-7840 - Ashvas - 12-03-2015

(12-02-2015, 07:03 PM)JosJuice Wrote: Yes. You can add codes manually using Dolphin, or you can copy over the GameSettings directory from the newest version to the one you're using.

It keeps deleting the codes after I copy them in


RE: Unable to Install Dolphin 4.0-7840 - Ashvas - 12-04-2015

Anyone else have this problem?


RE: Unable to Install Dolphin 4.0-7840 - bachfugue - 12-23-2015

Last deb found working on ubuntu 15.10 is 6318.
For the others, I have unmet dependencies.
I haven't tried compiling yet.


RE: Unable to Install Dolphin 4.0-7840 - mbc07 - 12-23-2015

Of course you'll have unmet dependencies, our buildbot is compiling for Ubuntu 15.04, not 15.10. If you're using 15.10 you current options are either compiling from source code or using the PPA...