Jump to content



Photo
- - - - -

KISS (Bally 1979) [VP 9.x Cabinet FS]


  • Please log in to reply
21 replies to this topic

#21 kiwi

kiwi

    Pinball Fan

  • VIP
  • 2,627 posts

  • Flag: Italy

  • Favorite Pinball: Star Trek 25th Anniversary



Posted 28 October 2018 - 01:22 PM

Hi Kiwi thanks for the reply.  It seems like I might have multiple issues for sure with 5 errors.  I went into the script for that line you mention, and mine says:  "Set Controller = CreateObject("B2S.Server")  ???

 

Following that I have the following:   If Err Then MsgBox "Can't Load VPinMAME." & vbNewLine & Err.Description
     If VPMver> "" Then If Controller.Version <VPMver Or Err Then MsgBox "VPinMAME ver " & VPMver & " required."
     If VPinMAMEDriverVer <VBSver Or Err Then MsgBox VBSFile & " ver " & VBSver & " or higher required."
     On Error Goto 0

 

I did find a "Hidden" line much further down and it is set to 0

My table is dated is not the same as you.

 
Yes, replace this

Set Controller = CreateObject("B2S.Server")

with this

Set Controller = CreateObject("VPinMAME.Controller")


#22 jayjonbeach

jayjonbeach

    Hobbyist

  • Members
  • PipPip
  • 28 posts

  • Flag: Canada

  • Favorite Pinball: Nitro Ground Shaker, 8 Ball deluxe, Globetrotters, Meteor

Posted 28 October 2018 - 05:17 PM

Hi Kiwi thanks a bunch and genius it got rid of all 5 errors!!!  So now it loads up, but for some reason it is not playing the music even though I have the music in the right folder.  It is also opening a horizontal table for me instead of vertical, I think I have notes somewhere on how to change it to vertical  (I'm on Winblows PC)