Description: It's not possible to connect to LO since LO25.8 It's a regression. It works fine until LO25.2 Steps to Reproduce: 1.Create a Main macro in Standard.Module1 like Function Main(myParam) Print myParam Main = myParam & "return" End Function 2.Put the RunBasicMacro.py in your home folder 3. Write in a terminal /Applications/LibreOffice.app/Contents/Resources/python '/Users/didier/Documents/RunBasicMacro.py' 'Standard.Module1.Main' 'MonDidou' 4. Adapt file and command line to your configuration 5. Click Enter in the terminal Actual Results: Kill 9 Expected Results: The message from Print and MonDidou in the terminal Reproducible: Always User Profile Reset: Yes Additional Info: Run with : Version: 25.2.1.2 (X86_64) / LibreOffice Community Build ID: d3abf4aee5fd705e4a92bba33a32f40bc4e56f49 CPU threads: 4; OS: macOS 14.4.1; UI render: Skia/Raster; VCL: osx Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR Calc: threaded Do'nt run with : Version: 25.8.1.1 (X86_64) Build ID: 54047653041915e595ad4e45cccea684809c77b5 CPU threads: 4; OS: macOS 14.4.1; UI render: Skia/Raster; VCL: osx Locale: fr-FR (fr_FR.UTF-8); UI: en-US Calc: threaded
Created attachment 203199 [details] RunBasicMacro for testings For testing
Hello Everybody, Someone to confirm the bug - regression ? Thanks in advance. Didier DP.
Hello, Simply try in Terminal : cd /Applications/LibreOffice.app/Contents/Resources/../Resources ./python It works (in MacOs) with LO25.2 but not with 25.8 It's a real regression ... Thanks for your help.