We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
Trying to find out what is going wrong
VBSE_INVALID_TYPELIB_VARIABLE "Variable uses an Automation type not supported in VBScript"
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Ah yes, it went away when doing those in 2 steps.
No branches or pull requests
Trying to find out what is going wrong
The text was updated successfully, but these errors were encountered: