https://bugs.documentfoundation.org/show_bug.cgi?id=160222
Bug ID: 160222 Summary: LibreOffice 7.6.5 - SF_Session RunApplication crash for unknown reason Product: LibreOffice Version: 7.6.5.2 release Hardware: x86-64 (AMD64) OS: Windows (All) Status: UNCONFIRMED Severity: normal Priority: medium Component: BASIC Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: eric.cha...@neuf.fr Created attachment 193133 --> https://bugs.documentfoundation.org/attachment.cgi?id=193133&action=edit RunApplication Crash - All parameters have been validated OK The RunApplication function in the ScritForge SF_Session component fails for unknown reason (see the attachment). Going step by step, the error is generated executing this instruction: oShell.execute(sCommand, Parameters, com.sun.star.system.SystemShellExecuteFlags.URIS_ONLY) I have copied the function in my IDE and modify simply the instruction as following: oShell.execute(sCommand, Parameters, URIS_ONLY) and it works... Thanks to investigate, Eric. -- You are receiving this mail because: You are the assignee for the bug.