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.

EventGhost wierdness and desktop corruption

If you have a question or need help, this is the place to be.
Post Reply
kricker
Experienced User
Posts: 147
Joined: Thu Oct 12, 2006 5:49 am
Contact:

EventGhost wierdness and desktop corruption

Post by kricker »

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?
kricker
Experienced User
Posts: 147
Joined: Thu Oct 12, 2006 5:49 am
Contact:

Re: EventGhost wierdness and desktop corruption

Post by kricker »

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 143 times
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: EventGhost wierdness and desktop corruption

Post by Bitmonster »

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!
kricker
Experienced User
Posts: 147
Joined: Thu Oct 12, 2006 5:49 am
Contact:

Re: EventGhost wierdness and desktop corruption

Post by kricker »

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.
kricker
Experienced User
Posts: 147
Joined: Thu Oct 12, 2006 5:49 am
Contact:

Re: EventGhost wierdness and desktop corruption

Post by kricker »

Here is the xml file. The find utorrent macro is the one with the offending maximize function.
Attachments
xbmc2.xml
(59.96 KiB) Downloaded 130 times
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: EventGhost wierdness and desktop corruption

Post by Bitmonster »

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!
kricker
Experienced User
Posts: 147
Joined: Thu Oct 12, 2006 5:49 am
Contact:

Re: EventGhost wierdness and desktop corruption

Post by kricker »

OK. Will do. I left it broad because when I update utorrent, the names of specific windows change slightly.
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: EventGhost wierdness and desktop corruption

Post by Bitmonster »

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!
kricker
Experienced User
Posts: 147
Joined: Thu Oct 12, 2006 5:49 am
Contact:

Re: EventGhost wierdness and desktop corruption

Post by kricker »

HEHE. You read my mind. I was wondering if that was possible. What does the {?} wildcard stand for?
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: EventGhost wierdness and desktop corruption

Post by Bitmonster »

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!
kricker
Experienced User
Posts: 147
Joined: Thu Oct 12, 2006 5:49 am
Contact:

Re: EventGhost wierdness and desktop corruption

Post by kricker »

I specified the "window name" and told it to only return 1 th choice. All is great now. Thank You!
Post Reply