Windows cannot find Pinball FX2.exe

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #160545
    latin625
    Participant
      @latin625

      Finally switched over to Popper from Pinball X and WOW!  Love it.  Stuck on a few items for the last couple of days.  Cant seem to get my Pinball FX 2 to launch from popper.  I keep getting this error: Windows cannot find Pinball FX2.exe

       

      Here is my launch script:

      @echo off

      rem remove rem to setup your DMDEXT press “open examples for more info”
      rem cd “C:\PinballX\Visual Pinball\VPinMAME”

      rem start /min “” “dmdext.exe” mirror –source=pinball FX2 -q -d auto –virtual-hide-grip –virtual-position=x y w -o PinUP\[GAMENAME]

      START “” “[STARTDIR]Launch\VPXSTARTER.exe” 5 1 5
      cd /d “[DIREMU]”

      START “” “Pinball FX2.exe” -applaunch 226980 -table [GAMENAME]

      #161402
      Friffy1
      Participant
        @friffy1
        Member
        So...  A couple of things...
        
        I see you're using the "applaunch" argument.  So that means you're using the Steam version of PFX2, yeah?  In that case, you'd use:
        START “” “steam.exe” -applaunch 226980 -table_[GAMENAME]
        
        Unless you renamed steam.exe to "pinball fx2.exe".  Then your issue might be that you forgot the underscore in the "-table_[GAMENAME]"
        argument.
        
        If you're not using the Steam version you'd simply use:
        START "" "Pinball FX2.exe" -table_[GAMENAME]
        ..or whatever the exe is actually named.  You'll want to confirm.
        
        Hope that helps!
        
         - Tom
        #161410
        outhere
        Moderator
          @outhere
          MemberContributorvipModerator

          Here are some options that might work

          START "" "[STARTDIR]Launch\VPXSTARTER.exe" 5 1 5 "Pinball FX2.exe"

          cd /d "[DIREMU]"

          START "" "Pinball FX2.exe" -applaunch -table [GAMENAME]

          or

          START "" "[STARTDIR]Launch\VPXSTARTER.exe" 5 5 60 "Pinball FX2"
          cd /d “[DIREMU]”

          START "" "[DIREMU]\steam.exe" -applaunch 226980 -table [GAMENAME]

           

          #161595
          latin625
          Participant
            @latin625

            Yup! Used @outhere script! GOLDEN! Thanks Friffy1!

          Viewing 4 posts - 1 through 4 (of 4 total)

          Forums are currently locked.

          ©2024 VPinBall.com

          Log in with your credentials

          Forgot your details?