S2tbx Forest Cover Change Processor: FileNotFoundException

Hi,

Trying to use the s2tbx Forest Cover Change Processor and the same error keeps being returned:

java.io.FileNotFoundException: C:\Users\Duncan\AppData\Local\Temp\forest-cover-change1644573723499\product-bands1644573723582\segmentationTile-258-0-866-766.bin (The system cannot find the file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at org.esa.snap.utils.BufferedInputStreamWrapper.(BufferedInputStreamWrapper.java:14)
at org.esa.s2tbx.grm.segmentation.tiles.SegmentationSourceProductPair.buildSourceTiles(SegmentationSourceProductPair.java:60)
at org.esa.s2tbx.fcc.trimming.MovingWindowTileParallelComputing.runMovingTile(MovingWindowTileParallelComputing.java:144)
at org.esa.s2tbx.fcc.trimming.MovingWindowTileParallelComputing.execute(MovingWindowTileParallelComputing.java:104)
at org.esa.snap.utils.AbstractParallelComputing.executeInParallel(AbstractParallelComputing.java:27)
at org.esa.s2tbx.fcc.trimming.MovingWindowTileParallelComputing.runTilesInParallel(MovingWindowTileParallelComputing.java:110)
at org.esa.s2tbx.fcc.ForestCoverChangeOp.computeMovingTrimming(ForestCoverChangeOp.java:303)
at org.esa.s2tbx.fcc.ForestCoverChangeOp.computeFinalProductData(ForestCoverChangeOp.java:278)
at org.esa.s2tbx.fcc.ForestCoverChangeOp.doExecute(ForestCoverChangeOp.java:227)
Caused: org.esa.snap.core.gpf.OperatorException: C:\Users\Duncan\AppData\Local\Temp\forest-cover-change1644573723499\product-bands1644573723582\segmentationTile-258-0-866-766.bin (The system cannot find the file specified)
at org.esa.s2tbx.fcc.ForestCoverChangeOp.doExecute(ForestCoverChangeOp.java:252)
at org.esa.snap.core.gpf.internal.OperatorContext.executeOperator(OperatorContext.java:1300)
at org.esa.snap.core.gpf.Operator.execute(Operator.java:153)
at org.esa.s2tbx.fcc.ForestCoverChangeTargetProductDialog$TargetProductSwingWorker.doInBackground(ForestCoverChangeTargetProductDialog.java:523)
at org.esa.s2tbx.fcc.ForestCoverChangeTargetProductDialog$TargetProductSwingWorker.doInBackground(ForestCoverChangeTargetProductDialog.java:484)
at com.bc.ceres.swing.progress.ProgressMonitorSwingWorker.doInBackground(ProgressMonitorSwingWorker.java:56)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[catch] at java.lang.Thread.run(Thread.java:748)

Any idea why this might be happening? I’ve tried using Landsat 5, Landsat 8, and Sentinel-2 products to no avail. First time using the tool so I’ve left the settings as default. SNAP desktop implementation version 8.0.9 and s2tbx version 8.0.6.

Thanks