Dolphin, the GameCube and Wii emulator - Forums
64bit linux -- can't play anything - 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: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion)
+--- Thread: 64bit linux -- can't play anything (/Thread-64bit-linux-can-t-play-anything)

Pages: 1 2 3


64bit linux -- can't play anything - delibalta - 12-13-2013

Hi guys,

I'm trying to run some games on 64bit linux, but I get this error every time:

Code:
➜  dolphin-emu git:(master) dolphin-emu
54:23:850 ../Source/Core/DiscIO/Src/NANDContentLoader.cpp:216 W[DIO]: CreateFromDirectory: error opening /home/omer/.dolphin-emu/Wii/title/00000001/00000002/content/title.tmd

54:23:872 ../Source/Core/DiscIO/Src/NANDContentLoader.cpp:216 W[DIO]: CreateFromDirectory: error opening /home/omer/.dolphin-emu/Wii/title/00000001/00000002/content/title.tmd

54:28:952 ../Source/Core/Core/Src/ConfigManager.cpp:139 N[BOOT]: Saving settings to /home/omer/.dolphin-emu/Config/Dolphin.ini

54:29:250 ../Source/Core/DolphinWX/Src/GLInterface/GLX.cpp:88 N[Video]: glX-Version 1.4

54:29:250 ../Source/Core/DolphinWX/Src/GLInterface/GLX.cpp:110 N[Video]: Got double buffered visual!

[1]    30020 abort      dolphin-emu

xdg-screensaver: Window 0x1400244 does not exist


This happens whenever I start a game, no matter what setting I use I'm still getting this. Any ideas?

(I'm using latest version from git repository)

Thanks!

Also tried with 4.0 and got same error.


RE: 64bit linux -- can't play anything - Shonumi - 12-13-2013

You haven't said which Linux distro you're using, but my gut instinct is to get rid of any running instance of xdg-screensaver (using killall). If you don't use screensavers, you may want to find out where xdg-screensaver is being run in the first place and disable it altogether. FYI, everything else out the standard output you posted is pretty normal, up until Dolphin aborts that is.


RE: 64bit linux -- can't play anything - delibalta - 12-13-2013

I'm using 64bit openSUSE 13.1.

Killing xdg-screensaver didn't make any change. But interestingly, I'm not getting that xdg-screensaver output now. Program still ends without any error messages, though.

So nothing changed.


RE: 64bit linux -- can't play anything - Shonumi - 12-13-2013

Might be worth your while to run Dolphin through gdb, if you know how to use it (it's not too hard).


RE: 64bit linux -- can't play anything - delibalta - 12-13-2013

btw, the return code of dolphin-emu is 134 when it crashed like this.


RE: 64bit linux -- can't play anything - henk124875 - 12-16-2013

I just posted the same topic in support
i'm using mint 16 64 bit.
tough what i get from the terminal is a tiny bit different though i also get that double buffered visual.. and if i change openGL to software renderer it does work but slow ofcourse.


RE: 64bit linux -- can't play anything - rokclimb15 - 12-16-2013

Do you have vendor binary drivers installed, or are you using Linux native drivers for your video hardware? It's tough to tell from your profile, but you probably have Sandy or Ivy Intel HD graphics. Check dmesg if you're not sure.


RE: 64bit linux -- can't play anything - delibalta - 12-16-2013

@rokclimb15, what part of dmesg are you interested in? I can paste.

also, changing renderer to software didn't make any change in my system .. still fails same.


RE: 64bit linux -- can't play anything - rokclimb15 - 12-16-2013

To be honest, I'm not 100% sure because I don't have output from my Haswell system at hand. Can you just attach your whole dmesg? If that's no good, can you lspci -vv and post that? That'll at least tell me what to grep for in your dmesg, or might even reveal what graphics hardware you have.


RE: 64bit linux -- can't play anything - delibalta - 12-17-2013

dmesg: http://paste.opensuse.org/27003906
lspci: http://paste.opensuse.org/74041163