Asked by:
Corrupted Word 2007 File - Unspecified Error

Question
-
I have a problem with a corrupted file in Word 07 that will not open after some recent edits.
The filename.docx cannot be opened because there are problems with the contents.
Details: Unspecified Error
Location: Part: /word/document.xml, Line: 2, Column: 120132
I've researched a bit and found some people have resolved by renaming the docx to zip and editting the document.xml direct. Without any prior XML knowledge or working with these documents I'm lost as to what to edit. It opens by default in IE which seems a bit unfriendly for finding the correct area to edit.
Please advise.
Thanks,
Jeremy
Thursday, January 20, 2011 6:30 PM
All replies
-
- Marked as answer by Jennifer Zhan Tuesday, February 8, 2011 7:37 AM
- Unmarked as answer by Max MengModerator Tuesday, December 20, 2011 5:22 AM
Friday, January 21, 2011 7:43 PM -
I too have the same problem. My message says
The file cannot be opened because there are problems with the contents
unspecified error
Location:Part/word/document.xml,Line:2,Column:0
I am currently using Office 2010 and windows 7. I also had these issues with win 7 and Office 2007.
The document is part of my maths degree and, I have only started using the maths addins last year, so I am only just coming to grips with it. I am worried that in my final assignment I will get the same problems.
http://www.4shared.com/file/yt_B1N70/Copy__1_TMA04backup.html
Regards
Pamela
Thursday, April 28, 2011 4:35 AM -
Hi,
i have same problem too. i cant open the word document that i ve created for more than 19 pages.
it said that;
''unspecified error
Location: Part: /word/document.xml,Line:2,Column: 866626''
please help me asap. i need to submit the assignment by 48 hours.
i've uploaded my file here... http://www.sendspace.com/file/xuxyc9
Wednesday, November 30, 2011 6:31 PM -
Did you solve this? I have the same error Location:Part/word/document.xml,Line:2,Column:0 I was using math editor too, Any fix, I was working on a report for over a week now, and now it is all gone :S HELP PLEASEFriday, December 9, 2011 1:56 AM
-
I also have a similar problem... important document for my final project. please help!
Error details:
Unspecified error
Location: Part: /word/document.xml, Line:2, Column: 241717
http://www.4shared.com/file/ZlVUsHQf/Steam_drum_calculations.html
-William Yuan
Friday, December 9, 2011 1:55 PM -
Hi,
I can also confirm that this happens, likely connected to the equation editor.
I noticed when Word was going awry (refused to scroll past page 8, produced graphical glitches I can best describe as: "repeating lines"), and so I swiftly saved several copies of the document, each at a different undo-state (Undo, save as, undo, save as...)
I even copy/pasted everything to a new document and saved that as well.
Then I closed word and once I confirmed via task manager that the process finished terminating, I reopened some of the backup documents at random. None reported any errors. But all copies of my document were "laggy", once I scrolled past the 8th page of the equations.When the lecture was over, I hibernated my laptop as usual and left the university, expecting to fix whatever the issue was at home... Only to find this, when trying to open any of the documents:
the file *.docx cannot be opened because there are problems with the contents.
word/document.xml line 2 column 0I wonder why it continued to work after restarting word in the classroom, but not one hour later at home.
So now I'm in the process of wading through 185 kilobytes of painfully bloated xml code, looking for an error to fix, or at least salvageable parts to recover...
The indicated line 2 column 0 is not helpful, as the entire xml file only consists of 2 lines, and all content save an xml version declaration is on line 2.Wish me luck!
http://3ice.hu/
Tuesday, February 28, 2012 9:32 PM -
Hi,
I fixed it.
It took me 20 minutes of unfruitful (fruitless?) research and then a mere 5 minutes of basic xml editing to fix the document in question. Then I spent an hour writing (and proofreading and proofreading again) this guide and now it is 1 am...Steps:
- Change your file extension from docx to zip *
- Extract word/document.xml *
- Using a Programmer's Notepad (I prefer Notepad++) replace >< with >\r\n< in extended mode to make the XML more readable, putting each tag on its own line. (The expression \r\n stands for new line in windows.) You can use regexp mode or multi-line replace in other text editors, or copy a newline/hidden paragraph symbol and paste it in the replace box. (Which works even in Word.)
- Import the modified word/document.xml back into the archive *
- Rename it back from zip to docx *
- Attempt to open the document
- Note that this time the error message will be more useful, for example it will tell you that the error is at: line 13540, as opposed to line 2 column 0.
- Go to the line specified (was 13540 for me) and remove it. And the tags around it too, if necessary. Make sure you keep the XML well-formatted! (You can attempt to fix the erroneous line instead of removing it, but usually the indicated line is as useless as the other lines around it, so removal will not result in any loss of data. See the note** below for why this is.)
- Import document.xml and rename zip/docx as usual. *
- Repeat steps 6-9 until your document is recovered. (Took me 5 repeats, as more errors arose at lines 15870, 13595, 13222 and 10835.*** (Not sure why it found errors in reverse order, but it did.)
* These steps are unnecessary if you use Total Commander (or other advanced file managers). It can look inside docx files as if they were folders because it automatically recognizes them as compressed archives. It also lets you edit files easier, just press F4. And it even detects file changes and asks if it should reimport your edited files into the archive upon closing the editor.
** Note: To me it seems that none of the errors were real. While the source code was extremely bloated and wasteful, every indicated error was a line with completely well formed XML. (Around it was good XML too.) For pages and pages, almost every line repeated the same statement:
<w:rPr><w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/></w:rPr>
*** There is no reason to pay attention to my line numbers, I only included them to show you how many lines my document had. Over ten thousand lines of XML just to describe an 8 pages long document... Crazy!
*** And of course the case of word finding errors in reverse order is quite peculiar.--Daniel "3ICE" Berezvai
p.s.: Helpful people over at answers.microsoft.com can recover your document for you (I saw pages upon pages of recovered documents), and now that I figured it out I can attempt to help you here as well. I shall remain subscribed to this topic.
http://3ice.hu/
Edit reason: Removed unnecessary step: "Delete a random file from the archive and it will trigger text recovery in word. And what's great is that I was able to recover all of my equations, not just the text! (I deleted the entire customXml folder for it looked suspicious/useless. But you can probably delete something smaller, like word\fontTable.xml or word\webSettings.xml.)"
Tuesday, February 28, 2012 11:36 PM -
Is it happening with all of your word files or specific file, try this
Tuesday, April 3, 2012 6:16 AM -
Re: The deleted message above this post by massiveProjectDue
I was able to identify the problem in your document and fixed it successfully. I would send you a PM with the recovered document, but this forum does not seem to offer private messaging...
For your information, this was the part that caused the corruption in the word/document.xml file:
<w:hyperlink w:anchor="__RefHeading__17224_679957151"> <w:r> <w:fldChar w:fldCharType="begin"> </w:fldChar> </w:r> <w:r> <w:instrText> TOC </w:instrText> </w:r> <w:r> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:rStyle w:val="style21"/> </w:rPr> <w:t xml:space="preserve">1.Introduction </w:t> <w:tab/> <w:t>1</w:t> </w:r> </w:hyperlink>
The above code refers to an (according to Word) invalid TOC (Table of Contents).
Having a Table of Contents is indeed the most common cause for document corruption according to my research.
--3ICE
p.s.: How could I get the fixed document to you privately?
http://3ice.hu/
- Edited by 3ICE Friday, August 17, 2012 9:59 AM below → above
Thursday, April 19, 2012 7:37 PM -
Hello 3Ice,
I have try your solution. But it does not seem to work for me. do you mind taking a look at my word document http://www.4shared.com/file/r2JZlgPn/chap1-2_-_Copy.html?.
Thank you.
Tuesday, May 15, 2012 3:05 PM -
Sorry, but 4shared is now a private file sharing service that outsiders cannot access. Use box.net or mediafire.com instead.
http://3ice.hu
- Edited by 3ICE Tuesday, May 15, 2012 3:12 PM
Tuesday, May 15, 2012 3:11 PM -
Hi 3ICE!
I also tried your solution with no success..if you can, please take a look on my file.https://www.box.com/s/cf431c028ff49dfbaccd
Thanks in advance!
Regards,
Monday, June 18, 2012 5:51 AM -
Hi,
All fixed. You had a bookmark inside an equation that caused the error. This is what I removed from your document.xml:
<m:acc> <m:eqArr> <m:eqArrPr> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:i/> </w:rPr> </m:ctrlPr> </m:eqArrPr> <m:e/> <m:e> <m:eqArr> <m:eqArrPr> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:i/> </w:rPr> </m:ctrlPr> </m:eqArrPr> <m:e> <m:m> <m:mPr> <m:mcs> <m:mc> <m:mcPr> <m:count m:val="2"/> <m:mcJc m:val="center"/> </m:mcPr> </m:mc> </m:mcs> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:i/> </w:rPr> </m:ctrlPr> </m:mPr> <m:mr> <m:e> <w:bookmarkStart w:id="3" w:name="_GoBack"/> <w:bookmarkEnd w:id="3"/> </m:e> <m:e/> </m:mr> <m:mr> <m:e/> <m:e/> </m:mr> </m:m> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:eastAsia="Cambria Math" w:hAnsi="Cambria Math" w:cs="Cambria Math"/> <w:i/> </w:rPr> </m:ctrlPr> </m:e> <m:e> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:eastAsia="Cambria Math" w:hAnsi="Cambria Math" w:cs="Cambria Math"/> <w:i/> </w:rPr> </m:ctrlPr> </m:e> <m:e/> </m:eqArr> </m:e> </m:eqArr> </m:acc>
Download:
tmp.3ice.hu/Monografia_v01.docx (Removed)
--3ICE
paypal@3ice.hu
http://3ice.hu/
- Edited by 3ICE Tuesday, November 20, 2012 1:14 PM Removing link to the fixed document as it's the guy's private document and probably doesn't want it online.
Monday, June 18, 2012 8:55 AM -
Hi,
Here is my updated guide on how to fix corrupt word documents with error "the file *.docx cannot be opened because there are problems with the contents. word/document.xml line 2 column 0":
-
Change your file extension from docx to zip
- Extract word/document.xml from the zip
- Using a Programmer's Notepad (Such as Notepad++) replace >< with >\r\n< in extended mode to put each XML tag on its own line. (The expression \r\n stands for new line in windows.) You can use regexp mode or multi-line replace in other text editors, or copy a newline/hidden paragraph symbol and paste it in the replace box. (That works even in Word.)
- Import the modified word/document.xml back into the zip archive
- Rename the extension back from zip to docx
- Attempt to open the document in Word now
- Note that this time the error message will be more useful; It will tell you that the error is at: line 13540, as opposed to the meaningless line 2.
- Go to the line specified (was 13540 for me) and remove it along with all of its XML children. (From opening tag: <w:something> to closing tag:</w:something>.) Make sure you keep the XML well formatted!
- Import the modified document.xml and rename from zip to docx again.
- Repeat steps 6-9 if necessary, until no more errors show up and your document is recovered.
--3ICE
paypal@3ice.huhttp://3ice.hu/
- Proposed as answer by 3ICE Monday, June 18, 2012 9:23 AM
- Unproposed as answer by David Wolters Monday, June 18, 2012 2:51 PM
Monday, June 18, 2012 9:13 AM -
Change your file extension from docx to zip
-
Hi,
Here is my quick guide on how to fix corrupt word documents with error "the file *.docx cannot be opened because there are problems with the contents. word/document.xml line 2 column 0" for advanced users:
- Edit corrupt.docx/word/document.xml, replacing every occurrence of >< with >\r\n< (This puts each XML tag on its own line.)
- Attempt to open the document in Word
- Go to the line specified in the now much more useful error message and remove the XML element on that line along with all of its children. Keep the XML code valid.
- Repeat steps 2 and 3 until no more errors show up and your document is recovered.
--3ICE
paypal@3ice.hu
http://3ice.hu/
- Proposed as answer by 3ICE Monday, June 18, 2012 9:23 AM
- Edited by 3ICE Monday, June 18, 2012 9:25 AM
- Unproposed as answer by David Wolters Monday, June 18, 2012 2:50 PM
Monday, June 18, 2012 9:22 AM -
Hi 3ICE can you teach me how to go to the text editor?Monday, July 23, 2012 8:35 AM
-
I'm not sure what you mean.
http://3ice.hu/
Monday, July 23, 2012 6:32 PM -
3ICE, could you look at my file please? I do not understand a lot of the language you're using in the guide.
Monday, August 13, 2012 4:21 AM -
I'm sorry, that's a near-blank file. As far as I know Word uses it for tracking or locking documents or something like permission management.
It's only 162 bytes big. I need the file without ~$ in the name, that starts with "Written", not "~$itten". Its size also needs to be at least 10 kilobytes, but usually way over 100 kb.
This is all the recoverable text your "document" contains: "Chanel MingLiU SimSun Dotum Nň<3žaaya°x°a¤"
I look forward to receiving your actual document.
--3ICE
http://3ice.hu/
- Edited by 3ICE Tuesday, August 14, 2012 5:06 PM Kitten Activity Analysis → Written Activity Analysis
Monday, August 13, 2012 11:29 AM -
I tried saving it a different way. I was working on this file and saved just a few minutes before I knocked my laptop clear off the table onto the floor. Despite having saved it, the file disappeared. I was able to recover it using recuva, but it was altered. The fiile named originally started with "Written" It was only a couple paragraphs originally.
I was open to open it with OpenOffice and only got gobbledeegook.
Is it possible the file is "bad'?
http://www.4shared.com/file/8xJYX_kJ/Written_Activity_Analysis.html
Monday, August 13, 2012 12:15 PM -
As posted previously:
"Sorry, but 4shared is now a private file sharing service that outsiders cannot access. Use box.net or mediafire.com instead."
http://3ice.hu/
Monday, August 13, 2012 1:59 PM -
Sorry! I changed the file name.
Monday, August 13, 2012 3:33 PM -
Changed the file name? What were you hoping to achieve with that?
Well, at least you didn't fill the document with spaces until it became 10kb big...
http://3ice.hu/
- Edited by 3ICE Tuesday, August 14, 2012 5:07 PM
Tuesday, August 14, 2012 3:06 AM -
Not sure that commentary was necessasry. Thank you for trying to help though. Was able to recover the file via a different method.
Cheers.
Tuesday, August 14, 2012 1:27 PM -
You are right. I have hurt your feelings. I'm sorry, that was uncalled for.
Despite all the negative things I directed towards you, I'm still willing and eager to fix your document. I'm very interested in this kind of stuff. Your case especially, because...Mechanical damage like knocking a laptop to the floor hardly ever causes damage to just one file. The hard drive is either left perfectly intact or thousands of sectors are wiped clean at once. (The ones that happen to spin past the disk heads at the moment of impact. Picture below.) Especially since today's laptops now include active hard drive protection that parks the heads if the machine is dropped, to offer the greatest possible chance of survival in such an unfortunate event.
But I must say this:
I feel my above comment was justified. Renaming a temporary lock file (162 bytes) won't suddenly make it into an entire recoverable document (20+ kilobytes).
And this:
Did your "different method" involve retyping the entire document perchance?
http://3ice.hu/
- Edited by 3ICE Tuesday, August 14, 2012 5:24 PM Added picture for 'Thousands of sectors are wiped clean'
Tuesday, August 14, 2012 5:20 PM -
I have followed your instructions, and have replaced every occurrence of >< with >\r\n<, then re-inserted document.xml back into the word document, but I still have the error on line 2. Could you please help me fix this file?
http://www.mediafire.com/?39cw57r7j465252
I'm fairly certain the reason why it isn't opening is because of a corrupted equation at the end of the document. I can't open it in Word to remove it, and trying to do so in WordPad won't allow me to save it back in Word 2010 format.- Edited by Torgo13 Thursday, August 16, 2012 3:48 PM
Thursday, August 16, 2012 3:27 PM -
"\r\n" means "new line". I'm working on recovering the document, be with you in 5-10 minutes.
http://3ice.hu/
Thursday, August 16, 2012 7:21 PM -
All done.
The error was on lines 50739, 50745, 50751 and two more.
The code I removed five times:
<m:oMath>
<m:e>
<m:ctrlPr/>
</m:e>
</m:oMath>The fixed document: http://www.mediafire.com/?mdj0wow2kdc2k9q
--3ICE
paypal@3ice.hu
http://3ice.hu/
- Edited by 3ICE Thursday, August 16, 2012 7:28 PM Making link clickable.
Thursday, August 16, 2012 7:27 PM -
Thank you so much! You saved me hours of re-writing those equations.Friday, August 17, 2012 7:22 AM
-
Hey ICE,
You seem to be having a lot of success fixing these documents.
I am having the same difficulties, however I am not able to get beyond the error being located in line 2.
I do have an index, a table of authorites and a table of contents but the document is mostly a text file as opposed to the above ones being equation based.
Hoping that you can help me, as you have generously helped the others, thanks for your time,
Jill
https://www.dropbox.com/s/sl51tlpxa2623vg/Road Report 20120619.docx
Monday, August 20, 2012 4:11 AM -
Wow, that is one mighty large document!
But it opens for me without any errors... I suspect Dropbox might have fixed it.
Could you see if there are any differences between your original copy and the one on dropbox?
http://3ice.hu/
Monday, August 20, 2012 4:30 AM -
Haha - yeah it is a pretty heafty doc hey!
So I worked out that it opens in Word 2010 - but not in Word 2007.
Hence I am just using a different computer. I read somewhere that there is a glitch with 2007 and XML.
Thanks for looking at it for me - really appreciated,
Jill
Tuesday, August 21, 2012 9:28 AM -
Hi, sorry I too have noticed your success at fixing these documents - is there any chance you could have a look at mine? I think the problem as before is linked to the table of contents, I have tried to follow your steps above but not got very far! If you do have a chance it would be very much appreciated as it is my friends whole lab project, thank you very much in advance.
https://www.box.com/s/e4b616aba759720077b5
Wednesday, August 29, 2012 7:44 PM -
Hi,
Wow that's quite different from the usual errors here. The problem is two-fold:
The zip container was damaged. I extracted everything I could and repacked it fresh, but some files were lost in the process. I replaced those with the default ones from a blank word document.
And the 4000 lines long document.xml that I was able to partially recover was also damaged beyond repair after line 1500:
Here is everything I was able to save:
http://www.mediafire.com/?dvpnl59w9dnmbp9
(The first two pages)And beyond that, some text I could extract (got worse and worse as I scrolled down):
proteins, responsible for signal regulation, receptor traffick For a good review proteinaj responsible for signal regaj rion, receptor traffick hydrophobe phospholipe aeto shockd:me:t smecereticulum differe
And this is where it breaks off:
l3AD/w:6B3haen-GBeontnorrml:sw:t>Rw:ss ere implicatid"w:rmanytphyrHologicaldfunTIarts disoroers06Bangnct fromBheedstrts>0vdrmigraw:es06throughdsIT="r Brsp wsi,ecanc=rt0vdr/e"n "/psdw, w <w:00tFC7E:spact="prer=rve">Cooray,eChav, Webb, Meth:r/ll 0vdrClark, "Acc=0sory>:ro:t> <: Dre vitalt<or tid funTIartaltexpr="rHo1 R="c=rtaw:rG :ro:t> <-coupled Brct xmlk
--3ICE
http://3ice.hu/
- Edited by 3ICE Wednesday, August 29, 2012 8:22 PM Made image clickable.
Wednesday, August 29, 2012 8:20 PM -
Wow thank you so much! I didn't realise it was so damaged, thank you for trying and what you have managed to recover is amazing and much appreciated. Just a quick question - do you think there is no chance of being able to recover the rest of the text? Even without the formatting of the word document, just the actual words that were written? Though I'm guessing by the scrambled bit you have posted above, there's a very high chance not! Thanks so much again :)
Wednesday, August 29, 2012 9:02 PM -
Hi,
Unless you have previous versions of the document, I don't know how we could recover more.
The damage seems to be: The second part of document.xml was duplicated and overwritten by itself but with an offset, in such an unlucky manner that the markup perfectly covered your text, effectively deleting it.
Furthermore, the average document.xml contains 50 thousand xml tags (in this case, lines) and yours only has 4 thousand. It gets cut off very early on.
--3ICE
http://3ice.hu/
Thursday, August 30, 2012 12:16 AM -
Ah no previous version unfortunately! But thank you very much for all of your help with this, very much appreciated :) my friend has hopefully learnt from this!Friday, August 31, 2012 12:17 AM
-
I had the same problem as Torgo13. If you're using Notepad++ (version 6 is what I have currently), you must click the "Extended (\n, \r, ..." bullet in the Search Mode box in order for it to interpret >\r\n< as a new line. After I did that, repackaged, and reopened in Word I started getting meaningful line numbers.Thursday, November 1, 2012 5:40 PM
-
Hi
I am facing the same problem of "unspecified error" and have tried to follow your steps faithfully for recovery. But even after replacing all >< with >\r\n<, the newline characters are not inserted and I do not get meaningful line numbers.
I have uploaded my file to this location :
http://www.mediafire.com/view/?rbkkifc1csc1lpc
Is it possible for you to look into it and try to repair it? I have to submit this Assessment tomorrow and am in real panic!
Thanks in advance!
KD001
Sunday, November 4, 2012 1:56 PM -
Hey, I did it! Followed your steps again very carefully and it was recovered!
Thanks a ton
Sunday, November 4, 2012 2:14 PM -
Hi,
I have similar problem with the word document, it is been the 2nd time that I am writing it and each time that I close it and want to open it ,there is an error message saying:
'the name in the end tag of the element must match the element type in the start tag... Location:/word/document.xml,Line:2,Column:26973'
I really need some help..
I have put the doc on ftp://ftp.gns.cri.nz/incoming/Karine/Theory (Autosaved).docx
Thanks.
Karine
- Edited by KarineP Thursday, December 6, 2012 7:47 PM
Thursday, December 6, 2012 7:47 PM -
This is a little different from the usual errors here.
I had to cut away a bigger portion from the document than I usually do. Here is everything removed, a total of 184 lines from around line 1350:
<mc:AlternateContent> <mc:Choice Requires="wps"> <m:oMath> <m:r> <m:rPr> <m:sty m:val="p"/> </m:rPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:noProof/> <w:lang w:eastAsia="en-NZ"/> </w:rPr> <w:drawing> <wp:anchor distT="0" distB="0" distL="114300" distR="114300" simplePos="0"
relativeHeight="251659264" behindDoc="0" locked="0" layoutInCell="1"
allowOverlap="1" wp14:anchorId="6B70B6D1" wp14:editId="5E2266B0"> <wp:simplePos x="0" y="0"/> <wp:positionH relativeFrom="column"> <wp:posOffset>-17145</wp:posOffset> </wp:positionH> <wp:positionV relativeFrom="paragraph"> <wp:posOffset>15875</wp:posOffset> </wp:positionV> <wp:extent cx="1388745" cy="826770"/> <wp:effectExtent l="0" t="0" r="20955" b="11430"/> <wp:wrapNone/> <wp:docPr id="307" name="Text Box 2"/> <wp:cNvGraphicFramePr> <a:graphicFrameLocks xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"/> </wp:cNvGraphicFramePr> <a:graphic xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"> <a:graphicData uri="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"> <wps:wsp> <wps:cNvSpPr txBox="1"> <a:spLocks noChangeArrowheads="1"/> </wps:cNvSpPr> <wps:spPr bwMode="auto"> <a:xfrm> <a:off x="0" y="0"/> <a:ext cx="1388745" cy="826770"/> </a:xfrm> <a:prstGeom prst="rect"> <a:avLst/> </a:prstGeom> <a:solidFill> <a:srgbClr val="FFFFFF"/> </a:solidFill> <a:ln w="9525"> <a:solidFill> <a:srgbClr val="000000"/> </a:solidFill> <a:miter lim="800000"/> <a:headEnd/> <a:tailEnd/> </a:ln> </wps:spPr> <wps:txbx> <w:txbxContent> <w:p w:rsidR="00DD0377" w:rsidRPr="00AF7139" w:rsidRDefault="00DD0377"> <w:pPr> <w:rPr> <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia"
w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/> </w:rPr> </w:pPr> <m:oMathPara> <m:oMath> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t xml:space="preserve">ρ :fluid density </m:t> </m:r> </m:oMath> </m:oMathPara> </w:p> <w:p w:rsidR="00DD0377" w:rsidRPr="00AF7139" w:rsidRDefault="00DD0377"> <w:pPr> <w:rPr> <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia"
w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/> </w:rPr> </w:pPr> <m:oMath> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t xml:space="preserve"> v:fluid velocity </m:t> </m:r> </m:oMath> <w:r> <w:rPr> <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia"
w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/> </w:rPr> <w:t xml:space="preserve"> </w:t> </w:r> <m:oMath> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>φ:porosity</m:t> </m:r> </m:oMath> </w:p> <w:p w:rsidR="00DD0377" w:rsidRDefault="00DD0377"/> </w:txbxContent> </wps:txbx> <wps:bodyPr rot="0" vert="horz" wrap="square" lIns="91440" tIns="45720"
rIns="91440" bIns="45720" anchor="t" anchorCtr="0"> <a:noAutofit/> </wps:bodyPr> </wps:wsp> </a:graphicData> </a:graphic> <wp14:sizeRelH relativeFrom="margin"> <wp14:pctWidth>0</wp14:pctWidth> </wp14:sizeRelH> <wp14:sizeRelV relativeFrom="margin"> <wp14:pctHeight>0</wp14:pctHeight> </wp14:sizeRelV> </wp:anchor> </w:drawing> </m:r> </mc:Choice> <mc:Fallback> <w:pict> <v:shapetype id="_x0000_t202" coordsize="21600,21600" o:spt="202"
path="m,l,21600r21600,l21600,xe"> <v:stroke joinstyle="miter"/> <v:path gradientshapeok="t" o:connecttype="rect"/> </v:shapetype> <v:shape id="Text Box 2" o:spid="_x0000_s1026" type="#_x0000_t202"
style=";margin-margin-width:109.35pt;height:65.1pt;v-text-anchor:top"
o:gfxdata="UEsDBBQABgAIAAAAIQC2gziS/gAAAOEBAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbJSRQU7DMBBF
 90jcwfIWJU67QAgl6YK0S0CoHGBkTxKLZGx5TGhvj5O2G0SRWNoz/78nu9wcxkFMGNg6quQqL6RA
 0s5Y6ir5vt9lD1JwBDIwOMJKHpHlpr69KfdHjyxSmriSfYz+USnWPY7AufNIadK6MEJMx9ApD/oD
 OlTrorhX2lFEilmcO2RdNtjC5xDF9pCuTyYBB5bi6bQ4syoJ3g9WQ0ymaiLzg5KdCXlKLjvcW893
 SUOqXwnz5DrgnHtJTxOsQfEKIT7DmDSUCaxw7Rqn8787ZsmRM9e2VmPeBN4uqYvTtW7jvijg9N/y
 JsXecLq0q+WD6m8AAAD//wMAUEsDBBQABgAIAAAAIQA4/SH/1gAAAJQBAAALAAAAX3JlbHMvLnJl
 bHOkkMFqwzAMhu+DvYPRfXGawxijTi+j0GvpHsDYimMaW0Yy2fr2M4PBMnrbUb/Q94l/f/hMi1qR
 JVI2sOt6UJgd+ZiDgffL8ekFlFSbvV0oo4EbChzGx4f9GRdb25HMsYhqlCwG5lrLq9biZkxWOiqY
 22YiTra2kYMu1l1tQD30/bPm3wwYN0x18gb45AdQl1tp5j/sFB2T0FQ7R0nTNEV3j6o9feQzro1i
 OWA14Fm+Q8a1a8+Bvu/d/dMb2JY5uiPbhG/ktn4cqGU/er3pcvwCAAD//wMAUEsDBBQABgAIAAAA
 IQAvfferJAIAAEYEAAAOAAAAZHJzL2Uyb0RvYy54bWysU9uO2yAQfa/Uf0C8N3a8ySZrxVlts01V
 aXuRdvsBGOMYFRgKJHb69R1wNo227UtVHhDDDIeZc2ZWt4NW5CCcl2AqOp3klAjDoZFmV9GvT9s3
 S0p8YKZhCoyo6FF4ert+/WrV21IU0IFqhCMIYnzZ24p2IdgyyzzvhGZ+AlYYdLbgNAtoul3WONYj
 ulZZkefXWQ+usQ648B5v70cnXSf8thU8fG5bLwJRFcXcQtpd2uu4Z+sVK3eO2U7yUxrsH7LQTBr8
 9Ax1zwIjeyd/g9KSO/DQhgkHnUHbSi5SDVjNNH9RzWPHrEi1IDnenmny/w+Wfzp8cUQ2Fb3KF5QY
 plGkJzEE8hYGUkR+eutLDHu0GBgGvEadU63ePgD/5omBTcfMTtw5B30nWIP5TePL7OLpiOMjSN1/
 hAa/YfsACWhonY7kIR0E0VGn41mbmAqPX14tl4vZnBKOvmVxvVgk8TJWPr+2zof3AjSJh4o61D6h
 s8ODDzEbVj6HxM88KNlspVLJcLt6oxw5MOyTbVqpgBdhypC+ojfzYj4S8FeIPK0/QWgZsOGV1FjF
 OYiVkbZ3pkntGJhU4xlTVubEY6RuJDEM9XDSpYbmiIw6GBsbBxEPHbgflPTY1BX13/fMCUrUB4Oq
 3ExnszgFyZjNFwUa7tJTX3qY4QhV0UDJeNyENDmRMAN3qF4rE7FR5jGTU67YrInv02DFabi0U9Sv
 8V//BAAA//8DAFBLAwQUAAYACAAAACEACUzU4N0AAAAIAQAADwAAAGRycy9kb3ducmV2LnhtbEyP
 wU7DMBBE70j8g7VIXFDrNIW0hDgVQgLBDQqCqxtvkwh7HWw3DX/PcoLjap5m31SbyVkxYoi9JwWL
 eQYCqfGmp1bB2+v9bA0iJk1GW0+o4BsjbOrTk0qXxh/pBcdtagWXUCy1gi6loZQyNh06Hed+QOJs
 74PTic/QShP0kcudlXmWFdLpnvhDpwe867D53B6cgvXl4/gRn5bP702xt9fpYjU+fAWlzs+m2xsQ
 Caf0B8OvPqtDzU47fyAThVUwy1dMKsivQHCcLwqetmNuyYGsK/l/QP0DAAD//wMAUEsBAi0AFAAG
 AAgAAAAhALaDOJL+AAAA4QEAABMAAAAAAAAAAAAAAAAAAAAAAFtDb250ZW50X1R5cGVzXS54bWxQ
 SwECLQAUAAYACAAAACEAOP0h/9YAAACUAQAACwAAAAAAAAAAAAAAAAAvAQAAX3JlbHMvLnJlbHNQ
 SwECLQAUAAYACAAAACEAL333qyQCAABGBAAADgAAAAAAAAAAAAAAAAAuAgAAZHJzL2Uyb0RvYy54
 bWxQSwECLQAUAAYACAAAACEACUzU4N0AAAAIAQAADwAAAAAAAAAAAAAAAAB+BAAAZHJzL2Rvd25y
 ZXYueG1sUEsFBgAAAAAEAAQA8wAAAIgFAAAAAA==
"> <v:textbox> <w:txbxContent> <w:p w:rsidR="00AF7139" w:rsidRPr="00AF7139" w:rsidRDefault="00AF7139"> <w:pPr> <w:rPr> <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia"
w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/> </w:rPr> </w:pPr> <m:oMathPara> <m:oMath> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t xml:space="preserve">ρ :fluid density </m:t> </m:r> </m:oMath> </m:oMathPara> </w:p> <w:p w:rsidR="00AF7139" w:rsidRPr="00AF7139" w:rsidRDefault="00AF7139"> <w:pPr> <w:rPr> <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia"
w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/> </w:rPr> </w:pPr> <m:oMath> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t xml:space="preserve"> v:fluid velocity </m:t> </m:r> </m:oMath> <w:r> <w:rPr> <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia"
w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/> </w:rPr> <w:t xml:space="preserve"> </w:t> </w:r> <m:oMath> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>φ:porosity</m:t> </m:r> </m:oMath> </w:p> <w:p w:rsidR="00AF7139" w:rsidRDefault="00AF7139"/> </w:txbxContent> </v:textbox> </v:shape> </w:pict> </mc:Fallback> </mc:AlternateContent> </m:oMath>
Looking at the source code, I can see that it was a figure/diagram about something's fluid density, fluid velocity, and porosity. You'll have to recreate that drawing.
And here is your fixed document: mediafire.com/?u5qeiiwhe4e9492
-- http://3ice.hu/- Edited by 3ICE Thursday, December 6, 2012 10:57 PM Fixed code tags (for the third time now)
Thursday, December 6, 2012 10:46 PM -
That is very impressive what you have done!
I do not understand what you have done , i will look at it later ,,
You save me a lot of time.
I didn't think I will recover it, therefore I was using Latex.
Is it possible to do it for the Contentsf (2) also on the same website?
Thank you very much .
Karine
Friday, December 7, 2012 1:58 AM -
Certainly. Here is the fixed Contentsf.docx:
http://www.mediafire.com/?v2jopl96xlwtob6
And this is what I had to delete from the document (lines 1126-1410):
<mc:AlternateContent> <mc:Choice Requires="wps"> <m:oMath> <m:r> <m:rPr> <m:sty m:val="p"/> </m:rPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:noProof/> <w:lang w:eastAsia="en-NZ"/> </w:rPr> <w:drawing> <wp:anchor distT="0" distB="0" distL="114300" distR="114300" simplePos="0" relativeHeight="251659264" behindDoc="0" locked="0" layoutInCell="1" allowOverlap="1" wp14:anchorId="6B70B6D1" wp14:editId="5E2266B0"> <wp:simplePos x="0" y="0"/> <wp:positionH relativeFrom="column"> <wp:posOffset>-17145</wp:posOffset> </wp:positionH> <wp:positionV relativeFrom="paragraph"> <wp:posOffset>15875</wp:posOffset> </wp:positionV> <wp:extent cx="1388745" cy="826770"/> <wp:effectExtent l="0" t="0" r="20955" b="11430"/> <wp:wrapNone/> <wp:docPr id="307" name="Text Box 2"/> <wp:cNvGraphicFramePr> <a:graphicFrameLocks xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"/> </wp:cNvGraphicFramePr> <a:graphic xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"> <a:graphicData uri="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"> <wps:wsp> <wps:cNvSpPr txBox="1"> <a:spLocks noChangeArrowheads="1"/> </wps:cNvSpPr> <wps:spPr bwMode="auto"> <a:xfrm> <a:off x="0" y="0"/> <a:ext cx="1388745" cy="826770"/> </a:xfrm> <a:prstGeom prst="rect"> <a:avLst/> </a:prstGeom> <a:solidFill> <a:srgbClr val="FFFFFF"/> </a:solidFill> <a:ln w="9525"> <a:solidFill> <a:srgbClr val="000000"/> </a:solidFill> <a:miter lim="800000"/> <a:headEnd/> <a:tailEnd/> </a:ln> </wps:spPr> <wps:txbx> <w:txbxContent> <w:p w:rsidR="00186B05" w:rsidRPr="00AF7139" w:rsidRDefault="00186B05"> <w:pPr> <w:rPr> <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia" w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/> </w:rPr> </w:pPr> <m:oMathPara> <m:oMath> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t xml:space="preserve">ρ :fluid density </m:t> </m:r> </m:oMath> </m:oMathPara> </w:p> <w:p w:rsidR="00186B05" w:rsidRPr="00AF7139" w:rsidRDefault="00186B05"> <w:pPr> <w:rPr> <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia" w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/> </w:rPr> </w:pPr> <m:oMath> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t xml:space="preserve"> v:fluid velocity </m:t> </m:r> </m:oMath> <w:r> <w:rPr> <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia" w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/> </w:rPr> <w:t xml:space="preserve"> </w:t> </w:r> <m:oMath> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>φ:porosity</m:t> </m:r> </m:oMath> </w:p> <w:p w:rsidR="00186B05" w:rsidRDefault="00186B05"/> </w:txbxContent> </wps:txbx> <wps:bodyPr rot="0" vert="horz" wrap="square" lIns="91440" tIns="45720" rIns="91440" bIns="45720" anchor="t" anchorCtr="0"> <a:noAutofit/> </wps:bodyPr> </wps:wsp> </a:graphicData> </a:graphic> <wp14:sizeRelH relativeFrom="margin"> <wp14:pctWidth>0</wp14:pctWidth> </wp14:sizeRelH> <wp14:sizeRelV relativeFrom="margin"> <wp14:pctHeight>0</wp14:pctHeight> </wp14:sizeRelV> </wp:anchor> </w:drawing> </m:r> </mc:Choice> <mc:Fallback> <w:pict> <v:shapetype id="_x0000_t202" coordsize="21600,21600" o:spt="202" path="m,l,21600r21600,l21600,xe"> <v:stroke joinstyle="miter"/> <v:path gradientshapeok="t" o:connecttype="rect"/> </v:shapetype> <v:shape id="Text Box 2" o:spid="_x0000_s1026" type="#_x0000_t202" style=";margin-margin-width:109.35pt;height:65.1pt;v-text-anchor:top" o:gfxdata="UEsDBBQABgAIAAAAIQC2gziS/gAAAOEBAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbJSRQU7DMBBF
90jcwfIWJU67QAgl6YK0S0CoHGBkTxKLZGx5TGhvj5O2G0SRWNoz/78nu9wcxkFMGNg6quQqL6RA
0s5Y6ir5vt9lD1JwBDIwOMJKHpHlpr69KfdHjyxSmriSfYz+USnWPY7AufNIadK6MEJMx9ApD/oD
OlTrorhX2lFEilmcO2RdNtjC5xDF9pCuTyYBB5bi6bQ4syoJ3g9WQ0ymaiLzg5KdCXlKLjvcW893
SUOqXwnz5DrgnHtJTxOsQfEKIT7DmDSUCaxw7Rqn8787ZsmRM9e2VmPeBN4uqYvTtW7jvijg9N/y
JsXecLq0q+WD6m8AAAD//wMAUEsDBBQABgAIAAAAIQA4/SH/1gAAAJQBAAALAAAAX3JlbHMvLnJl
bHOkkMFqwzAMhu+DvYPRfXGawxijTi+j0GvpHsDYimMaW0Yy2fr2M4PBMnrbUb/Q94l/f/hMi1qR
JVI2sOt6UJgd+ZiDgffL8ekFlFSbvV0oo4EbChzGx4f9GRdb25HMsYhqlCwG5lrLq9biZkxWOiqY
22YiTra2kYMu1l1tQD30/bPm3wwYN0x18gb45AdQl1tp5j/sFB2T0FQ7R0nTNEV3j6o9feQzro1i
OWA14Fm+Q8a1a8+Bvu/d/dMb2JY5uiPbhG/ktn4cqGU/er3pcvwCAAD//wMAUEsDBBQABgAIAAAA
IQAvfferJAIAAEYEAAAOAAAAZHJzL2Uyb0RvYy54bWysU9uO2yAQfa/Uf0C8N3a8ySZrxVlts01V
aXuRdvsBGOMYFRgKJHb69R1wNo227UtVHhDDDIeZc2ZWt4NW5CCcl2AqOp3klAjDoZFmV9GvT9s3
S0p8YKZhCoyo6FF4ert+/WrV21IU0IFqhCMIYnzZ24p2IdgyyzzvhGZ+AlYYdLbgNAtoul3WONYj
ulZZkefXWQ+usQ648B5v70cnXSf8thU8fG5bLwJRFcXcQtpd2uu4Z+sVK3eO2U7yUxrsH7LQTBr8
9Ax1zwIjeyd/g9KSO/DQhgkHnUHbSi5SDVjNNH9RzWPHrEi1IDnenmny/w+Wfzp8cUQ2Fb3KF5QY
plGkJzEE8hYGUkR+eutLDHu0GBgGvEadU63ePgD/5omBTcfMTtw5B30nWIP5TePL7OLpiOMjSN1/
hAa/YfsACWhonY7kIR0E0VGn41mbmAqPX14tl4vZnBKOvmVxvVgk8TJWPr+2zof3AjSJh4o61D6h
s8ODDzEbVj6HxM88KNlspVLJcLt6oxw5MOyTbVqpgBdhypC+ojfzYj4S8FeIPK0/QWgZsOGV1FjF
OYiVkbZ3pkntGJhU4xlTVubEY6RuJDEM9XDSpYbmiIw6GBsbBxEPHbgflPTY1BX13/fMCUrUB4Oq
3ExnszgFyZjNFwUa7tJTX3qY4QhV0UDJeNyENDmRMAN3qF4rE7FR5jGTU67YrInv02DFabi0U9Sv
8V//BAAA//8DAFBLAwQUAAYACAAAACEACUzU4N0AAAAIAQAADwAAAGRycy9kb3ducmV2LnhtbEyP
wU7DMBBE70j8g7VIXFDrNIW0hDgVQgLBDQqCqxtvkwh7HWw3DX/PcoLjap5m31SbyVkxYoi9JwWL
eQYCqfGmp1bB2+v9bA0iJk1GW0+o4BsjbOrTk0qXxh/pBcdtagWXUCy1gi6loZQyNh06Hed+QOJs
74PTic/QShP0kcudlXmWFdLpnvhDpwe867D53B6cgvXl4/gRn5bP702xt9fpYjU+fAWlzs+m2xsQ
Caf0B8OvPqtDzU47fyAThVUwy1dMKsivQHCcLwqetmNuyYGsK/l/QP0DAAD//wMAUEsBAi0AFAAG
AAgAAAAhALaDOJL+AAAA4QEAABMAAAAAAAAAAAAAAAAAAAAAAFtDb250ZW50X1R5cGVzXS54bWxQ
SwECLQAUAAYACAAAACEAOP0h/9YAAACUAQAACwAAAAAAAAAAAAAAAAAvAQAAX3JlbHMvLnJlbHNQ
SwECLQAUAAYACAAAACEAL333qyQCAABGBAAADgAAAAAAAAAAAAAAAAAuAgAAZHJzL2Uyb0RvYy54
bWxQSwECLQAUAAYACAAAACEACUzU4N0AAAAIAQAADwAAAAAAAAAAAAAAAAB+BAAAZHJzL2Rvd25y
ZXYueG1sUEsFBgAAAAAEAAQA8wAAAIgFAAAAAA==
"> <v:textbox> <w:txbxContent> <w:p w:rsidR="00AF7139" w:rsidRPr="00AF7139" w:rsidRDefault="00AF7139"> <w:pPr> <w:rPr> <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia" w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/> </w:rPr> </w:pPr> <m:oMathPara> <m:oMath> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t xml:space="preserve">ρ :fluid density </m:t> </m:r> </m:oMath> </m:oMathPara> </w:p> <w:p w:rsidR="00AF7139" w:rsidRPr="00AF7139" w:rsidRDefault="00AF7139"> <w:pPr> <w:rPr> <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia" w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/> </w:rPr> </w:pPr> <m:oMath> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t xml:space="preserve"> v:fluid velocity </m:t> </m:r> </m:oMath> <w:r> <w:rPr> <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia" w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/> </w:rPr> <w:t xml:space="preserve"> </w:t> </w:r> <m:oMath> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>φ:porosity</m:t> </m:r> </m:oMath> </w:p> <w:p w:rsidR="00AF7139" w:rsidRDefault="00AF7139"/> </w:txbxContent> </v:textbox> </v:shape> </w:pict> </mc:Fallback> </mc:AlternateContent> </m:oMath>
It looks like the same drawing or diagram with the fluid velocity, density and porosity labels was corrupt again.
--3ICE
p.s.: Feel free to give me money. (Not required, I'm happy to help for free.)
- Edited by 3ICE Saturday, December 14, 2013 5:35 AM
Friday, December 7, 2012 4:05 PM -
Hmm... Would I rather pay 40$ for an outdated (2007<2013) and most likely single-use software; or have 3ICE fix it quickly for free, as demonstrated above. Not hard to tell which option is going to be more popular.
http://3ice.hu/
Thursday, January 3, 2013 12:33 AM -
hi 3ICE, i tried following your steps but when I tried to extract document.xml, the file is reported as corrupted and so I don't know how to proceed. If you can, please take a look at it. Thanks.
oh, and the error given is "Semicolon expected. Location: Part: /word/document.xml, Line: 680, Column: 38389"
https://dl.dropbox.com/u/31681020/template%20JAS%202007_19.docx
Thursday, January 3, 2013 9:01 PM -
yes, thanks for helping. can i have the document?
- Edited by craziqbal Friday, January 4, 2013 9:39 AM
Friday, January 4, 2013 9:39 AM -
Hello Craziqbal,
You have some other options also.
RepairMyWord from Get Data - Free
Stellar Phoenix Word Recovery from Stellar Phoenix - Paid - Life Time License
Thursday, January 10, 2013 4:32 AM -
Hey Naitik,
First of all I want to tell you I m not here to get backlinks. When I got this forum, tried to open this link (https://dl.dropbox.com/u/31681020/template%20JAS%202007_19.docx) but it was not working may be file was removed. So I could not check the file with above mentioned software. And one more thing I have tried Stellar Phoenix & RepairmyWord software to repair my corrupt files & got successful results.
- Edited by Markwillium Monday, January 14, 2013 4:25 AM
Monday, January 14, 2013 4:24 AM -
Can u share the corrupt file for testing?Monday, January 14, 2013 8:35 AM
-
Thank you, It worked for me
- Edited by Hani Mimi Tuesday, February 12, 2013 3:19 PM
Tuesday, February 12, 2013 3:19 PM -
Hey, I have the same problem with my word document. It says 'unspecified error'. I uploaded my document here: https://www.box.com/s/efkq1olxm1zbgdezw7zw
Please help me fix it! It's my math portfolio assignment for school and I have worked really hard on it and I really don't want to lose it :'(
Thanks in advance :')
Thursday, February 28, 2013 9:59 PM -
Hey 3ICE ,
Good Day,
i am facing the same problem, followed your guide but cannot recover.
please help me out.
https://www.dropbox.com/sh/9a0t4krk1fhs12s/xAU5iPSqBc
https://skydrive.live.com/redir?resid=DFA187CDF36EB79!552
Thank You
Monday, April 8, 2013 4:31 AM -
Dear All,
My issue got fixed by running the "Fix It" the following:
http://support.microsoft.com/kb/2528942hope it may help you guys aswell.
Thank You :)
Monday, April 8, 2013 5:11 AM -
Awesome!
Glad to hear that you were able to fix it.
Let me just re-post your posted link so it is clickable:
http://support.microsoft.com/kb/2528942http://3ice.hu/
Monday, April 8, 2013 9:38 AM -
I have the same problem, I tried Fix It but it was useless, then I also tried converting the document with Open Office, but got an incomplete version of the original document. Can someone help me? Here's the document http://www.mediafire.com/view/?zd73h7d23v9kwww Thanks.Monday, April 15, 2013 3:29 PM
-
Before: 8 pages
After: 14 pages
http://www.mediafire.com/view/?u5fnzbmtnybe1la
Sincerely,
Daniel "3ICE" Berezvaip.s.: The culprit was a [NULL] character (often expressed as '\0' in programming) Screenshot:
http://3ice.hu/
- Edited by 3ICE Monday, April 15, 2013 7:42 PM added screenshot (Notepad++)
Monday, April 15, 2013 7:33 PM -
Thank you so much!Monday, April 15, 2013 9:05 PM
-
Never mind, 3ICE I used your guide and I managed to fix my file! Thank you so so much. You basically saved my life.
- Change your file extension from docx to zip
- Extract word/document.xml from the zip
- Using a Programmer's Notepad (Such as Notepad++) replace >< with >\r\n< in extended mode to put each XML tag on its own line. (The expression \r\n stands for new line in windows.) You can use regexp mode or multi-line replace in other text editors, or copy a newline/hidden paragraph symbol and paste it in the replace box. (That works even in Word.)
- Import the modified word/document.xml back into the zip archive
- Rename the extension back from zip to docx
- Attempt to open the document in Word now
- Note that this time the error message will be more useful; It will tell you that the error is at: line 13540, as opposed to the meaningless line 2.
- Go to the line specified (was 13540 for me) and remove it along with all of its XML children. (From opening tag: <w:something> to closing tag:</w:something>.) Make sure you keep the XML well formatted!
- Import the modified document.xml and rename from zip to docx again.
- Repeat steps 6-9 if necessary, until no more errors show up and your document is recovered.
- Change your file extension from docx to zip
- Extract word/document.xml from the zip
- Using a Programmer's Notepad (Such as Notepad++) replace >< with >\r\n< in extended mode to put each XML tag on its own line. (The expression \r\n stands for new line in windows.) You can use regexp mode or multi-line replace in other text editors, or copy a newline/hidden paragraph symbol and paste it in the replace box. (That works even in Word.)
- Import the modified word/document.xml back into the zip archive
- Rename the extension back from zip to docx
- Attempt to open the document in Word now
- Note that this time the error message will be more useful; It will tell you that the error is at: line 13540, as opposed to the meaningless line 2.
- Go to the line specified (was 13540 for me) and remove it along with all of its XML children. (From opening tag: <w:something> to closing tag:</w:something>.) Make sure you keep the XML well formatted!
- Import the modified document.xml and rename from zip to docx again.
- Repeat steps 6-9 if necessary, until no more errors show up and your document is recovered.
- Change your file extension from docx to zip
- Extract word/document.xml from the zip
- Using a Programmer's Notepad (Such as Notepad++) replace >< with >\r\n< in extended mode to put each XML tag on its own line. (The expression \r\n stands for new line in windows.) You can use regexp mode or multi-line replace in other text editors, or copy a newline/hidden paragraph symbol and paste it in the replace box. (That works even in Word.)
- Import the modified word/document.xml back into the zip archive
- Rename the extension back from zip to docx
- Attempt to open the document in Word now
- Note that this time the error message will be more useful; It will tell you that the error is at: line 13540, as opposed to the meaningless line 2.
- Go to the line specified (was 13540 for me) and remove it along with all of its XML children. (From opening tag: <w:something> to closing tag:</w:something>.) Make sure you keep the XML well formatted!
- Import the modified document.xml and rename from zip to docx again.
- Repeat steps 6-9 if necessary, until no more errors show up and your document is recovered.
- Change your file extension from docx to zip
- Extract word/document.xml from the zip
- Using a Programmer's Notepad (Such as Notepad++) replace >< with >\r\n< in extended mode to put each XML tag on its own line. (The expression \r\n stands for new line in windows.) You can use regexp mode or multi-line replace in other text editors, or copy a newline/hidden paragraph symbol and paste it in the replace box. (That works even in Word.)
- Import the modified word/document.xml back into the zip archive
- Rename the extension back from zip to docx
- Attempt to open the document in Word now
- Note that this time the error message will be more useful; It will tell you that the error is at: line 13540, as opposed to the meaningless line 2.
- Go to the line specified (was 13540 for me) and remove it along with all of its XML children. (From opening tag: <w:something> to closing tag:</w:something>.) Make sure you keep the XML well formatted!
- Import the modified document.xml and rename from zip to docx again.
- Repeat steps 6-9 if necessary, until no more errors show up and your document is recovered.
Tuesday, April 16, 2013 6:54 AM - Change your file extension from docx to zip
-
Hi! I have the same problem. Need my equations desperately. Can anyone help me?
Wednesday, May 22, 2013 10:17 PM -
No, not without you attaching your corrupted document.
Don't ask to ask, just ask. You've seen me help dozens of people here, so why wouldn't I help you too?
http://3ice.hu/
Thursday, May 23, 2013 7:32 AM -
Hi 3ICE,
Ive been having the same problem, but all possible solutions stated above do not work. I've tried .xml editor Serna Free, Notepad++ but nothing works. could you please take a look at my corrupted file and check what is wrong with it? I thought the error would be in the table that I linked with excel, but it might also be the index, contents table or something.
I hope to hear from you soon. have spent three hours so far at work and no progress.
(dropbox)/s/6l3eamv5pp4jjrv/Project%20Report2.docx
)They said something about varifying my account but didnt know how, so if you could type the normal dropbox URL with the rest.)
Thx in advance!
Wednesday, May 29, 2013 10:52 AM -
Hi,
Sadly, that's a pdf file, not docx. Despite its misleading file extension.Alas, I can't do anything with pdf files, sorry.
If you can get back to me with a real docx file, I'll be able to help you.
Sincerely,
Daniel "3ICE" Berezvai
http://3ice.hu/
Wednesday, May 29, 2013 5:55 PM -
Hi 3ICE,
Thats strange, to me it downloads as a word-file. I uploaded it to mediafire as well. here's the link.
(mediafire) /view/sdb3tg5bvtemvq1/Project_Report2.docx
Hope it is gonna work out!
thx
Friday, May 31, 2013 7:14 AM -
Strange, it opens as a word file here. Try the next link on mediafire:
'mediafire'/view/sdb3tg5bvtemvq1/Project_Report2.docx
thx!
Friday, May 31, 2013 7:29 AM -
Hi 3ICE,
Its me again, different username.
Strange, it opens as a word file to me...
Uploaded it on mediafire as well. still got problems with posting links.
(mediafire)/view/sdb3tg5bvtemvq1/Project_Report2.docx
thx
Friday, May 31, 2013 7:50 AM -
Word can open pdf files :)
I'm downloading your docx file now. 2 minutes left.
http://3ice.hu/
Friday, May 31, 2013 9:53 AM -
Hi,
Got it, didn't find any signs of corruption though. Even mediafire can display it. (Click the link you posted.)
I saved it as a safe copy to get rid of any lingering errors. Latest docx format.
I recommend you switch from *.emf files to *.png, as they are far better able to be compressed.
word\media\image4.emf for example takes up 2.18 MB of space, while the same picture compressed in png only needs 86.7 KB ... That is 25 times less!
Download: Project_Report2_-_fixed_by_3ICE.docx
Sincerely,
Daniel "3ICE" Berezvaihttp://3ice.hu/
Friday, May 31, 2013 10:18 AM -
Hi 3ICE, I believe its something in my word settings that is causing the problem. a friend of mine was also able to open the docx. on a linux computer, but errors keep occuring here. even the file you uploaded gave me the following error:
Do you have any idea what could cause this?
Thx for the help!
Monday, June 3, 2013 7:27 AM -
Hi,
Open this one, I've modified it slightly so it'll give me a more usable error message to work with (line number won't be #2):
mediafire.com/download/t7k9zfvu3uq2fx9/Project_Report2_-_fixed_by_3ICE_v2.docx
Or if you are impatient, you could try following my guide. Just search for "proposed as answer" (with CTRL+F) and you'll find it.
In an attempt to also fix your problem, I removed a METRIC TON of data from it, this all is the code I erased:
<w:p w:rsidR="00DC3AD5" w:rsidRDefault="006A0CF4" w:rsidP="00914DD9"> <w:r> <w:t xml:space="preserve">Table </w:t> </w:r> <w:r w:rsidR="00AD284D"> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r w:rsidR="00AD284D"> <w:instrText xml:space="preserve"> SEQ Table \* ARABIC </w:instrText> </w:r> <w:r w:rsidR="00AD284D"> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> </w:rPr> <w:t>2</w:t> </w:r> <w:r w:rsidR="00AD284D"> <w:rPr> <w:noProof/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> <w:r> <w:t xml:space="preserve"> Capacity criteria</w:t> </w:r> <w:r w:rsidR="00DC3AD5"> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r w:rsidR="00DC3AD5"> <w:instrText xml:space="preserve"> LINK Excel.Sheet.8 "C:\\Users\\bbakker\\Documents\\Project\\WP3\\Data\\Criteria.xlsx" "Sheet1!R2C1:R22C2" \a \f 4 \h </w:instrText> </w:r> <w:r w:rsidR="00DC3AD5"> <w:fldChar w:fldCharType="separate"/> </w:r> </w:p>
and the following comment's table.
Sincerely,
Daniel "3ICE" Berezvai
http://3ice.hu/
Monday, June 3, 2013 10:02 PM -
Sorry about the delay, here is the bigger, removed part:
mediafire.com/download/mxxcy9mbm9eub2b/Project_Report2_-_the_table_that_was_removed_by_3ICE.txt
I had to upload a copy of the removed table, since:
-
Body must be 4 to 60000 characters long.
http://3ice.hu/
Tuesday, June 4, 2013 12:00 AM -
-
Hi 3ICE!
Thx for the help, was able to open your first file on Word2010 and replaced some of the layout. Your new files do open but are quite laggy on word 2007. however, it is fixed now! Thx for the amazing support!
Now does any1 know a thread on conditional formatting in Microsoft Excel?
cheers,
Wednesday, June 5, 2013 9:06 AM -
3ICE
I followed your directions for editing the XML based on the error lines given by Word, however, I get a message "unable to open because parts are missing". Do you have time to take a look at an original version of the corrupt file?
Scott
Friday, June 7, 2013 10:14 PM -
Of course!
But why do so many people do this?
Exhibit A (good, 2 messages exchanged, you didn't do this):
-Can you help me with this problem?
-Yes, here is the solution.Exhibit B (bad, 4 messages exchanged, you did this):
-Can you help me?
-Yes
-Thanks, here is the problem I need help with.
-Solved.
The way you ask for help (B), you waste two messages ("Can you help me?" and the obvious answer, to it: "Yes."). They are two, entirely pointless messages.
--
http://3ice.hu/
- Edited by 3ICE Friday, June 7, 2013 10:39 PM bolding didn't work for emphasis, using underline as a workaround
Friday, June 7, 2013 10:33 PM -
3ICE
Here is the link to the file https://www.dropbox.com/s/xldm9carzgfl5a3/MSE%20Wall%20Bearing%20Manuscript.docx
I appreciate it greatly!
Scott
Friday, June 7, 2013 10:53 PM -
That's a pdf file, not docx. As explained previously:
Alas, I can't do anything with pdf files, sorry.
If you can get back to me with a real docx file, I'll be able to help you.
Daniel "3ICE" Berezvaihttp://3ice.hu/
Friday, June 7, 2013 11:41 PM -
And here is the fixed document:
mediafire.com/download/24nthzi285pkpzm/MSE+Wall+Bearing+Manuscript+fixed+by+3ICE.docxSincerely,
Daniel "3ICE" Berezvaip.s. I compressed your images as I find 7 MB to be obnoxiously large for a simple manuscript. Now you images are below 1MB. Please don't save photographs in the PNG file format in the future, that's not what PNG was invented for. Photographs - JPG. Screenshots - PNG. (Generally...)
- Edited by 3ICE Saturday, June 8, 2013 12:30 AM
Saturday, June 8, 2013 12:29 AM -
Thank you!Saturday, June 8, 2013 12:53 AM
-
The reason why it was a pdf file is all dropbox's fault.
They automatically convert docx files to pdf for whatever reason, when sharing... I had to manually click a second download link, after they forcibly shoved the pdf file in my face.
I'll talk to an employee at dropbox about this inconsistent behavior.http://3ice.hu/
Saturday, June 8, 2013 1:41 AM -
Hello 3ICE
You look to be a man with some skills within' fixing broken Word documents. I have a docx document, with a lot of equations in it, and after Word started acting weird, I saved and closed Word. Now I can't open it. I'm currently using Word for Mac 2011, and have tried renaming to .doc, tried opening on a PC in Word 2007, tried opening in OpenOffice + tried a lot of other possibly random stuff.
Could you try to have a look at it? Would be highly appreciated! I need the document for my exam this coming wednesday, so I'm really stressed out right now.
https://www.dropbox.com/s/bje6ot2bii5zm17/Eksamen.docx
Hope you have the time to look at it, thanks in advance if you do!
Best regards
Peter
Sunday, June 23, 2013 2:58 PM -
Hi,
Indeed I am the man with the skills :)
Removed lines 5551-5735:
<m:acc> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>2a</m:t> </m:r> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>x+</m:t> </m:r> <m:f> <m:fPr> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:i/> </w:rPr> </m:ctrlPr> </m:fPr> <m:num> <m:sSup> <m:sSupPr> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:i/> </w:rPr> </m:ctrlPr> </m:sSupPr> <m:e> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>b</m:t> </m:r> </m:e> <m:sup> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>2</m:t> </m:r> </m:sup> </m:sSup> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>+b</m:t> </m:r> <m:rad> <m:radPr> <m:degHide m:val="1"/> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:i/> </w:rPr> </m:ctrlPr> </m:radPr> <m:deg/> <m:e> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>d</m:t> </m:r> </m:e> </m:rad> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>-b</m:t> </m:r> <m:rad> <m:radPr> <m:degHide m:val="1"/> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:i/> </w:rPr> </m:ctrlPr> </m:radPr> <m:deg/> <m:e> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>d</m:t> </m:r> </m:e> </m:rad> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>-</m:t> </m:r> <m:sSup> <m:sSupPr> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:i/> </w:rPr> </m:ctrlPr> </m:sSupPr> <m:e> <m:rad> <m:radPr> <m:degHide m:val="1"/> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:i/> </w:rPr> </m:ctrlPr> </m:radPr> <m:deg/> <m:e> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>d</m:t> </m:r> </m:e> </m:rad> </m:e> <m:sup> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>2</m:t> </m:r> </m:sup> </m:sSup> </m:num> <m:den> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>4</m:t> </m:r> <m:sSup> <m:sSupPr> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:i/> </w:rPr> </m:ctrlPr> </m:sSupPr> <m:e> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>a</m:t> </m:r> </m:e> <m:sup> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> </w:rPr> <m:t>2</m:t> </m:r> </m:sup> </m:sSup> </m:den> </m:f> </m:acc>
Which was basically nearly or actually the last equation in the document.
Fixed document:
mediafire.com/download/h1mbr30amv7h4fu/Eksamen_fixed_by_3ICE.docx
Sincerely,
Daniel "3ICE" Berezvaihttp://3ice.hu/
Sunday, June 23, 2013 8:18 PM -
Amazing, thank you so much!!
/Peter
Monday, June 24, 2013 9:54 AM -
I too have this problem, however my file is a recovered file as I was editing and writing text in the attachment. I can't even unpack de word.xml, it says it is damaged. Here is a link to the file. Can you help me?
http://www.mediafire.com/?f9r9acjxcfp25v1
Tuesday, June 25, 2013 10:55 AM -
Hi,
Yes, that document is beyond repair. Half the files inside it were damaged and worst of all; your document.xml is cut dangerously short.
I repaired it as best as I could, but there is no helping it:
http://www.mediafire.com/download/46wjgky1ot0jpdk/Paper+filosofie+partially+recovered+and+repaired+by+3ICE.docx
Here is a screenshot showing a healthy document.xml and your damaged document.xml side by side:
Sincerely,
Daniel "3ICE" Berezvai
p.s.: Here is all of the raw text I extracted from your document.xml:
De wereldarmoede is en blijft een zeer interessant en belangrijk onderwerp om over na te denken en onderzoek naar te doen. Vele boeken, essays en artikelen snijden het onderwerp aan en deze zijn vaak naar een eenduidig antwoord op de vraag: waarom blijven ontwikkelingslanden arm en hoe kunnen de problemen opgelost worden? Het gegeven dat het overgrote gedeelte van de welvaart in handen is van een heel klein percentage mensen spreekt heel erg tot de verbeelding en maakt bij veel mensen een sterk gevoel van oneerlijkheid los. De meeste mensen zouden het heel erg graag anders zien maar de oorzaken van dit gegeven zijn zeer complex en hebben diepe wortels in de samenleving en de wereldeconomie. Door middel van een kritische benadering van de invloedrijke theorie over rechtvaardigheid van John Rawls probeert Thomas Pogge aan te tonen dat de benadering die momenteel door veel mensen uit eerste wereld landen over derde wereld landen een foutieve is. Volgens Pogge zijn de meesten bezig met de vraag over hoeveel van onze welvaart doorgesluisd moet worden naar de derde wereld. Pogge kiest een andere benadering: hij legt het overgrote merendeel van de oneerlijke verdeling bij het politieke en economische beleid van de ontwikkelde landen zelf. Zijn strekking luidt: de ontwikkelde landen hebben de onderontwikkelde landen gemaakt tot wat ze zijn en houdt ze ook nog eens vastgepind op deze positie in de periferie. Hij gaat hiermee in tegen veel historici en economen die een toch zeker een groot gedeelte van de verantwoordelijkheid leggen bij de politiek, de cultuur en de geschiedenis van de onderontwikkelde landen zelf. Hij pleit dus eigenlijk voor een algehele verandering in deze beleidsvormen boven het almaar ‘wegkopen’ van de schuldgevoelens die de ontwikkelde landen jegens de derde wereld lijken te hebben. In dit paper wil ik het werk van NL"[/w/w:rPr][w:lf.dr wC3A9D"][w:lang wcpwegkopen’ van de schuordg w:val= ontwikkelde lank vnde:t]r][j die m"spellStart"/][w:r w:rscpik het werk van NL"[/w/pron oneerl9D"]f[/l-Nlanw:r][woEt][/w::type="spellEnd"/][w:r cpordg w:val= ontwikkeldmas w:val="lijkhkkekki: dndeid pron oneerl9D"]f[/l-Nlanw:r][woEt][/w::type="spellEnd"/][w:r cpordg w:val= ontwikkeld/] Hij pleit duwikkelde landen[w:r w:rsidR] Hij pleit dus eigenlijk voor een o8val="nl-NL"/k vanolirdelijldjkhlegA9Djt][/w:/w:t][w:proofErr cp/] HijdP=eenduidisw:r][w:NL" w:idR][/Ege[/w:l:space="preserve"] zijcpo8val="nl-NL"/k vanolirpacang w:vaenlijk voor eeno8vn aeledenjace="p derde wereld. [/cpdP=eenduidisw:r][w:NL w:][w:langie onoven hlde laoE-NL"/]L"/]Pogge[cppacang w:vaenlijk vorijw:val="nf.d/w/hebC3oErote mnl-NL"/][w:t xmcp w:][w:langieerwr de der vnde:t]r][j diet][e lproofErr wbj pleit duwikkn algehele verandering in deze beleidsv w:j pleit duwikkelde landen[/w:o8:rsidR="00ECr cpEnxmw:rllEelldg "][e lproofErr wbj pleit duwikkn algehele verandering in deze beleidsv w:j pleit duwikkelde landen[/w:o8:rsi/l:space="ang wcpwegkopen’ van de schuet][l:space="preserve"] zijcpo8valo8[w:lang w:var][/] Hij pleit dus eio/idsvispw:oald e="00iivooen vrdelijldj leegAt dm:r][w:proocumvar][/] Hpw=n[/w lprnmleit dus eio/idsvispduiErrij][w:NLJl:mens]gEHp dm:r][w:proocumpw=lijllandnrmevar][w:tk v en drpleit duwikkelde landen[/w:o8:rsi/l:space="ang wcpwegkopen’ van de scjde ar][w:tk ve l=] zis einde en drplei o w:vaehlde le lij plr] Hij pleit dus eio/idsvispw:oald e="00iivooen vrdelijldj leegAt dm:rj du drplei o w:vaehlddus=w:NLn"/]2p"/]idi:rPr][w:t xmo8a][w:p-]gEdu ld e="00iivooenu d=oggen vaedel vn[w:][j di= oaidsv-]gEu lw:NLn"/]2p"/]id ld=ebace=ns8:rerimcp dideze boPt]Pogglu d=:val= ontwikkelde lank vnde:t]r][j die m"spellpooeneleidsikkel dus eit nde xmn algeij lontw9D"]f[/l-Nlanw:r][woEt][/w::type="spellEnd"/][pal= ele vei o xmo8a4w:][wwcpfErlgeen’ delverandllontjkhkkekki: dndeid pron oneerl9D"]f[/l-Nlanw:r]pan de rpleiace=iijcrr :oald /Egleit dl: dn/] Hij pleit duwikkelde landen[w:pekkiing="00idsv-:][j di= oaidsv-]gEu lw:NLn"/]2p"/]id ld=ebace=ns8:r][g iroocumpwoPerve"]lkkiiofErr cp/] HijdP=epw:pe-co=lijllit ndpr9sl:space=gEdng cpwdsvleit duwikkeldeit duwikkevraebbere ar]s8:olin dlw einde Eu n dpleweg van de scjde j daidsv-]erd3A9Drelrmld re ar]s8ppw: dmd e="00ioP/] w:"00gEdg wosodpler]s8ppehlleivaedsvGspace= vaen idskkeosleitopw: n[?xmld=ou dn GEu n n p d= NLosde soddldge/]2p"/]id ld=ebaceo0 fppmd e="lrbaand/][/weit d vontwikeldde lank aren epehllevrdellanksvt de gkope wE"sikkel du"/]id Hijk vleiv[X98]wegkopen’w:rPdeloele=pleanwus =ogEt][/wese fppdln vat][/dPtart"pw: m.ei oxmo[pand"[wwcpfldeit duwikkevraebbere ar]s8:olin dlw einde Eu n dpleweg van de scjde j daidsv-]erd3A9Drelrmld re ar]s8ppw: dmd e="00ioP/] w:"00gEdg wosodpler]s8ppehlleivaedsvGspac dm":vaehlddus=w:NLn"/]2p"/]idi:rPr][w:tbbercpwds lank aheitldasvd l dntjkace=nikkac van de scjde j ivaedln vat][/drpoPert"scjp Hijs8pp"/de Dac/] w:"00gEdg woitldr]s8:olin dlw elitu n 0gEp dmdcrosikkde scj dumeoitarom bligEdg elverandllontjkhkkekki: dndeid ereaebbepal="lrm reaceRac]2p"/]id ld=ebum dm":vaehlddus=poooP"/]2][/pi: cessinpp dneheiv: dDacen epehllevrdelpal=e=nikkac van dlankke ivaepelin[?xmld=oduwikkn Gezeackopen’w:rPdessi Dac/] w:"00gEn[XE2][X80]sor]s8dndp ="wppmw/="lrscjit nde xmn ][/wnbllEnew:r akekki: dndeid uwik/wnbl gkope wEdldgel du"/u"/uwik/wnbl gkope wEdldgel du"/u"/uwik/wnbl gkodp spskb l[/eert asinpp dneheiv: dDe:type=".eidli [pa/] w:"00gEdg wosodpleh.dPell=nnde ms9D"kopldgen de srene j daidsv[XE2][X80]lin[Brmeoitarom ka:"00gcjocueem5ijci/n jgEn[XE2]uedrpoE:erlaldges8:osrecuee:osrecuee:osrn ddsv dm":oEn ee:o8:olE: w:aueem5gEdgcueemp bbercpwdsw:NLahebl e wEBrcen epehllken[acuee:pacuee van de scjde vat][/asirport"el Ep scjdpal=E:valarcpwdP"/]eblcueedpal=E:valarcpwdP"/]e:olin ddlwdlwlitj"00gdP"/E:cpa][/asdlan Ecueev:r]rom bligEdg elveruee [/mBee arc.oh.uigEdw: J8:olEerebbelin ms9D"komp"00n.oin[BueppJpum dm":vaehlddus=poigEus=]2]dusFlkencpwdsssdl.oerlaus=]2ber
http://3ice.hu/
Tuesday, June 25, 2013 12:38 PM -
3ICE, you seem to be very good at this and would like you to take a look at this 128MB document for me. I have uploaded it to the server with the zip extension and have already added the line returns.
Do your best please :)
http://millfields.freedomhosting.org.uk/school/Whole dissertation - Copy - Copy.zip
Let me know when you have downloaded a copy so that I may remove it from the server.
Monday, July 1, 2013 10:29 AM -
Hi,
Oh yes I am getting very good at this... So many corrupt documents! One would think Microsoft would fix this already, but no, not yet.
Your dissertation however, will pose considerable challenge due to its massive 100MB+ size. Consider cutting down on the number of your images, and especially cropping the more important ones. For example the Windows UI should not be visible in screenshots, and there should be no unused space on the left and right sides of documents opened in Word, etc.
Here is what I removed from your document in order to repair it:
http://www.mediafire.com/download/cb78w9jd37t0cln/Whole_dissertation_parts_removed_by_3ICE.zip
And here is the repaired document:
http://www.mediafire.com/download/p7s2h18gprlf58p/Whole_dissertation_repaired_by_3ICE.docx
Please send some cash via PayPal.com to paypal@3ice.hu if you found this service helpful.
Sincerely,
Daniel "3ICE" Berezvai
http://3ice.hu/
Monday, July 1, 2013 11:18 AM -
Hi 3CIE,
I'm writing my dissertation of 12,000 words and I'm nearly finished, but when I'm editting it it has the problem of line 2 column 0. My dissertation has may equations so I think the problem is because of them.My deadline is a few days later and pleaseeee pleaseeee help meeee. I'm willing to send you some cash if u can help me :(((((((( .Pleaseeeeee help me I'm dyinggggg :((
Already answered your question here:
http://www.3ice.hu/blog/download-warcraft/#comment-1136
Sincerely,
Danielp.s.: Wasn't 12,000 words, was more like 5000.
p.p.s.: This was the answer I wrote:
[...] Here is your fixed document: http://www.mediafire.com/download/d3tlua3gtvg6o3s/Working_fixed_by_3ICE.docx
If you were serious about the money, send it to paypal@3ice.hu or click this donation link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=B2MNHZYJBASHN
–3ICE
p.s.: What did I remove?
An r and a k from after line 27118:
<m:num> <m:e> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:color w:val="auto"/> <w:lang w:eastAsia="en-GB"/> </w:rPr> <m:t>r</m:t> </m:r> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:eastAsia="Times New Roman" w:hAnsi="Cambria Math" w:cs="Arial"/> <w:i/> <w:noProof/> <w:color w:val="auto"/> <w:lang w:eastAsia="en-GB"/> </w:rPr> </m:ctrlPr> </m:e> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:color w:val="auto"/> <w:lang w:eastAsia="en-GB"/> </w:rPr> <m:t>k</m:t> </m:r> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:eastAsia="Times New Roman" w:hAnsi="Cambria Math" w:cs="Arial"/> <w:i/> <w:noProof/> <w:color w:val="auto"/> <w:lang w:eastAsia="en-GB"/> </w:rPr> </m:ctrlPr> </m:num>
And an ε from after line 27711:
<m:e> <m:r> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:sz w:val="28"/> </w:rPr> <m:t>ε</m:t> </m:r> <m:ctrlPr> <w:rPr> <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/> <w:i/> <w:sz w:val="28"/> </w:rPr> </m:ctrlPr> </m:e>
http://3ice.hu/
- Edited by 3ICE Saturday, September 21, 2013 8:59 AM Quoted my actual response from my blog in a p.p.s. to appear more polite. And in case my website ever goes down...
Monday, August 12, 2013 3:50 AM -
3ICE,
You seem to be the man when it comes to repairing corrupt documents!!!
I am experiencing the same problem that has been listed above, school report, a bunch of equations, due yesterday etc....
I have tried to repair it myself with no luck....is their anyway you could help me out??? It would be fricken awesome if you could!!!
Here is the document:
http://www.mediafire.com/folder/uf262tb6zdfeq/Documentshttp://www.mediafire.com/folder/uf262tb6zdfeq/Documents
Thanks,
Ben
Saturday, August 17, 2013 1:09 AM -
Dear Ben,
Indeed I am the right man!
Here is your fixed document:
http://www.mediafire.com/download/oz8gf0srdgbaxnc/Engr446Report+fixed+by+3ICE.docxAnd here is what I had to remove, from around line 6000 in the source code:
"This tuning method failed to produce acceptable results since it was difficult to"It appears to have been some random text inside an equation block.
Don't forget to find where it was and put it back, but do it differently this time so it doesn't re-corrupt. (Outside the equation block should be safe.)Sincerely, and may your documents never get corrupted again;
Daniel "3ICE" Berezvaip.s.: My humble request for funds to my PayPal account; paypal@3ice.hu remains, as always. If you can spare a few dollars, that is. This service remains free forever. Donations are voluntary, my tip jar URL is: paypal.com/cgi-bin/webscr?cmd=_donations&business=B2MNHZYJBASHN.
http://3ice.hu/
Saturday, August 17, 2013 2:35 AM -
Haha, I'd rather not go there, thanks.
Much safer to scroll up a bit and engage in conversation with 3ICE and/or the other MVPs who might pass through here, several times a day.
Daniel "3ICE" Berezvai is the man for the job. Fixing corrupt word documents for years -- very successfully -- as demonstrated by his long line of satisfied customers.
http://3ice.hu/
Saturday, August 17, 2013 2:40 AM -
3ICE,
Thank You! That is awesome, very much appreciated
I will definitely drop something in your tip jar.
Cheers,
Ben
Saturday, August 17, 2013 10:39 PM -
Much appreciated.
May you never suffer from a word corruption issue ever again.
http://3ice.hu/
Sunday, August 18, 2013 3:15 AM -
Hello!
I think I have the same problem - I have a docx document that won't open after formating and is giving an Unspecified Error. I've tried OpenOffice but to no avail. The document was created in Word 2007 and includes equations (I'm running 2008 on Mac). I'd really appreciate any help you could offer!
All the best,
DavidWednesday, August 21, 2013 12:01 PM -
Okay, but you forgot to give me a download link. If you want me to help you, I'll need something to work with. Preferably your corrupt document.
Alternatively, if you want to help yourself, you can find the tutorial I wrote above.
http://3ice.hu/
- Edited by 3ICE Wednesday, August 21, 2013 4:16 PM anchor links don't work, so the word "above" is a full link instead now
Wednesday, August 21, 2013 4:12 PM -
The forum wouldn't let me add a link until my account had been verified. However, a colleague managed to resolve the issue in the meantime. Many thanks for getting back to me.
All the best,
David
Wednesday, August 21, 2013 4:29 PM -
Wow that limitation is a pain in the you know where! But since when has that stopped anyone :) For example, we all know that the following is a link:
htt p: // 3ice . hu /
Yet it isn't recognized as one by this forum. We know how to remove the spaces, but software doesn't.
Glad to hear your issue was resolved.
Daniel
http://3ice.hu/
- Edited by 3ICE Wednesday, August 21, 2013 4:36 PM
Wednesday, August 21, 2013 4:34 PM -
Hi 3ice,<o:p></o:p>
I was wondering if you could take a look at my corrupt word documents. User got a virus and now he cannot open any of the word files on his computer, they all come up as being corrupted. We have removed all virus' but still cannot access any of the word files. We will gladly donate for your gracious help and time. Files are located here: <o:p></o:p>
w ww.media fire.com/ dow nload/zeb799 ux6t7b7af/ EMC_-_Copy. doc
w ww.media fire.com/down load/ l0t7mulrnb60wuj/SISU_ LOGOS. docx
Thank you Bob
Sunday, September 8, 2013 7:25 PM -
Sorry, there is nothing I can do for that kind of corruption.
The first one isn't even a modern, docx file. But it doesn't look like a doc file either. Instead of data, it contains only random noise. Perhaps it's encrypted or compressed without a header?
The second one, while carrying the docx extension, is nothing but random noise as well. Sorry.
What kind of virus did this? Is it the good old "Your whole hard drive has been encrypted, please pay 250$ for our special decryption program to get your data back" scheme?
Daniel
http://3ice.hu/
Sunday, September 8, 2013 11:05 PM -
Ice,
You are something else to have established this procedure. I'm going to try to program an open source application that uses your kindly provided algorithm and share some resulting revenue with you :-). I have some DOCX recovery open source stuff on Sourceforge: http://sourceforge.net/users/socrtwo22. It uses XML validators to find the first error, then a truncator to truncate usually 50 character upstream of the error. Finally it uses xmllint to add the appropriate new end tags.
This kind of approach is effective for XML that trails off into irretrievable garbage, but for document.xml files that have only lapses of bad XML before returning to good stuff, it is obviously overkill. So your way is the answer.I will provide a link when I get the program togethor. I'm sending you a donation :-).
Saturday, September 21, 2013 6:39 AM -
Hi,
That sounds awesome! And thank you for the 22$, it came as a very nice surprise. I clicked follow on your SF profile to get news about any developments from your project first hand. The projects that interested me most were: Savvy Repair for Microsoft Office, Corrupt DOCX Salvager, Corrupt Office Salvager, Savvy DOCX Recovery, XML Truncator-Fixer, Corrupt Office 2007 Extractor, and S2 Recovery Tools for Microsoft Word.
Back to the new project: Be advised that in most of the cases I've dealt with here; the "corrupted" document.xml was still a valid XML file. As far as I can tell anyway; All elements appeared to be nested in the right order and were closed properly. Not sure if they were in accordance with the specifications laid out by the Office Open XML Document schema, but I assume they were.
When repairing these corrupt documents I'm actually just carefully cutting away more and more good, perfectly valid lines of XML code from the document around the reported error location, until Office finally stops complaining or finds the next "error's" offset.
If I'm right — if we are dealing with valid document.xml files — then you'll need to use a different approach for fixing these generic errors; There must be some way to get the "document.xml, Line: 2, Column: *" error output from the dialog Microsoft Office Word pops up.
I wonder if there's something in the API for that... I'm sorry to say that I've never actually looked at the Office API.Sincerely,
Daniel "3ICE" Berezvaihttp://3ice.hu/
Saturday, September 21, 2013 8:48 AM -
Daniel,
Thanks so much for your enthusiasm. I have already made progress. I can now extract the error messages from Word, essentially using Word itself as my XML validator, which is much preferable to what I was doing in the past which was using 3rd party XML validators, which might be much quicker but don't behave the way Word does. It would be really cool if I could find a command line version of a Microsoft XML validator that uses the exact code that Word uses.
Anyway, I wanted to list some other free solutions I have found other than my own for recovering from corrupt DOCX for users too shy or too much of a hurry to get a free recovery by a generous soul like yourself.
- Apparently the best advice about Word corruption is to install the latest Service Pack. Word 2007 is up to Service Pack 3. Word 2010 is up to Service Pack 2. There has not been a service pack released for Office 2013 yet. I'm not sure I understand it correctly but installing the latest service packs may be enough to fix corrupted documents. http://www.microsoft.com/en-us/download/office-service-packs.aspx
- http://godskingsandheroes.info/software/index.htm#3 - command line extractor of corrupt and healthy text from MS Office docx, xlsx and pptx. Coded for me by CCY and using the same Delphi code as the GUI Corrupt Office 2007 Extractor found on my SourceForge page: http://wayback.archive.org/web/20120709021353/http://www.ccyjchk.com/catalog/
- http://silvercoders.com/en/products/doctotext/ - command line program used by several of my GUI programs which has a feature for recovering text from corrupt docx, xlsx, pptx, odt, ods and odp files (the last three being the Open Office extensioned files).
- http://docx2txt.sourceforge.net/ - Perl based solution that some of my programs use.
- http://www.pcreview.co.uk/forums/office-open-xml-file-docx-cannot-opened-t3714016.html - member chrima mentions an algorithm for correcting Table of Content errors, that used to appear I think in Word 2007 before one of the Office Services Packs fixed it. If anybody knows that the TOC document.xml errors are still occurring let me know. In the same thread, member Ben3DX offers some Python code to automate the process. I will try to implement both their ideas in my code.
- http://support.microsoft.com/kb/2528942 - Microsoft Mr. Fixit that is supposed to be fixed by Office 2010 SP1. If you are getting "The name in the end tag of the element must match the element type in the start tag." and your Word document has math formulas, this might fix it (or update to Office 2010 SP1).
- http://www.wordarticles.com/temp/Rebuilder.dotm - this free Word Add-in will fix issues with some but maybe not all math papers experiencing the "end tag of the element must match the element type in the start tag error."
- http://runferalrun.wordpress.com/2012/08/31/the-name-in-the-end-tag-of-the-element-word-2010-error/ - fixing the "The name in the end tag of the element must match the element type in the start tag." document.xml by hand.
- http://blogs.technet.com/b/wordonenotesupport/archive/2011/03/24/error-when-opening-a-word-2007-or-2010-document.aspx - for fixing repeating errors of the "The name in the end tag of the element must match the element type in the start tag." variety, which may be mainly documents with math formulas in them.
- http://support.microsoft.com/kb/2817583 - probably the hotfix most relevant to users with "unspecified error Location: Part/word/document.xml,Line:2, Column: 0" errors. These are apparently sometimes or always papers with math formulas in them as well. The download button is up at the top of the page.
- http://sourceforge.net/users/socrtwo22 - the list of my free software, many of which will recover text and some try formatting too. The text extraction abilities are stronger than the various software's ability recover text and formatting. The programs that recover formatting use the overkill method of truncating at the first XML error, a method I'm moving past now. Some of the GUI programs use the command line text extractors on their back ends. Look especially at Corrupt DOCX Recovery, which I just updated (11-05-2014) and seems to recover most corrupt DOCX files that are recoverable and to the extent that they are.
- http://free-data-recovery.blogspot.com/2012/03/secrets-of-recovering-corrupt-office.html - My blog post that details how to do truncation and XML end tag fixing on the document.xml file. This method is efficient only when the first XML error is the beginning of a truncated document.xml due to zip corruption or some other XML corruption which corrupts the XML beyond recovery starting at the error location. It tells you how to use xmllint to add the correct XML tags automatically to truncated XML files. Theoretically xmllint is supposed to fix bad XML with some intelligence say even if your XML has correct ending tags and is corrupt somewhere in the middle, however in practice it may be only useful for adding correct ending tags.
- http://www.microsoft.com/en-us/download/details.aspx?id=19544 - if you are on a Mac and as suggested by Bob Jones AKA: CyberTaz here, try using the Open XML converter to convert your document (I think) to a doc format.
- http://answers.microsoft.com/en-us/office/forum/office_2010-word/i-got-an-error-saying-the-file-group-6-mini/5b553957-dae7-4fbd-b1f5-13606d9f035f - as you mentioned there are Word MVPs who are recovering corrupt Word files on request there. I recover Word files too but I charge $22 :-). There are probably other threads in Microsoft communities bulletin boards where free recovery is being offered, search here. I refund $17 if the recovery is unsuccessful and work usual with a 2-5 hour turnaround: http://saveofficedata.com/contact.htm.
- http://onlinerecovery.munsoft.com/ - they will let you recover 10 files for free if you mention their name and link from Facebook, Twitter or your blog. Their recovery algorithm works quite well.
- https://online.officerecovery.com/ - Recoveronix' Online File Recovery. One of the oldest names in the business is kindly offering a free recovery for users who go through a Demo recovery and then use the coupon code "S2SERVICES" (the name of my business :-) extended now until Nov. 1, 2014. Often works.
- http://www.repairmyword.com/ - freeware text extractor that works with corrupt doc files only.
- On the subject of doc files, there is also an obscure free Microsoft tool described in a white paper here:http://www.microsoft.com/en-us/download/details.aspx?id=2096 and downloadable here: http://go.microsoft.com/fwlink/?LinkId=158791. It has an automatic repair feature that supposedly works for recovering some corrupt doc, xls and ppt files.
- Edited by pauldpruitt Wednesday, November 6, 2013 2:29 AM Change wording around Recoveronix service mention.
Tuesday, September 24, 2013 4:05 PM -
tnx, works greatTuesday, October 1, 2013 6:49 PM
-
Hi Daniel,
I was wondering if you would mind helping me with my document please. I get the error message "The name in the end tag of the element must match the element type in the start tag" I have tried following tutorials to fix this issue but I just get lost in the code. If you can solve my problem for me then I will add a contribution to your paypal account. I apologise this is a large document but it does include a lot of images.
www.dropbox.com/s/5cqr4nd38g5hr06/THHelpNeededPlease.docx
Thanks
Tom
Thursday, October 31, 2013 10:16 AM -
Hi
I have managed to fix my document now, thanks anyway. Through following this tutorial and a lot of trial and error:
runferalrun.wordpress.com/2012/08/31/the-name-in-the-end-tag-of-the-element-word-2010-error/
Thursday, October 31, 2013 11:00 AM -
Another very large document. Should be fun!
It'll take a couple minutes to download though. Currently at 3%.
Edit: Wow, your document is massive! Did you know there are 27 682 400 characters of XML code behind it? This is caused mostly by three or four overly complex shape-diagrams that should have been simple pictures. All that data brought one of my plugins in Notepad++ (favorite XML editor) to its knees.
Edit 2: Just noticed your second post, I'm glad you were able to fix it.
That tutorial you linked makes the user jump through many unnecessarily complex hoops, however. Like renaming files at the command prompt... Who does that today?But ultimately, it works. And I'd have used the same method too, except I always skip right to what was originally step 6.
And instead of closing the unclosed tags, I delete them as they are corrupt anyway.
http://3ice.hu/
- Edited by 3ICE Thursday, October 31, 2013 4:12 PM
Thursday, October 31, 2013 3:32 PM -
Here's my updated freeware, Corrupt DOCX Recovery (without attached adware offers). It should fix most "Unspecified" and "The name in the end tag of the element must match the element type in the start tag" Microsoft Word errors. Many thanks to Daniel for his algorithm which got me started in making this version of the program which I think greatly improves it. There was an earlier version, available from my Sourceforge project, which was flummoxed by unspecified errors.
http://hostedfiles.wherehaveibeen.info/savvy_corrupt_DOCX_setup_2.0.0_no_offers.exe
Any feedback is greatly appreciated, especially notification and links to files that the program can't fix :-).
- Edited by pauldpruitt Wednesday, November 6, 2013 2:22 AM made the link active.
Wednesday, November 6, 2013 12:57 AM -
Very useful program! It does automatically what I have been doing manually. (Steps 1-4 in my tutorial so far.)
Now to get the remaining 6 steps automated, we'll have to iron out a crash when trying methods 1-3...
Here is the log:System.ComponentModel.Win32Exception: The system cannot find the file specified at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at SavvyDOCXRecovery.Form1.Process_XML_Files_With_Xmllint_First(String corruptFileXMLSubFileFullName, String modDocumentXmlFullPath) in I:\Documents\Visual Studio 2012\Projects\Savvy Corrupt DOCX Recovery\version2.0setup\Unspecified Error DOCX Recovery\Form1.vb:line 5155 at SavvyDOCXRecovery.Form1.Deal_With_Name_Tag_Error() in I:\Documents\Visual Studio 2012\Projects\Savvy Corrupt DOCX Recovery\version2.0setup\Unspecified Error DOCX Recovery\Form1.vb:line 2192 at SavvyDOCXRecovery.Form1.Impl_Automatic_Recovery_from_the_Menu() in I:\Documents\Visual Studio 2012\Projects\Savvy Corrupt DOCX Recovery\version2.0setup\Unspecified Error DOCX Recovery\Form1.vb:line 369 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
The zipRepaired_* folders are created successfully, and they contain megabytes of data. But the zipRepaired_2_*.docx files are not always created. And even when they are, they remain unfixed, so I still do that manually. (When created, they look like identical copies of the source files. Same size, same error in Word. In fact, their md5 hashes match.)
Method 4 opens two blank txt documents. One of my Notepad++ plugins TextFX does not like being opened twice in quick succession, but that is a bug I'll report to the npp-plugins project.
error.txt contains: 'doctotext.exe' is not recognized as an internal or external command, operable program or batch file.For our reference, the location of doctotext.exe on my machine is:
C:\Users\Daniel\AppData\Local\Savvy DOCX Recovery\doctotext.exe
http://3ice.hu/
- Edited by 3ICE Wednesday, November 6, 2013 8:13 AM
Wednesday, November 6, 2013 8:02 AM -
Daniel,
What version of Windows and Word are you using? Also can you post a link(s) to the corrupt file(s) you used to get the error?
Thanks much,
Regards,
Paul Pruitt
Wednesday, November 6, 2013 9:47 AM -
Windows 8 64 bit, and Word 2013 Pro+
The corrupt files I tested are the ones from this thread that are still up today. Example:
dropbox.com/s/5cqr4nd38g5hr06/THHelpNeededPlease.docxhttp://3ice.hu/
Wednesday, November 6, 2013 10:20 AM -
Daniel,
Thanks so much for testing. I forgot to include a file, xmlval.exe, which was in my Windows 8.1 Preview development computer's path so I was pulling its execution from there without realizing. Try again when you get a chance.
http://hostedfiles.wherehaveibeen.info/savvy_corrupt_DOCX_setup_2.0.1_no_offers.exe
- Edited by pauldpruitt Wednesday, November 6, 2013 9:20 PM Activated hyperlink.
Wednesday, November 6, 2013 9:19 PM -
And it works! Successfully repaired every document I could throw at it.
Text extraction (method 4) still gives me blank files, however. The error.txt is the same.
The program does not try looking for doctotext.exe in its install directory. Scans through every folder in my %PATH% environment variable, but it's not there.
Possible user friendliness improvement: Clicking [Browse] should stop showing the same popup after I've OK'd it away 10+ times.
http://3ice.hu/
Wednesday, November 6, 2013 10:59 PM -
Daniel,
I'm excited that it works. Cool. I think I fixed the text extraction now. The install routine should enter the install directory as part of the System's path and removes it if you uninstall the program.
I will work on fixing the popup issue. If you like, let me know of any other suggestions you might have.
http://hostedfiles.wherehaveibeen.info/savvy_corrupt_DOCX_setup_2.0.4_without_adware.exe
Sunday, November 10, 2013 7:06 PM -
After a few days of trying your method, and trying various recovery products (paid and free), I'm still unable to recover this file. The most annoying part is that I know the data is still in there, because I can see it on my iPhone reader program, but Microsoft Word won't display it. LibreOffice will display the first part of the document (sections 1 thru 4), but there are at least twelve sections in these notes.
The file is found at http://www.mediafire.com/download/a3vzwjds8lw5zgr/Wireshark_notes.docx
Anything you could do to recover the other eight sections of this document would be greatly appreciated.
Tuesday, November 19, 2013 3:31 PM -
Dear Gordon,
Here is your fixed document:
mediafire.com/download/b6h7cvzellu4a86/Wireshark+notes+fixed+by+Daniel+3ICE+Berezvai.docx
Took me about 40 minutes.
I only had to remove one entry from your table of contents: "15.Common Display filters" as it was corrupt. Please re-add it.
And I cleaned up a couple loose </hyperlink> close tags that had no open tag, which was also causing Word to fail to open your work. No data was lost from this cleanup though. Only the one line I mentioned above.
Sincerely,
Daniel "3ICE" Berezvai
p.s.: Thank you for the donation. Highest priority is always given to those who pay. I actually paused my movie (Buffy 3x01 - Anne.mkv) to fix your document right away.
I'll email a copy of this message to you as well.p.p.s.: Oh, and here is all the code I erased:
<w:p> <w:pPr> <w:pStyle w:val="style50"/> <w:tabs> <w:tab w:leader="dot" w:pos="5760" w:val="right"/> </w:tabs> </w:pPr> <w:hyperlink w:anchor="__RefHeading__7629_1297082531"> <w:r> <w:rPr> <w:rStyle w:val="style35"/> </w:rPr> <w:t>15.Common Display filters</w:t> <w:tab/> <w:t>79</w:t> </w:r> <w:r> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p>
</w:hyperlink>
</w:hyperlink>
</w:hyperlink>
http://3ice.hu/
Tuesday, November 19, 2013 4:12 PM -
Hi Daniel;
Thank you very much for such quick work! Those notes were collected over a year or so, and I greatly appreciate getting them back.
I hope you and Buffy and Anne enjoyed the rest of your movie :-)
Sincerely, Gord
Tuesday, November 19, 2013 6:04 PM -
Like many here I also have the same problem. I have spent about 3 days trying to fix it with no luck (i dont know xml) so thought to ask someone. YOur help will be appreciated as this is work for a xmas present that I need to finish.
The name in the end tag of the element must match the element type in the start tag. Location: Part: word/document.xml, Line: 2, Column: 96760
here is my file: https://www.dropbox.com/s/7cq1u85zg6k2bek/potions%20Chp1%262%20intro%26symbols.docx
Thanks so much for any help!
Friday, November 22, 2013 9:17 AM -
Dear hale452,
Here is your fixed document:
mediafire.com/download/hocb3219dwqn8w1/potions+Chp1%262+intro%26symbols+-+Repaired+by+Daniel+3ICE+Berezvai.docx
It was quite the challenge to repair, but I got it done. I really had to butcher the document this time. Usually it's much easier.
Here is the removed bit, it is quite substantial:
mediafire.com/download/uci5rxal5f8g443/potions+Chp1%25262+intro%2526symbols+-+Removed+by+Daniel+3ICE+Berezvai.zipIf you can, please send some money as thanks to my PayPal account via this donation link:
paypal.com/cgi-bin/webscr?cmd=_donations&business=B2MNHZYJBASHN
or transfer directly to:
paypal@3ice.huSincerely,
Daniel "3ICE" Berezvai
- Edited by 3ICE Friday, November 22, 2013 4:17 PM
Friday, November 22, 2013 4:15 PM -
Hello, I'm having the same issues as everyone else here and I haven't been able to fix the document. Could someone else do it for me ? I would really appreciate your help
https://www.dropbox.com/s/2q0hzjx0qq16zci/Projet%20Informatique.docx
Friday, December 13, 2013 10:04 PM -
Hi there,
All fixed:
http://www.mediafire.com/download/anc2nhoce3ouw7z/Projet+Informatique+fixed+by+3ICE.docxWhat I removed:http://www.mediafire.com/download/x354eh9mu59j2uj/Projet+Informatique+removed+by+3ICE+from+around+line+10036.txt
It was one line of equation. It looked something like this, all formatting removed:
? a 2 - b 2 +2iab=-4i O ka a 2 + b 2 =4 O ka
Sincerely,
Daniel "3ICE" Berezvaip.s.: Please pay me for my services, if you have the means.
paypal@3ice.hu or https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=B2MNHZYJBASHNhttp://3ice.hu/
Saturday, December 14, 2013 5:32 AM -
Thank you very much.
I've donated a little something to you ( As a student can't afford much more).
Could you, please, explain how to avoid this kind of error in the future?Saturday, December 14, 2013 7:04 AM -
You didn't do anything wrong. This is Microsoft's fault.
It's a very rare, but widespread and persistent bug that they haven't been able to track down yet. I have all the hotfixes and patches, the latest version of Word, yet still encountered this issue once, back in 2012. (On February 28 to be exact.)
http://3ice.hu/
Saturday, December 14, 2013 7:25 AM -
Hi Daniel;
I've posted another docx file problem on Mediafire, in hopes that you can help me with it. As before, the Paypal amount should have already arrived in your account. You don't have to stop watching your movie this time, :-) this isn't a rush. I know it's the 'busy season'. These are just personal technical notes that I'd rather not lose. http://www.mediafire.com/view/26mg9kfjw9nlssg/NETWORK%20notes.docx
I think I understand what caused this problem, and I have a permanent solution. I installed Ubuntu on one of my PC's recently, because I couldn't get Win8 to do any work. Files were edited alternately between Win7 with Office 2012, and Ubuntu with LibreOffice 3. Both systems were patched appropriately. My solution is to stop using Office and install LibreOffice on all my systems.
Thanks for your efforts!
Gord.
Monday, December 16, 2013 8:11 PM -
Hi,
Thank you for your donation, it is very much appreciated.
Not only was your document.xml thrice corrupt, this time even the word/footnotes.xml file had an error. There was an extra </hyperlink> closing tag that somehow got in there. To fix it, I deleted line 290.
I also removed one corrupt table of contents entry from the document, please manually re-add it or regenerate the table of contents. This was the text I erased:
8.4.1.ngrep - Network grep 61Finally, I removed two corrupt lines from document.xml: line 1750, and line 64858. No data was lost from this operation, the lines were unnecessary. They served only to mislead the parser into throwing more errors.
Here is the repaired document:
http://www.mediafire.com/download/8ii05r7p53iqbme/NETWORK+notes+repaired+by+Daniel+3ICE+Berezvai.docx
Sincerely,
Daniel "3ICE" Berezvaihttp://3ice.hu/
Monday, December 16, 2013 10:34 PM -
To the deleted post below this:
Hi Ande09,
I see your post was deleted, and the dropbox link you posted is no longer live. I hope this means that your problem is now solved. But if not, I am ready to fix it for you today. We still have a day and I work really fast.
I sent you an email so we can discuss this more privately, if you'd like. Though I prefer working through a public forum so others can see how helpful I am and come to me with their problems.
There is no cost associated with this service, I provide it for free. Voluntary donations are encouraged, but not required.
Sincerely,
Daniel "3ICE" Berezvai
On Wed, Dec 18, 2013 at 7:36 AM, <forumsup@microsoft.com> wrote:
> Another user, Ande09, has replied to a thread you have subscribed to in the
> Office Legacy Versions - Planning, Deployment, and Compatibility Forum.
>
> Thread Title Corrupted Word 2007 File - Unspecified Error
> Started by: proactivetech
>
> Reply:
>
> Hey man,
>
> I have a paper I need to hand in this thursday or I will NOT graduate.
>
> I really want to get in touch with you, and if you have time I would
> appreciate if you could fix my file.
>
> I tried using your tutorial but with no succes.
>
> I will even pay for it (what's the price?)
>
> Please reply to this if you see it or E-mail me at [redacted] (I
> know I might get some spams but I am desperate)
>
> https://www.dropbox.com/s/5vwa6nwccrun4rs/SRP%20-%20Newtons%20Gravitationslov%20og%20Keplers%20love.docx
>
> Here is the file, I would appreciate any help I can get
>
> Thanks in advance
>
>
>
> The Microsoft Developer Network
>
> -----------------------------------------------------------------------
>
> You are receiving this email because you subscribed to a forums thread. You
> can unsubscribe or change your settings in the forums settings page.
>
> This is an unmonitored email account. If you have questions or think you
> have received this in error, please contact us by clicking the following
> link: http://go.microsoft.com/?linkid=8103551
>
> If you have questions about our privacy policies please read our Privacy
> Statement.
http://3ice.hu/
- Edited by 3ICE Wednesday, December 18, 2013 1:45 PM Turns out the post is below this, not above. Fixed wording.
Wednesday, December 18, 2013 1:45 PM -
hi. I have the same problem with my file.
The file cannot be opened because there are problems with the contents
unspecified error
Location:Part/word/document.xml,Line:2,Column:0
This is my semester work wich I have to finish till Friday. I would be very thankful if you could help me to open it.
https://drive.google.com/file/d/0B4ny6jyLQpInZFl0aWVSNkFOcGM/edit?usp=sharing
Monday, December 23, 2013 9:24 PM -
Hi. Please try downloading:
http://hostedfiles.wherehaveibeen.info/Cesia_finansiniai_pagrindaiRecovered.docx
Please check any Math formulas in the document as they may have changed or been deleted.
Tuesday, December 24, 2013 12:32 AM -
Hi,
The only equation that was corrupt, came after the line
"Skolos likutis periodo pradžioje apskaičiuojamas pagal formulę:"
I have removed it directly from document.xml, and changed nothing else in your work.
The equation looked something like this:
Dn=Dn−1−dn−1D_n=D_(n-1)-d_(n-1).
(Recovered it from socrtwo's version, though his looked like boxes: ☐☐=☐☐-1-☐☐-1 etc.)Fixed document:
http://www.mediafire.com/download/l28zfqc7d8a9h7i/Cesia_finansiniai_pagrindai+repaired+by+Daniel+3ICE+Berezvai.docx
Code I removed from around the 6165th XML tag in document.xml:
http://www.mediafire.com/download/08wzwzbmqe9x1r7/Cesia_finansiniai_pagrindai+repaired+by+Daniel+3ICE+Berezvai.txt
I don't think there'll be any donations for this one as I was so late. But hey, one can always try:
If you have the means, please send your appreciation in monetary form to my PayPal account:
paypal@3ice.hu
or donate to paypal.com/cgi-bin/webscr?cmd=_donations&business=B2MNHZYJBASHNSincerely,
Daniel "3ICE" Berezvaip.s.: You win this round, friend socrtwo :)
Serves me right for not checking my email before going to bed...
http://3ice.hu/
- Edited by 3ICE Tuesday, December 24, 2013 10:53 AM donate link clickable
Tuesday, December 24, 2013 10:51 AM -
Dear Daniel,
I experienced the same 'line 2 / column 0' error and could fix it - with thousand thanks to your advice - on my very own.
No idea how, but indeed on my own... That said being a complete newbie having seen an xml file the first time!
all the best for your future,
kindly,
Herman
Saturday, January 4, 2014 10:12 AM -
Marvelous!
http://3ice.hu/
Saturday, January 4, 2014 6:49 PM -
Dear 3ICE,
I have tried and tried but I cannot seem to recover my document that's showing the same error as everyone else.
If you could take a look at it I would be so grateful.
https://drive.google.com/file/d/0ByMOSlkqOKV4RnZwbTRjUHcyUTg/edit?usp=sharing
Thanks you,
Aleks
Sunday, April 6, 2014 3:55 AM -
Hi,
You actually had a slightly different error, but it was fixable still. I don't know how much of the document was lost, or if any part of it was lost at all. Please make sure everything is still in there.
Here is your working document:
http://www.mediafire.com/download/re66dep31n9hh17/Draft+Aleks+Terranima+repaired+by+Daniel+3ICE+Berezvai.docxSincerely,
Daniel "3ICE" BerezvaiDonations to my PayPal account: paypal@3ice.hu or https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=B2MNHZYJBASHN are appreciated. (any amount)
http://3ice.hu/
- Edited by 3ICE Sunday, April 6, 2014 11:10 AM linked my paypal
Sunday, April 6, 2014 11:09 AM -
Hi Daniel,
I converted the docx file to zip, but i still can't get it open in winzip in order to view the xml code, it keeps coming up with "Cannot open file; it does not appear to be a valid archive."
I've tried zip repair pro to no avail.
IS there anything you can suggest so that i can acess the code?
Thanks in advance (and apologies if it's a fundamentally idiotic question).
Wednesday, April 9, 2014 11:37 AM -
I'll need a copy of your document before I can say anything.
Make sure you don't convert. Simply rename the file, as in change the file extension to zip.
http://3ice.hu/
Wednesday, April 9, 2014 1:03 PM -
Hi 3ICE, would you be willing to help me too with my file?
I'll openly admit I have virtually zero understanding of what you're doing, but my translated file is huge and I can't get it open. Deadline is looming.
Because I knew it was such a large file, I did several tests along the way to make sure it would open properly. It did with no problem several times so I stopped testing. I'm guessing the problem occurred after my last test.
I'm getting the message
The file WW_Catalogue_2014_low-res_English cannot be opened because there are problems with the contents
Details
Unspecified error
Location: Part: /word/document.xml, Line 64769, Column: 53
Any help you can offer will make me your fan for life.
Here's the link: https://drive.google.com/file/d/0B755-qVLLSvlSERja3Uyd3kzTFE/edit?usp=sharing
Thanks,
Rhonda
Sunday, April 20, 2014 4:34 PM -
Actually, if anyone sees this message and is able to help, please let me know. I'm a little desperate.
Thanks,
Rhonda
Sunday, April 20, 2014 5:30 PM -
Follow-up,
I found a workaround with the my translation software that removes the error message in Word. So no need to help with my problem.
Anyone who finds themselves in a similar situation with a translated Word file from Trados Studio 2011, try this:
http://kb.sdl.com/#tab:homeTab:crumb:7:artId:4731
It worked for me like a charm (and was simple enough for me to understand ;) )
Sunday, April 20, 2014 6:15 PM -
Hi 3ICE,
I have the same problem. i suspect it is also because of the table of contents or maybe the list of table. I tried everything I can to recover the files with no success.
Here is the file: http://www.mediafire.com/view/0156hazb381gxqc/Thesis_Draft.zip
Here is my email: andreiinso@gmail.comSunday, June 1, 2014 10:31 AM -
Hi 3ICE,
I have the same problem. i suspect it is also because of the table of contents or maybe the list of table. I tried everything I can to recover the files with no success.
Here is the file: http://www.mediafire.com/view/0156hazb381gxqc/Thesis_Draft.zip
Here is my email: andreiinso@gmail.comSunday, June 1, 2014 10:35 AM -
Bad news,
That's a corrupt zip, and nothing I tried was able to repair it. The most important file, document.xml is missing almost 2 MB of data from it, which is over 90% of its contents. Two pages are all Word can recover, it did not differ whether I ran it on your original zip or my recovered docx.
An observation I made that I found interesting: Based on the pictures in the /media/ folder, your thesis seems to be about nose flutes. The recovered document however, seems to be a lecture plan on force (physics) with sentences like:
May the FORCE be with you,
Danielp.s.: Do not use the force to destroy or hurt others. Use the force for the good!
http://3ice.hu/
Sunday, June 1, 2014 1:35 PM -
(This is in reply to a double post.) See my original answer here:
http://3ice.hu/
Sunday, June 1, 2014 1:38 PM -
Hi 3ICE,
I noticed the same. I copied the file and extracted the document.xml file and opened it using XML Reader. I did not recognize the information except for the last line you mentioned. I find it highly unusual because those files were written independently. It's as if the two files were merged. I guess I just have to redo the changes I made. Thanks for the help. Now I know I can't do anything about it. :P
Sunday, June 1, 2014 1:44 PM -
It could be Word or even Windows that is having the problem. Before you start trying to restore a backup or repair a file, try opening other documents. Try opening your "corrupt" document from another computer. Also you can try to make a copy of corrupted files. (It could work)
But if nothing helps, you can try to recover it by using Recovery Toolbox for Word. Download free demo versions of this software from Recovery Toolbox website: http://www.repairword.recoverytoolbox.com/ It’s gonna help.
Sunday, July 13, 2014 12:55 PM -
You can also search for older versions of your file:
- Search for temporary, deleted or lost versions of your file with:
- http://www.piriform.com/recuva
- The freeware Recuva, which is excellent. - http://www.recovermyfiles.com/
- RecoverMyFiles is an excellent commercial program. Try the demo first. - http://www.dposoft.net/excel.
html?abstradrome - Word Regenerator, as far I know this program works like the two above programs and is also commercial like RecoverMyFiles. Try the trial first from the link and if it works purchase it clicking on this Google shortened address because I get a referral fee :-): http://goo.gl/jgXEJ. - http://www.pcinspector.de/
Default.htm?language=1 - PC Inspector File Repair may work like the three pieces of software above and is also freeware like Recuva. However it only works on doc, xls and ppt files not docx, xlsx or pptx.
- http://www.piriform.com/recuva
- You can also find previous versions of your file by:
- Right clicking on the file in Explorer (or My Computer), choosing "Properties", then the "Previous versions" tab if you have it and finally clicking on a found earlier version of the file and the "Restore" button. If you have Vista Home Basic or Premium, you probably won't have this choice on your right click menu unless if you are using it in a school or business and the IT department has turn on the feature at the server. Sometimes they even turn on Previous Version Recovery for their XP Pro machines although I'm not sure the two pieces of freeware that follow would work the same way as the previous versions are probably store on the server.
- If you have Vista Home Basic or Premium the previous versions of the files might still be there as Restore Point snapshots on your hard drive and you can use the freeware Shadow Explorer, http://www.
shadowexplorer.com/ , to find out. - Also I just released a freeware program that also recovers previous versions from the same source as Shadow Explorer. You can get it here: http://sourceforge.net/
projects/vistaprevrsrcvr/ . It might be easier to use than Shadow Explorer.
- If you are able to recover a temporary or deleted version of your file and that is corrupt too, you can send the file to me again or also try these commercial solutions with your temporary or deleted version of your file:
- https://online.officerecovery.
com/ - Use the coupon "S2SERVICES" without the quotes for a free recovery. Emil from Recoveronix is letting me use this code for free recovery for my customers until Nov. 1, 2014. - http://onlinerecovery.munsoft.
com/pricing.php - is a file recovery service where if you leave a positive note in Facebook, Twitter or a blog and notify them, they will give you a code to allow 10 free file recoveries as long as they are done with a 3 day period. - http://www.officerecovery.com/
word/ - Commercial software from Recoveronix again for recovery of corrupt files directly. - http://www.cimaware.com/info/
info.php?id=622&path=wordfix. - WordFix, another piece of commercial software that works well for recovery of corrupt files directly.html - http://esd.element5.com/
product.html?productid= 300136781&stylefrom=300338460 - Kernel Recovery for Word is very effective. - http://www.plimus.com/jsp/
redirect.jsp?contractId= - Recovery Toolbox for Word is also excellent.2326426&referrer=socrtwo - http://sourceforge.net/
projects/quickwordrecovr/ - Savvy DOCX Recovery. My best freeware for recovering corrupt DOCX files. - http://sourceforge.net/
projects/damageddocx2txt/ -Corrupt DOCX Salvager. It quickly works to recover text from corrupt DOCX files - http://sourceforge.net/
projects/crrptoffcxtrctr/ - Corrupt MS Office 2007/2010 Extractor works just with docx, xlsx and pptx files. - http://sourceforge.net/
projects/wordrecovery/ - S2 Recovery Tools for Microsoft Word. This my software that has text extractors like my other freeware but also allows the invocation of Microsoft's recommended ways of recovering Word files (which honestly, are usually ineffective).
- https://online.officerecovery.
- Here is some additional advice that might help you recover previous version files or help you open them if you find them:
- If you have Word 2010, try looking at this article:http://www.makeuseof.
com/tag/recover-unsaved-ms- word-2010-document-seconds/# disqus_thread - http://www.s2services.com/
word_repair.htm - free advice.
Thursday, July 17, 2014 7:05 PM - Search for temporary, deleted or lost versions of your file with:
-
Hi,
Thanks to all for the help.
I got there as well using the tips here. The problem I found is that the Maths Equations are adding so much nonsense into the Word document that they often crash without having saved properly, and then they never open again.
As mentioned, you need to -
1. Get hold of Notepad++
2. Save the damaged Word file as xxx.zip from xxx.docx (NOT xxx.docx.zip)
3. Open the zip folder, then the Word subfolder, then get the "document" file, and open it using Notepad++
4. Separate the lines, as it is all written on two lines. The suggestion of \r\n didn't work for me, but there is an option in Notepad++ to separate the lines using the Edit - Line Operations - Split Lines.
5. Save it like this. Close the zip folder and rename it back to xxx.docx.
6. Open again in Word and it should be more helpful with where the problem is. Rather than line 2, column xxxxxxx, you should now have problem at line xxxx, column xxx, which you can then find.
7. Go through steps 2 to 4 again and delete the bit that is causing the problem, but keep the tags in pairs so you are not adding further problems. Then repeat steps 5 and 6.
8. Repeat until all is good.
David
Thursday, March 12, 2015 10:11 PM -
David,
My suggestion for why the \r\n didn't work is because you need to move the radio button in the Replace Window from "Normal" to "Extended" mode:
This is the result:
This result may be more useful, because when splitting the lines, you end up with many tags on one line, whereas the \r\n method results in just one tag per line, so Word will pinpoint better the tag where things go wrong.
Thursday, March 12, 2015 10:53 PM -
Hi,
I have the same problem with my document.
Could you please help me to recover it?
https://www.4shared.com/office/FIe9ZPYzca/HW4NikiAshouri.html?
Tuesday, April 11, 2017 3:21 PM -
Hi,
If you only need the plain text, then the simple way is:
1. Rename .docx to .zip.
2. Unzip the contents in .zip.
3. In the unzipped folders, go into the 'word' subfolder.
4. Open the document.xml with notepad.
5. You can find most of the contents in plain text. Just copy them out is the simplest way to recover the contents.
Hope that helps!
Thursday, April 13, 2017 1:09 AM -
I would like to share my experience on how I solved the problem:
A big trick is that, the location the error had pointed out (i.e. "line2, colxxx") is not necessarily the actual place that's going wrong. The problem might be before this point. I realized this when I deleted the tag at the prompt location and it refers me to the end of the file.
Long words short spoken, you should try to delete large parts of you content, then narrow down step by step. For me I deleted all contents between <w:p > and </w:p> tags which contains the corrupted area. It solved the problem, and luckily what I had lost is just two images.
And for doing this you have to have the right tool, most code editing tools will work, but somehow Notepad++ worked the best. The trick in using this tool is you should enable text wrap, which makes it a lot easier. Also the short cut key "Ctrl+G" can let you select which place you want to go to by selecting the "offset" value. Notepad can even highlight the matching tags which makes life a lot easier.
As a conclusion: Just delete the bad parts to make it work. But of course make sure you have backed up the original file.
And this is based on the fact you have already known how to unzip the docx file, and edit on the /word/document.xml file. If not check on the other posts.
Good luck!
Friday, July 28, 2017 6:37 PM -
Hey everyone!
I know this was posted a while back, but I think that anyone may encounter this problem as I had, just a few minutes ago.
I discovered such a simple, super easy solution to the 'Unspecified Error' that it will have you slapping your head in disbelief:
I simply found an online document converter and converted my document from .docx to .doc and I was able to read the document and all it's features perfectly fine.
I think that this is the easiest solution, especially for those of us that don't understand a darn thing about coding and etc.
If your document needs to be in the .docx format, all you'd need to do is do whatever changes you wanted to make or check on the .doc version of your document, then either use the online converter to change it back, or alter the name of your document and save it under the .docx format within Microsoft word, although I have no idea if the document will be readable once reverted back to the .docx format by you on your computer.
That being said, live long and prosper.
Monday, March 26, 2018 12:34 AM