Created attachment 170503 [details] sample file to reproduce the crash When trying to open the attached ODP document, LibreOffice Android Viewer crashes. Steps to reproduce: open attached document "test.odp" Result: Crash Using Android Viewer built from current master, as of commit 96af7614c205cbb43379d8b37fd02de7080175a0. This worked OK in the past.
From ADB log: 03-16 08:21:24.578 5976 6025 D libo:sal/osl/unx/file: double-slash in path: /assets//config/soffice.cfg/svt/ui/tabbuttons.ui 03-16 08:21:24.579 5976 6025 E libo:sal/osl/unx/file: failed to open /assets//config/soffice.cfg/svt/ui/tabbuttons.ui 03-16 08:21:24.579 5976 6025 W vcl.builder: 1:vcl/source/window/builder.cxx:517: DBG_UNHANDLED_EXCEPTION in VclBuilder 03-16 08:21:24.579 5976 6025 W vcl.builder: when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: file:///assets//config/soffice.cfg/svt/ui/tabbuttons.ui 03-16 08:21:24.580 5976 6025 W legacy.osl: 1:vcl/source/window/window.cxx:276: Window ( 7Control()) with live children destroyed: 7VclVBox() 03-16 08:21:24.580 5976 6025 I LibreOffice/androidinst: Window ( 7Control()) with live children destroyed: 7VclVBox() 03-16 08:21:24.580 5976 6025 I LibreOffice/androidinst: SalAbort: 'Window ( 7Control()) with live children destroyed: 7VclVBox()' 03-16 08:21:24.580 5976 6025 I LibreOffice/androidinst: 03-16 08:21:24.580 5976 6025 I LibreOffice/androidinst: SalAbort: 'Unknown application error' 03-16 08:21:24.580 5976 6025 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 6025 (Thread-2), pid 5976 (org.libreoffice) I'll take a look and plan to submit a fix.
Michael Weghorn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/66e531d2337be9a2be7b1798779fb9da0e198bbf tdf#141052 android: Include 'tabbuttons.ui' and 'tabviewbar.ui' It will be available in 7.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.