Release 2022.05a
I just posted 2022.05a release.
2022.05 added html transcripts capability to a larger set of tools. Unfortunately this capability requires a new version of TCL that is not supported by older tools, such as Riviera-PRO 2018.02. 2022.05a release fixes this.
If you have issues, you can report them in the OSVVM forum, on github issues, or you can send them directly to me. The first two being most reliable as they are easier to track.
If the issue is during startup, I will need the TCL $errorInfo variable which you can print by doing:
puts $errorInfo
If the issue is while running an osvvm build, this information will be available in the OSVVM variable BuildErrorInfo which you can print by doing:
puts $::osvvm::BuildErrorInfo