<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Trigger - Can't get process ended to work</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=a138fa02-334d-4622-975e-bb720a76f0ee" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=a138fa02-334d-4622-975e-bb720a76f0ee</link>
<description>DisplayFusion RSS: Trigger - Can't get process ended to work</description>
<lastBuildDate>Wed, 08 Apr 2026 18:46:10 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=a138fa02-334d-4622-975e-bb720a76f0ee</generator>
<item>
<title>RE: Trigger - Can't get process ended to work</title>
<link>https://www.displayfusion.com/Discussions/View/trigger-cant-get-process-ended-to-work/?ID=a138fa02-334d-4622-975e-bb720a76f0ee#5</link>
<pubDate>Mon, 14 Feb 2022 17:32:35 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/trigger-cant-get-process-ended-to-work/?ID=a138fa02-334d-4622-975e-bb720a76f0ee#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[I know it has been a while but since then I created a work around for this issue and decided to post it just in case someone else comes across this problem.
So as I said a couple of years ago, Bigbox was creating several windows which triggered the "window destroyed" trigger.
Anyway, since I us...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I know it has been a while but since then I created a work around for this issue and decided to post it just in case someone else comes across this problem.<br/>
So as I said a couple of years ago, Bigbox was creating several windows which triggered the "window destroyed" trigger.<br/>
Anyway, since I use autohotkey for a lot of stuff around here I created a script that launches bigbox, and renames the final window to what you want DF to look for as the "window destroyed" event.<br/>
<div class="Inline"><pre>;Press ctrl+alt+shift+p to change monitor profile then launch BigBox through Steam;
^!+p::
Send ^+2
Sleep 3000
Run steam://rungameid/11332905014558457856
WinWaitActive, LaunchBox Big Box
WinSetTitle, LBVideo ; Set Startup video Title
WinWaitActive, LaunchBox Big Box
WinSetTitle, LBFinal ; Set Final Window Title
return</pre></div><br/>
This way, you set the "window destroyed" event's window name to "LBFinal".<br/>
You can change "Run steam://..." to "Run bigbox.exe" if you're not using steam<br/>
And you can also delete the "^!+p::" part and compile the script as an exe to have it as a standalone launcher.<br/>
Hopefully this will help anyone in the future that has come across this problem, and sorry for reviving such an old thread.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=0ab3c0e6-398c-4e0f-9908-432cab68d56a"/>
</item>
<item>
<title>RE: Trigger - Can't get process ended to work</title>
<link>https://www.displayfusion.com/Discussions/View/trigger-cant-get-process-ended-to-work/?ID=a138fa02-334d-4622-975e-bb720a76f0ee#4</link>
<pubDate>Mon, 09 Dec 2019 16:39:26 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/trigger-cant-get-process-ended-to-work/?ID=a138fa02-334d-4622-975e-bb720a76f0ee#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Yeah, that would do it. What might work better is to use the Window Created/Window Destroyed Triggers. With those, you can try specifying the Window Text and/or Window Class to differentiate the splash screen from the main window.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yeah, that would do it. What might work better is to use the Window Created/Window Destroyed Triggers. With those, you can try specifying the Window Text and/or Window Class to differentiate the splash screen from the main window.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=0ab3c0e6-398c-4e0f-9908-432cab68d56a"/>
</item>
<item>
<title>RE: Trigger - Can't get process ended to work</title>
<link>https://www.displayfusion.com/Discussions/View/trigger-cant-get-process-ended-to-work/?ID=a138fa02-334d-4622-975e-bb720a76f0ee#3</link>
<pubDate>Fri, 06 Dec 2019 21:07:13 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/trigger-cant-get-process-ended-to-work/?ID=a138fa02-334d-4622-975e-bb720a76f0ee#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[I'm facing the same issue, Bigbox does have a startup video that plays whilst the databases/cache are loading and that might be creating a new instance of bigbox.exe while terminating the previous one, meeting the trigger condition for process end when the program actually loads]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I'm facing the same issue, Bigbox does have a startup video that plays whilst the databases/cache are loading and that might be creating a new instance of bigbox.exe while terminating the previous one, meeting the trigger condition for process end when the program actually loads
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=0ab3c0e6-398c-4e0f-9908-432cab68d56a"/>
</item>
<item>
<title>RE: Trigger - Can't get process ended to work</title>
<link>https://www.displayfusion.com/Discussions/View/trigger-cant-get-process-ended-to-work/?ID=a138fa02-334d-4622-975e-bb720a76f0ee#2</link>
<pubDate>Wed, 13 Nov 2019 15:41:30 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/trigger-cant-get-process-ended-to-work/?ID=a138fa02-334d-4622-975e-bb720a76f0ee#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[I wonder if that EXE is launching a second process and the first one terminates. Could you send over a debug log?
On the DisplayFusion Settings  Troubleshooting tab, change the Logging drop-down to "L1: Log Minimal" and click Apply
Reproduce the issue and note the time so we'll know where to ch...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I wonder if that EXE is launching a second process and the first one terminates. Could you send over a debug log?<br/>
<br/>
<ul class="ListBullet">
<li>On the DisplayFusion Settings > Troubleshooting tab, change the Logging drop-down to "L1: Log Minimal" and click Apply</li>
<li>Reproduce the issue and note the time so we'll know where to check in the log file</li>
<li>Click the "Export Info to File" button on the Settings > Troubleshooting tab</li>
<li>Reply with the file attached</li>
<li>Disable debug logging after sending the log</li></ul>
<br/>
Thanks!
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=0ab3c0e6-398c-4e0f-9908-432cab68d56a"/>
</item>
<item>
<title>Trigger - Can't get process ended to work</title>
<link>https://www.displayfusion.com/Discussions/View/trigger-cant-get-process-ended-to-work/?ID=a138fa02-334d-4622-975e-bb720a76f0ee</link>
<pubDate>Mon, 11 Nov 2019 16:21:46 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/trigger-cant-get-process-ended-to-work/?ID=a138fa02-334d-4622-975e-bb720a76f0ee</guid>
<category>DisplayFusion</category>
<description><![CDATA[I have a trigger set up as follows:
Process Ended.
Frequency: Always
Match conditions:
Process filename "K:\LaunchBox\BigBox.exe"
Monitor profile: Mame
Delay: 60000ms (1min)
Run function: Load monitor profile: Main
I run "K:\LaunchBox\BigBox.exe".
Switch to profile "Mame".
After exactly...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have a trigger set up as follows:<br/>
<br/>
Process Ended.<br/>
Frequency: Always<br/>
Match conditions:<br/>
   Process filename "K:\LaunchBox\BigBox.exe"<br/>
   Monitor profile: Mame<br/>
Delay: 60000ms (1min)<br/>
Run function: Load monitor profile: Main<br/>
<br/>
I run "K:\LaunchBox\BigBox.exe".<br/>
Switch to profile "Mame".<br/>
After exactly 30 seconds DF triggers and switches back to profile "Main".<br/>
K:\LaunchBox\BigBox.exe process is still running.<br/>
<br/>
I have also tried using the windows destroyed feature and this doesn't work either. <br/>
<br/>
Any help appreciated! (running v9.5)<br/>
<br/>
From log:<br/>
<br/>
2019/11/11 11:28:29.7148##_##INFO:L1##_##displayfusion.exe:8064##_##WindowProcess:WindowProcessTHISTHREAD:Static##_##-##_##Name: Load Monitor Profile: Mame##_##-<br/>
<br/>
2019/11/11 11:29:05.6045##_##INFO:L1##_##displayfusion.exe:8064##_##DFTrigger:ExecuteActions##_##-##_##Trigger [GetTriggerMatchesAndRunTriggerActionsIfNeededWORKER]: Process Filename: 'K:\LaunchBox\BigBox.exe', Monitor Profile: 'Mame', Delay before checking match conditions (MS): 10000ms, Run Function: 'Load Monitor Profile: Main'##_##-<br/>
2019/11/11 11:29:05.6056##_##INFO:L1##_##displayfusion.exe:8064##_##DFTriggerAction:ExecuteAction##_##-##_##RunFunction##_##-<br/>
2019/11/11 11:29:05.6056##_##INFO:L1##_##displayfusion.exe:8064##_##WindowProcess:WindowProcessTHISTHREAD:Static##_##-##_##Name: Load Monitor Profile: Main##_##-<br/>
2019/11/11 11:29:05.6056##_##INFO:L1##_##displayfusion.exe:8064##_##WindowProcess:CTR##_##-##_##Source: Trigger, HotKey: 'Load Monitor Profile: Main', Window: Window is NULL##_##-<br/>
2019/11/11 11:29:05.6065##_##INFO:L1##_##displayfusion.exe:8064##_##MonitorProfiles:ActivateMonitorProfile##_##-##_##Main: ecef2b65-b9b7-48fd-8c3b-44449929e7c2, Reason: HotKey/TitleBarButton##_##-
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=0ab3c0e6-398c-4e0f-9908-432cab68d56a"/>
</item>
</channel>
</rss>