Error Uncompressing zip-files: tempdir needs write permission and sufficient free space

14 visualizzazioni (ultimi 30 giorni)
Hello everyone,
suddenly, after working fine many many times, I am getting the following error message tying to unzip/load a couple of nii-gz files:
Error using images.internal.nifti.niftiFile/getUncompressedFileName (line 130)
Cannot unzip file. tempdir needs write permissions and sufficient free space.
Error in images.internal.nifti.niftiFile (line 45)
[filename, self.TempfileCleaners, ~] =
self.getUncompressedFileName(firstFile);
Error in niftiread (line 66)
NF = images.internal.nifti.niftiFile(varargin{:});
Error in loadData (line 21)
roiNii = niftiread(maskPath);
I am sure writing permission to the temp folder is given. What confuses me most is that the message appeared from one second to the next with everything working perfectly fine seconds before. What do you think is the problem here?
Thank you very much for your help!
Jasmin

Risposte (1)

Jurgen vL
Jurgen vL il 22 Giu 2020
Modificato: Jurgen vL il 7 Lug 2020
This happenend to me too today. The error message is misleading, I found that it was trying to call gunzip with an invalid path string. So the fix is to ensure the file name is correct.

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Prodotti


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by