mpcarr / aztec-quest

Aztec Quest Pinball
2 stars 0 forks source link

Fails to run on vpinball standalone #1

Open francisdb opened 2 months ago

francisdb commented 2 months ago

2024-06-26 11:20:15.948 ERROR [5627936] [CodeViewer::OnScriptError@1210] Script Error at line 8401 : VBSE_INVALID_TYPELIB_VARIABLE 2024-06-26 11:20:15.948 ERROR [5627936] [CodeViewer::AppendLastErrorTextW@4013] Runtime error: Line: 8401, Character: 8, VBSE_INVALID_TYPELIB_VARIABLE

image

Trying to find out what is going wrong

VBSE_INVALID_TYPELIB_VARIABLE      "Variable uses an Automation type not supported in VBScript"
mpcarr commented 2 months ago

I think the issue is with the nested array accessor handlers(0)(0). I'll have to refactor that.

https://bugs.winehq.org/show_bug.cgi?id=53877

francisdb commented 2 months ago

Ah yes, it went away when doing those in 2 steps.