After trying to debug main after converting a Legacy project to Windows I got a compiler error:
Unexpected error has occurred during the library compilation process:
Value cannot be null. (Parameter ‘key’)
Copied error:
22.10.14+Branch.support-v22.10.Sha.d9bd0105b02c1a4fc6651eed7c4a7dbfba869802
Compilation failed or was cancelled.
The activity or surrounding sequence did not show an error indicating the null value.
After debugging my invoked files I found the error in my Read OCR activities that in Legacy had an input of 300 Image DPI. In Windows the max input is 270.
The properties panel did show a DPI of 300 but while hovering over the dropdown menu it showed an empty field.
Screenshot below is of the field after setting the DPI to 270. This solved the compilation error.