Dolphin, the GameCube and Wii emulator - Forums

Full Version: Dolphin on Linux x64 doesn't open (IsDirectory: stat failed)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

frostwarrior

Hi everyone.

I tired to open the Dolphin precompiled binary for Linux x86_64 on my Arch box.
But it only outputs this weird error:
Code:
$ ./Dolphin
03:32:552 N[BOOT]: Loading Settings from ./User/Config/Dolphin.ini
03:32:576 N[BOOT]: Starting application
03:32:576 N[BOOT]: Loading Settings from ./User/Config/Dolphin.ini
03:32:618 W[COMMON]: IsDirectory: stat failed on ./User/Wii/title/00000001/00000002/content:

My system:
Linux chimaera 2.6.31-ARCH #1 SMP PREEMPT Fri Oct 23 10:03:24 CEST 2009 x86_64 AMD Athlon™ X2 240 Processor AuthenticAMD GNU/Linux

My specs:
CPU: Athlon x2 240 2800Mhz
GPU: GeForce 7300GT
RAM: 2gb DDR2 SuperTalent

Thanks in advance!
(11-07-2009, 03:08 PM)frostwarrior Wrote: [ -> ]Hi everyone.

I tired to open the Dolphin precompiled binary for Linux x86_64 on my Arch box.
But it only outputs this weird error:
Code:
$ ./Dolphin
03:32:552 N[BOOT]: Loading Settings from ./User/Config/Dolphin.ini
03:32:576 N[BOOT]: Starting application
03:32:576 N[BOOT]: Loading Settings from ./User/Config/Dolphin.ini
03:32:618 W[COMMON]: IsDirectory: stat failed on ./User/Wii/title/00000001/00000002/content:

I can confirm this, I just compiled revision 4530 and 4525 (where did the Linux builds go anyway?), the system is Ubuntu 9.10, also 64bit.
According to dmesg the error occurred in libpthread
Code:
[10530.697551] Dolphin[15363]: segfault at 30 ip 00007f99f2cf9081 sp 00007fffa0db95c0 error 4 in libpthread-2.10.1.so[7f99f2cf0000+17000]
strace (the only files in User/Config are "IR Pointer.ini" and "portable")
Hope that helps

(Core 2 Duo 6400 @ 2.13GHz, Geforce 9800GT)
i can confirm this same error in the 4600 build
Seems like the problem got introduced with revision 4479, revision 4478 is the last one that starts for me.
The issue seems 64bit only, release 4600 comes up on a 32 bit system without problems.
Got fixed with revision 4603 Smile
I can also attest to it working again *happy dance*