Jump to content

Recommended Posts

  • 2 weeks later...
Posted

Hi VPW  Team!

 

I'm using a single screen setup,  I choose that batch file in the options.   All my system files are up to date and registered.  The table loads fine in vpx 10.7.4 or 10.8 but the Pup pack never loads.   I've loaded and reloaded table up but get the same result.   I'm out of options,  I'd love your help please.   Thanks for making this magnificent table!

 

  • 6 months later...
Posted

i have an issue that i am asking everywhere and no one can solve it. when i load the table from VPX all 3 screens load without issue. however if i load the same table from popper which is loading the same vpx.exe only the playfield and the DMD load. the backglass is either black or the default popper backglass. i even made a horrible video but it shows the issue i am having

 

https://youtube.com/shorts/TvnIvYuzveE?si=5udyFKgyRptKyj2T

Posted

HI, I installed staged flippers in my cab and set them correctly into vpx 10.8 final.

I turned on staged flipper mod in the script but it doesn't work.

I suppose it's because the option didn't exist in vpx in 2023.
What key am I supposed to use?

  • 2 weeks later...
Posted

I posted this in the regular comments, but I think it belongs here in the support section actually. Love this table, it's excellent. Unfortunately, I having issues with an error popping up after a while of play

 

Runtime error
-------------
Line: 1851, Character: 3
Object doesn't support this property or method: 'Secondary.RotX'

 

Anyon e have a clue, I don't see anyone else having this issue.

  • 1 month later...
  • 1 month later...
Posted
On 1/2/2023 at 7:56 AM, makmak said:

What I found out: first: delete all music files in folder "Music.8" path: \PinUPSystem\PUPVideos\IM_LOTB\Music.8

Do what you are told with your downloaded music files. After that, copy all music files from \PinUPSystem\PUPVideos\IM_LOTB\Music

to \PinUPSystem\PUPVideos\IM_LOTB\Music.8. If you dont do so, your ingame music is not what you are expecting. At least this is what worked for me and now back to cab 😉 - fantastic work!

(or maybe just go to line 57 in the script and set to "False" ? 😉

Thank you guys, you really rock!!!

Quick question.  I'm new to this hobby and learning a lot.  I did exactly as stated above.  Downloaded my MP3's, ran the converter, copied the OG and _Mode.MP3's into Music.8 and changed line 57 to False - 8Bit...and I'm still not getting music.  Any suggestions on what I missed?  Thank you.

  • 2 months later...
  • 1 month later...
Posted

Hello, I'm trying to play this awesome table in VR, which works so far, but I can't see the PuPPack in VR. When I play it on my desktop, I can see the PuPPack. I've already looked for a possible setting in the script but couldn't find anything. Does anyone have any advice? Thanks.

Posted

I just download this table; I have read this entire tread and still can get the pup to show on the backglass. I have over 600 tables all working perfectly.  Any thought about what it could be (I have made the script changes suggested). All software is UpToDate. 

 

Thanks

  • 3 weeks later...
Posted
On 8/8/2025 at 7:46 PM, rye74 said:

I posted this in the regular comments, but I think it belongs here in the support section actually. Love this table, it's excellent. Unfortunately, I having issues with an error popping up after a while of play

 

Runtime error
-------------
Line: 1851, Character: 3
Object doesn't support this property or method: 'Secondary.RotX'

 

Anyon e have a clue, I don't see anyone else having this issue.


Same Error here, as soon as I get a sarcophagus lock via the left ball ramp it crashes:

Object doesn't support this property or method: 'Secondary.RotX'

Stack trace (Most recent call first):
    DoRotateO (RotOffset=-180, Rot=17.8, SecondaryRad=131.881739581294, Secondary={...}, Primary={...})
    tmrBallLock_Timer


VPX 10.8.1 Beta - Looks like the typename check for "IBall" does not work, but I have no idea of vbs as well as vpx scripting.

Quickfix: I changed line 1834 to
 

	if BallsInRealLock>=1 then DoRotateBallO primBallLockOrigin, LockBall1, lock1Rad, LockCurPos, -180


and after line 1861 (Line after "End Sub")  I put the following:

Sub DoRotateBallO(Primary, Secondary, SecondaryRad, Rot, RotOffset)
	if isNull(Secondary) then
		MsgBox "ERROR: Cant access locked ball: " & BallsInLock
		exit sub 
	End if 
	Secondary.Z = Primary.Z - SecondaryRad * sin ((Rot+RotOffset) * Pi/180)
	Secondary.Y = Primary.Y + SecondaryRad * cos ((Rot+RotOffset) * Pi/180)
	Secondary.Z=Secondary.Z+25
	Secondary.velx = 0.05
	Secondary.vely = 0.05
	Secondary.velz = 0
End Sub


Now at least I can play while hopefully somebody who knows more fixes the issue ^^
 

Posted
On 2/23/2026 at 8:33 AM, RubberDuck said:

Hello, I'm trying to play this awesome table in VR, which works so far, but I can't see the PuPPack in VR. When I play it on my desktop, I can see the PuPPack. I've already looked for a possible setting in the script but couldn't find anything. Does anyone have any advice? Thanks.

Did you find a fix?  Same issue for me.

  • 1 month later...
Posted
On 9/25/2023 at 12:54 AM, Quickdraw19 said:

On launch I'm getting

"Runtime error
-------------
Line: 1582
Variable is undefined: 'LoadEM'"

 

Does this have to do with Pinup Player?

i have same problem, cant start this table...

 

 

Compile error
-------------
Line: 104
Składnik ActiveX nie może utworzyć obiektu.: 'PinUpPlayer.PinDisplay'

Runtime error
-------------
Line: 1582
Nie zdefiniowana zmienna: 'LoadEM'

Compile error
-------------
Line: 104
Składnik ActiveX nie może utworzyć obiektu.: 'PinUpPlayer.PinDisplay'

Runtime error
-------------
Line: 1582
Nie zdefiniowana zmienna: 'LoadEM'

 

Posted
2 hours ago, Berud said:

i have same problem, cant start this table...

 

 

Compile error
-------------
Line: 104
Składnik ActiveX nie może utworzyć obiektu.: 'PinUpPlayer.PinDisplay'

Runtime error
-------------
Line: 1582
Nie zdefiniowana zmienna: 'LoadEM'

Compile error
-------------
Line: 104
Składnik ActiveX nie może utworzyć obiektu.: 'PinUpPlayer.PinDisplay'

Runtime error
-------------
Line: 1582
Nie zdefiniowana zmienna: 'LoadEM'

 

 

Need to install pinupplayer first

Posted
19 hours ago, deadmanworking said:

 

Need to install pinupplayer first

thank you for your reply but if im not missing anthing i have it installed with PinUP Popper "Baller" Installer bundle

  • 1 month later...
Posted

Hi All,

 

I love the Iron Maiden table, but all I can see on it is the lights and the rest of the playfield is nearly pitch dark. How do I adjust the lighting so I can see the art and flow?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...