Closed Account |
Aug 29, 2012 1:30 PM
|
![]() |
I've got gtmurmur running and when I pass it the xml string through putty it returns the following:
<x_gtmurmur_error>Cannot connect to Murmur. Error: "Connection timed out".</x_gtmurmur_error> That message is pretty self-explanatory, but I haven't had any luck figuring out what I've done wrong. I know Murmur is running because I can connect with the Mumble client. I'm connecting to gtmurmur locally via putty, and gtmurmur is running from the same folder as murmur. Where should I start? What could be stopping gtmurmur from being able to communicate with murmur, running on the same box? |
maul • PM |
Aug 30, 2012 11:22 AM
|
![]() Posts: 983 |
Hello,
Thanks for trying out GTMurmur! The error that you have posted occurs when GTMurmur cannot connect to Murmur's built-in ICE server. In the "murmur.ini" you'll see a line like: ice="tcp -h 127.0.0.1 -p 6502" This is the channel where the connection is failing. You most likely have an error in your Ice configuration. They have a pretty decent write-up on the Mumble wiki describing how Ice works in Murmur. See this page: http://mumble.sourceforge.net/Ice Best regards. |