Some tables does not close backlass after exit pinbally
Hi there!
For some reasons after exit a table (some, not all) the backglass is still active and running in the background.
Is there a fix for this?
Thanks!
I haven't run into that, but it sounds more like something to pursue on the VP end. PinballY is just a launcher, so it doesn't have much control over what the program launched (VP in this case, I assume) does or how it behaves after launch. You might ask on the forums if anyone else has run into a similar thing. Since you mentioned that this is a "some, not all" thing, my first guess would be that the tables exhibiting the problem have scripting bugs that are preventing VP from completing an orderly shutdown when you end the game, so it's leaving some of the other components it launches running. The backglasses (and sometimes the DMD, depending on how you have VP set up) can be launched in separate processes under VP's control, so they need VP to tell them when to exit. If VP itself isn't exiting properly because a script problem or anything else, it might not be able to close down the other things it launches.
Thanks for the reply. For my understanding VP should not be the Problem, because when u start this tables directly from VP and exit with "q" all windows are closed fine.
So i assumed the problem related to pinballY
@StifflersM0M I would recommend that you for those tables in question do the following. In the script, there will be a ...
This
Here is an example of such a sub.
https://github.com/sverrewl/vpxtable_scripts/blob/master/Algar%20(Williams%201980)%201.34.vbs#L1049
I have a similar problem with all tables that use FlexDMD. Also the focus taken by the DMD.
I solved the issue by selecting WM_close as closing method.