<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To: Compile and Use the Dolphin Gamecube/Wii Emulator in Linux</title>
	<atom:link href="http://r3dux.org/2010/03/how-to-compile-and-use-the-dolphin-gamecube-wii-emulator-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://r3dux.org/2010/03/how-to-compile-and-use-the-dolphin-gamecube-wii-emulator-in-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-compile-and-use-the-dolphin-gamecube-wii-emulator-in-linux</link>
	<description>A number-pimping side project from the valleys in *NEW* upside-down flavour.</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:11:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: r3dux</title>
		<link>http://r3dux.org/2010/03/how-to-compile-and-use-the-dolphin-gamecube-wii-emulator-in-linux/#comment-7208</link>
		<dc:creator>r3dux</dc:creator>
		<pubDate>Thu, 24 Nov 2011 05:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=2312#comment-7208</guid>
		<description>Have you tried launching it from bash? That should provide some debug info like in roger&#039;s comment above...

Also, did you grab the PPA version or build your own? Which ever you chose, try the other! =P

I just built a copy myself to test it by installing the required libs from the list here: &lt;a href=&quot;http://code.google.com/p/dolphin-emu/wiki/Linux_Build&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/dolphin-emu/wiki/Linux_Build&lt;/a&gt; and then issuing the following commands:

&lt;pre lang=&quot;bash&quot;&gt;
$ mkdir Dolphin
$ cd Dolphin
$ git clone https://code.google.com/p/dolphin-emu/ dolphin-emu
$ cd dolphin-emu
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install&lt;/pre&gt;

Works fine! =D</description>
		<content:encoded><![CDATA[<p>Have you tried launching it from bash? That should provide some debug info like in roger&#8217;s comment above&#8230;</p>
<p>Also, did you grab the PPA version or build your own? Which ever you chose, try the other! =P</p>
<p>I just built a copy myself to test it by installing the required libs from the list here: <a href="http://code.google.com/p/dolphin-emu/wiki/Linux_Build">http://code.google.com/p/dolphin-emu/wiki/Linux_Build</a> and then issuing the following commands:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">mkdir</span> Dolphin
$ <span style="color: #7a0874; font-weight: bold;">cd</span> Dolphin
$ <span style="color: #c20cb9; font-weight: bold;">git</span> clone https:<span style="color: #000000; font-weight: bold;">//</span>code.google.com<span style="color: #000000; font-weight: bold;">/</span>p<span style="color: #000000; font-weight: bold;">/</span>dolphin-emu<span style="color: #000000; font-weight: bold;">/</span> dolphin-emu
$ <span style="color: #7a0874; font-weight: bold;">cd</span> dolphin-emu
$ <span style="color: #c20cb9; font-weight: bold;">mkdir</span> build
$ <span style="color: #7a0874; font-weight: bold;">cd</span> build
$ cmake ..
$ <span style="color: #c20cb9; font-weight: bold;">make</span>
$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p>Works fine! =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vashness</title>
		<link>http://r3dux.org/2010/03/how-to-compile-and-use-the-dolphin-gamecube-wii-emulator-in-linux/#comment-7204</link>
		<dc:creator>vashness</dc:creator>
		<pubDate>Wed, 23 Nov 2011 05:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=2312#comment-7204</guid>
		<description>Hi i start it but when ever i try to start a game it just closes, it does not give me an error message or anything it just goes blank and closes, im using ubuntu 10.10 iv tried at least  or 4 different roms/iso but it still does it, any ansewrs? please help.</description>
		<content:encoded><![CDATA[<p>Hi i start it but when ever i try to start a game it just closes, it does not give me an error message or anything it just goes blank and closes, im using ubuntu 10.10 iv tried at least  or 4 different roms/iso but it still does it, any ansewrs? please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r3dux</title>
		<link>http://r3dux.org/2010/03/how-to-compile-and-use-the-dolphin-gamecube-wii-emulator-in-linux/#comment-5937</link>
		<dc:creator>r3dux</dc:creator>
		<pubDate>Sat, 05 Jun 2010 12:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=2312#comment-5937</guid>
		<description>Works for me - you&#039;&#039;ll have to nudge the dolphin forums w/ your issue - g&#039;luck!

Oh, and also it could be the ISO or .WAD file that you&#039;re pointing the emulator at - make sure you try out a couple of different ones - maybe it&#039;ll just be an issue with a specific game.</description>
		<content:encoded><![CDATA[<p>Works for me &#8211; you&#8221;ll have to nudge the dolphin forums w/ your issue &#8211; g&#8217;luck!</p>
<p>Oh, and also it could be the ISO or .WAD file that you&#8217;re pointing the emulator at &#8211; make sure you try out a couple of different ones &#8211; maybe it&#8217;ll just be an issue with a specific game.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger</title>
		<link>http://r3dux.org/2010/03/how-to-compile-and-use-the-dolphin-gamecube-wii-emulator-in-linux/#comment-5936</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Sat, 05 Jun 2010 10:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=2312#comment-5936</guid>
		<description>start but does not work

ro@casa-ubuntu:~/dolphin/dolphin-emu-read-only/Binary/Linux-i686$ ./dolphin-emu
11:15:301 Source/Core/Common/Src/FileUtil.cpp:92 W[COMMON]: IsDirectory: stat failed on ./user/Wii/title/00000001/00000002/content/: 
11:15:930 Source/Core/DolphinWX/Src/X11Utils.cpp:107 N[Video]: XRRExtension-Version 1.3
11:15:935 Source/Core/DolphinWX/Src/X11Utils.cpp:144 N[Video]: Fullscreen Resolution 640x480</description>
		<content:encoded><![CDATA[<p>start but does not work</p>
<p>ro@casa-ubuntu:~/dolphin/dolphin-emu-read-only/Binary/Linux-i686$ ./dolphin-emu<br />
11:15:301 Source/Core/Common/Src/FileUtil.cpp:92 W[COMMON]: IsDirectory: stat failed on ./user/Wii/title/00000001/00000002/content/:<br />
11:15:930 Source/Core/DolphinWX/Src/X11Utils.cpp:107 N[Video]: XRRExtension-Version 1.3<br />
11:15:935 Source/Core/DolphinWX/Src/X11Utils.cpp:144 N[Video]: Fullscreen Resolution 640&#215;480</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhifx</title>
		<link>http://r3dux.org/2010/03/how-to-compile-and-use-the-dolphin-gamecube-wii-emulator-in-linux/#comment-5930</link>
		<dc:creator>abhifx</dc:creator>
		<pubDate>Thu, 03 Jun 2010 16:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=2312#comment-5930</guid>
		<description>great guide. thanks</description>
		<content:encoded><![CDATA[<p>great guide. thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

