Error in Esa-Snappy 10.0.0 Python can not read Sentinel1 Products suddenly

Suddenly snappy can not read Sentinel-1 data via python. My Workflow worked fine two weeks ago.

When esa-snappy is imported, the following message appear:

Error while parsing JAI registry file “file:/C:/Users/user/AppData/Local/Programs/esa-snap/snap/modules/ext/org.esa.snap.snap-core/org-geotools/gt-coverage.jar!/META-INF/registryFile.jai” :
Error in registry file at line number #31
A descriptor is already registered against the name “org.geotools.ColorReduction” under registry mode “rendered”
Error in registry file at line number #32
A descriptor is already registered against the name “org.geotools.ColorInversion” under registry mode “rendered”
Error while parsing JAI registry file “file:/C:/Users/user/AppData/Local/Programs/esa-snap/snap/modules/ext/org.esa.snap.snap-core/org-jaitools/jt-zonalstats.jar!/META-INF/registryFile.jai” :
Error in registry file at line number #4
A descriptor is already registered against the name “ZonalStats” under registry mode “rendered”
WARNING: org.esa.snap.core.util.ServiceLoader: org.esa.snap.core.gpf.OperatorSpi: Provider eu.esa.opt.meris.sdr.aerosol.AerosolMergerOp$Spi not found
WARNING: org.esa.snap.core.util.ServiceLoader: org.esa.snap.core.gpf.OperatorSpi: Provider eu.esa.opt.meris.sdr.aerosol.ModisAerosolOp$Spi not found
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.esa.snap.runtime.Engine (file:/C:/Users/user/AppData/Local/Programs/esa-snap/microwavetbx/modules/ext/eu.esa.microwavetbx.sar-cloud/org-esa-snap/snap-runtime.jar) to method java.lang.ClassLoader.initializePath(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.esa.snap.runtime.Engine
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See SLF4J Error Codes for further details.
SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
SLF4J: Ignoring binding found at [jar:file:/C:/Users/user/AppData/Local/Programs/esa-snap/snap/modules/org.esa.snap.snap-netcdf/org-slf4j/slf4j-simple.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Ignoring binding found at [jar:file:/C:/Users/user/AppData/Local/Programs/esa-snap/snap/modules/ext/org.esa.snap.snap-netcdf/org-slf4j/slf4j-simple.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See SLF4J Error Codes for an explanation.
INFO: org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterIO: Initializing external tool adapters
INFO: org.esa.snap.core.util.EngineVersionCheckActivator: Please check regularly for new updates for the best SNAP experience.

When reading a product this error occures:
sentinel_1 = ProductIO.readProduct(path + “\” + folder)

RuntimeError: java.io.IOException: eu.esa.sar.iogdal.sentinel1.Sentinel1ProductReader
[input=D:.…\data\input\Sentinel-1\S1A-15\S1A_IW_GRDH_1SDV_20150404T171602_20150404T171627_005337_006C3A_E14C.zip]:
‘int org.gdal.gdalconst.gdalconstJNI.GDT_Unknown_get()’

WARNING: org.esa.snap.core.util.ServiceLoader: org.esa.snap.core.gpf.OperatorSpi: Provider eu.esa.opt.meris.sdr.aerosol.AerosolMergerOp$Spi not found
WARNING: org.esa.snap.core.util.ServiceLoader: org.esa.snap.core.gpf.OperatorSpi: Provider eu.esa.opt.meris.sdr.aerosol.ModisAerosolOp$Spi not found
SEVERE: org.esa.snap.dataio.gdal.GDALLoader: Failed to initialize GDAL native drivers. GDAL readers and writers were disabled.java.lang.reflect.InvocationTargetException
Native library load failed.
java.lang.UnsatisfiedLinkError: C:\Users\user.snap\auxdata\gdal\gdal-3-7-2\gdalalljni.dll: Die angegebene Prozedur wurde nicht gefunden
SEVERE: eu.esa.sar.commons.io.SARReader: eu.esa.sar.iogdal.sentinel1.Sentinel1ProductReader
[input=D:.…\data\input\Sentinel-1\S1A-15\S1A_IW_GRDH_1SDV_20150404T171602_20150404T171627_005337_006C3A_E14C.zip]:
‘int org.gdal.gdalconst.gdalconstJNI.GDT_Unknown_get()’

I checked this FilePath and it excist: “C:\Users\user.snap\auxdata\gdal\gdal-3-7-2\gdalalljni.dll”

What is wrong? Has anything changed due to updates when opening the OSnap interface?

I am working on WIN 11 with python 3.10.10

Please help