https://bugs.winehq.org/show_bug.cgi?id=54177
--- Comment #7 from Jason Millard jsm174@gmail.com --- (In reply to francisdb from comment #6)
This issue is extra annoying as the error is reported on line 0.
To find the line causing this I fall back to bisecting until I found the offending lines.
Hello. This is related to Visual Pinball standalone which is using Wine's vbs engine.
@francisdb, this is only reported as line 0 because of how the function is being called in vpx. Our version is forked to support eval, execute, and execute global. Wine's vbscript engine does not yet have these implemented.