My ENV["USERNAME"] contains the letter ö, which results in an Error: /undefinedfilename in C:\...\Temp/GMTjl_<name>.ps
A workaround is
ENV["USERNAME"] = "my_name_with_english_spelling" # must be set before triggering __init__()
using GMT
but it is not very convenient.