<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Slickeel&#039;s Blog</title>
	<atom:link href="http://slickeel.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://slickeel.wordpress.com</link>
	<description>One of the slickest blogs about eel!</description>
	<lastBuildDate>Fri, 25 Mar 2011 11:27:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='slickeel.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Slickeel&#039;s Blog</title>
		<link>http://slickeel.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://slickeel.wordpress.com/osd.xml" title="Slickeel&#039;s Blog" />
	<atom:link rel='hub' href='http://slickeel.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Philips AMBX starter kit with XBMC media centre in Ubuntu Linux Maverick Meerkat 10.10</title>
		<link>http://slickeel.wordpress.com/2011/03/25/philips-ambx-starter-kit-with-xbmc-media-centre-in-ubuntu-linux-maverick-meerkat-10-10/</link>
		<comments>http://slickeel.wordpress.com/2011/03/25/philips-ambx-starter-kit-with-xbmc-media-centre-in-ubuntu-linux-maverick-meerkat-10-10/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 23:06:48 +0000</pubDate>
		<dc:creator>slickeel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://slickeel.wordpress.com/?p=114</guid>
		<description><![CDATA[Below you can find my howto for setting up your Philips AMBX starter kit to be used with XBMC media centre in Ubuntu Linux Maverick Meerkat 10.10. My setup firsts boot ubuntu, then gnome, then xbmc. If your setup is &#8230; <a href="http://slickeel.wordpress.com/2011/03/25/philips-ambx-starter-kit-with-xbmc-media-centre-in-ubuntu-linux-maverick-meerkat-10-10/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=114&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/5UbVTZl9zAw?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5UbVTZl9zAw?version=3" type="application/x-shockwave-flash" width="640" height="385" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/Q6scdXM6J5c?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Q6scdXM6J5c?version=3" type="application/x-shockwave-flash" width="640" height="385" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Below you can find my howto for setting up your Philips AMBX starter kit to be used with XBMC media centre in Ubuntu Linux Maverick Meerkat 10.10. </p>
<p>My setup firsts boot ubuntu, then gnome, then xbmc. If your setup is different you should keep in mind that this howto might not work flawlessly for you.</p>
<p>You should make sure you have your Ubuntu with XBMC setup working. Also connect your AMBX hardware via USB</p>
<p>1: Install needed packages<br />
<code><br />
sudo aptitude update<br />
sudo aptitude install subversion ruby ruby-dev libusb-ruby libusb-dev libportaudio-dev libavdevice-dev libswscale-dev libavformat-dev libavcodec-dev libxrender-dev libsdl1.2-dev libx11-dev gcc -y<br />
</code><br />
2: Download needed software<br />
<code><br />
mkdir ~/ambx<br />
cd ~/ambx<br />
wget http://www.xs4all.nl/~loosen/boblight/boblight-1.3.tar.gz<br />
wget http://www.a-k-r.org/ruby-usb/ruby-usb-0.2.tar.gz<br />
svn checkout http://combustd.googlecode.com/svn/branches/combustd-ruby-0.2<br />
</code><br />
3: Install boblight-1.3<br />
<code><br />
cd ~/ambx<br />
tar xfz boblight-1.3.tar.gz<br />
cd boblight-1.3<br />
sudo ./configure<br />
sudo make<br />
sudo make install<br />
</code><br />
4: Create boblight configuration file and open the file with your favorite editor<br />
<code><br />
sudo touch /etc/boblight.conf<br />
vi /etc/boblight.conf<br />
</code><br />
5: Fill up the boblight configuration file with the following and save it afterwards:<br />
<code><br />
[global]<br />
interface 127.0.0.1<br />
port 19333</p>
<p>[device]<br />
name AmbX_Combust<br />
output "ruby /usr/local/combustd/applications/boblight/boblight.rb"<br />
channels 15<br />
type popen<br />
interval 20000</p>
<p>[color]<br />
name red<br />
rgb FF0000</p>
<p>[color]<br />
name green<br />
rgb 00FF00</p>
<p>[color]<br />
name blue<br />
rgb 0000FF</p>
<p>[light]<br />
name left<br />
color red AmbX_Combust 1<br />
color green AmbX_Combust 2<br />
color blue AmbX_Combust 3<br />
hscan 0 33.33<br />
vscan 0 66.66<br />
saturation 3.0<br />
proportional 20.0<br />
value 3<br />
threshold 20<br />
interpolation on</p>
<p>[light]<br />
name right<br />
color red AmbX_Combust 4<br />
color green AmbX_Combust 5<br />
color blue AmbX_Combust 6<br />
hscan 66.66 100<br />
vscan 0 66.66<br />
saturation 3.0<br />
proportional 20.0<br />
value 3<br />
threshold 20<br />
interpolation on</p>
<p>[light]<br />
name wwleft<br />
color red AmbX_Combust 7<br />
color green AmbX_Combust 8<br />
color blue AmbX_Combust 9<br />
hscan 0 40<br />
vscan 0 33.33<br />
saturation 3.0<br />
proportional 20.0<br />
value 3<br />
threshold 20<br />
interpolation on</p>
<p>[light]<br />
name wwright<br />
color red AmbX_Combust 10<br />
color green AmbX_Combust 11<br />
color blue AmbX_Combust 12<br />
hscan 60 100<br />
vscan 0 33.33<br />
saturation 3.0<br />
proportional 20.0<br />
value 3<br />
threshold 20<br />
interpolation on</p>
<p>[light]<br />
name wwcenter<br />
color red AmbX_Combust 13<br />
color green AmbX_Combust 14<br />
color blue AmbX_Combust 15<br />
hscan 33 66<br />
vscan 0 33.33<br />
saturation 3.0<br />
proportional 20.0<br />
value 3<br />
threshold 20<br />
interpolation on<br />
</code><br />
6: Install ruby-usb-0.2<br />
<code><br />
cd ~/ambx<br />
tar xfz ruby-usb-0.2.tar.gz<br />
cd ruby-usb-0.2<br />
sudo ruby extconf.rb<br />
sudo make<br />
sudo make install<br />
</code><br />
7: Move the downloaded combustd files into your system<br />
<code><br />
cd ~/ambx<br />
mkdir /usr/local/combustd<br />
mv ~/ambx/combustd-ruby-0.2/* /usr/local/combustd/<br />
</code><br />
8: Testing<br />
<code><br />
sudo boblightd<br />
export DISPLAY=:0.0<br />
boblight-constant ff00ff; sleep 5; killall boblight-constant<br />
</code><br />
9: Create 2 start up scripts<br />
<code><br />
sudo touch /usr/bin/ambx<br />
sudo chmod +x /usr/bin/ambx<br />
sudo echo "#!/bin/bash" &gt; /usr/bin/ambx<br />
sudo echo "boblightd" &gt;&gt; /usr/bin/abmx<br />
sudo touch /usr/bin/ambx2<br />
sudo chmod +x /usr/bin/ambx<br />
sudo echo "#!/bin/bash" &gt; /usr/bin/abmx2<br />
sudo echo "boblight-X11 -t 0.1  -s 100" &gt;&gt; /usr/bin/abmx2<br />
</code><br />
10: Start abmx script at boot time by creating a udev rule<br />
<code><br />
sudo vi /etc/udev/rules.d/99-ambx.rules<br />
</code><br />
11: Fill up your udev rule with the following<br />
<code><br />
SUBSYSTEM=="usb", ATTRS{idVendor}=="0471", ATTRS{idProduct}=="083f", ACTION=="add", RUN+="/usr/bin/ambx"<br />
</code><br />
12: Make sure the DISPLAY environment variable is set properly by opening up the environment configuration file<br />
<code><br />
vi /etc/environment<br />
</code><br />
13: Add the following rule to the environment file and save it<br />
<code><br />
DISPLAY=":0.0"<br />
</code><br />
14: Start ambx2 script at boot time by create a startup application within gnome and save it:<br />
<code><br />
System &gt; Preferenced &gt; Startup Applications<br />
Name: ambx2<br />
Command: /usr/bin/ambx2<br />
Comment: ambx2<br />
</code><br />
15: Reboot and et voila, everything should be working!</p>
<p>My thanks go out to the following howtos. I made my own howto because the ones below didnt get my abmx setup working flawlessly while setting up and after rebooting.</p>
<p>http://www.lockstockmods.net/2010/05/22/xbmc-live-linux-with-ambx/</p>
<p>http://forum.xbmc.org/showthread.php?t=71912</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slickeel.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slickeel.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slickeel.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slickeel.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slickeel.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slickeel.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slickeel.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slickeel.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slickeel.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slickeel.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slickeel.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slickeel.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slickeel.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slickeel.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=114&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slickeel.wordpress.com/2011/03/25/philips-ambx-starter-kit-with-xbmc-media-centre-in-ubuntu-linux-maverick-meerkat-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b35dd6ee557c0396fe6078f78d7dd90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slickeel</media:title>
		</media:content>
	</item>
		<item>
		<title>Starcraft 2 wings of liberty wine ubuntu 2010 in review</title>
		<link>http://slickeel.wordpress.com/2011/01/02/starcraft-2-wings-of-liberty-wine-ubuntu-2010-in-review/</link>
		<comments>http://slickeel.wordpress.com/2011/01/02/starcraft-2-wings-of-liberty-wine-ubuntu-2010-in-review/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 14:52:50 +0000</pubDate>
		<dc:creator>slickeel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://slickeel.wordpress.com/?p=112</guid>
		<description><![CDATA[The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health: The Blog-Health-o-Meter&#8482; reads Wow. Crunchy numbers About 3 million people visit the Taj Mahal every &#8230; <a href="http://slickeel.wordpress.com/2011/01/02/starcraft-2-wings-of-liberty-wine-ubuntu-2010-in-review/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=112&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[
<p>The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health:</p>
<p align="center"><img style="border:1px solid #ddd;background:#f5f5f5;padding:20px;" src="http://s0.wp.com/i/annual-recap/meter-healthy5.gif" width="250" height="183" alt="Healthy blog!"></p>
<p align="center">The <em>Blog-Health-o-Meter&trade;</em> reads Wow.</p>
<h2>Crunchy numbers</h2>
<p>			<a href="http://slickeel.files.wordpress.com/2010/06/starcraft-2-17621.jpg"><img src="http://slickeel.files.wordpress.com/2010/06/starcraft-2-17621.jpg?w=288" alt="Featured image" style="max-height:230px;float:right;border:1px solid #ddd;background:#fff;margin:0 0 1em 1em;padding:6px;" /></a></p>
<p>About 3 million people visit the Taj Mahal every year.  This blog was viewed about <strong>25,000</strong> times in 2010.  If it were the Taj Mahal, it would take about 3 days for that many people to see it.</p>
<p>
<p>In 2010, there were <strong>5</strong> new posts, not bad for the first year! There were <strong>15</strong> pictures uploaded, taking up a total of 5mb. That&#8217;s about a picture per month.</p>
<p>The busiest day of the year was July 27th with <strong>1</strong> views. The most popular post that day was <a style="color:#08c;" href="http://slickeel.wordpress.com/2010/06/02/starcraft-2-beta-wings-of-liberty-in-ubuntu-lucid-lynx-with-wine/">Starcraft 2 Beta Wings of Liberty in Ubuntu Lucid Lynx with Wine</a>.</p>
<p></p>
<h2>Where did they come from?</h2>
<p>The top referring sites in 2010 were <strong>appdb.winehq.org</strong>, <strong>ubuntulife.wordpress.com</strong>, <strong>slickeel.files.wordpress.com</strong>, <strong>ubuntuforums.org</strong>, and <strong>zealouscraft.com</strong>.</p>
<p>Some visitors came searching, mostly for <strong>starcraft 2</strong>, <strong>starcraft</strong>, <strong>starcraft 2 ubuntu</strong>, <strong>star craft 2</strong>, and <strong>starcraft ii</strong>.</p>
<div style="clear:both;"></div>
<h2>Attractions in 2010</h2>
<p>These are the posts and pages that got the most views in 2010.</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">1</div>
<p>					<a style="margin-right:10px;" href="http://slickeel.wordpress.com/2010/06/02/starcraft-2-beta-wings-of-liberty-in-ubuntu-lucid-lynx-with-wine/">Starcraft 2 Beta Wings of Liberty in Ubuntu Lucid Lynx with Wine</a> <span style="color:#999;font-size:8pt;">June 2010</span><br />8 comments											</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">2</div>
<p>					<a style="margin-right:10px;" href="http://slickeel.wordpress.com/2010/06/19/sc2allin1-mod-for-starcraft-ii-wings-of-liberty-beta-in-linux-with-wine-1-2-rc4-and-ubuntu-lucid-lynx-10-04-32-bits/">SC2ALLin1 mod for Starcraft II Wings of Liberty Beta in Linux with Wine-1.2-rc4 and Ubuntu Lucid Lynx 10.04 (32 bits)<span id="more-112"></span></a> <span style="color:#999;font-size:8pt;">June 2010</span><br />10 comments											</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">3</div>
<p>					<a style="margin-right:10px;" href="http://slickeel.wordpress.com/2010/11/02/evolution-chamber-starcraft-2-build-order-optimizer-in-java/">Evolution Chamber: Starcraft 2 build order optimizer in JAVA</a> <span style="color:#999;font-size:8pt;">November 2010</span>											</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">4</div>
<p>					<a style="margin-right:10px;" href="http://slickeel.wordpress.com/about/">of One of the</a> <span style="color:#999;font-size:8pt;">June 2010</span>											</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">5</div>
<p>					<a style="margin-right:10px;" href="http://slickeel.wordpress.com/2010/07/19/starcraft-2-beta-wings-of-liberty-coming-to-an-end/">Starcraft 2 Beta Wings of Liberty coming to an end</a> <span style="color:#999;font-size:8pt;">July 2010</span>											</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slickeel.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slickeel.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slickeel.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slickeel.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slickeel.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slickeel.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slickeel.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slickeel.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slickeel.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slickeel.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slickeel.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slickeel.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slickeel.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slickeel.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=112&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slickeel.wordpress.com/2011/01/02/starcraft-2-wings-of-liberty-wine-ubuntu-2010-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b35dd6ee557c0396fe6078f78d7dd90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slickeel</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/i/annual-recap/meter-healthy5.gif" medium="image">
			<media:title type="html">Healthy blog!</media:title>
		</media:content>

		<media:content url="http://slickeel.files.wordpress.com/2010/06/starcraft-2-17621.jpg?w=288" medium="image">
			<media:title type="html">Featured image</media:title>
		</media:content>
	</item>
		<item>
		<title>Evolution Chamber: Starcraft 2 build order optimizer in JAVA</title>
		<link>http://slickeel.wordpress.com/2010/11/02/evolution-chamber-starcraft-2-build-order-optimizer-in-java/</link>
		<comments>http://slickeel.wordpress.com/2010/11/02/evolution-chamber-starcraft-2-build-order-optimizer-in-java/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 19:13:22 +0000</pubDate>
		<dc:creator>slickeel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://slickeel.wordpress.com/?p=107</guid>
		<description><![CDATA[I found a Starcraft 2 AI project hosted via Google code called Evolution Chamber. Its coded in java and you can find it here: http://code.google.com/p/evolutionchamber/ I wonder if this software is more revolutionary then the already nice AI from Blizzard. &#8230; <a href="http://slickeel.wordpress.com/2010/11/02/evolution-chamber-starcraft-2-build-order-optimizer-in-java/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=107&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found a Starcraft 2 AI project hosted via Google code called Evolution Chamber. Its coded in java and you can find it here:</p>
<p>http://code.google.com/p/evolutionchamber/</p>
<p>I wonder if this software is more revolutionary then the already nice AI from Blizzard. Here is a link with some more information if your interested:</p>
<p>http://lbrandy.com/blog/2010/11/using-genetic-algorithms-to-find-starcraft-2-build-orders/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slickeel.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slickeel.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slickeel.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slickeel.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slickeel.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slickeel.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slickeel.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slickeel.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slickeel.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slickeel.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slickeel.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slickeel.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slickeel.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slickeel.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=107&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slickeel.wordpress.com/2010/11/02/evolution-chamber-starcraft-2-build-order-optimizer-in-java/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b35dd6ee557c0396fe6078f78d7dd90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slickeel</media:title>
		</media:content>
	</item>
		<item>
		<title>Starcraft 2 Beta Wings of Liberty coming to an end</title>
		<link>http://slickeel.wordpress.com/2010/07/19/starcraft-2-beta-wings-of-liberty-coming-to-an-end/</link>
		<comments>http://slickeel.wordpress.com/2010/07/19/starcraft-2-beta-wings-of-liberty-coming-to-an-end/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 14:52:00 +0000</pubDate>
		<dc:creator>slickeel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://slickeel.wordpress.com/?p=104</guid>
		<description><![CDATA[The Starcraft 2 Wings of Liberty beta has come to an end!. The beta was closed on 19-07-2010. What a time it was.. In the meanwhile you can download the offical game from the battle.net servers so when the keys &#8230; <a href="http://slickeel.wordpress.com/2010/07/19/starcraft-2-beta-wings-of-liberty-coming-to-an-end/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=104&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Starcraft 2 Wings of Liberty beta has come to an end!. The beta was closed on 19-07-2010. What a time it was..</p>
<p>In the meanwhile you can download the offical game from the battle.net servers so when the keys will be available on 27-07-2010 you are ready to go!</p>
<p><a href="http://beta-eu.battle.net/account/management/sc2/pre-download-page.html">http://beta-eu.battle.net/account/management/sc2/pre-download-page.html<br />
</a><br />
GL HF <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slickeel.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slickeel.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slickeel.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slickeel.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slickeel.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slickeel.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slickeel.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slickeel.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slickeel.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slickeel.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slickeel.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slickeel.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slickeel.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slickeel.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=104&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slickeel.wordpress.com/2010/07/19/starcraft-2-beta-wings-of-liberty-coming-to-an-end/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b35dd6ee557c0396fe6078f78d7dd90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slickeel</media:title>
		</media:content>
	</item>
		<item>
		<title>GL HF</title>
		<link>http://slickeel.wordpress.com/2010/06/20/gl-hf-hh/</link>
		<comments>http://slickeel.wordpress.com/2010/06/20/gl-hf-hh/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 22:57:14 +0000</pubDate>
		<dc:creator>slickeel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://slickeel.wordpress.com/?p=71</guid>
		<description><![CDATA[Good luck and have fun<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=71&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span id="more-71"></span><br />
<a href="http://slickeel.files.wordpress.com/2010/06/starcraftii1.jpg"><img src="http://slickeel.files.wordpress.com/2010/06/starcraftii1.jpg?w=640&#038;h=480" alt="" title="StarcraftII" width="640" height="480" class="alignnone size-full wp-image-94" /></a><br />
<!--more--><!--more--><br />
Good luck and have fun</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slickeel.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slickeel.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slickeel.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slickeel.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slickeel.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slickeel.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slickeel.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slickeel.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slickeel.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slickeel.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slickeel.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slickeel.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slickeel.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slickeel.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=71&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slickeel.wordpress.com/2010/06/20/gl-hf-hh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b35dd6ee557c0396fe6078f78d7dd90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slickeel</media:title>
		</media:content>

		<media:content url="http://slickeel.files.wordpress.com/2010/06/starcraftii1.jpg" medium="image">
			<media:title type="html">StarcraftII</media:title>
		</media:content>
	</item>
		<item>
		<title>SC2ALLin1 mod for Starcraft II Wings of Liberty Beta in Linux with Wine-1.2-rc4 and Ubuntu Lucid Lynx 10.04 (32 bits)</title>
		<link>http://slickeel.wordpress.com/2010/06/19/sc2allin1-mod-for-starcraft-ii-wings-of-liberty-beta-in-linux-with-wine-1-2-rc4-and-ubuntu-lucid-lynx-10-04-32-bits/</link>
		<comments>http://slickeel.wordpress.com/2010/06/19/sc2allin1-mod-for-starcraft-ii-wings-of-liberty-beta-in-linux-with-wine-1-2-rc4-and-ubuntu-lucid-lynx-10-04-32-bits/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 13:17:28 +0000</pubDate>
		<dc:creator>slickeel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://slickeel.wordpress.com/?p=43</guid>
		<description><![CDATA[The Starcraft 2 Wings of Liberty Beta is currently on hold but some nice people have taken the effort too create a mod so you can play against the computer without connecting to battle.net. First I tried the easy way. &#8230; <a href="http://slickeel.wordpress.com/2010/06/19/sc2allin1-mod-for-starcraft-ii-wings-of-liberty-beta-in-linux-with-wine-1-2-rc4-and-ubuntu-lucid-lynx-10-04-32-bits/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=43&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span id="more-43"></span><br />
<a href="http://slickeel.files.wordpress.com/2010/06/wall1-1920x1200.jpg"><img src="http://slickeel.files.wordpress.com/2010/06/wall1-1920x1200.jpg?w=640&#038;h=400" alt="" title="wall1-1920x1200" width="640" height="400" class="alignnone size-full wp-image-87" /></a><br />
<!--more--><br />
<!--more--><br />
The Starcraft 2 Wings of Liberty Beta is currently on hold but some nice people have taken the effort too create a mod so you can play against the computer without connecting to battle.net. First I tried the easy way. Installing wine with aptitude. Then downloaded and installed the game. The game run so i tried installing the mod&#8230;</p>
<p>The current release of Wine in Ubuntu Lucid Lynx is 1.1.42. The current latest version of Wine is 1.2. That version had a fix for a bug that stopped me from running the AI mod in the first place so I figured out to just compile from source again:</p>
<p>a: Download Ubuntu Lucid Lynx Desktop 32 bits from http://www.ubuntu.com and Install it<br />
b: Boot your new fresh OS and update the NVIDIA hardware drivers: System &gt; Administration &gt; Hardware Drivers &gt; Choose [Recommended] Driver, click Activate<br />
c: Reboot your PC to get the new graphics driver activated. </p>
<p>1: Install Wine from source and patch it so it still works after patch 16:<br />
<code><br />
sudo aptitude install git-core build-essential -y<br />
sudo apt-get build-dep wine -y<br />
git clone git://source.winehq.org/git/wine.git ~/winesourcecode<br />
cd ~/winesourcecode<br />
wget -q -O - http://bugs2.winehq.org/attachment.cgi?id=29498 | patch -p1<br />
tools/make_requests &amp;&amp; ./configure &amp;&amp; make depend &amp;&amp; make<br />
sudo make install<br />
</code><br />
2: Download winetricks. Use it too install extra software Wine needs to run the mod. You need to click Accept a few times. I had to try a few before it worked, so some could be removed.<br />
<code><br />
cd ~/.wine/drive_c<br />
wget http://winezeug.googlecode.com/svn/trunk/winetricks<br />
sh winetricks gecko fontfix allfonts corefonts mono20 mono22 mono24 mono26 vcrun2008 vcrun2005 vb6run dotnet20 gdiplus d3dx9 cabextract ie7<br />
</code><br />
3: Download the Starcraft II Beta Wings of Liberty game installer from http://www.battle.net first and start it to download the game content. When the download is ready click the Install button and use this installation folder: C:\Program Files\Starcraft 2 Beta<br />
<code><br />
wine ~/Downloads/StarCraft_2_Beta_enGB.exe<br />
</code><br />
4: When the Installation is completed you can download the AI mod files. Note that the AI files (loader and maps) are not from Blizzard. Reference: http://sc2.nibbits.com/assets/starcrack-allin1/<br />
<code><br />
sudo aptitude install unrar -y<br />
mkdir ~/.wine/drive_c/Program\ Files/StarCraft\ II\ Beta/aimod<br />
cd  ~/.wine/drive_c/Program\ Files/StarCraft\ II\ Beta/aimod<br />
wget http://sc2.nibbits.com/assets/starcrack-allin1/files/228/get<br />
wget http://sc2.nibbits.com/assets/starcrack-allin1/files/184/get<br />
wine SC2ALLin1_setup966.exe<br />
unrar e New_Official_Maps.rar<br />
mv *.s2ma ~/.wine/drive_c/users/slickeel/My\ Documents/StarCraft\ II\ Beta/Maps/</p>
<p>Be sure to change slickeel to your username!<br />
</code><br />
5: Start your new AI mod:<br />
<code><br />
wine ~/.wine/drive_c/Program\ Files/Starcraft\ 2\ Beta/SC2ALLin1/SC2ALLin1.exe<br />
</code></p>
<p>A personal suggestion:</p>
<p>* Choose the Desert Oasis map and click Select map<br />
* Put the human on Location 1<br />
* Set the human Race to Terran<br />
* Click launch<br />
* Build 3 scv&#8217;s<br />
* Build supply depot<br />
* Build barracks<br />
* Build refinary<br />
* Put 3 scv&#8217;s on refinery<br />
* Choose barracks and press X for tech lab<br />
* Choose techlab and upgrade Reaper Speed<br />
* Build another supply depot<br />
* Build more scv&#8217;s<br />
* Pump some Reapers<br />
* Attack your enemy from the top by jumping right into their minerals line</p>
<p>Ofcourse, if they dont rush into you first!</p>
<p>GL HF</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slickeel.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slickeel.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slickeel.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slickeel.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slickeel.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slickeel.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slickeel.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slickeel.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slickeel.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slickeel.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slickeel.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slickeel.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slickeel.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slickeel.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=43&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slickeel.wordpress.com/2010/06/19/sc2allin1-mod-for-starcraft-ii-wings-of-liberty-beta-in-linux-with-wine-1-2-rc4-and-ubuntu-lucid-lynx-10-04-32-bits/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b35dd6ee557c0396fe6078f78d7dd90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slickeel</media:title>
		</media:content>

		<media:content url="http://slickeel.files.wordpress.com/2010/06/wall1-1920x1200.jpg" medium="image">
			<media:title type="html">wall1-1920x1200</media:title>
		</media:content>
	</item>
		<item>
		<title>Starcraft 2 Beta Wings of Liberty in Ubuntu Lucid Lynx with Wine</title>
		<link>http://slickeel.wordpress.com/2010/06/02/starcraft-2-beta-wings-of-liberty-in-ubuntu-lucid-lynx-with-wine/</link>
		<comments>http://slickeel.wordpress.com/2010/06/02/starcraft-2-beta-wings-of-liberty-in-ubuntu-lucid-lynx-with-wine/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 19:26:26 +0000</pubDate>
		<dc:creator>slickeel</dc:creator>
				<category><![CDATA[Starcraft 2]]></category>
		<category><![CDATA[Starcraft]]></category>
		<category><![CDATA[Starcraft 2 Beta]]></category>
		<category><![CDATA[Starcraft 2 Wings of Liberty]]></category>

		<guid isPermaLink="false">http://slickeel.wordpress.com/?p=3</guid>
		<description><![CDATA[Starcraft 2 Beta Wings of Liberty in Ubuntu Lucid Lynx with Wine <a href="http://slickeel.wordpress.com/2010/06/02/starcraft-2-beta-wings-of-liberty-in-ubuntu-lucid-lynx-with-wine/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=3&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span id="more-3"></span><br />
<a href="http://slickeel.files.wordpress.com/2010/06/starcraft-2-17621.jpg"><img src="http://slickeel.files.wordpress.com/2010/06/starcraft-2-17621.jpg?w=640&#038;h=400" alt="" title="StarCraft-2-1762" width="640" height="400" class="alignnone size-full wp-image-84" /></a><br />
<!--more--><br />
<!--more--></p>
<div>Ofcourse, when using a dual-boot setup with M$ and Linux it is annoying when you need to reboot into Windows constantly just to be able to play the Starcraft 2 Wings of Liberty Beta game. Ofcourse you try to install Starcraft 2 Wings of Liberty Beta via Wine the normal way.. Too bad that will not work out of the box! Then, you try out the manual and suggestions which are at the appdb from the Wine website. Too bad.. It still won&#8217;t work. In order to get my Starcraft 2 Wings of Liberty Beta running on Ubuntu Lucid Lynx with Wine I did the following:</p>
<p>1: Login at http://www.battle.net with your account and download the Starcraft 2 Wings of Liberty Beta installer for Windows<br />
2: Install the git version control system so you can download the Wine source code. Also install build-essential and the dependencies for wine as you will need it to compile wine from source<br />
<code><br />
sudo aptitude install git-core build-essential -y<br />
sudo apt-get build-dep wine -y</code><br />
3: Get the Wine source code via git and put it in your home directory in a folder called winesourcecode<br />
<code>git clone git://source.winehq.org/git/wine.git ~/winesourcecode</code><br />
4: Go into the winesourcecode folder<br />
<code>cd ~/winesourcecode</code><br />
5: Download the patch from phyrex1an.net and the winehq bugs site and patch the Wine source code so you are able to login to Battle.net with Starcraft 2 Wings of Liberty Beta and so will not get a black screen after patch 16. You could check the bottom of this article to see what output you should get for the patch from phyrex1an.net.<br />
<code>wget -q -O - http://phyrex1an.net/sc2-login.diff | patch -p1</code><br />
<code>wget -q -O - http://bugs2.winehq.org/attachment.cgi?id=29498 | patch -p1</code><br />
6: Compile Wine after you have applied the patch (see step 5)<br />
<code>tools/make_requests &amp;&amp; ./configure &amp;&amp; make depend &amp;&amp; make</code><br />
7: Install the software into your system<br />
<code>sudo make install</code><br />
8: Download winetricks so you can get extra software and settings for Wine which you will need to run Starcraft 2 Beta Wings of Liberty. Visual basic 2008 and 2005 will need some interaction from the user because its needs confirmation. Make sure cabextract is installed.<br />
<code>sudo aptitude install cabextract -y<br />
wget http://winezeug.googlecode.com/svn/trunk/winetricks<br />
sh winetricks fontfix fontsmooth-rgb allfonts gecko gdiplus d3dx9 win7<br />
sh winetricks vcrun2008 vcrun2005</code><br />
9: Open winecfg so you can change settings that are needed to run Starcraft 2 Beta Wings of Liberty<br />
<code>winecfg</code><br />
10: Make settings to winecfg<br />
<code>Open the Libraries tab<br />
Select mmdevapi from the pull down list<br />
Click edit and set it to disabled<br />
The go to the audio tab and set it to use alsa<br />
</code>11: Restart your Wine server<br />
<code>wineserver -k</code><br />
12: Start the Starcraft 2 Wings of Liberty Beta installer via Wine. My StarCraft 2 Wings of Liberty Beta installer was downloaded into the Downloads folder<br />
<code>wine ~/Downloads/StarCraft_2_Beta_enGB.exe</code><br />
13: Select the following directory so it will download accordingly<br />
<code>My computer, C:\, Program Files</code><br />
14: After it has been downloaded the Starcraft Wings of Liberty Beta install menu will pop-up<br />
<code>Click install, choose C:\Program Files\</code><br />
15: After the installation has been done, Starcraft 2 Beta will patch itself up until it has the current release. To start your freshly installed epic uber game<br />
<code>wine ~/.wine/drive_c/Program Files/Starcraft 2 Beta/Starcraft 2 Beta.exe</code></p>
<p>Good luck and have fun!</p>
<p>succesful patch:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<code>cd ~/winesourcecode<br />
$ wget -q -O - http://phyrex1an.net/sc2-login.diff | patch -p1<br />
patching file dlls/kernel32/tests/debugger.c<br />
Hunk #1 succeeded at 558 (offset 3 lines).<br />
Hunk #2 succeeded at 602 (offset 3 lines).<br />
patching file dlls/ntdll/loader.c<br />
</code><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
unsuccessful patch:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<code>$ wget -q -O - http://phyrex1an.net/sc2-login.diff | patch -p1<br />
patching file dll/skernel32/tests/debugger.c<br />
Hunk #1 FAILED at 555<br />
Hunk #2 FAILED at 597<br />
2 out of 2 hunks FAILED -- saving rejects to file dlls/kernel32/tests/debugger.c.rej<br />
patching file dlls/ntdll/loader.c<br />
Hunk #1 FAILED at 2533<br />
Hunk #2 FAILED at 2622<br />
Hunk #2 FAILED at 2652<br />
3 out of 3 hunks FAILED -- saving rejects to file dlls/ntdll/loader.c.rej</code><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slickeel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slickeel.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slickeel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slickeel.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slickeel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slickeel.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slickeel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slickeel.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slickeel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slickeel.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slickeel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slickeel.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slickeel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slickeel.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slickeel.wordpress.com&amp;blog=14003911&amp;post=3&amp;subd=slickeel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slickeel.wordpress.com/2010/06/02/starcraft-2-beta-wings-of-liberty-in-ubuntu-lucid-lynx-with-wine/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b35dd6ee557c0396fe6078f78d7dd90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slickeel</media:title>
		</media:content>

		<media:content url="http://slickeel.files.wordpress.com/2010/06/starcraft-2-17621.jpg" medium="image">
			<media:title type="html">StarCraft-2-1762</media:title>
		</media:content>
	</item>
	</channel>
</rss>
