Every few boots, when I hit WIN+R to bring up the Run dialogue, I get an error that says this:
(Title bar):
LiteStep :: !Run :: Error
(Body):
Exception during bang command execution.
Please contact the module author.
Bang parameters:
[OK]
All my modules are up to date as far as I am aware. What's going on?
Litestep version, OS version?
LS version 0.24.7 RC 1
Windows XP Pro SP2
LiteStep .24.7
Windows XP Pro SP2
I think I know what my problem is. What theme you running swmmng?
k...same here. What happened was the author of the theme used Run as a Label name. Go into your theme.rc and replace all instances of Run with something else, like Runs, and the error will go away.
That did the trick. Thanks.
I'll try and send an email over to the devs for xLabel and see what can be done from their end. ! isn't a valid command but it looks like it is taking it as one. Maybe there is just something tweaked in their code. jugg, is it possible that the core could detect duplicate !Bang Commands being registered like that and throw an error?
swmmng, update to 0.24.7 Final (RC1 is really old and broken)
Dev, no, it is a feature that !bang commands can be overridden. If a module wants to override !run to show its own "run dialog" or whatever that is perfectly fine. Is that what you meant?
Didn't know we considered it to be a feature. Thanks jugg.
:-\, sorry about the label name bug... guess i never bothered to test the win+r cause i have the theme set up for the win key to bring up the startmenu, and theres a run box in there.
Wasn't a big deal to "fix" and it shouldn't have happened anyway. It isn't like you can give focus to a label by calling it's name or anything.
Strange...since the "fix" I put it back to the way it was to do some testing for jugg and now I can't reproduce the problem. Stupid POS.
Now it's doing it again. The theme.rc file retained its changes, however. Also, I don't know if this is related, but the run dialog box reverted to its un-modified state from the way I'd changed it.