Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
EventGhost wierdness and desktop corruption
EventGhost wierdness and desktop corruption
For the past month now I've been getting some strange EventGhost (3.6.1476) behavior. It manifests itself as a corrupt looking desktop and overall system slowdown. The desktop looks corrupt in that there looks to be the 2 black edges of a window or two that will not go away. Just the black lines that look look edges of a window, no real window at all. I'll try to take a screen shot next time it happens. If I right click on EventGhost and choose exit the desktop refreshes itself and the system speeds backup, but EventGhost is still running in the task manager. I have to end the task.
Has anyone seen anything like this?
Has anyone seen anything like this?
Re: EventGhost wierdness and desktop corruption
It hasn't happend yet. But, I was running in debug mode. I quit EG due to other reasons, and a popup said the log had errors in it, do you want to see it. So here it is.
- Attachments
-
- Log.txt
- (6.34 KiB) Downloaded 142 times
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: EventGhost wierdness and desktop corruption
If you run it with -debug you always get the message, that a log is written. Your log shows no errors or oddities.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
Re: EventGhost wierdness and desktop corruption
I didn't hink it showed any errors, but since the pop-up mentioned there were errors, I figured I should post it. Anyhow, I traced down my issue. It is when I am using the "maximize" window action. If the same macro that holds that actions runs multiple times, each time it runs the system slows down to become unresponsive. I'll post my xml file shortly. I am using a macro to maximize utorrent or launch it then maximize it if it was not already running.
Re: EventGhost wierdness and desktop corruption
Here is the xml file. The find utorrent macro is the one with the offending maximize function.
- Attachments
-
- xbmc2.xml
- (59.96 KiB) Downloaded 129 times
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: EventGhost wierdness and desktop corruption
Your search for the windows is much to wide. It will find all windows including child windows of the program, even the invisible ones. And the maximize action will then try to maximize all of them. Confine the search to only find the right toplevel window.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
Re: EventGhost wierdness and desktop corruption
OK. Will do. I left it broad because when I update utorrent, the names of specific windows change slightly.
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: EventGhost wierdness and desktop corruption
You can use wildcards ({*} and {?}) in the search, like Window Name:
Code: Select all
uTorrent Version{*}Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
Re: EventGhost wierdness and desktop corruption
HEHE. You read my mind. I was wondering if that was possible. What does the {?} wildcard stand for?
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: EventGhost wierdness and desktop corruption
A single character. So "a{?}c" will find "abc" and "adc", but not "abdc".
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
Re: EventGhost wierdness and desktop corruption
I specified the "window name" and told it to only return 1 th choice. All is great now. Thank You!