ROPme now...

hello. i managed to redirect the execution flow like i wanted. But when I in the libc function i want to call the program crashes with a sigfault when it tries to “movaps [$stack+0x40], xmm0”. I made some research about SSE registers and the only thing i can find about the crash is that my stack could not be aligned right. Is that possible? or am I doing something wrong?

Solved(Maybe): tried on another vm and reworked offsets. now it works locally. will try again on the other setup later