This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

problem with the updatedNetbots script ver 4.09

Old posts that have not been replied to for several years.
Locked
t
tommyboy

Post by tommyboy »

I shut down my control bot, installed the new netbots ver 4.09 (after removing the old version) I recieve the following error when trying to start up the bot...

[10:55] can't read "nb_netupdate": no such variable
while executing
"if {$nb_netupdate != 2} {
proc nb_md5get {file} {
return 0
}
rename nb_md5write ""
rename nb_md5load ""
}"
(file "netbots/netbots.tcl" line 1606)
invoked from within
"source netbots/netbots.tcl"

the bot fails to start... any ideas?

Best Regards.

TommyBoy
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

Perhaps you are using an old netset.tcl and didn't change nb_nudisable to nb_netupdate. If upgrading from a very old version you should redo your netset.tcl, and always read the updates when updating to any new version.
Locked