kindtree23 Posted December 15, 2024 Posted December 15, 2024 how do i get the dmd to show up i downloaded the vpx table and it works fine. The only thing that I cant see is the dmd
magicpolo Posted December 29, 2024 Posted December 29, 2024 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!
Menz Posted July 19, 2025 Posted July 19, 2025 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
Powerus Posted July 27, 2025 Posted July 27, 2025 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?
rye74 Posted August 8, 2025 Posted August 8, 2025 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.
ViziHuggles Posted September 14, 2025 Posted September 14, 2025 I'm not sure if anyone else is experiencing this, but when I use the links provided in the music readme amazon states the album is no longer available.
EzaM Posted October 24, 2025 Posted October 24, 2025 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.
grimeyatlarge Posted January 21 Posted January 21 Does anyone have the list of songs by album? The links in the file are al dead, and I want to make sure I'm getting the correct versions.
RubberDuck Posted February 23 Posted February 23 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.
Lightangel Posted February 26 Posted February 26 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
theVincenator Posted March 17 Posted March 17 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 ^^
Travis5151 Posted March 22 Posted March 22 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.
Berud Posted April 22 Posted April 22 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'
deadmanworking Posted April 22 Posted April 22 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
Berud Posted April 23 Posted April 23 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
PBpinball Posted May 28 Posted May 28 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?
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