I'm also having trouble getting the
UVP backglass to work.
I can open uvpserver and load the backglass and it seems to work.
All files are named the following
Table: Superman Vs Ali (Bob5453 2010).vpt
UVP Files:
Superman Vs Ali (Bob5453 2010).uvp
Superman Vs Ali (Bob5453 2010).png
(both in \hyperpin\UltraVP folder)
Backglass image and Wheel logo are both present and both named Superman Vs Ali (Bob5453 2010).png
Script contains the following:
CODE
Sub LoadVPM(VPMver, VBSfile, VBSver)
On Error Resume Next
If ScriptEngineMajorVersion < 5 Then MsgBox "VB Script Engine 5.0 or higher required"
ExecuteGlobal GetTextFile(VBSfile)
If Err Then MsgBox "Unable to open " & VBSfile & ". Ensure that it is in the same folder as this table. " & vbNewLine & Err.Description
'Set Controller = CreateObject("VPinMAME.Controller")
Set Controller = CreateObject("UltraVP.BackglassServ")
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
End Sub
And for now (troubleshooting purposes) the end of the script:
CODE
'Sub Leds_Timer()
'Dim ChgLED
'ChgLED = Controller.ChangedLEDs(&Hffffffff, &Hffffffff)
'End Sub
I have them commented out now but it was doing the same thing.
Alt+Tabbing to the
UVP process shows just a black screen.
Tried other tables to make sure i hadn't broken anything carelessly and SMB works fine and Eight Ball Deluxe worked fine also
Any help would be appreciated, if you need any more info, let me know.
EDIT: Seems to work fine in HyperPin...but why?
Edited by superballs, 28 September 2011 - 02:41 AM.