hanya / MRI

An object introspection tool for OpenOffice API
http://extensions.openoffice.org/en/project/MRI
Apache License 2.0
46 stars 7 forks source link

Did not work for me at all. #21

Open PBeyard opened 1 year ago

PBeyard commented 1 year ago

It entered an infinite loop asking whether I accepted the user agreement and did not matter what I answered. It then crashed LibreOffice which would not restart. I had to do a repair and then delete the entire uno_packages folder from my installation before LO would start again. I am putting this down and backing slowly away. :) I had it working, I think, in Basic, but not in Python.

hanya commented 1 year ago

Your profile seems broken. License agreement part is implemented by the office itself, not the part of the extension.

jstnlth commented 9 months ago

MSR 1.3.4 has stopped being able to install as of LO 24.2 commit 1eef07805021b7ca26a1a8894809b6d995747ba1 Author: Stephan Bergmann sbergman@redhat.com Date: Tue Aug 1 08:49:44 2023 +0200 Bump baseline to C++20

Change-Id: I47c3a3bdbf2b7b85f8f6f91b694625197aab8002 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155121

I get a pop-up error message, and the console output is basically the same:

warn:io.connector:1471839:1471855:io/source/connector/connector.cxx:93: Connector : couldn't connect to pipe "50a7aaff55688d0a1e3abb766d094114896e12b9f041b95a7fb19abdc18f4": 10

accepting pipe,name=50a7aaff55688d0a1e3abb766d094114896e12b9f041b95a7fb19abdc18f4...connection established.warn:desktop.deployment:1471839:1471855:desktop/source/deployment/registry/dp_backend.cxx:648: unexpected com.sun.star.uno.DeploymentException message: "null process service factory at comphelper/source/processfactory/processfactory.cxx:79"

stbergmann commented 9 months ago

MSR 1.3.4 has stopped being able to install as of LO 24.2 commit 1eef07805021b7ca26a1a8894809b6d995747ba1 Author: Stephan Bergmann sbergman@redhat.com Date: Tue Aug 1 08:49:44 2023 +0200 Bump baseline to C++20

Change-Id: I47c3a3bdbf2b7b85f8f6f91b694625197aab8002 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155121

while the above commit should be unrelated, a fix for the issue is pending at https://gerrit.libreoffice.org/c/core/+/162198 "Hack to make sure process service factory is set"