Print

Print


Dear Ines,

the first error message is the important one, and it says that you need
to compile some parts of the VBM8 toolbox for your machine. There should
be a matlab script make.m in the VBM8 toolbox folder to do this. Please
follow the instructions for setting up VBM8 and try again.

Best,

Volkmar


Am 15.05.2014 17:32, schrieb InĂªs Violante:
> Dear Volkmar,
> 
> Thanks a lot for your reply.
> 
> I've look again to the error, it's occurring in the VBM8
> 
> ------------------------------------------------------------------------
> Running job #1
> ------------------------------------------------------------------------
> Running 'VBM8: Estimate & Write'
> Initial Coarse Affine Registration..
> Fine Affine Registration..
> Failed  'VBM8: Estimate & Write'
> Error using ==> optimNn at 68
> Not compiled for MACI64 in MATLAB 7.11.0.584 (R2010b)  (see make.m)
> 
> In file "/Applications/spm8/toolbox/DARTEL/optimNn.m" (v1143),
> function "optimNn" at line 68.
> In file "/Applications/spm8/toolbox/Seg/spm_preproc8.m" (v4148),
> function "spm_preproc8" at line 818.
> In file "/Applications/spm8/toolbox/vbm8/cg_vbm8_run.m" (v411),
> function "run_job" at line 206.
> In file "/Applications/spm8/toolbox/vbm8/cg_vbm8_run.m" (v411),
> function "cg_vbm8_run" at line 96.
> 
> The following modules did not run:
> Failed: VBM8: Estimate & Write
> 
> 
> 
> Any ideas?
> 
> ines
> 
> On Tue, May 13, 2014 at 9:26 AM, Volkmar Glauche
> <[log in to unmask]> wrote:
>> Dear Ines,
>>
>> the error message is not very informative - is this the full output of your script/job sequence? Since you are switching from Windows to Mac, my guess would be that your batch job template, a script or a .mat file contains windows path names to files, data folders or SPM installation folders. These windows path names will not work on MacOS, and you will have to adjust your batches and scripts to contain the correct paths. You may want to save your batches as .m files and edit using your favourite text editor or text manipulation tool.
>>
>> Best,
>>
>> Volkmar