Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script running too slow+error on window 7
#1
When I'm running this script on win xp in my online game everything works perfectly, but when I try on window 7 in online games I get this error:

Warning: thread of <open ":5:">scriptname could not be ended correctly. Possible memory leak, non-closed handles, etc. It is recommended to restart QM

There's no delay between each line of command/action but on win7 it takes at least 3seconds before it goes to the next command, how do I fix this? Thank you in advance.
#2
I don't see the script.
#3
I mean any script I run on win7 in online games get me this error, the script can be something as simple as that

Macro Multiple shoot
Code:
Copy      Help
rep
,wait 0 S "image:hA496E620"

,0.1
,key+ 2
,0.05
,key- 2
,0.20
,key+ w
,0.02
,key- w
,0.05
#4
Maybe some program disabled QM keyboard hooks. Then keyboard triggers also should not work.

Try insert this at the beginning:

opt keysync 1 ;;no synchronization; fastest but less reliable

or this:

opt keysync 2 ;;different synchronization
#5
If scan or wait S are slow on Win7, try QM 2.4.3 and flag 0x1000:
How to speed up Scan in Widows 8.1?

Or disable Aero theme.
#6
it seems to be working now, I just don't know why it happened, i'll keep you updated if other problems arise
#7
alright thank you, will try this if it happen again


Forum Jump:


Users browsing this thread: 1 Guest(s)