The software not opening

My os is Ubuntu 24.04, and was using the cursor app before, today was trying to open it and it just not opening.

Downloaded the application again, set the permission. make it executable, but not working.
It is not opening

Any idea how to fix it?

Trying to run with command and get this error
[6972:0219/093415.381547:FATAL:setuid_sandbox_host.cc(163)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I’m aborting now. You need to make sure that /tmp/.mount_cursorfVaICP/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)

may this be the issue?

Just fixed by running
./cursor.AppImage --no-sandbox

For making it a app to click on icon and opening I did this
nano ~/.local/share/applications/cursor.desktop

[Desktop Entry]
Name=Cursor
Exec=/path/to/cursor.AppImage --no-sandbox
Icon=/path/to/icon.png
Terminal=false
Type=Application
Categories=Utility;

put your icon here
/home/nasser/.local/share/icons

and then just use the name

chmod +x ~/.local/share/applications/cursor.desktop

gio set ~/.local/share/applications/cursor.desktop metadata::trusted true
gtk-update-icon-cache ~/.local/share/applications/

then I can open by clicking on a icon