https://bugs.documentfoundation.org/show_bug.cgi?id=160945
Christian Lohmaier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |g --- Comment #18 from Christian Lohmaier <[email protected]> --- Hello world python macro works, so general uno-bridge seems to work now, but what fails is initializing the lightproof grammar checking To reproduce: ############### * build with --with-myspell-dicts to enable dictionaries * launch writer + if using English/if the default document language is English you'll get a crash when loading writer (writing aids are initialized on launch) + if you use it e.g. in German, then setting the language of the document to English will trigger the crash ############### (German doesn't have lightproof grammar rules, only plain dictionaries, so that's why it won't crash) Other components like Calc or Impress won't crash immediately, but would crash if the spellchecking/grammar checking is actually triggered. Workaround: disable Lightproof from Tools|Options → Language Settings → Writing aids no difference whether it is a cross-compiled arm build or a native one. -- You are receiving this mail because: You are the assignee for the bug.
