Segmentation fault in cusolverDnXsyevdx

I used cusolverDnXsyevd to calculate eigenvectors and it worked perfectly. Now I try to use cusolverDnXsyevdx since I only need specific eigenvectors, but it throws a segmentation error. I am sure I have allocated the memory correctly since it worked with cusolverDnXsyevd. Any ideas?

There’s no way to help without reproducer code