Minimizer Access Violation

I am using ROOT minimizer and i get a 0 when creating the minimizer
ROOT::Math::Minimizer* min =
ROOT::Math::factory::CreateMinimizer(“GSLMultiMin”, “BFGS2”);

The code breaks giving me an access violation stack overflow.

any ideas on how to solve this?