<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
    <title>KMuddy Forums - Forum: Bug Reports</title>
    <link>http://www.kmuddy.com/mercuryboard/index.php?a=rssfeed&amp;f=75</link>
    <description>KMuddy Discussion Forums - Please post any and all bug reports, for the KMuddy client, within this forum.</description>
    <language>en</language>
    <generator>KMuddy Discussion Forums</generator>
    <ttl>60</ttl>
    <item>
      <title>kmuddy 1.0.1 fails to compile against KDE 4.5 (Tanktalus)</title>
      <link>http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1477&amp;p=6653#p6653</link>
      <description>Basically, a docbook change keeps the documentation from compiling:

[code]--- kmuddy-1.0.1/doc/kmuddy/index.docbook.old   2010-08-05 07:07:51.000000000 -0600
+++ kmuddy-1.0.1/doc/kmuddy/index.docbook       2010-08-05 01:04:50.000000000 -0600
@@ -1,5 +1,5 @@
 &lt;EF&gt;&lt;BB&gt;&lt;BF&gt;&lt;?xml version=&quot;1.0&quot; ?&gt;
-&lt;!DOCTYPE book PUBLIC &quot;-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN&quot; &quot;dtd/kdex.dtd&quot; [
+&lt;!DOCTYPE book PUBLIC &quot;-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN&quot; &quot;dtd/kdex.dtd&quot; [
   &lt;!ENTI</description>
      <guid isPermaLink="true">http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1477&amp;p=6653#p6653</guid>
      <pubDate>Tue, 7 Sep 2010 09:24:39 GMT</pubDate>
      <category>Bug Reports</category>
      <author>nobody@example.com (Tanktalus)</author>
    </item>
<item>
      <title>Forum registration broken (Tanktalus)</title>
      <link>http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1476&amp;p=6652#p6652</link>
      <description>It looks like an upgrade to PHP on your server managed to break forum registration.  http://www.kmuddy.com/mercuryboard/index.php?a=register shows a PHP error.  Apparently I actually do have an account and managed to recover its password, but if there are new users trying to join the community, they can't.</description>
      <guid isPermaLink="true">http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1476&amp;p=6652#p6652</guid>
      <pubDate>Tue, 7 Sep 2010 09:20:56 GMT</pubDate>
      <category>Bug Reports</category>
      <author>nobody@example.com (Tanktalus)</author>
    </item>
<item>
      <title>compile error on FC13 (Mecir)</title>
      <link>http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1473&amp;p=6651#p6651</link>
      <description>Ah, found the problem. Fedora seems to have changed their linker to not auto-guess library dependencies, which breaks the compilation. I'll fix it in the repository, you can fix the compilation by editing file kmuddy-1.0.1/kmuddy/CMakeLists.txt and editing line 52 (or somewhere around it), adding z to the end, so that it reads:
set (KMUDDY_LIBRARIES kmuddycore dialogs ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KUTILS_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS} ${KDE4_KDE3SUPPORT_LIBS} z )</description>
      <guid isPermaLink="true">http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1473&amp;p=6651#p6651</guid>
      <pubDate>Mon, 6 Sep 2010 06:15:25 GMT</pubDate>
      <category>Bug Reports</category>
      <author>nobody@example.com (Mecir)</author>
    </item>
<item>
      <title>compile error on FC13 (Aithon)</title>
      <link>http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1473&amp;p=6649#p6649</link>
      <description>Yes, it's a clean compile off the source found here on the website. And yes, I do have zlib installed:
-- snip --
# rpm -qa | grep zlib
zlib-devel-1.2.3-23.fc12.i686
zlib-1.2.3-23.fc12.i686
-- end snip --</description>
      <guid isPermaLink="true">http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1473&amp;p=6649#p6649</guid>
      <pubDate>Mon, 6 Sep 2010 03:37:44 GMT</pubDate>
      <category>Bug Reports</category>
      <author>nobody@example.com (Aithon)</author>
    </item>
<item>
      <title>compile error on FC13 (Mecir)</title>
      <link>http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1473&amp;p=6645#p6645</link>
      <description>Are you doing a clean compile? It looks like the zlib library is not correctly being linked in for some strange reason - never seen an error like that, so hard to say what could be causing it.</description>
      <guid isPermaLink="true">http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1473&amp;p=6645#p6645</guid>
      <pubDate>Mon, 30 Aug 2010 06:41:04 GMT</pubDate>
      <category>Bug Reports</category>
      <author>nobody@example.com (Mecir)</author>
    </item>
<item>
      <title>compile error on FC13 (Aithon)</title>
      <link>http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1473&amp;p=6644#p6644</link>
      <description>Hi!

I keep getting this compile error on my fresh Fedora 13 install when trying to complie kmuddy 1.0.1, 
any clues what's wrong?

--snip --
 [ 36%] Building CXX object kmuddy/CMakeFiles/kmuddy.dir/cmultiinputline.o
/usr/local/src/kmuddy-1.0.1/kmuddy/cmultiinputline.cpp:53: warning: unused parameter ‘session’
[ 37%] Building CXX object kmuddy/CMakeFiles/kmuddy.dir/macros.o
[ 37%] Building CXX object kmuddy/CMakeFiles/kmuddy.dir/csessionmanager.o
[ 37%] Building CXX object kmuddy/C</description>
      <guid isPermaLink="true">http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1473&amp;p=6644#p6644</guid>
      <pubDate>Thu, 26 Aug 2010 04:43:21 GMT</pubDate>
      <category>Bug Reports</category>
      <author>nobody@example.com (Aithon)</author>
    </item>
<item>
      <title>Setting custom prompt causes delay in prompt appearance (Mecir)</title>
      <link>http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1467&amp;p=6630#p6630</link>
      <description>The MUD needs to mark prompts accordingly, otherwise they will be delayed a bit as KMuddy doesn't know that they are prompts and waits for the rest of the line. Apparently yours started doing so only after a reconnect, for whatever reason.</description>
      <guid isPermaLink="true">http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1467&amp;p=6630#p6630</guid>
      <pubDate>Tue, 9 Mar 2010 11:51:48 GMT</pubDate>
      <category>Bug Reports</category>
      <author>nobody@example.com (Mecir)</author>
    </item>
<item>
      <title>Setting custom prompt causes delay in prompt appearance (jmthomas)</title>
      <link>http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1467&amp;p=6628#p6628</link>
      <description>Hmm, whatever fiddling I did, with a new start everything works as expected. A bit fragile I suppose, but for my purposes the issue is fixed.
</description>
      <guid isPermaLink="true">http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1467&amp;p=6628#p6628</guid>
      <pubDate>Mon, 8 Mar 2010 09:53:33 GMT</pubDate>
      <category>Bug Reports</category>
      <author>nobody@example.com (jmthomas)</author>
    </item>
<item>
      <title>Setting custom prompt causes delay in prompt appearance (jmthomas)</title>
      <link>http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1467&amp;p=6627#p6627</link>
      <description>Oh, and I have tried in other MUD clients and have found this to not be an issue with them. Unfortunately I like KMuddy a lot better than the others I've found.  ;)</description>
      <guid isPermaLink="true">http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1467&amp;p=6627#p6627</guid>
      <pubDate>Sun, 7 Mar 2010 06:40:52 GMT</pubDate>
      <category>Bug Reports</category>
      <author>nobody@example.com (jmthomas)</author>
    </item>
<item>
      <title>Setting custom prompt causes delay in prompt appearance (jmthomas)</title>
      <link>http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1467&amp;p=6626#p6626</link>
      <description>Hi all,

I'm using KMuddy 1.0.1 and I'm having a bit of a problem. I play a MUD called Cities of M'Dhoria, and when I set a custom prompt it delays the appearance of the prompt by about half a second. I'm certain this is not lag, as the rest of the game is responsive as ever, it's just that the prompt isn't appearing for half a second. Interestingly, if you set the prompt to two lines, then only the last line will be delayed.

I'm not sure if this is related, but the &quot;show prompt in statusba</description>
      <guid isPermaLink="true">http://www.kmuddy.com/mercuryboard/index.php?a=topic&amp;t=1467&amp;p=6626#p6626</guid>
      <pubDate>Sun, 7 Mar 2010 06:35:46 GMT</pubDate>
      <category>Bug Reports</category>
      <author>nobody@example.com (jmthomas)</author>
    </item>

  </channel>
</rss>
