<?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: Devastation Net 0.1.4.1</title>
	<atom:link href="http://www.mandible.net/2008/06/05/devastation-net-0141/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mandible.net/2008/06/05/devastation-net-0141/</link>
	<description>The Mad Ravings of Zorba</description>
	<lastBuildDate>Thu, 12 Jan 2012 00:07:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Cory</title>
		<link>http://www.mandible.net/2008/06/05/devastation-net-0141/comment-page-1/#comment-3481</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Mon, 01 Dec 2008 22:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mandible.net/2008/06/05/devastation-net-0141/#comment-3481</guid>
		<description>OK.  I wish SDL didn&#039;t suck. :-/

Just for grins I decided to ldd the RainSlickEp2 executable .. does this look like the same libraries you are linking against?



cdodt 2 .../wc/m11/scripts% ldd ~/games/RainSlickEp2/RainSlickEp2_bin
        linux-gate.so.1 =&gt;  (0xb7fa4000)
        libSDL-1.2.so.0 =&gt; /usr/lib/libSDL-1.2.so.0 (0xb7eff000)
        libGLEW.so.1.5 =&gt; /usr/lib/libGLEW.so.1.5 (0xb7ec7000)
        libGL.so.1 =&gt; /usr/lib/libGL.so.1 (0xb7e22000)
        libfmodex.so =&gt; not found
        libfmodevent.so =&gt; not found
        libXrandr.so.2 =&gt; /usr/lib/libXrandr.so.2 (0xb7e1c000)
        libstdc++.so.6 =&gt; /usr/lib/libstdc++.so.6 (0xb7d29000)
        libm.so.6 =&gt; /lib/tls/i686/cmov/libm.so.6 (0xb7d03000)
        libgcc_s.so.1 =&gt; /lib/libgcc_s.so.1 (0xb7cf8000)
        libc.so.6 =&gt; /lib/tls/i686/cmov/libc.so.6 (0xb7ba9000)
        libdl.so.2 =&gt; /lib/tls/i686/cmov/libdl.so.2 (0xb7ba5000)
        libX11.so.6 =&gt; /usr/lib/libX11.so.6 (0xb7abe000)
        libpthread.so.0 =&gt; /lib/tls/i686/cmov/libpthread.so.0 (0xb7aa6000)
        libasound.so.2 =&gt; /usr/lib/libasound.so.2 (0xb79e5000)
        libdirectfb-1.0.so.0 =&gt; /usr/lib/libdirectfb-1.0.so.0 (0xb7982000)
        libfusion-1.0.so.0 =&gt; /usr/lib/libfusion-1.0.so.0 (0xb797a000)
        libdirect-1.0.so.0 =&gt; /usr/lib/libdirect-1.0.so.0 (0xb7967000)
        libXmu.so.6 =&gt; /usr/lib/libXmu.so.6 (0xb7951000)
        libXi.so.6 =&gt; /usr/lib/libXi.so.6 (0xb7948000)
        libGLU.so.1 =&gt; /usr/lib/libGLU.so.1 (0xb78c5000)
        libXext.so.6 =&gt; /usr/lib/libXext.so.6 (0xb78b7000)
        libGLcore.so.1 =&gt; /usr/lib/libGLcore.so.1 (0xb6da2000)
        libnvidia-tls.so.1 =&gt; /usr/lib/tls/libnvidia-tls.so.1 (0xb6da0000)
        libXrender.so.1 =&gt; /usr/lib/libXrender.so.1 (0xb6d97000)
        /lib/ld-linux.so.2 (0xb7fa5000)
        libxcb-xlib.so.0 =&gt; /usr/lib/libxcb-xlib.so.0 (0xb6d95000)
        libxcb.so.1 =&gt; /usr/lib/libxcb.so.1 (0xb6d7d000)
        librt.so.1 =&gt; /lib/tls/i686/cmov/librt.so.1 (0xb6d74000)
        libXt.so.6 =&gt; /usr/lib/libXt.so.6 (0xb6d23000)
        libSM.so.6 =&gt; /usr/lib/libSM.so.6 (0xb6d1a000)
        libICE.so.6 =&gt; /usr/lib/libICE.so.6 (0xb6d02000)
        libXau.so.6 =&gt; /usr/lib/libXau.so.6 (0xb6cff000)
        libXdmcp.so.6 =&gt; /usr/lib/libXdmcp.so.6 (0xb6cfa000)</description>
		<content:encoded><![CDATA[<p>OK.  I wish SDL didn't suck. :-/</p>
<p>Just for grins I decided to ldd the RainSlickEp2 executable .. does this look like the same libraries you are linking against?</p>
<p>cdodt 2 &#8230;/wc/m11/scripts% ldd ~/games/RainSlickEp2/RainSlickEp2_bin<br />
        linux-gate.so.1 =&gt;  (0xb7fa4000)<br />
        libSDL-1.2.so.0 =&gt; /usr/lib/libSDL-1.2.so.0 (0xb7eff000)<br />
        libGLEW.so.1.5 =&gt; /usr/lib/libGLEW.so.1.5 (0xb7ec7000)<br />
        libGL.so.1 =&gt; /usr/lib/libGL.so.1 (0xb7e22000)<br />
        libfmodex.so =&gt; not found<br />
        libfmodevent.so =&gt; not found<br />
        libXrandr.so.2 =&gt; /usr/lib/libXrandr.so.2 (0xb7e1c000)<br />
        libstdc++.so.6 =&gt; /usr/lib/libstdc++.so.6 (0xb7d29000)<br />
        libm.so.6 =&gt; /lib/tls/i686/cmov/libm.so.6 (0xb7d03000)<br />
        libgcc_s.so.1 =&gt; /lib/libgcc_s.so.1 (0xb7cf8000)<br />
        libc.so.6 =&gt; /lib/tls/i686/cmov/libc.so.6 (0xb7ba9000)<br />
        libdl.so.2 =&gt; /lib/tls/i686/cmov/libdl.so.2 (0xb7ba5000)<br />
        libX11.so.6 =&gt; /usr/lib/libX11.so.6 (0xb7abe000)<br />
        libpthread.so.0 =&gt; /lib/tls/i686/cmov/libpthread.so.0 (0xb7aa6000)<br />
        libasound.so.2 =&gt; /usr/lib/libasound.so.2 (0xb79e5000)<br />
        libdirectfb-1.0.so.0 =&gt; /usr/lib/libdirectfb-1.0.so.0 (0xb7982000)<br />
        libfusion-1.0.so.0 =&gt; /usr/lib/libfusion-1.0.so.0 (0xb797a000)<br />
        libdirect-1.0.so.0 =&gt; /usr/lib/libdirect-1.0.so.0 (0xb7967000)<br />
        libXmu.so.6 =&gt; /usr/lib/libXmu.so.6 (0xb7951000)<br />
        libXi.so.6 =&gt; /usr/lib/libXi.so.6 (0xb7948000)<br />
        libGLU.so.1 =&gt; /usr/lib/libGLU.so.1 (0xb78c5000)<br />
        libXext.so.6 =&gt; /usr/lib/libXext.so.6 (0xb78b7000)<br />
        libGLcore.so.1 =&gt; /usr/lib/libGLcore.so.1 (0xb6da2000)<br />
        libnvidia-tls.so.1 =&gt; /usr/lib/tls/libnvidia-tls.so.1 (0xb6da0000)<br />
        libXrender.so.1 =&gt; /usr/lib/libXrender.so.1 (0xb6d97000)<br />
        /lib/ld-linux.so.2 (0xb7fa5000)<br />
        libxcb-xlib.so.0 =&gt; /usr/lib/libxcb-xlib.so.0 (0xb6d95000)<br />
        libxcb.so.1 =&gt; /usr/lib/libxcb.so.1 (0xb6d7d000)<br />
        librt.so.1 =&gt; /lib/tls/i686/cmov/librt.so.1 (0xb6d74000)<br />
        libXt.so.6 =&gt; /usr/lib/libXt.so.6 (0xb6d23000)<br />
        libSM.so.6 =&gt; /usr/lib/libSM.so.6 (0xb6d1a000)<br />
        libICE.so.6 =&gt; /usr/lib/libICE.so.6 (0xb6d02000)<br />
        libXau.so.6 =&gt; /usr/lib/libXau.so.6 (0xb6cff000)<br />
        libXdmcp.so.6 =&gt; /usr/lib/libXdmcp.so.6 (0xb6cfa000)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zorba</title>
		<link>http://www.mandible.net/2008/06/05/devastation-net-0141/comment-page-1/#comment-3480</link>
		<dc:creator>Zorba</dc:creator>
		<pubDate>Mon, 01 Dec 2008 17:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mandible.net/2008/06/05/devastation-net-0141/#comment-3480</guid>
		<description>Man.

I actually can&#039;t think of any. I think the problem is fundamentally that SDL kind of sucks. I need to make a new build of the game anyway, once I get to that I&#039;ll start trying to figure out how to make it more compatible. At the moment, I&#039;m sort of out of ideas, though.

It&#039;s good to know for certain that it&#039;s a problem, though, and to know what I can compare it against. The only other bug reports I&#039;ve gotten were of the form &quot;well, it doesn&#039;t work, but I don&#039;t usually play games, so I don&#039;t know if it should&quot; :)</description>
		<content:encoded><![CDATA[<p>Man.</p>
<p>I actually can't think of any. I think the problem is fundamentally that SDL kind of sucks. I need to make a new build of the game anyway, once I get to that I'll start trying to figure out how to make it more compatible. At the moment, I'm sort of out of ideas, though.</p>
<p>It's good to know for certain that it's a problem, though, and to know what I can compare it against. The only other bug reports I've gotten were of the form "well, it doesn't work, but I don't usually play games, so I don't know if it should" :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory</title>
		<link>http://www.mandible.net/2008/06/05/devastation-net-0141/comment-page-1/#comment-3478</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Mon, 01 Dec 2008 03:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mandible.net/2008/06/05/devastation-net-0141/#comment-3478</guid>
		<description>You betcha.  Most recently I&#039;ve played both of the Penny Arcade games and Eschaton Volume I.  (Pretty much everything Greenhouse releases for Linux, I&#039;m buying.)

Is there anything you&#039;d like me to try?</description>
		<content:encoded><![CDATA[<p>You betcha.  Most recently I've played both of the Penny Arcade games and Eschaton Volume I.  (Pretty much everything Greenhouse releases for Linux, I'm buying.)</p>
<p>Is there anything you'd like me to try?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zorba</title>
		<link>http://www.mandible.net/2008/06/05/devastation-net-0141/comment-page-1/#comment-3474</link>
		<dc:creator>Zorba</dc:creator>
		<pubDate>Sun, 30 Nov 2008 09:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mandible.net/2008/06/05/devastation-net-0141/#comment-3474</guid>
		<description>Well, largely the reason there are no Linux posts is because nobody has made any :)

I had some trouble figuring out what I could or couldn&#039;t assume from a Linux system. Whatever SDL looks for to determine if OpenGL is available isn&#039;t there. I don&#039;t know what that is, however. I was able to fix it on some systems by installing the proper 3d drivers, and wasn&#039;t able to find any where that didn&#039;t work - but it wouldn&#039;t surprise me if those installations exist.

Can you play any other games through Linux? Knowing what else works might help me track down why this doesn&#039;t.</description>
		<content:encoded><![CDATA[<p>Well, largely the reason there are no Linux posts is because nobody has made any :)</p>
<p>I had some trouble figuring out what I could or couldn't assume from a Linux system. Whatever SDL looks for to determine if OpenGL is available isn't there. I don't know what that is, however. I was able to fix it on some systems by installing the proper 3d drivers, and wasn't able to find any where that didn't work &#8211; but it wouldn't surprise me if those installations exist.</p>
<p>Can you play any other games through Linux? Knowing what else works might help me track down why this doesn't.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory</title>
		<link>http://www.mandible.net/2008/06/05/devastation-net-0141/comment-page-1/#comment-3472</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Sun, 30 Nov 2008 04:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mandible.net/2008/06/05/devastation-net-0141/#comment-3472</guid>
		<description>Hi.  Tried the Linux version, installed it in vanilla Hardy.  I get the following trace, even though I have a working nvidia 3d accelerator.  I automatically sent the traceback to you guys.  Hope it helps..

A dialog box pops up and says: &quot;Can&#039;t find your 3d hardware, aborting. Maybe you need to install third-party 3d drivers? Feel free to post on the forums (http://forums.mandible.net) if you think this message is wrong or want some help fixing it.&quot;  (But the forums didn&#039;t have any Linux posts.)

itemdb.cpp: 663: EVERYTHING IS AWESOME!
  test.cpp:  56: Tests starting
  test.cpp:  69: Tests passed
res_interf:  93: 1680x1050, 1.600000, 1
res_interf:  53: Attempting to make window 1680/1050
res_interf:  33: WARNING: Software surface
res_interf:  40: WARNING: Software blit
res_interf:  65: We has failed to make a window.
res_interf:  66: Couldn&#039;t find matching GLX visual
res_interf:  93: 640x480, 1.333333, 0
res_interf:  53: Attempting to make window 640/480
res_interf:  33: WARNING: Software surface
res_interf:  40: WARNING: Software blit
res_interf:  65: We has failed to make a window.
res_interf:  66: Couldn&#039;t find matching GLX visual
  main.cpp:  75: Error at -1, main.cpp:75 - 0</description>
		<content:encoded><![CDATA[<p>Hi.  Tried the Linux version, installed it in vanilla Hardy.  I get the following trace, even though I have a working nvidia 3d accelerator.  I automatically sent the traceback to you guys.  Hope it helps..</p>
<p>A dialog box pops up and says: "Can't find your 3d hardware, aborting. Maybe you need to install third-party 3d drivers? Feel free to post on the forums (<a href="http://forums.mandible.net" rel="nofollow">http://forums.mandible.net</a>) if you think this message is wrong or want some help fixing it."  (But the forums didn't have any Linux posts.)</p>
<p>itemdb.cpp: 663: EVERYTHING IS AWESOME!<br />
  test.cpp:  56: Tests starting<br />
  test.cpp:  69: Tests passed<br />
res_interf:  93: 1680&#215;1050, 1.600000, 1<br />
res_interf:  53: Attempting to make window 1680/1050<br />
res_interf:  33: WARNING: Software surface<br />
res_interf:  40: WARNING: Software blit<br />
res_interf:  65: We has failed to make a window.<br />
res_interf:  66: Couldn't find matching GLX visual<br />
res_interf:  93: 640&#215;480, 1.333333, 0<br />
res_interf:  53: Attempting to make window 640/480<br />
res_interf:  33: WARNING: Software surface<br />
res_interf:  40: WARNING: Software blit<br />
res_interf:  65: We has failed to make a window.<br />
res_interf:  66: Couldn't find matching GLX visual<br />
  main.cpp:  75: Error at -1, main.cpp:75 &#8211; 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zorba</title>
		<link>http://www.mandible.net/2008/06/05/devastation-net-0141/comment-page-1/#comment-1888</link>
		<dc:creator>Zorba</dc:creator>
		<pubDate>Fri, 06 Jun 2008 15:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mandible.net/2008/06/05/devastation-net-0141/#comment-1888</guid>
		<description>Of course! My design is flawless!

Thanks again for reporting that :)</description>
		<content:encoded><![CDATA[<p>Of course! My design is flawless!</p>
<p>Thanks again for reporting that :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pokeyourheadoff</title>
		<link>http://www.mandible.net/2008/06/05/devastation-net-0141/comment-page-1/#comment-1887</link>
		<dc:creator>Pokeyourheadoff</dc:creator>
		<pubDate>Fri, 06 Jun 2008 15:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mandible.net/2008/06/05/devastation-net-0141/#comment-1887</guid>
		<description>Hm.. My bad I&#039;ll go download this version. I&#039;m sure it&#039;s all my fault, your perfect!</description>
		<content:encoded><![CDATA[<p>Hm.. My bad I'll go download this version. I'm sure it's all my fault, your perfect!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

