-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buffer too small #7
Comments
Interesting. I can't fathom why running via AHK would be an issue, and I wasn't able to reproduce that on my end with a simple example:
The above worked without issue. It's been too long since I've been using AHK to recall if the first four lines might have any relevant effect. However, I fixed the crash when selecting the start menu. It seems that the buffer used to grab process name and window title wasn't long enough in that case, which is odd because it should just be |
Hey thanks, after installing the new version opening the windows start menu with the mouse no longer crashes it.
this is the working line:
Thanks for the help! |
I'm having the same problem as this issue, it seems I can only run window tools manuall from the terminal as starting it from my autohotkey script will result in it instantly crashing, but even if I run it manually, for some reason, clicking the windows menu icon with my mouse causes it to instantly crash, like something is triggering it for some reason.
![image](https://private-user-images.githubusercontent.com/144664603/328149117-e1d1c7eb-2f09-4305-86d0-d978f3a383de.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMzgyNTYsIm5iZiI6MTczOTAzNzk1NiwicGF0aCI6Ii8xNDQ2NjQ2MDMvMzI4MTQ5MTE3LWUxZDFjN2ViLTJmMDktNDMwNS04NmQwLWQ5NzhmM2EzODNkZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQxODA1NTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02ZTc3ZTMwZmJkZWZhZjdkMDZkNjU3ZTYzYWM0OWZjYzc0NTcwYTE2MTk1YTU0ZGJhMWJlMDZjOTJjZTkwZWVkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.VuM4g6JptEUTkt9m442BwwqAT1kSil6HppSEpK4cmM4)
The text was updated successfully, but these errors were encountered: