Jump to content

Future pinball will not launch from popper says loading error


Recommended Posts

Tables play fine when launched from FPLoader when launched in popper just says loading error and can’t close out of media I’m thinking something off with my scripts?
 Launch script

 rem Enable FP Backglass and Arcade Mode REG ADD "HKCU\Software\Future Pinball\GamePlayer" /v "ArcadeMode" /t REG_DWORD /d 1 /f REG ADD "HKCU\Software\Future Pinball\GamePlayer" /v "SecondMonitorEnable" /t REG_DWORD /d 1 /f rem Disable FP Backglass and Arcade Mode if "Custom Launch Param" = PinEvent if "[custom1]"=="PinEvent" (REG ADD "HKCU\Software\Future Pinball\GamePlayer" /v "ArcadeMode" /t REG_DWORD /d 0 /f) if "[custom1]"=="PinEvent" (REG ADD "HKCU\Software\Future Pinball\GamePlayer" /v "SecondMonitorEnable" /t REG_DWORD /d 0 /f) rem Run DMDExt only if "Custom Var #2" DOES NOT = NO_DMDExt if NOT "[custom2]"=="NO_DMDExt" (c:) if NOT "[custom2]"=="NO_DMDExt" (cd "C:\vPinball\VisualPinball\VPinMAME") if NOT "[custom2]"=="NO_DMDExt" (start /min "" "dmdext.exe" mirror --source=futurepinball -q --virtual-stay-on-top --fps 60 -g "[GAMENAME]" --use-ini="C:\vPinball\VisualPinball\VPinMAME\DmdDevice.ini") if NOT "[custom2]"=="NO_DMDExt" (timeout /t 1) rem Disable DOFLinx if "Custom Var #3" = NO_DOFLinx if "[custom3]"=="NO_DOFLinx" (cd /d "C:\directoutput") if "[custom3]"=="NO_DOFLinx" (DOFLinxMsg "PROCESSES=Pinball FX2,Pinball FX3") rem Launch Future Pinball START "" "[STARTDIR]Launch\VPXSTARTER.exe" 10 5 60 "BSP Software*" START "" "[DIREMU]\FPLoader.exe" /open "[GAMEFULLNAME]" /play /exit /arcaderender /STAYINRAM

 

 

close script 

"[STARTDIR]LAUNCH\PUPCLOSER.EXE" WINTIT "Future Pinball" 2 1 cd /d c:\directoutput DOFLinxMsg "PROCESSES=Pinball FX2,Pinball FX3,Future Pinball" REG ADD "HKCU\Software\Future Pinball\GamePlayer" /v "ArcadeMode" /t REG_DWORD /d 1 /f REG ADD "HKCU\Software\Future Pinball\GamePlayer" /v "SecondMonitorEnable" /t REG_DWORD /d 1 /f taskkill /f /im "dmdext.exe" 
 

any help would be greatly appreciated 

Link to comment
Share on other sites

I’ve tried that script it can’t find fploader. That path has two bam folders in the root of the path and I can’t find the path in the script to edited it out. correctly it’s c:/vpinball/futurepinball /BAM/BAM/ my bam is located in c:/vpinball/future pinball/BAM/

 

Link to comment
Share on other sites

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...