Jump to content
  • 0

Future pinball will not launch from popper says loading error


Ericg384

Question

Posted

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 

3 answers to this question

Recommended Posts

Posted

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/

 

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...