Created attachment 53682 [details] Sample Document Steps to reproduce with Server installation of Master "LibO-dev 3.5.0 – WIN7 Home Premium (64bit) ENGLISH UI [(Build ID: 4f11d0a-adcf6d5-c4bb9bd)]" Windows_2008R2 - 111118): 0. Download attached "Sample.dxf" 1. Start LibO 2. LibO Start Center 'New Drawing' 3. Drawing menu 'File -> Open - "Sample.dxf"' Expected: Document will be opened Actual: error message "Unknown graphics format" and following "General Error, General input/output error" Additional Information: 'Insert -> Picture -> From File' works without problems for "Sample.dxf" This one might be related to or DUP of "Bug 34721 - FILEOPEN. Can't open svg file.", "Bug 39600 - FILEOPEN SVG impossible, Error message", "Bug 41137 - FILEOPEN PDF Import "General error. General input/output error."" - Reported with Bug Submission Assistant - Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110928 Firefox/7.0.1 SeaMonkey/2.4.1
Currently only observed with WIN Worked with 3.4.4, so REGRESSION
Created attachment 53688 [details] Sample_dxf in OSX We tested the desired functionality in the Master: LibO-dev 3.5.0 Build ID: 8f87c3d-5d03837-adcf6d5-c4bb9bd On OSX 10.6.8 Located at: http://dev-builds.libreoffice.org/daily/MacOSX_10.6.7_Intel_no-moz/master/2011-11-16_01.40.47/ with master~2011-11-16_01.40.47_LibO-Dev_OOO350m1_MacOS_x86_install_en-US.dmg Follow Rainer Bielefeld's steps to reproduce: 0. Download attached "Sample.dxf" 1. Start LibO 2. LibO Start Center 'New Drawing' 3. Drawing menu 'File -> Open - "Sample.dxf"' Expected: Document will be opened Actual: error message "Unknown graphics format" and following "General Error, General input/output error" Additional Information: 'Insert -> Picture -> From File' works without problems for "Sample.dxf"
Confirmed due to Comment 2 Thorsten You are already saddled with Bug 39600 ... Please feel free to reassign (or reset Assignee to default) if it’s not your area or if provided information is not sufficient. Please set Status to ASSIGNED if you accept this Bug.
bibisect suggests good..bad of 37f23f7d0d38e298f30b4810b651786cfe0a89bb..cf16ef6c250a2755155a02f24bad861b35a1f92b
c0913d78c258f7e49b52f45909b2cebbd9fb6103 the completely correct looking - if( !ImpPeekGraphicFormat( rStream, aTmpStr, sal_True ) ) + if( !ImpPeekGraphicFormat( rStream, aTmpStr.ToUpperAscii(), sal_True ) ) which is basically a correct bug fix, now makes the DXF detector get used, which it wasn't previously, and the dxf detector decides the .dxf isn't one
http://cgit.freedesktop.org/libreoffice/core/commit/?id=71b63586c5fe33fdf836ecb417d11f9c2d4e4b72