-
Notifications
You must be signed in to change notification settings - Fork 21
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
Everything package don't work #205
Comments
Are you running 32 Bit Windows? |
Yes |
There seems to be an issue with the As a temporary fix (until its fixed in the official release, which might be a while because @polyvertex is on a long vacation), you could replace the call to If you're not a coder, you can use the attached file, rename it to |
It does not work yet |
Sorry for the delay, I'm a bit away from the numeric world right now. Thanks @ueffel for attempting to provide a patch. I will investigate asap. |
Sorry it didnt work. I couldnt test it because i dont have a 32bit system :( |
Hi, @Ublimjo , I have the same problem with you. I solved it by replacing the call |
Nice catch @zwkin! This 32-bit use case is actually already taken into account by the
|
Fixed in 2.15.2. |
10:02:16.513 Python: Traceback (most recent call last):
10:02:16.513 Python: File "C:\Program Files\Keypirinha\default\Packages\Everything.keypirinha-package\everything.py", line 101, in on_suggest
10:02:16.513 Python: File "C:\Program Files\Keypirinha\default\Packages\Everything.keypirinha-package\everything.py", line 149, in search
10:02:16.513 Python: File "C:\Program Files\Keypirinha\default\Packages\Everything.keypirinha-package\lib\everything_ipc.py", line 182, in query
10:02:16.513 Python: File "C:\Program Files\Keypirinha\default\Packages\Everything.keypirinha-package\lib\everything_ipc.py", line 302, in create_window
10:02:16.514 Python: File "lib\ctypes_init.py", line 357, in getattr
10:02:16.514 Python: File "lib\ctypes_init.py", line 362, in getitem
10:02:16.514 Python: AttributeError: function 'SetWindowLongPtrW' not found
10:02:24.980 ** ERROR: Everything.Everything: Something bad happened while requesting Everything to perform your search.
10:02:24.982 Python: Traceback (most recent call last):
10:02:24.982 Python: File "C:\Program Files\Keypirinha\default\Packages\Everything.keypirinha-package\everything.py", line 101, in on_suggest
10:02:24.983 Python: File "C:\Program Files\Keypirinha\default\Packages\Everything.keypirinha-package\everything.py", line 149, in search
10:02:24.983 Python: File "C:\Program Files\Keypirinha\default\Packages\Everything.keypirinha-package\lib\everything_ipc.py", line 182, in query
10:02:24.983 Python: File "C:\Program Files\Keypirinha\default\Packages\Everything.keypirinha-package\lib\everything_ipc.py", line 302, in create_window
10:02:24.983 Python: File "lib\ctypes_init.py", line 357, in getattr
10:02:24.983 Python: File "lib\ctypes_init.py", line 362, in getitem
10:02:24.983 Python: AttributeError: function 'SetWindowLongPtrW' not found
10:02:25.921 ** ERROR: Everything.Everything: Something bad happened while requesting Everything to perform your search.
10:02:25.929 Python: Traceback (most recent call last):
10:02:25.929 Python: File "C:\Program Files\Keypirinha\default\Packages\Everything.keypirinha-package\everything.py", line 101, in on_suggest
10:02:25.929 Python: File "C:\Program Files\Keypirinha\default\Packages\Everything.keypirinha-package\everything.py", line 149, in search
10:02:25.929 Python: File "C:\Program Files\Keypirinha\default\Packages\Everything.keypirinha-package\lib\everything_ipc.py", line 182, in query
10:02:25.930 Python: File "C:\Program Files\Keypirinha\default\Packages\Everything.keypirinha-package\lib\everything_ipc.py", line 302, in create_window
10:02:25.930 Python: File "lib\ctypes_init.py", line 357, in getattr
10:02:25.930 Python: File "lib\ctypes_init.py", line 362, in getitem
10:02:25.930 Python: AttributeError: function 'SetWindowLongPtrW' not found
The text was updated successfully, but these errors were encountered: