Silent-Service-II Posted August 11 Posted August 11 (edited) Hello - first of all let me say that I started VPX since January this year, I have learned a lot since this date but I would say I'm still a beginner. In my set of already installed pinball tables was Alfred Hitchcock's Psycho - a table I like a lot. There was no problem with this table. Now this table won't start after and also after re-installing it I always have a error in Line 1. Maybe someone can say what to do to fix? I make a photo of the screen with the error: Edited August 11 by Silent-Service-II
Silent-Service-II Posted August 15 Author Posted August 15 So, no answer here but I found a solution on another board and I like to share it with you - this error seems happen with newer versions of VPX. Here is how to fix: In the script, move down to Line 295 you will see: SolCallback(7) = "dtbank1..SolHit 1," SolCallback(8) = "dtbank1..SolHit 2," SolCallback(9) = "dtbank1..SolHit 3," SolCallback(10) = "dtbank1..SolHit 4," SolCallback(11) = "dtbank1..SolHit 5," You need to remove 1 of the periods between dtbankX..SolHit X on each Line for SolCallback7 through 11. That is (5 Lines : Lines 295 through 299) It will look like this when you done this... SolCallback(7) = "dtbank1.SolHit 1," SolCallback(8) = "dtbank1.SolHit 2," SolCallback(9) = "dtbank1.SolHit 3," SolCallback(10) = "dtbank1.SolHit 4," SolCallback(11) = "dtbank1.SolHit 5," For me table works now. Save it with an older version of VPX (10.7) else you may get and Info-Screen before starting.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now