Emulator Issues #8371
closed4.0-5841 - Creates All Directorys in $HOME Instead of ~/.dolphin-emu
0%
Description
64bit Dolphin compiled from source
OS - Slackware 14.1 x86_64
What's the problem? Describe what went wrong in few words.
I compiled 4.0-5841 from source and when I ran it for the first time all the directories it creates, it just made them in my $HOME /path instead of creating them in ~/.dolphin-emu, which is what 4.0.2 did.
What did you expect to happen instead?
Expected the folders to be created in the hidden /path in $HOME as;
~/.dolphin-emu
What steps will reproduce the problem?
[Don't assume we have ever played the game and know any level names. Be as
specific as possible.]
- After compiling and installing 4.0-5841, the first time run.
Dolphin 3.5 and 3.5-367 are old versions of Dolphin that have
known issues and bugs, so don't report issues about them and test the
latest Dolphin version first.
Which versions of Dolphin did you test on?
4.0.2 does not create this problem.
Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
Yes 4.0.2
Is this a source issue, or has compile options changed that I need to include to make sure it creates ~/.dolphin-emu?
Updated by ears.box about 10 years ago
I forgot to mention this happens when you install the development version and you don't have the ~/.dolphin-emu path.
But if you are upgrading from a stable version to a development version and you have the ~/.dolphin-emu path, then this is not happening.
Also ~/.dolphin-emu/OpenCL was created in 4.0.2 but is not created in the development branch, is OpenCL removed?
Updated by Sonicadvance1 about 10 years ago
- Status changed from New to Fix pending
Fixed in PR https://github.com/dolphin-emu/dolphin/pull/2212
Updated by Sonicadvance1 about 10 years ago
- Status changed from Fix pending to Fixed
Updated by ears.box about 10 years ago
Has ~/.dolphin-emu/OpenCL been removed from the Development branch?
thank you