Using a debug build: 1. Create a presentation document; 2. Switch to Notes view; 3. Select the slide rectangle (top); 4. Menu Format->Text Box and Shape->Position and Size (F4) 5. Edit position -> OK => assertion failed, crash. This affects LOK, because repositioning is sent there as the .uno:TransformDialog with arguments, i.e. through the same codepath.
https://gerrit.libreoffice.org/c/core/+/168277
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/be2638603b85974cc452e3d453f4adb9d9f5d97f tdf#161354: drop incorrect assertion It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Commit Notification from comment #2) > Mike Kaganski committed a patch related to this issue. > It has been pushed to "master": > > https://git.libreoffice.org/core/commit/ https://bloonstowerdefense.io > be2638603b85974cc452e3d453f4adb9d9f5d97f > > tdf#161354: drop incorrect assertion > > It will be available in 24.8.0. > > The patch should be included in the daily builds available at > https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More > information about daily builds can be found at: > https://wiki.documentfoundation.org/Testing_Daily_Builds > > Affected users are encouraged to test the fix and report feedback. Thanks for the cmt