Getting a strange symbol when trying to use backslash.

Posted by Daret on Tue 19 Oct 2010 05:34 AM — 16 posts, 73,478 views.

#0
I get a symbol that looks like a capitol W with a horizontal line through it when i try to type in (or paste in!) a backslash. This is seriously impeding my ability to use the client's advanced scripting functions.

Any help would be greatly appreciated
Australia Forum Administrator #1
Sounds like you have the wrong keyboard type set in Windows. Or, perhaps, a strange font set up. What font are you using?
Australia Forum Administrator #2
It would also help to know what version of MUSHclient you are using, and what operating system (eg. Windows XP / Ubuntu).
#3
I'm using the correct keyboard settings. I checked.

Windows Xp. Mushclient Version 4.61
Australia Forum Administrator #4
What font are you using?
#5
Default.

I have not really changed hardly any of the settings from the way they were/are upon install. The only thing I did was check the auto-repeat box. Other then that. all I've done is load some plugins. load my triggers. aliases. and variables. And then realized that when i loaded all my triggers all the '\' got changed into the weird 'W' with the horizontal line through it. and the triggers won't work anymore
Australia Forum Administrator #6
I've never heard of anything remotely like this. Can you take a screenshot?

When you say you loaded "my triggers. aliases. and variables" - this isn't the first time you used the client then? So it used to work and stopped working?

When you say "the triggers won't work anymore" it sounds like they used to work, and now don't work. It's not like you just downloaded the client and can't get anything to work, right?

Is there anything you did recently that might have changed things? Like, upgrading the client from a previous version? Applying a Window Service Pack? Getting a new plugin?
#7
hmm. i problably should have mentioned that this is a different computer. And one that was used before i had it. and so the previous user may have changed some settings that could have caused this, maybe some kind of foreign language thing.
#8
can't seem to take a screenshot either. this computer is still weird to me.
USA #9
How did you check that the backslash is otherwise working? MUSHclient doesn't do anything fishy with the input mechanism and just takes it straight from Windows, if memory serves.
Australia Forum Administrator #10
A fresh install of Windows might be called for. Not for MUSHclient per se, but if you can't get screenshots to work, well it sounds fishy.

Try typing backslashes into other programs, like Notepad, or Crimson Editor.

http://www.crimsoneditor.com/
#11
i opened notepad and typed it there. i also opened a web browser and typed it there. I'll even type it for you right now! \\\\\\\\\\\\\\\\\\\\\\

Seems to be working fine outside of the client. I can't imagine what the problem can be. I doubt it's anything wrong with the client. but it's certainly strange

I have used the client before with great success and I thank you very much for making it, and keeping up with developing it.

USA #12
Windows can have different per-application keyboard settings, if I remember correctly. Can you check that MUSHclient itself is using the right settings? I think you can enable the language bar or something and see if the input language changes as you move the focus to MUSHclient.

Do *all* MUSHclient windows exhibit this behavior? E.g., the input box, dialog boxes, the MUSHclient notepad, standard Windows dialogs like 'save' from MUSHclient, etc.

Also, this comment might be worth looking into:
Quote:
And then realized that when i loaded all my triggers all the '\' got changed into the weird 'W' with the horizontal line through it.

When you say that you 'loaded' the triggers, does that mean copy/pasting them into the triggers dialog box, copying a world file, pasting xml somewhere, or what?
Australia Forum Administrator #13
Daret said:

it's certainly strange



Strange is not the word. :-)

Well I would get screenshots working one way or another, and show us what it is. The exact character may give a clue. I looked up my Unicode book and couldn't see anything quite like you described.

You said triggers stopped working. Was that triggers with backslashes in them? Or all triggers?

It vaguely reminds me of the problems I had trying to play Oblivion under Windows Vista. There was a "cheat" key (tilde, or ~) which brought up a command window where you could type things. This worked perfectly under XP, but simply did nothing on Vista. The funny thing was, you could type ~ into notepad or Word, or any other program.

I spent hours trying to fix that (without success). There were suggestions that some infra-red remote driver was responsible.

All I can suggest is, if this is a second-hand PC, that some software someone installed is catching the backslash key.

You are probably best off reinstalling Windows anyway. If this isn't a PC you started with, who knows what malware or viruses are on it?
Amended on Tue 19 Oct 2010 07:03 AM by Nick Gammon
Netherlands #14
It's not a bug, it is nothing strange even. It is a simple Windows setting that causes this as a side effect.

Windows supports a thing called a default code page which is used for applications that do not support Unicode. MUSHclient, despite some improvements, falls under that umbrella. Were you to look at Control Panel -> Regional and Language Options -> Advanced, you'd find that setting. (Currently on XP, so in W7 the stuff might be called slightly different.)

You probably have it set to use a Japanese codepage by default. Some programs have recommended changing it to that in the past in order to support displaying katakana and those fantastic other characters, but those programs tended to be ancient and in need of updating anyway. You probably want to set it back to English (United States).

For some more information on this, see:
http://blogs.msdn.com/b/michkap/archive/2005/09/17/469941.aspx
Amended on Tue 19 Oct 2010 07:54 AM by Worstje
USA #15
Off topic:

Crimson editor is a bit, outdated now days. The most 'recent' revision of it is Emerald Editor (http://www.emeraldeditor.com/).

If you want an actively developed coding/advanced text editor, I suggest SciTe (http://www.scintilla.org/SciTEDownload.html) or Notepad++ (http://notepad-plus-plus.org/).