<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>
<channel>
	<title>Blog.ChenHow.Net &#187; wine dosbox</title>
	<atom:link href="http://blog.chenhow.net/tag/wine-dosbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chenhow.net</link>
	<description>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</description>
	<lastBuildDate>Wed, 21 Dec 2011 03:32:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<copyright>Copyright &#xA9; Blog.ChenHow.Net 2010 </copyright>
	<managingEditor>chenhow@chenhow.net (Blog.ChenHow.Net)</managingEditor>
	<webMaster>chenhow@chenhow.net (Blog.ChenHow.Net)</webMaster>
	<image>
		<url>http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Blog.ChenHow.Net</title>
		<link>http://blog.chenhow.net</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Blog.ChenHow.Net</itunes:author>
	<itunes:owner>
		<itunes:name>Blog.ChenHow.Net</itunes:name>
		<itunes:email>chenhow@chenhow.net</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>[Ubuntu] Playing DOS Game In Ubuntu</title>
		<link>http://blog.chenhow.net/2008/10/26/linux/playing-dos-game-in-ubuntu/</link>
		<comments>http://blog.chenhow.net/2008/10/26/linux/playing-dos-game-in-ubuntu/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 15:41:39 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wine dosbox]]></category>
		<guid isPermaLink="false">http://blog.chenhow.net/?p=387</guid>
		<description><![CDATA[Long time since I last play the computer games. I don&#8217;t know whether everyone feel the same, when I&#8217;m getting older, I have lost my interest in playing games, especially those strategy and online games that takes you a lot of time to accomplish. But recently I have regained that interest and start looking for [...]]]></description>
			<content:encoded><![CDATA[<p>Long time since I last play the computer games. I don&#8217;t know whether everyone feel the same, when I&#8217;m getting older, I have lost my interest in playing games, especially those strategy and online games that takes you a lot of time to accomplish.</p>
<p>But recently I have regained that interest and start looking for some very famous RPG games that I played before like 金庸群侠传 and 侠客英雄传. I know these 2 are very very old games, but I still enjoy playing it.</p>
<p>Since I&#8217;m using Ubuntu, so I have to install <strong>WINE</strong> and <strong>Dosbox</strong> in order to play the game.</p>
<p>1. To install WINE and Dosbox</p>
<blockquote><p>sudo apt-get install wine dosbox</p>
</blockquote>
<p>2. After installed WINE and Dosbox, use WINE to install the game</p>
<blockquote><p>wine installer.exe</p>
</blockquote>
<p>Eg:(Follow the wizard to complete the installation, if you are installing chinese game, change your gnome session to chinese in order to read the chinese character)</p>
<p><img title="installer" src="http://www.chenhow.net/images/Misc/installer.png" alt="installer" width="506" height="200" /></p>
<p>3. Once finish install the game, run dosbox</p>
<blockquote><p>Goto Applications&gt;Games&gt;DOSBox Emulator</p>
</blockquote>
<p>4. Then type the following command in DOSBox Emulator</p>
<blockquote><p>- mount c /home//.wine                           ### Mount C to wine directory</p>
<p>- c:                                                         ### Change to C Drive</p>
<p>- cd DRIVE_C/PROGRA~1/JINGYONG/  ### Go to your game installed directory</p>
<p>- PLAY.BAT                                          ### Execute the game</p>
</blockquote>
<p>Eg:</p>
<p><a href="http://www.chenhow.net/images/Misc/dosbox.png" class="broken_link" rel="lightbox[387]"><img title="dosbox" src="http://www.chenhow.net/images/Misc/dosbox.png" alt="dosbox" width="524" height="328" /></a></p>
<p>5. Enjoy the game ^_^</p>
<p><a href="http://www.chenhow.net/images/Misc/jingyong.png" class="broken_link" rel="lightbox[387]"><img title="jingyong" src="http://www.chenhow.net/images/Misc/jingyong.png" alt="jingyong" width="525" height="250" /></a></p>
<p><strong>*Note:</strong> If you encounter &#8220;<span style="color: #ff0000;"><strong>DOS memory range unavailable</strong></span>&#8221; error, is because Linux kernel prevents programs (Wine) from accessing the first 64k of kernel memory. To solve this problem, run this command:</p>
<blockquote><p>sudo sysctl -w vm.mmap_min_addr=0</p>
</blockquote>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>July 28, 2008 -- <a href="http://blog.chenhow.net/2008/07/28/internet/firefox-3-crashes-with-flash/" title="Firefox 3 Crashes With Flash">Firefox 3 Crashes With Flash</a> (1)</li><li>July 26, 2008 -- <a href="http://blog.chenhow.net/2008/07/26/linux/run-thotkeeper-in-ubuntu-hardy/" title="[Ubuntu] Run Thotkeeper in Ubuntu Hardy">[Ubuntu] Run Thotkeeper in Ubuntu Hardy</a> (3)</li><li>February 14, 2008 -- <a href="http://blog.chenhow.net/2008/02/14/linux/install-flash-plugin-for-browser/" title="[Ubuntu] Install Flash Plugin for Mozilla Firefox">[Ubuntu] Install Flash Plugin for Mozilla Firefox</a> (5)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2008/10/26/linux/playing-dos-game-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

