daemitus / SomethingNeedDoing

91 stars 64 forks source link

Send function not working #34

Closed Nitrodroki closed 2 years ago

Nitrodroki commented 2 years ago

A friend uses it fine with the same syntax but my keystate doesnt turn green and no key is processed by the game. I've tried multiple like /send A or even /send CONTROL Is there some incompatibility with something that I'm missing ?

daemitus commented 2 years ago

whats your macro

On Sun, Jan 16, 2022 at 9:39 PM Nitrodroki @.***> wrote:

A friend uses it fine with the same syntax but my keystate doesnt turn green and no key is processed by the game. Is there some incompatibility with something that I'm missing ?

— Reply to this email directly, view it on GitHub https://github.com/daemitus/SomethingNeedDoing/issues/34, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMTBHB5U53UODPYYOWL4DUWN6O5ANCNFSM5MDR5SYA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

Nitrodroki commented 2 years ago

edited my comment, simple keystroke like A

Nitrodroki commented 2 years ago

It's very weird, seems like the send is just not working for me at all while my friend is streaming the exact same macro of a simple /send a and it works just fine with his xldata greening up

daemitus commented 2 years ago

mmmm. i use some basic windows API functions to send the keystrokes. you might try using something like autohotkey, and see if it works in that. if not, then its gotta be something running on your system, or some config blocking it.

Nitrodroki commented 2 years ago

Yeah I use autohotkey quite a bit and it works fine. I'm wondering if it's not some program that blocks it on that like a keyboard or mouse thing like steelseries or razer.

daemitus commented 2 years ago

make sure the macro window textbox doesn't have your input still.

Nitrodroki commented 2 years ago

I'll try to upload what's happening, because it'es very weird it's as if the send function doesnt have access to the client's keys.

daemitus commented 2 years ago

DM me on discord if you want to send the video

Nitrodroki commented 2 years ago

https://im5.ezgif.com/tmp/ezgif-5-5c28e4eb6e.gif

Nitrodroki commented 2 years ago

It was UAC problems. Some administrator privileges seem to prevent sendmessage from launching. Daemitus has been made aware, and there is a "workaround" by removing UAC so I'm closing the issue.