Hi, After following steps, LibreOffice cannot export Zip archived web page. (1) Open "Web Wizard" (Files > Wizards > Web Wizard) (2) go to "7. Preview" step (3) "To a ZIP Archive" set "ON" (4) press ... button and set zip archive name. ---> but selected archive path is not shown, and "Finish" button is not enable. Therefore, user cannot export webpage with Zip Archive. env... OS : Linux Version: 5.0.0.4 Build ID: cf112dc905650fb985306a7a03d2fe3fcc6c978f Locale: en-US (C) regards, sawakaze.
Reproduced. I get an assertion failed. If I skip it, the path does not get added and Finish stays grey. Btw. I already get an assert failed when adding the file. Sidenote: the fields in step 6 have a block of grey in them (except Title). This is what I got in Windbg after "Try again": Assertion failed! Program: ...ram Files (x86)\LibreOfficeDev 5\program\vcllo.dll File: C:/cygwin/home/tinderbox/master/vcl/source/app/svapp.cxx Line: 397 Expression: nReleased != 0 For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts (Press Retry to debug the application - JIT must be enabled)(26c4.1064): Break instruction exception - code 80000003 (first chance) eax=00000004 ebx=6b70f55c ecx=3eb17868 edx=6677b9ab esi=00000240 edi=00000000 eip=65528259 esp=00b4b934 ebp=00b4c460 iopl=0 nv up ei pl zr na pe nc cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246 MSVCR120!_wassert+0x59c: 65528259 cc int 3 Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+ Build ID: 902255645328efde34ddf62227c8278e8dd61ff0 TinderBox: Win-x86@39, Branch:master, Time: 2015-07-30_03:52:07 Locale: en-US (fi_FI)
On pc Debian x86-64 with master sources updated yesterday, I could reproduce this. I submitted a patch to review, see https://gerrit.libreoffice.org/18715
Julien Nabet committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e72a4a3c2e1608e301daef0b6e87cc70d814e736 tdf#92934: Web Wizard: Cannot Export Zip archive It will be available in 5.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Sorry, the patch was wrong.
After some more tests, it seems the fix is ok but it revealed a pb in the session management.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-5-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=7a4edfbc4bce290e4e26f55728f670bf24423151&h=libreoffice-5-0 tdf#92934: Web Wizard: Cannot Export Zip archive It will be available in 5.0.3. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.