-
I quite honestly completely forgot what I did to install it. I'll be getting a laptop in a month or so and I'll be loading it on that, I'll take note of the steps when I do and post them here.
2007-03-22 22:32:52 UTC by nobody
-
Hi, I use SMM++ every day, it's the most amazing MUD client that I've found for Linux. I'm just wondering why there's been no apparent activity development-wise with it since 2002?.
2007-02-22 20:15:15 UTC by rawdmon
-
Hi!
Seems you have the client running, could you post some instructions on how to install it?
I'm getting syntax errors on the startup.tcl script:
# ./smm -nmw
/usr/local/lib/smm/sources/startup.tcl: line 5: syntax error near unexpected token `$i'
/usr/local/lib/smm/sources/startup.tcl: line 5: `for {set $i 0} {$i<$argc} {incr $i} {'.
2006-12-15 22:45:40 UTC by nobody
-
Inside method returnToCursorPosition {}
Line 370:
setInsert $l $curcol
should be
setInsert $l $endcol.
2006-09-29 08:50:32 UTC by sunrie
-
Hey Guys, I realize that the project has kind of grinded to a stop but I just wanted to give the whole smm++ team my biggest thanks. This is the most amazing MUD client I have found. I have searched and I can't find anything even close to match it. I have customized my client through your amazing smm++ manual with detailed scripting information. The option to have input text fields and...
2006-02-09 09:00:00 UTC by rawdmon
-
When a reaction handler returns 0, next reactions are executed;
instead, if it returns 1, the following reactions are not executed and
the chain is stopped.
The problem is that when a reaction returns 1, an error in
executing that reaction is reported.
The cause is the code in method TSession::_smmReact in source/
main/TSession.tcl:
if {[catch {if {[toSMM $expr]} {break}}]} {...
2005-08-07 19:50:42 UTC by hamletfather
-
Logged In: YES
user_id=426441
Open the file sources/main/TSession.tcl and move the offending line
smmuser eval ::smm::connected 1 reserved for future enhancements
from line 1512 so that it becames 1522. Does it work?
The rationale: seems that Selim had added a new function
::smm::connected which could do something useful to inform the user
whether connection is active or not...
2005-08-04 23:46:46 UTC by hamletfather
-
The link in Install.win/INSTALL to
http://www.Physik.Uni-Dortmund.DE/~issevers/downloads/win/itcl82.exe
Didn't work for me.
Also, there is a typo, you wrote "standart" when you
meant "standard".
2005-06-12 16:59:23 UTC by peell
-
Logged In: YES
user_id=1288161
this will fix it... at line 1617 in TSession.tcl user the
following 4 line vs the existing 3.
# we need the last 5Kb of data or so (about 2 full tcpip
packages)
# as a history to search for the MCCP enable sequence.
set CSocketHistoryLength [string length $CSocketHistory$x]
set CSocketHistory [string range $CSocketHistory$x [expr...
2005-06-05 13:29:09 UTC by cyberdrake
-
I get this error immediatly after attempting to connect
to slothmud.org:6101
also tried dawn.netcologne.de:8000 and achaea.com:23
I didnt get this problem before I installed the old
version, but after trying to remove all traces of the
old one and the current one and starting over I am
still getting this error
Stack Trace:
bad index "end-5000": must be integer or "end"
while...
2005-06-04 14:16:59 UTC by cyberdrake