https://bugs.winehq.org/show_bug.cgi?id=54177
--- Comment #10 from francisdb francisdb@gmail.com --- The actual issue is the bracket that is part of the first argument and directly after the sub.
X.SetBounds (i - 20) * 8, 3, 8, 16
workaround
X.SetBounds 8 * (i - 20), 3, 8, 16