
Using SOfficeBin(5.0.5.2): C:\Program Files\LibreOffice 5\program\soffice.exe Here is sample output from my script run on three different Libre installs The script I run is a bit different, but the one I gave you should be able to trigger the problem. We first noticed the freeze occur on a Windows 7 64bit PC. If you copy the file to the windows OS drive like "c:\tmp" it should work better. > _main_.ErrorCodeIOException: SfxBaseModel::storeSelf: 0x4c0cĪ SMB type path("\\VBOXSVR\tmp") will most likely not open. > SRCXLSDoc.storeAsURL(filenameurl,(propval,)) > File "\\VBOXSVR\tmp\python_sort_sample.py", line 153, in > tmpQColNumDictBOM=fileCheckSortSave97Xls(desktop,"file:///"+os.path.abspath( > File "\\VBOXSVR\tmp\python_sort_sample.py", line 164, in runProgram > File "\\VBOXSVR\tmp\python_sort_sample.py", line 170, in

> Attempting to open an UNO socket, count: 0

> C:\Program Files\LibreOffice 5\program>python.exe > 5\program and to the same directory as python_sort_sample.py is. > file "XA003-800000A_BOM.xls" I copied into C:\Program Files\LibreOffice > Tested with LO 5.0.5 and 5.1.2 and I doesn't see a difference> _main_.ErrorCodeIOException: SfxBaseModel::storeSelf: 0x4c0c TmpQColNumDictBOM=fileCheckSortSave97Xls(desktop,"file:///"+os.path.abspath(

Tested with LO 5.0.5 and 5.1.2 and I doesn't see a difference>įile "XA003-800000A_BOM.xls" I copied into C:\Program Files\LibreOffice 5\program and to the same directory as python_sort_sample.py is.Ĭ:\Program Files\LibreOffice 5\program>python.exe \\VBOXSVR\tmp\python_sort_sampĪttempting to open an UNO socket, count: 0įile "\\VBOXSVR\tmp\python_sort_sample.py", line 170, in įile "\\VBOXSVR\tmp\python_sort_sample.py", line 164, in runProgram PropVal = uno.createUnoStruct('.PropertyValue')ĭispHelper.executeDispatch(frame, ".uno:DataSort","", 0, (sortproptuple)) Here is sample python code that triggers the problem.įrame = ()ĭispHelper = (".DispatchHelper") This previously also affected the GUI but was fixed after bug report 99208. This worked in Calc all versions prior to 5.1. Libre Calc hangs when doing a sort via the UNO API.
