<?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: Steam Tower &#8211; Final entry</title>
	<atom:link href="http://www.ludumdare.com/compo/2008/08/10/steam-tower-final-entry/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ludumdare.com/compo/2008/08/10/steam-tower-final-entry/</link>
	<description>A tri-annual 48 hour solo game development competition.</description>
	<lastBuildDate>Mon, 22 Mar 2010 08:54:21 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pop</title>
		<link>http://www.ludumdare.com/compo/2008/08/10/steam-tower-final-entry/comment-page-1/#comment-3968</link>
		<dc:creator>pop</dc:creator>
		<pubDate>Tue, 30 Sep 2008 17:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=3362#comment-3968</guid>
		<description>Goodd</description>
		<content:encoded><![CDATA[<p>Goodd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orangy Tang</title>
		<link>http://www.ludumdare.com/compo/2008/08/10/steam-tower-final-entry/comment-page-1/#comment-3227</link>
		<dc:creator>Orangy Tang</dc:creator>
		<pubDate>Mon, 11 Aug 2008 19:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=3362#comment-3227</guid>
		<description>I&#039;m afraid I don&#039;t have a linux machine to test on, and it seems to be an issue with the LWJGL native library.

What distro / version is this on? I&#039;ve been told that this should only be an issue on old setups. If you can update libc I think it should work.</description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid I don&#8217;t have a linux machine to test on, and it seems to be an issue with the LWJGL native library.</p>
<p>What distro / version is this on? I&#8217;ve been told that this should only be an issue on old setups. If you can update libc I think it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kai</title>
		<link>http://www.ludumdare.com/compo/2008/08/10/steam-tower-final-entry/comment-page-1/#comment-3222</link>
		<dc:creator>kai</dc:creator>
		<pubDate>Mon, 11 Aug 2008 17:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=3362#comment-3222</guid>
		<description>I got this exception trying to start it. I tried to apt-get install glibc, but the package wasn&#039;t immediately obvious. Is this the only dependency I need to take care of?

java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.sun.javaws.Launcher.executeApplication(Launcher.java:1205)
	at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1151)
	at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:998)
	at com.sun.javaws.Launcher.run(Launcher.java:105)
	at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.UnsatisfiedLinkError: /home/kaijohnson/.java/deployment/cache/6.0/42/21415e2a-68fc9d4a-n/liblwjgl.so: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4&#039; not found (required by /home/kaijohnson/.java/deployment/cache/6.0/42/21415e2a-68fc9d4a-n/liblwjgl.so)
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
	at java.lang.Runtime.loadLibrary0(Runtime.java:823)
	at java.lang.System.loadLibrary(System.java:1030)
	at org.lwjgl.Sys$1.run(Sys.java:75)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.lwjgl.Sys.doLoadLibrary(Sys.java:68)
	at org.lwjgl.Sys.loadLibrary(Sys.java:84)
	at org.lwjgl.Sys.(Sys.java:101)
	at net.orangytang.AppBase.openLog(AppBase.java:295)
	at steamtower.SteamTowerGame.run(SteamTowerGame.java:36)
	at steamtower.SteamTowerGame.main(SteamTowerGame.java:26)
	... 9 more</description>
		<content:encoded><![CDATA[<p>I got this exception trying to start it. I tried to apt-get install glibc, but the package wasn&#8217;t immediately obvious. Is this the only dependency I need to take care of?</p>
<p>java.lang.reflect.InvocationTargetException<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at com.sun.javaws.Launcher.executeApplication(Launcher.java:1205)<br />
	at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1151)<br />
	at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:998)<br />
	at com.sun.javaws.Launcher.run(Launcher.java:105)<br />
	at java.lang.Thread.run(Thread.java:619)<br />
Caused by: java.lang.UnsatisfiedLinkError: /home/kaijohnson/.java/deployment/cache/6.0/42/21415e2a-68fc9d4a-n/liblwjgl.so: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4&#8242; not found (required by /home/kaijohnson/.java/deployment/cache/6.0/42/21415e2a-68fc9d4a-n/liblwjgl.so)<br />
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)<br />
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)<br />
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)<br />
	at java.lang.Runtime.loadLibrary0(Runtime.java:823)<br />
	at java.lang.System.loadLibrary(System.java:1030)<br />
	at org.lwjgl.Sys$1.run(Sys.java:75)<br />
	at java.security.AccessController.doPrivileged(Native Method)<br />
	at org.lwjgl.Sys.doLoadLibrary(Sys.java:68)<br />
	at org.lwjgl.Sys.loadLibrary(Sys.java:84)<br />
	at org.lwjgl.Sys.(Sys.java:101)<br />
	at net.orangytang.AppBase.openLog(AppBase.java:295)<br />
	at steamtower.SteamTowerGame.run(SteamTowerGame.java:36)<br />
	at steamtower.SteamTowerGame.main(SteamTowerGame.java:26)<br />
	&#8230; 9 more</p>
]]></content:encoded>
	</item>
</channel>
</rss>
