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")