Dolphin, the GameCube and Wii emulator - Forums
[SOLVED] ISO death on impact - 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: [SOLVED] ISO death on impact (/Thread-solved-iso-death-on-impact)



[SOLVED] ISO death on impact - lukemartinlogan - 11-19-2013

Hello Everyone!

I use Arch Linux to run dolphin, I used yaourt to install it, and this issue keeps persisting on my laptop and desktop, which both run Arch. This is what Konsole tells me whenever I start any game file:


Code:
The selected language is not supported by your system. Falling back to system default.20:24:064 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/DiscIO/Src/NANDContentLoader.cpp:216 W[DIO]: CreateFromDirectory: error opening /home/luke/.dolphin-emu/Wii/title/00000001/00000002/content/title.tmd                                                                                                                                                                20:24:169 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/DiscIO/Src/NANDContentLoader.cpp:216 W[DIO]: CreateFromDirectory: error opening /home/luke/.dolphin-emu/Wii/title/00000001/00000002/content/title.tmd                                                                                                                                                                20:35:889 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/Core/Src/ConfigManager.cpp:139 N[BOOT]: Saving settings to /home/luke/.dolphin-emu/Config/Dolphin.ini                20:36:415 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/DolphinWX/Src/GLInterface/GLX.cpp:88 N[Video]: glX-Version 1.4                                                       20:36:415 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/DolphinWX/Src/GLInterface/GLX.cpp:110 N[Video]: Got double buffered visual!                                          20:36:447 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/Core/Src/Boot/Boot.cpp:196 N[BOOT]: Booting /home/luke/Games/Super Smash Bros Melee.iso                              20:36:552 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/Core/Src/HLE/HLE_OS.cpp:43 N[OSREPORT]: 81200308->81300000| Apploader Initialized.  $Revision: 27 $.20:36:552 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/Core/Src/HLE/HLE_OS.cpp:43 N[OSREPORT]: 81200324->81300000| This Apploader built Nov 14 2001 02:04:3920:37:515 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:170 N[Audio]: ALSA gave us a 8192 sample "hardware" buffer with 8 periods. Will send 1024 samples per fragments.
20:37:515 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:201 N[Audio]: ALSA successfully initialized.
20:37:516 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp:284 N[OSREPORT]: 20:37:517 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp:284 N[OSREPORT]: Dolphin OS $Revision: 47 $.20:37:517 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp:284 N[OSREPORT]: Kernel built : Nov 12 2001 01:46:1720:37:518 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp:284 N[OSREPORT]: Console Type : Development HW320:37:518 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp:284 N[OSREPORT]: Memory 24 MB20:37:519 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp:284 N[OSREPORT]: Arena : 0x804edee0 - 0x817f8ac020:37:538 /home/luke/Downloads/dolphin-emu-git/src/dolphin-emu/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp:284 N[OSREPORT]: app booted from bootromterminate called after throwing an instance of 'std::runtime_error'  what():  locale::facet::_S_create_c_locale name not valid

en_US is the language it says cannot be set, which is my default language. I copied this from my laptop, here are some specs


CPU: Intel® Core™ i3-2350M CPU @ 2.30GHz
GPU: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)

I use xf86-video-intel driver for the graphics


RE: ISO death on impact - lukemartinlogan - 11-20-2013

I hate to be rude and force things down people's throats, but anyone got any ideas now, it's been a day.......


RE: ISO death on impact - pauldacheez - 11-20-2013

Try manually setting your language to "English" (or, hell, any other language) in Config > Interface > Language.


RE: ISO death on impact - Shonumi - 11-20-2013

We don't have a lot of Arch Linux users, let alone Linux users here, so don't expect answers right away (by right away, I mean in day and/or the next day). Linux issues sometimes tend to be distro specific, which makes things even worse. I try to help fellow Linux users when I can though.

This looks like a viable solution: https://bbs.archlinux.org/viewtopic.php?id=117969 Specifically post #2 (and #3 to an extent) should be looked at. Hopefully it's that simple to fix on your end.


RE: ISO death on impact - lukemartinlogan - 11-21-2013

(11-20-2013, 02:48 PM)Shonumi Wrote: We don't have a lot of Arch Linux users, let alone Linux users here, so don't expect answers right away (by right away, I mean in day and/or the next day). Linux issues sometimes tend to be distro specific, which makes things even worse. I try to help fellow Linux users when I can though.

This looks like a viable solution: https://bbs.archlinux.org/viewtopic.php?id=117969 Specifically post #2 (and #3 to an extent) should be looked at. Hopefully it's that simple to fix on your end.
Yeah, I'm not suprised, and sorry for my impatience, I've actually had this issue for a week, I just decided then to post my own threads. It's sad I didn't find the article you posted on the arch forum, the answer to life was in it.

In other words...PROBLEM SOLVED!!!!! Big Grin

Thank for the help...and how do I mark this as solved


RE: ISO death on impact - DJBarry004 - 11-21-2013

In the title, add [SOLVED].