I'm on Windows 11. LibreOffice launches and 1 second after displaying the main window, it crashes. No errors are displayed.
Could you try https://wiki.documentfoundation.org/QA/FirstSteps ?
Please download and update to the latest stable version: https://ftp.fau.de/tdf/libreoffice/stable/24.2.3/win/aarch64/ And please delete the following directories before the next start of LibreOffice: %APPDATA%\LibreOffice or/and %APPDATA%\LibreOfficeDev
Created attachment 194009 [details] crash report
Thanks. My Windows 11 is up-to-date with all the current drivers. Ok, now here are the problems with the version you linked to (after deleting the folders as requested): - Launching it without opening a file: then if I open a file, it lags a lot and crashes unexpectedly in the middle of working on the file. - Launching it by opening a file: it crashes (see attachment).
(In reply to ff-mickael_jackson from comment #3) > Created attachment 194009 [details] > crash report and the link to the crash report itself: https://crashreport.libreoffice.org/stats/crash_details/48497b5d-8982-4459-989e-337734989814
Thank you for the feedback. Stephan: thought you might be interested in this one. BT shows interesting parts in UNO and bridges.
(In reply to ff-mickael_jackson from comment #5) > https://crashreport.libreoffice.org/stats/crash_details/48497b5d-8982-4459- > 989e-337734989814 ...has > 0 msca_uno.dll vtableCall bridges/source/cpp_uno/msvc_win32_arm64/cpp2uno.cxx:290 > 1 msca_uno.dll vtableCall bridges/source/cpp_uno/msvc_win32_arm64/cpp2uno.cxx:255 > 2 msca_uno.dll vtableSlotCall E:/r/workdir/AsmObject/bridges/source/cpp_uno/msvc_win32_arm64/vtableslotcall.asm:4106 which suggests an issue in bridges/soruce/cpp_uno/msvc_win32_arm64/ that may well have been fixed recently (towards LO 24.8) with <https://git.libreoffice.org/core/+/ae6ee262d7649222a137f8722886a10db274ddf5%5E%21> "Some fixing of msvc_win32_arm64 UNO bridge" et al. @ff-mickael_jackson, can you check whether a recent Windows ARM64 nightly build (see "Win-Arm64@tb77-TDF" at <https://dev-builds.libreoffice.org/daily/master/current.html>) fixes the issue?
(In reply to Stephan Bergmann from comment #7) > @ff-mickael_jackson, can you check whether a recent Windows ARM64 nightly > build (see "Win-Arm64@tb77-TDF" at > <https://dev-builds.libreoffice.org/daily/master/current.html>) fixes the > issue? Well, it's worse...: it crashes even when launching the app without opening a file. And this time it doesn't display a crash report.
[Automated Action] NeedInfo-To-Unconfirmed
(In reply to ff-mickael_jackson from comment #8) > Well, it's worse...: it crashes even when launching the app without opening > a file. And this time it doesn't display a crash report. Can you see if starting LO in safe mode (<https://wiki.documentfoundation.org/UserProfile#Help_wizard_(LibreOffice_5.3_and_newer)>) helps? (I'll try to reproduce this eventually, but may take a while until I come around to it.)
In Safe Mode, I can launch it (without opening a file). But as soon as I open a file, it crashes. No crash report.
@ff-mickael_jackson: do you think it may be possible to retrieve a backtrace by using https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#Windows:_How_to_get_a_backtrace ?
Created attachment 194025 [details] winDBG exception analysis I installed WinDBG via the Microsoft store since with your link, it installed the X64 version apparently. Hope it helps.
Thank you for the feedback. There's Python part in the bt but don't know what could be the pb.
I cannot reproduce your issues. But I know that `make PythonTest_sw_python` fails on Windows ARM64 in a way that suggests there is still some issue with the UNO bridges. I haven't gotten to finding out what's going on there, yet, but it might be the same underlying issue.
*** Bug 155865 has been marked as a duplicate of this bug. ***
Confirmed via earlier duplicate bug 155865, with same signature on Windows ARM. See also bug 153117.
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.
(In reply to Stephan Bergmann from comment #15) > I cannot reproduce your issues. ...because, it turns out, I happened to not have --with-mypell-dicts configured
Stephan Bergmann committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f610a602c94925f2cae7765bae4a53816dd46aa5 tdf#160945: queryInterface must pass back indirect return value address in x0 It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 162570 has been marked as a duplicate of this bug. ***
*** Bug 162605 has been marked as a duplicate of this bug. ***
Stephan Bergmann committed a patch related to this issue. It has been pushed to "libreoffice-24-8": https://git.libreoffice.org/core/commit/0c8443c69a8e8c3c6da24748050d238ba3227b17 tdf#160945: queryInterface must pass back indirect return value address in x0 It will be available in 24.8.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Stephan Bergmann committed a patch related to this issue. It has been pushed to "libreoffice-24-8-1": https://git.libreoffice.org/core/commit/79ca1a3c7697a85ea272faad3861792f97da2b5e tdf#160945: queryInterface must pass back indirect return value address in x0 It will be available in 24.8.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.