General registration(BRAINS) error"LBFGSB optimizer does not support scaling. All scales are set to one. "

I am trying to do general registration according to the tutorial. I have completed the linear transform but when I tried to apply BSpline transform it completed with error:

General Registration (BRAINS) standard error:

WARNING: In D:\D\P\Slicer-0-build\ITK\Modules\Numerics\Optimizersv4\src\itkLBFGSBOptimizerv4.cxx, line 113LBFGSBOptimizerv4 (0000027566CF45A0): LBFGSB optimizer does not support scaling. All scales are set to one.

Exception during registration:

itk::ExceptionObject (000000E4F3BC3BC0)
Location: “unknown”
File: d:\d\p\slicer-0-build\brainstools\brainscommonlib\BRAINSFitHelperTemplate.hxx
Line: 1552
Description: itk::ERROR: Exception caught:
itk::ExceptionObject (000000E4F3BC2C40)
Location: “unknown”
File: D:\D\P\Slicer-0-build\ITK\Modules\Core\Common\src\itkPoolMultiThreader.cxx
Line: 154
Description: itk::ERROR: PoolMultiThreader(0000027566CA90D0): Exception occurred during SingleMethodExecutebad allocation

V5%7DC(YC_3154LF%60ALV%40_XCR 2YQ8QW%40Q_VTR~%25_XHSG05J6 79ZT%247HQ)9KTZA1X)UGAX6V

I really don’t know why because I’m doing exactly according to the tutorial. Can anyone help me solve this issue? Thank you in advance!

Hi - I think the scaling issue is just a warning and not the real issue.

This almost always means you’ve run out of memory, so maybe try on a bigger machine or allocate more virtual memory.

On the other hand it’s not clear why memory is an issue if there are just two MR volumes. Maybe best to try with just the Rigidoption and see if that works. If you are still having trouble let us know which tutorial and where - maybe something has changed and it’s broken.