XY64ctxmenu.exe - Could not close the previous instance of this script. Keep waiting?
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
Re: XY64ctxmenu.exe - Could not close the previous instance of this script. Keep waiting?
I don't use XYplorer anymore. I also got a new computer with a fresh install of Windows so whatever caused the issue in XYplorer won't exist anymore.
-
admin
- Site Admin
- Posts: 65510
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: XY64ctxmenu.exe - Could not close the previous instance of this script. Keep waiting?
OK, thanks for letting us know. See you back. 
FAQ | XY News RSS | XY X
Re: XY64ctxmenu.exe - Could not close the previous instance of this script. Keep waiting?
The next beta will bring a small change to XY64ctxmenu.exe
Please report back if anyone still sees the same issue with it.
v24.60.0105 contains the change: viewtopic.php?p=212721#p212721
There is a small issue with that version though, the tray icon is visible
Will be fixed with the next beta release!
Please report back if anyone still sees the same issue with it.
v24.60.0105 contains the change: viewtopic.php?p=212721#p212721
There is a small issue with that version though, the tray icon is visible
Will be fixed with the next beta release!
One of my scripts helped you out? Please donate via Paypal
Re: XY64ctxmenu.exe - Could not close the previous instance of this script. Keep waiting?
Is dark mode possible? 
Windows 11 24H2 @100% 2560x1440
Re: XY64ctxmenu.exe - Could not close the previous instance of this script. Keep waiting?
I'm not aware of any easy method to apply this to
TrackPopupMenuEx so: nope, sorryOne of my scripts helped you out? Please donate via Paypal
Re: XY64ctxmenu.exe - Could not close the previous instance of this script. Keep waiting?
Here's the dark mode code for the v1 menu, you might have tried it.
Code: Select all
uxtheme := DllCall("GetModuleHandle", "str", "uxtheme", "ptr")
SetPreferredAppMode := DllCall("GetProcAddress", "ptr", uxtheme, "ptr", 135, "ptr")
FlushMenuThemes := DllCall("GetProcAddress", "ptr", uxtheme, "ptr", 136, "ptr")
DllCall(SetPreferredAppMode, "int", 1) ; Dark
DllCall(FlushMenuThemes)Windows 11 24H2 @100% 2560x1440
Re: XY64ctxmenu.exe - Could not close the previous instance of this script. Keep waiting?
That's code for menus created by AHK normal
Menu commands, not for TrackPopupMenuEx^^One of my scripts helped you out? Please donate via Paypal
XYplorer Beta Club