You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I made an ahk script for Lineage 2M. And during the script works i get Cannot open console input buffer for writing.
It apperars absolutely randomly.
My code looks like this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I made an ahk script for Lineage 2M. And during the script works i get Cannot open console input buffer for writing.
It apperars absolutely randomly.
My code looks like this.
if action == 'move':
move = f'''
#MaxThreads 20
CoordMode, Mouse, Screen ;
DllCall("SetCursorPos", int, {x}, int, {y})
Sleep, 120
Exit
I tried to google this error but didn't find anything.
To set a MaxThreads and Exit from script in the end didn't help too
Beta Was this translation helpful? Give feedback.
All reactions