steps: 1. open impress 2. change slide layout to 'Title, Content' 3. click 'Insert Audio or Video' button 4. select a file that has a '[' or ']' in its filename 5. 'The format of the selected file is not supported' dialog will appear 6. click 'Insert Audio or Video' button again 7. remove the '[' and/or ']' from the filename 8. click 'Insert Audio or Video' button 9. it inserts successfully Version: 6.0.0.0.alpha0+ Build ID: a1f93eee75450c3ab6bc623bfad4f850260b86d0 CPU threads: 4; OS: Windows 6.3; UI render: default; Locale: en-US (en_US); Calc: group
So i tested some more and '#' (mentioned here[1]), ';', and '%' also cause this error. [1] https://forum.openoffice.org/en/forum/viewtopic.php?f=10&t=87055
Issue reproduced for the following environment: • Operating system : Windows 8.1 Pro 64-bits. • LibreOffice : Version: 5.4.3.1 (x64) Build ID: 32c8895c6cae21571f364dbb059f419a743ee44d CPU threads: 4; OS: Windows 6.29; UI render: default; Locale: en-US (en_US); Calc: group However it is not reproduced on: • Operating system : Ubuntu 16.04.3 64-bits. • LibreOffice :Version: 5.4.3.1 Build ID: 32c8895c6cae21571f364dbb059f419a743ee44d CPU threads: 8; OS: Linux 4.4; UI render: default; VCL: gtk2; Locale: ja-JP (ja_JP.UTF-8); Calc: group
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
https://docs.libreoffice.org/tools/html/classINetURLObject.html#aacc720283dca17d29119a450b3eee95d possible cause: INetURLObject constructor here https://opengrok.libreoffice.org/xref/core/avmedia/source/viewer/mediawindow.cxx?r=a33c2a1a#279 https://docs.libreoffice.org/tools/html/classINetURLObject.html#aacc720283dca17d29119a450b3eee95d calls setAbsURIRef https://docs.libreoffice.org/tools/html/urlobj_8cxx_source.html#l00690 which tries to parse the string as URL, and for URLs '#' is used for fragment delimiter '%' is used for percent encoding ':' is used for port etc.
*** Bug 109264 has been marked as a duplicate of this bug. ***
Seems that this was fixed in 6.4 (buggy in 6.3.0.4, okay in 6.4.0.3).