mIRC Home    About    Download    Register    News    Help

Print Thread
#242330 05/07/13 07:44 AM
Joined: Jun 2013
Posts: 24
Z
Zabache Offline OP
Ameglian cow
OP Offline
Ameglian cow
Z
Joined: Jun 2013
Posts: 24
mIRC 7.19, 7.32, 6.21

So I'm coding along minding my own business, using Ctrl+PageBreak frequently to halt long scripts as i debug them, then suddenly anything i do triggers this familiar message from the mirc i am working but without pressing paged break at all. In 7.19, or then oddly, any mirc open or to be opened including 7.32, and 6.21. They all do it after one does it.

* Break: command halted

it says this on any function, on active, in any mirc at any time i touch mirc it displays this message again and again. Causes? not stuck keys on my keyboard, its both new -- this happened on my old keyboard -- and i checked them just now, not stuck... Solutions?

Correction: All mIRC versions 6.21, 7.19 and 7.32 do this, whether old or brand new with no modification

P.S. winXPro sp3

Last edited by Zabache; 05/07/13 12:07 PM.
Joined: Nov 2009
Posts: 295
P
Fjord artisan
Offline
Fjord artisan
P
Joined: Nov 2009
Posts: 295
This was an issue in past versions and should of been fixed. The issue before was if you'd release ctrl before the break key it would "stick" and continue to break events.

https://forums.mirc.com/ubbthreads.php/topics/236633


http://scripting.pball.win
My personal site with some scripts I've released.
Joined: Jun 2013
Posts: 24
Z
Zabache Offline OP
Ameglian cow
OP Offline
Ameglian cow
Z
Joined: Jun 2013
Posts: 24
Originally Posted By: pball
This was an issue in past versions and should of been fixed. The issue before was if you'd release ctrl before the break key it would "stick" and continue to break events.

https://forums.mirc.com/ubbthreads.php/topics/236633


WORKED PERFECT!! Thank you pball, you are King of today!

I was able to confirm this error is causable and solvable in an instant using your method in above forum. As you say...

case a is fine
step 1. ctrl-down, break-down => keep showing "* Break: command halted" whenever an event trigger the script execution
step 2. break-up, ctrl-up. => restore to normal


case b is buggy
step 1. ctrl-down, break-down => keep showing "* Break: command halted" whenever an event trigger the script execution
step 2. ctrl-up, break-up => still show "* Break: command halted" whenever an event trigger the script execution

I tried this in a virgin copy of 7.32 on a 9 month old All Intel i3 running winXPro sp3 with 2 month old AZIO keyboard, the error most definitely still exists...

https://sites.google.com/site/rspjunkdrawer/mirc_new_7.32_Break_command_halted_error.JPG

Last edited by Zabache; 05/07/13 12:12 PM.

Link Copied to Clipboard