XML Import Warning when setting attribute echo_colour

Posted by Elo on Sun 23 May 2004 11:34 PM — 2 posts, 11,428 views.

#0
I'm running version 3.45 on Windows Xp. When I try to change my echo_colour to "no change," I am getting an error.


Steps to Repeat:
1. Open Configuration Menu
2. Go to Input | Commands
3. Check "Echo My Input In" and set the drop-down to "No Change."

Setting does not save. When world file is reopened, I get the following error:

Line 42: Value '65536' too large in numeric attribute named 'echo_colour'. Range is 0 to 16. (option 'echo_colour' not set)

Any thoughts?
Australia Forum Administrator #1
Due to the fiddly way MUSHclient saved "no change" (as -1 internally) there was a bug in the save/load routine. The value -1 became unsigned (65535), it then added 1, and got 65536. However when loading the world it did not expect 65536 in that field.

This is corrected in version 3.50.