- View New Content
-
Getting Started
-
Tutorials
Tutorial Categories
Tutorials Main Page Installation and Setup Downloadable TutorialsROM Adjustments
Number of Balls Adjustments Volume Adjustments
-
Visual Pinball Tables
VP 8 Desktop Tables
All VPM Recreations VP Recreations VP/VPM MODs VP Originals ROMsVP 9 Desktop Tables
All VPM Recreations VP Recreations VP/VPM MODs VP Originals ROMsVP9 Cabinet Tables
All Full Screen Cabinet Full Screen B2S Cabinet Spanned Cabinet Tables Media Packs ROMsVPX Tables
All VPinMAME Recreations VPX- - /VPinMAME - MOD Tables VPX Recreations VPX Originals Media Packs ROMs VR
-
Frontend Media & Backglass
Media Packs
Complete Media Packs Wheel Logos VideosBackglasses
dB2S Animated Backglasses UVP Animated Backglasses Topper Images
- Future Pinball Tables
-
Design Resources
Main Resources
Table Templates Playfield Images Image Library Sound Library Key CodesVP Guides
VP8 Guide - English VP8 Guide - Deutsch VP9 Guide - English VP9.1.x Guide - English VP Object Guide VPM DocumentationFuture Pinball Resources
Playfield Images 3D Model LibraryFuture Pinball Guides
FP Script Guide Big Draco Script Guide FP Table Design Guide FP DMD Guide
- Other Features
- Bug Tracker
- Image Gallery
- Blogs
-
More
directB2S backglasses crash VP on exit. Any Ideas?
Started By
delta6014
, Feb 16 2013 04:01 AM
18 replies to this topic
#2
Posted 16 February 2013 - 10:21 AM
I've been running these new back glasses, and they are great, but every time I exit a table whether through hyperpin or VP, VP crashes. This only happens on the tables that I'm running the new back glasses on. Any body have any ideas.? Thanks
I've had with some tables crashes on exit for VP, but never HyperPin.
Maybe my solution works also for you:
open for one of these tables the script, scroll down (or search) for Controller.Pause
Below that part add:
Sub Table1_exit()
Controller.Stop
End sub
if the sub method used for Controller.Pause has a different name, such as Genesis_Pause, use the same start for _exit
This stops the controller immediately, before VP quits. For me this has the advantage that music also stops immediately, sometimes it continues to play for 3-5 seconds.
And it does not crash for me anymore.
Good luck.
#3
Posted 16 February 2013 - 03:38 PM
Hi Delta6014,
I had the same issue here, and you just need to change the ddraw value for the problematic tables.
All info is here:
http://www.vpforums....=21#entry212009
Herweh is aware about the problem since the beta version, and might come with anothe fix.
#5
Posted 16 February 2013 - 10:10 PM
I've had with some tables crashes on exit for VP, but never HyperPin.
Maybe my solution works also for you:
open for one of these tables the script, scroll down (or search) for Controller.Pause
Below that part add:
Sub Table1_exit()
Controller.Stop
End sub
if the sub method used for Controller.Pause has a different name, such as Genesis_Pause, use the same start for _exit
This stops the controller immediately, before VP quits. For me this has the advantage that music also stops immediately, sometimes it continues to play for 3-5 seconds.
And it does not crash for me anymore.
Good luck.
Thanks for the info Westworld that worked for me.
#7
Posted 17 February 2013 - 01:47 AM
Got this from Marauder some time ago:
You need to change it on Windows' registry. Use regedit and go to HKEY_LOCAL_MACHINE > Software > Freeware > VisualPinMAME. You should see there the ROMs (and not the tables!) as the key names. Edit there.
#8
Posted 17 February 2013 - 01:55 AM
Had the same problem with Dracula running VP 442.
It was fixed with Westworlds solution by adding: Sub Table1_Exit(): Controller.Stop: End Sub
Cheers
Edited by chepas, 17 February 2013 - 01:56 AM.
Bump maps are the new auto-tune ![]()
VPX - RSS Updates ---- blog.flippingflips.xyz/en/ -- Visual Pinball No.1 (2021) . Est.2000
#10
Posted 17 February 2013 - 03:28 AM
Hey Westworld, I put that sub in my latest release of Mars Attacks, the table would occasionally not close the Form1 for me, but I added your sub....
Sub Table1_exit()
Controller.Stop
End sub
... and tested it about 40 times and the Form1 has closed on exit every time.
Thanks.
Sub Table1_exit()
Controller.Stop
End sub
... and tested it about 40 times and the Form1 has closed on exit every time.
Thanks.

You have discovered an Easter egg. Pat yourself on the back.
#11
Posted 17 February 2013 - 03:53 AM
Thanks. Finally got Westworlds fix to work, but what about the tables that don't have Controller.Pause. Any ideas
Read Pinball999 post above mine for the registry directory. Find the rom that is causing you a problem and change the ddraw to 0.
I only had this problem with Addams Family. After you make a change to registry load the table and then exit table for it to work. You could try pushing F3 after table has loaded , it may work the same way.
Bump maps are the new auto-tune ![]()
VPX - RSS Updates ---- blog.flippingflips.xyz/en/ -- Visual Pinball No.1 (2021) . Est.2000
#13
Posted 17 February 2013 - 06:18 AM
Adding the Sub Table1_Exit(): Controller.Stop: End Sub at the end of the script has stopped all of my issues also, especially when needing to restart the backglass after saving changes. VP would always show a black screen for the playfield and then crash. Now it works fine.
Rudy
#15
Posted 26 April 2013 - 08:11 PM
Sub Table1_Exit(): Controller.Stop: End Sub
That should stop all crashing , just make sure table1 is the tables name, it could be something like BK2K , you just need to double check.
Untitled.jpg 16.62KB
16 downloads
Sub bk2000_Exit(): Controller.Stop: End Sub
Edited by chepas, 26 April 2013 - 08:15 PM.
Bump maps are the new auto-tune ![]()
VPX - RSS Updates ---- blog.flippingflips.xyz/en/ -- Visual Pinball No.1 (2021) . Est.2000
#17
Posted 28 June 2013 - 04:57 PM
Finally found this topic after scouring for an hour or so-
I am hopeing this will help with the problem I am having. When I play a table directly from vp, the backglasses (b2s) close upon exiting a table, but when playing from hyperspin, exiting a table, the b2s backglass continues running and I can only get it to close by hitting the 'esc' button.
Hopefully adding this l;ine to the tables script will help with my problem.
Thanks guys! I will update on wether this works for me or not.
I am hopeing this will help with the problem I am having. When I play a table directly from vp, the backglasses (b2s) close upon exiting a table, but when playing from hyperspin, exiting a table, the b2s backglass continues running and I can only get it to close by hitting the 'esc' button.
Hopefully adding this l;ine to the tables script will help with my problem.
Thanks guys! I will update on wether this works for me or not.



Top















are all trademarks of VPFORUMS.