|
Page 1 of 1
|
[ 10 posts ] |
|
I cannot see what others say in chat
Author |
Message |
Theophiles
Joined: Wed Jun 01, 2011 4:48 am Posts: 8
|
I cannot see what others say in chat
I'm running Ubuntu 11.04 Linux kernel version 2.6.38 on x86/x86_64 in Silver City, NM My brother is running Windows XP, in Scottsbluff, NE and that's about all I know. We both have current versions of Python. Traipse runs great on our own PC's outside of server. We can connect to servers & create rooms. We can see each other enter and exit the rooms. When we chat, he can see what I write, but I cannot see what he writes. We've toggled all toggles and messed with giving and taking "voice." Any clue?
|
Wed Jun 01, 2011 4:52 pm |
|
|
prof.ebral
Joined: Wed Dec 09, 2009 9:39 pm Posts: 712
|
Re: I cannot see what others say in chat
you have python 2.7 installed
_________________ I ate your Death Knell. The Traipse Movement Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml
|
Wed Jun 01, 2011 5:40 pm |
|
|
Theophiles
Joined: Wed Jun 01, 2011 4:48 am Posts: 8
|
Re: I cannot see what others say in chat
Python 2.7.1 My WX widgets are 2.8.11.0
|
Thu Jun 02, 2011 4:21 am |
|
|
Theophiles
Joined: Wed Jun 01, 2011 4:48 am Posts: 8
|
Re: I cannot see what others say in chat
We tried again tonight, figured chat wasn't all that important, we could just run a seperate IM. It turns out I cannot see his minis either. He can see everything I do, but all I can see is that he is in the room.
|
Thu Jun 02, 2011 5:04 am |
|
|
Theophiles
Joined: Wed Jun 01, 2011 4:48 am Posts: 8
|
Re: I cannot see what others say in chat
After we gave up, I ran it in a terminal, just to get you more information. this is me, turning on Traipse and going into some open rooms. Maybe it will help Code: bcline@Desktop:~/Traipse$ python Traipse.pyw Rooting OpenRPG at: /home/bcline/Traipse/System
(python:6008): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 real URL is http://hg.assembla.com//traipse/ comparing with http://hg.assembla.com/traipse searching for changes no changes found Rooting OpenRPG at: /home/bcline/Traipse/System /home/bcline/Traipse/System/orpg/gametree/gametree.py:249: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. if not self.xml_root: Parsing Gametree Nodes . /home/bcline/Traipse/System/orpg/gametree/nodehandlers/forms.py:64: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. elif child_xml: self.tree.load_xml(child_xml, self.mytree_node) . /home/bcline/Traipse/System/orpg/gametree/nodehandlers/containers.py:110: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. elif child_xml: self.tree.load_xml(child_xml, self.mytree_node) . . done starting heartbeat... '3120' '3125' '3114' '3131' '3107' '3251' '3255' '3141' '3231' '3291' The following message: <msg to='3304' from='0' group_id='0' /><map action='new' version='1.0' sizex='300' sizey='300'><miniatures serial='2'/><bg path='http://www.openrpg.com/images/maps/Lobby_image.png' type='2'/><grid color='#000000' snap='1' line='0' mode='0' size='50'/></map> created the following exception: Traceback (most recent call last): File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 633, in poll try: self.pretranslate(msg) File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 663, in pretranslate try: el = fromstring(data) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1282, in XML parser.feed(text) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1624, in feed self._raiseerror(v) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1488, in _raiseerror raise err ParseError: junk after document element: line 1, column 39 The following message: <msg to='3304' from='0' group_id='0' />You have connected to an <a href="http://www.openrpg.com">OpenRPG</a> server, version '1.7.2'.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <body> <table cellspacing=3 cellpadding=4 width="100%"> <tr> <td bgcolor="#101010" align="bottom"> <center><a href="http://www.openrpg.com"><img src="images/splash.gif" border="0"></a></center> </td> </tr> <tr> <td bgcolor="#73A183" align="center"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center" width="100%"> Many thanks goes to all of those who contributed! <BR> The developers in alphabetical order are: <BR> Thomas Baleno, Andrew Bennett, Lex Berezhny, Ted Berg, Bernhard Bergbauer, Chris Blocher ,Ben Collins-Sussman, Robin Cook, Greg Copeland, Chris Davis, Michael Edwards, Andrew Ettinger, Dj Gilcrease, Todd Faris, Christopher Hickman, Paul Hosking, Scott Mackay, Brian Manning, Jesse McConnell, Brian Osman, Rome Reginelli, Christopher Rouse, Dave Sanders and Mark Tarrabain. </td> </tr> <tr> <td align="center" width="100%"> This product is licensed under the <a href="http://www.gnu.org">GNU</a> <a href="http://www.gnu.org/philosophy/license-list.html">GPL License.</a> </td> </tr> </table> </td> </tr> </table>
<!-- Created: Thursday November 9 23:55:12 PDT 2003 --> </body> </html>
created the following exception: Traceback (most recent call last): File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 633, in poll try: self.pretranslate(msg) File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 663, in pretranslate try: el = fromstring(data) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1282, in XML parser.feed(text) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1624, in feed self._raiseerror(v) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1488, in _raiseerror raise err ParseError: junk after document element: line 1, column 39 The following message: <msg to='3304' from='0' group_id='513' /><map action='new' version='2.1' sizex='1000' sizey='1000'><miniatures serial='1'><miniature action='new' locked='0' face='0' align='0' height='60' width='38' zorder='1' posx='11' posy='60' hide='0' path='http://filesmelt.com/dl/Alvis.jpg' label='Alvis' heading='0' id='mini-3166-1'/></miniatures><bg color='#008040' type='3'/><grid ratio='2.0' color='#000000' mode='0' snap='1' line='2' size='60'/><whiteboard serial='0'/></map> created the following exception: Traceback (most recent call last): File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 633, in poll try: self.pretranslate(msg) File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 663, in pretranslate try: el = fromstring(data) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1282, in XML parser.feed(text) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1624, in feed self._raiseerror(v) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1488, in _raiseerror raise err ParseError: junk after document element: line 1, column 41 The following message: <msg to='3304' from='0' group_id='513' /><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <body> <table cellspacing=3 cellpadding=4 width="100%"> <tr> <td bgcolor="#101010" align="bottom"> <center><a href="http://www.openrpg.com"><img src="images/splash.gif" border="0"></a></center> </td> </tr> <tr> <td bgcolor="#73A183" align="center"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center" width="100%"> Many thanks goes to all of those who contributed! <BR> The developers in alphabetical order are: <BR> Thomas Baleno, Andrew Bennett, Lex Berezhny, Ted Berg, Bernhard Bergbauer, Chris Blocher ,Ben Collins-Sussman, Robin Cook, Greg Copeland, Chris Davis, Michael Edwards, Andrew Ettinger, Dj Gilcrease, Todd Faris, Christopher Hickman, Paul Hosking, Scott Mackay, Brian Manning, Jesse McConnell, Brian Osman, Rome Reginelli, Christopher Rouse, Dave Sanders and Mark Tarrabain. </td> </tr> <tr> <td align="center" width="100%"> This product is licensed under the <a href="http://www.gnu.org">GNU</a> <a href="http://www.gnu.org/philosophy/license-list.html">GPL License.</a> </td> </tr> </table> </td> </tr> </table>
<!-- Created: Thursday November 9 23:55:12 PDT 2003 --> </body> </html>
created the following exception: Traceback (most recent call last): File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 633, in poll try: self.pretranslate(msg) File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 663, in pretranslate try: el = fromstring(data) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1282, in XML parser.feed(text) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1624, in feed self._raiseerror(v) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1488, in _raiseerror raise err ParseError: junk after document element: line 1, column 41 '2722' '3163' '3050' '3229' '3268' '3285' '3297' The following message: <msg to='all' from='0' group_id='513'/><font color='#FF0000'>Kicking '(3229) Flamester' from server... Removing dead client</font> created the following exception: Traceback (most recent call last): File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 633, in poll try: self.pretranslate(msg) File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 663, in pretranslate try: el = fromstring(data) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1282, in XML parser.feed(text) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1624, in feed self._raiseerror(v) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1488, in _raiseerror raise err ParseError: junk after document element: line 1, column 39 The following message: <msg to='3304' from='0' group_id='518' /><map action='new' version='1.0' sizex='1000' sizey='1000'><miniatures serial='0'/><bg color='#008040' type='3'/><grid color='#000000' snap='1' line='2' mode='0' size='60'/><whiteboard serial='0'/></map> created the following exception: Traceback (most recent call last): File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 633, in poll try: self.pretranslate(msg) File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 663, in pretranslate try: el = fromstring(data) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1282, in XML parser.feed(text) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1624, in feed self._raiseerror(v) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1488, in _raiseerror raise err ParseError: junk after document element: line 1, column 41 The following message: <msg to='3304' from='0' group_id='518' /><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <body> <table cellspacing=3 cellpadding=4 width="100%"> <tr> <td bgcolor="#101010" align="bottom"> <center><a href="http://www.openrpg.com"><img src="images/splash.gif" border="0"></a></center> </td> </tr> <tr> <td bgcolor="#73A183" align="center"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center" width="100%"> Many thanks goes to all of those who contributed! <BR> The developers in alphabetical order are: <BR> Thomas Baleno, Andrew Bennett, Lex Berezhny, Ted Berg, Bernhard Bergbauer, Chris Blocher ,Ben Collins-Sussman, Robin Cook, Greg Copeland, Chris Davis, Michael Edwards, Andrew Ettinger, Dj Gilcrease, Todd Faris, Christopher Hickman, Paul Hosking, Scott Mackay, Brian Manning, Jesse McConnell, Brian Osman, Rome Reginelli, Christopher Rouse, Dave Sanders and Mark Tarrabain. </td> </tr> <tr> <td align="center" width="100%"> This product is licensed under the <a href="http://www.gnu.org">GNU</a> <a href="http://www.gnu.org/philosophy/license-list.html">GPL License.</a> </td> </tr> </table> </td> </tr> </table>
<!-- Created: Thursday November 9 23:55:12 PDT 2003 --> </body> </html>
created the following exception: Traceback (most recent call last): File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 633, in poll try: self.pretranslate(msg) File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 663, in pretranslate try: el = fromstring(data) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1282, in XML parser.feed(text) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1624, in feed self._raiseerror(v) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1488, in _raiseerror raise err ParseError: junk after document element: line 1, column 41 '3167' '3194' '3212' '3296' The following message: <msg to='all' from='3296' group_id='518' /><chat alias="Flamester" type="1" version="1.0"><font color='#000080'>yea</font></chat> created the following exception: Traceback (most recent call last): File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 633, in poll try: self.pretranslate(msg) File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 663, in pretranslate try: el = fromstring(data) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1282, in XML parser.feed(text) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1624, in feed self._raiseerror(v) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1488, in _raiseerror raise err ParseError: junk after document element: line 1, column 43 The following message: <msg to='all' from='3212' group_id='518' /><chat alias="<a href="http://redelf.narod.ru/pi/w40k/insignium/15_m03.jpg">Brother Uriel</a>" type="1" version="1.0"><font color='#ff0000'>roll 1d5</font></chat> created the following exception: Traceback (most recent call last): File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 633, in poll try: self.pretranslate(msg) File "/home/bcline/Traipse/System/orpg/networking/mplay_client.py", line 663, in pretranslate try: el = fromstring(data) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1282, in XML parser.feed(text) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1624, in feed self._raiseerror(v) File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1488, in _raiseerror raise err ParseError: junk after document element: line 1, column 43 /home/bcline/Traipse/System/orpg/chat/chat_msg.py:51: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. if self.chat_dom: self.chat_dom.unlink() sound didn't die properly. bcline@Desktop:~/Traipse$
Sorry to bother and thanks for your help.
|
Thu Jun 02, 2011 5:14 am |
|
|
prof.ebral
Joined: Wed Dec 09, 2009 9:39 pm Posts: 712
|
Re: I cannot see what others say in chat
Theophiles wrote: Python 2.7.1 My WX widgets are 2.8.11.0 I know: viewtopic.php?f=4&t=496
_________________ I ate your Death Knell. The Traipse Movement Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml
|
Thu Jun 02, 2011 7:25 pm |
|
|
Theophiles
Joined: Wed Jun 01, 2011 4:48 am Posts: 8
|
Re: I cannot see what others say in chat
Thank you for your help so far. I'm afraid this has led to one more question, but it may be outside the bounds of this forum, since it is more about OS than Traipse, exactly. I will post this to the Ubuntu Forums too and link back with whoever gets me the info first. Here is the thing. I also have python2.6.6 installed, so I should be able to use that. The problem is that if i uninstall 2.7.1, it wants to also uninstall all the packages dependent on that program. Let's face it, in Natty Narwhal, that is pretty much everything. Do you know how to force Traipse make it use the 2.6 version?
|
Fri Jun 03, 2011 3:30 pm |
|
|
prof.ebral
Joined: Wed Dec 09, 2009 9:39 pm Posts: 712
|
Re: I cannot see what others say in chat
Theophiles wrote: Thank you for your help so far. I'm afraid this has led to one more question, but it may be outside the bounds of this forum, since it is more about OS than Traipse, exactly. I will post this to the Ubuntu Forums too and link back with whoever gets me the info first. Here is the thing. I also have python2.6.6 installed, so I should be able to use that. The problem is that if i uninstall 2.7.1, it wants to also uninstall all the packages dependent on that program. Let's face it, in Natty Narwhal, that is pretty much everything. Do you know how to force Traipse make it use the 2.6 version? DO NOT UNINSTALL PYTHON 2.7!!!! Yes. When you start Traipse use 'python26 Traipse.pyw'
_________________ I ate your Death Knell. The Traipse Movement Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml
|
Fri Jun 03, 2011 3:47 pm |
|
|
Theophiles
Joined: Wed Jun 01, 2011 4:48 am Posts: 8
|
Re: I cannot see what others say in chat
Thank you!
I am sure you mean "python2.6 Traipse.pyw" since that is what works. I am one of those who run open source more for the philosophy than because of my hacking skills (which are non-existent), so I wasn't sure what to do. You are awesome.
Anyway, I went into a couple of rooms and saw things and "heard" things. It also looks much prettier in the terminal. I will wait until I can actually mess around with someone before I mark this thread solved. I want to be sure, but I think it is. Thank you.
|
Fri Jun 03, 2011 4:50 pm |
|
|
prof.ebral
Joined: Wed Dec 09, 2009 9:39 pm Posts: 712
|
Re: I cannot see what others say in chat
you are welcome.
_________________ I ate your Death Knell. The Traipse Movement Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml
|
Fri Jun 03, 2011 4:55 pm |
|
|
|
|
Page 1 of 1
|
[ 10 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 1 guest |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|