Import button not working

In the log is an indicator for the problem visible:
An exception occurs:

java.nio.file.InvalidPathException: Illegal character [?] in path at index 2: \\?\D:\Research\EPA_Project\Lake_Erie_HAB\Data\remote_sensing_data\MERIS_RR\BDP_meris-ds_MER_RR__2P_000010\EN1_MDSI_MER_RR__2P_20110503T154936_20110503T163329_047971_0112_20190129T100542_0100\ENV_ME_2_RRG____20110503T154936_20110503T163329_________________2632_102_112______DSI_R_NT____.SEN3
	at sun.nio.fs.WindowsPathParser.nextSlash(Unknown Source)
	at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
	at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
	at sun.nio.fs.WindowsPath.parse(Unknown Source)
	at sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
	at org.esa.snap.vfs.VFS.get(VFS.java:140)
	at org.esa.snap.vfs.NioPaths.get(NioPaths.java:43)
	at org.esa.snap.rcp.actions.file.ProductOpener.openProduct(ProductOpener.java:133)
	at org.esa.snap.rcp.actions.file.ImportProductAction.actionPerformed(ImportProductAction.java:103)

Strange! Where is this illegal character coming from?

There were similar but different reports before:

@oana_hogoiu Maybe you have an idea what’s going wrong?