IMTS & mudlet on mac... I need help.

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: IMTS & mudlet on mac... I need help.

Post by Vadi »

Then it's finding a config.txt file elsewhere and reading port 123 from it.

MrLucus
Posts: 10
Joined: Sun Jan 24, 2010 11:52 pm

Re: IMTS & mudlet on mac... I need help.

Post by MrLucus »

Can I give it permission to connect with the root thing? Because I really don't know where else to look.

MrLucus
Posts: 10
Joined: Sun Jan 24, 2010 11:52 pm

Re: IMTS & mudlet on mac... I need help.

Post by MrLucus »

Never mind! I found it. Thanks a lot for everyone who helped.

MrLucus
Posts: 10
Joined: Sun Jan 24, 2010 11:52 pm

Re: IMTS & mudlet on mac... I need help.

Post by MrLucus »

I's back again with another problem that I should probably be able to fix on my own. I'm having trouble getting the mapper, voter, and so on to load. Any suggestions?

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: IMTS & mudlet on mac... I need help.

Post by Vadi »

Please ask IMTS people :P

MrLucus
Posts: 10
Joined: Sun Jan 24, 2010 11:52 pm

Re: IMTS & mudlet on mac... I need help.

Post by MrLucus »

Heh alright. I was wondering how long it'd take for you people to get sick of me. :P Thanks for everything. :)

MrLucus
Posts: 10
Joined: Sun Jan 24, 2010 11:52 pm

Re: IMTS & mudlet on mac... I need help.

Post by MrLucus »

I tried going to the IMTS people, but there isn't any. I've also tried looking through forums and asking random people on imperian, but I can't get the help I need. I had decided to just say screw it and live a life of fishing and so on, as a imperian.com flash user, but that's boring... So now that I've given up that, I'm back.

I'm a mac user, and am having problems getting my MacBook to connect to Imperian with IMTS from sourceforge.
Here's information.. Maybe it'll help get a solution?



MY CONFIG.TXT FILE

# MudBot configuration file.
# Uncomment (i.e. remove the '#' before) anything you want to be parsed.
# If there's something you don't understand here, just leave it as it is.

# Ports to listen on. They can be as many as you want. "default" is 123.

# These will accept connections only from localhost.
allow_foreign_connections "yes"

#listen_on "default"
listen_on "1234"

# And anyone can connect to these.
allow_foreign_connections "yes"

#listen_on "1523"
listen_on "127.0.0.1"

# If these are commented or left empty, MudBot will ask the user where to connect.

#host "imperian.com"
#port "23"


# Proxy. The type can be "http" or "socks5". If empty, "http" is assumed.

proxy_type ""
proxy_host ""
proxy_port ""


# Autologin. Requires ATCP.
# Keep your password here at your own risk! Better just leave these empty.

user ""
pass ""


# Name to use on ATCP authentication. To disable ATCP use "none".
# To login as "MudBot <actual version>" use "default" or leave it empty.

atcp_login_as "default"
#atcp_login_as "Nexus 3.0.1"
#atcp_login_as "JavaClient 2.4.8"


# Mud Client Compression Protocol.

disable_mccp "no"


# Mud eXtension Protocol. Can be "disabled", "locked", "open", or "secure".
# Read the MXP specifications on http://www.zuggsoft.com for more info.

default_mxp_mode "open"


# Telnet Go-Ahead sequence. Some clients can't live with it, some can't without it.

strip_telnet_ga "no"


# Read and parse these files too.

include "user.txt"



# Linux modules: Shared object files.

#so "./imperian.so"
#so "./i_mapper.so"
#so "./i_offense.so"
#so "./mmchat.so"
#so "./voter.so"
#so "./i_script.so"





MY TERMINAL/BOT BEFORE TRYING TO CONNECT WITH MUDLET. (IMTS)


Last login: Wed Apr 14 14:40:35 on ttys000
Lucus-Tates-MacBook:~ LucusTate$ /Applications/imts/bot ; exit;
Listening on port 1234.
Listening on port 127.
Init_socket: bind: Permission denied.
Entering main loop. All ready.



MY TERMINAL/BOT AFTER TRYING TO CONNECT WITH MUDLET. (IMTS)


Last login: Wed Apr 14 14:42:57 on ttys000
/Applications/imts/bot ; exit;
Lucus-Tates-MacBook:~ LucusTate$ /Applications/imts/bot ; exit;
Listening on port 1234.
Listening on port 127.
Init_socket: bind: Permission denied.
Entering main loop. All ready.
Sock.sinaddr: 127.0.0.1 (localhost)
mxp: Unsupported by your client.



MUDLET AFTER TRYING TO CONNECT USING 127.0.0.1 AS MY HOST, AND 1234 AS MY PORT.


[INFO] local manual: /Users/LucusTate/.config/mudlet
[INFO] old LuaGlobal.lua removed successfully
[INFO] LuaGlobal.lua restored successfully
[INFO] old db.lua removed successfully
[INFO] db.lua restored successfully
[INFO] found Lua module rex_pcre
[INFO] found Lua module luasql.sqlite3
[INFO] LuaGlobal.lua loaded successfully.
[INFO] db.lua loaded successfully.
[INFO] looking up the IP address of server:127.0.0.1:1234 ...
[INFO] The IP address of 127.0.0.1 has been found. It is: 127.0.0.1
[INFO] trying to connect to 127.0.0.1:1234 ...
[INFO] A connection has been established successfully.
MudBot v2.5 - Copyright (C) 2004, 2005 Andrei Vasiliu.

MudBot comes with ABSOLUTELY NO WARRANTY. This is free
software, and you are welcome to redistribute it under
certain conditions; See the GNU General Public License
for more details.

[Syntax: connect hostname portnumber]



I THEN DO <connect 127.0.0.1 1234> AND THIS HAPPENS.

connect 127.0.0.1 1234
Connecting... Done.
[Send `help to get some help.]

[Connection attempt from: 127.0.0.1 (localhost)]
Only one connection accepted.
[Server closed connection.]


-------------------------------------------------------------
[INFO] Socket got disconnected. The remote host closed the connection
[INFO] connection time: 00:01:53.391
-------------------------------------------------------------
Connecting... Done.
[Send `help to get some help.]

[Connection attempt from: 127.0.0.1 (localhost)]
Only one connection accepted.
[Server closed connection.]




Thanks for any help you may offer, and please talk slowly, I don't understand this stuff. :D

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: IMTS & mudlet on mac... I need help.

Post by Heiko »

Instead of connect 127.0.0.1 1234 you'll have to type:
connect imperian.com 23
Mudlet connects to the bot (127.0.0.1) and then you tell the bot via Mudlet to connect to imperian.

User avatar
demonnic
Posts: 886
Joined: Sat Dec 05, 2009 3:19 pm

Re: IMTS & mudlet on mac... I need help.

Post by demonnic »

only one connection accepted means something else is already connecting to IMTS.

find it, kill it, you should be good.


You may need to reboot.

Post Reply