Corrupted Word 2007 File - Unspecified Error
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
January 20th, 2011 9:30pm
Put it somewhere we can see it and someone will take a look.
January 21st, 2011 10:43pm
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
April 28th, 2011 7:35am
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
November 30th, 2011 9:31pm
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 PLEASE
December 9th, 2011 4:56am
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 0
I 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!
February 29th, 2012 12:32am
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
February 29th, 2012 2:36am
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 priv
April 19th, 2012 10:37pm
Sorry, but 4shared is now a private file sharing service that outsiders cannot access. Use
box.net or
mediafire.com
May 15th, 2012 6:11pm
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,
June 18th, 2012 8:51am
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@3
June 18th, 2012 11:55am
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.hu
June 18th, 2012 12:13pm
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
June 18th, 2012 12:22pm
Hi 3ICE can you teach me how to go to the text editor?
July 23rd, 2012 11:35am
I'm not sure what you mean.
July 23rd, 2012 9:32pm
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<3aayaxa"
I look forward to receiving your actual document.
August 13th, 2012 2:29pm
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
August 13th, 2012 3:15pm
As posted previously:
"Sorry, but 4shared is now a private file sharing service that outsiders cannot access. Use box.net or mediafire.com instead."
August 13th, 2012 4:59pm
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
August 14th, 2012 6:06am
Not sure that commentary was necessasry. Thank you for trying to help though. Was able to recover the file via a different method.
Cheers.
August 14th, 2012 4:27pm
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?
August 14th, 2012 8:20pm
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
August 16th, 2012 3:27pm
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.
August 16th, 2012 6:27pm
"\r\n" means "new line". I'm working on recovering the document, be with you in 5-10 minutes.
August 16th, 2012 10:21pm
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@3
August 16th, 2012 10:27pm
Thank you so much! You saved me hours of re-writing those equations.
August 17th, 2012 10:22am
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
August 20th, 2012 7:11am
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?
August 20th, 2012 7:30am
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
August 21st, 2012 12:28pm
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
August 29th, 2012 10:44pm
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
August 29th, 2012 11:20pm
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 :)
August 30th, 2012 12:02am
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
August 30th, 2012 3:16am
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!
August 31st, 2012 3:17am
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.
November 1st, 2012 8:40pm
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
November 4th, 2012 4:56pm
Hey, I did it! Followed your steps again very carefully and it was recovered!
Thanks a ton
November 4th, 2012 5:14pm
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 06, 2012 7:47 PM
December 6th, 2012 7:47pm
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="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

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 06, 2012 10:57 PM
Fixed code tags (for the third time now)
December 6th, 2012 10:46pm
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
December 6th, 2012 10:47pm
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="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

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/
December 7th, 2012 1:46am
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
December 7th, 2012 4:58am
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="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
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
December 7th, 2012 4:05pm
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="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
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
December 7th, 2012 7:05pm
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.
January 3rd, 2013 3:33am
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
January 4th, 2013 12:01am
yes, thanks for helping. can i have the document?
-
Edited by
craziqbal
Friday, January 04, 2013 9:39 AM
January 4th, 2013 9:39am
yes, thanks for helping. can i have the document?
January 4th, 2013 12:39pm
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
January 14th, 2013 4:24am
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.
January 14th, 2013 7:24am
Can u share the corrupt file for testing?
January 14th, 2013 11:35am
Thank you, It worked for me
-
Edited by
Hani Mimi
Tuesday, February 12, 2013 3:19 PM
February 12th, 2013 3:19pm
Thank you, It worked for me
February 12th, 2013 6:19pm
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 :')
March 1st, 2013 12:59am
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
April 8th, 2013 7:31am
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 :)
April 8th, 2013 8:11am
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.
April 15th, 2013 6:29pm
Before: 8 pages
After: 14 pages
http://www.mediafire.com/view/?u5fnzbmtnybe1la
Sincerely,
Daniel "3ICE" Berezvai
p.s.: The culprit was a [NULL] character (often expressed as '\0' in programming) Screenshot:
April 15th, 2013 10:33pm
Thank you so much!
April 16th, 2013 12:05am
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.
April 16th, 2013 9:54am
Hi! I have the same problem. Need my equations desperately. Can anyone help me?
May 23rd, 2013 1:17am
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?
May 23rd, 2013 10:32am
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!
May 29th, 2013 1:52pm
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
May 29th, 2013 8:55pm
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
May 31st, 2013 10:14am
Strange, it opens as a word file here. Try the next link on mediafire:
'mediafire'/view/sdb3tg5bvtemvq1/Project_Report2.docx
thx!
May 31st, 2013 10:29am
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
May 31st, 2013 10:50am
Word can open pdf files :)
I'm downloading your docx file now. 2 minutes left.
May 31st, 2013 12:53pm
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" Berezvai
May 31st, 2013 1:18pm
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!
June 3rd, 2013 10:27am
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
June 4th, 2013 1:02am
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,
June 5th, 2013 12:06pm
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 07, 2013 10:39 PM
bolding didn't work for emphasis, using underline as a workaround
June 7th, 2013 10:33pm
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
June 8th, 2013 1:14am
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/
June 8th, 2013 1:33am
3ICE
Here is the link to the file https://www.dropbox.com/s/xldm9carzgfl5a3/MSE%20Wall%20Bearing%20Manuscript.docx
I appreciate it greatly!
Scott
June 8th, 2013 1:53am
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.
Sincerely,
Daniel "3ICE" Berezvai
June 8th, 2013 2:41am
And here is the fixed document:
mediafire.com/download/24nthzi285pkpzm/MSE+Wall+Bearing+Manuscript+fixed+by+3ICE.docx
Sincerely,
Daniel "3ICE" Berezvai
p.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...)
June 8th, 2013 3:29am
Thank you!
June 8th, 2013 3:53am
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.
June 8th, 2013 4:41am
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
June 23rd, 2013 5:58pm
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" Berezvai
June 23rd, 2013 11:18pm
Amazing, thank you so much!!
/Peter
June 24th, 2013 12:54pm
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
June 25th, 2013 1:55pm
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]wegkopenw: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 Gezeackopenw: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
June 25th, 2013 3:38pm
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.
July 1st, 2013 1:29pm
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
July 1st, 2013 2:18pm
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,
Daniel
p.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...
August 12th, 2013 3:50am
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
August 17th, 2013 1:09am
Dear Ben,
Indeed I am the right man!
Here is your fixed document:
http://www.mediafire.com/download/oz8gf0srdgbaxnc/Engr446Report+fixed+by+3ICE.docx
And 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" Berezvai
p.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.
August 17th, 2013 2:35am
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.
August 17th, 2013 2:40am
3ICE,
Thank You! That is awesome, very much appreciated
I will definitely drop something in your tip jar.
Cheers,
Ben
August 17th, 2013 10:39pm
Much appreciated.
May you never suffer from a word corruption issue ever again.
August 18th, 2013 3:15am
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,
David
August 21st, 2013 12:01pm
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
August 21st, 2013 4:12pm
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
August 21st, 2013 4:29pm
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.
August 21st, 2013 4:34pm
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
September 8th, 2013 7:25pm
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
September 8th, 2013 11:05pm
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 :-).
September 21st, 2013 6:39am
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" Berezvai
September 21st, 2013 8:48am
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
socrtwo
Wednesday, November 06, 2013 2:29 AM
Change wording around Recoveronix service mention.
September 24th, 2013 4:05pm
tnx, works great
October 1st, 2013 6:49pm
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
October 31st, 2013 10:16am
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/
October 31st, 2013 11:00am
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 any
October 31st, 2013 3:32pm
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
socrtwo
Wednesday, November 06, 2013 2:22 AM
made the link active.
November 6th, 2013 12:57am
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\doctote
November 6th, 2013 8:02am
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
November 6th, 2013 9:47am
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.
November 6th, 2013 10:59pm
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.
November 19th, 2013 3:31pm
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>
November 19th, 2013 4:12pm
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
November 19th, 2013 6:04pm
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!
November 22nd, 2013 9:17am
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
December 13th, 2013 10:04pm
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?
December 14th, 2013 7:04am
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.)
December 14th, 2013 7:25am
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.
December 16th, 2013 8:11pm
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 61
Finally, 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" Berezvai
December 16th, 2013 10:34pm
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.
December 18th, 2013 1:45pm
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
December 23rd, 2013 9:24pm
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
January 4th, 2014 10:12am
Marvelous!
January 4th, 2014 6:49pm
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
April 6th, 2014 3:55am
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).
April 9th, 2014 11:37am
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.
April 9th, 2014 1:03pm
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
April 20th, 2014 4:34pm
Actually, if anyone sees this message and is able to help, please let me know. I'm a little desperate.
Thanks,
Rhonda
April 20th, 2014 5:30pm
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 ;) )
April 20th, 2014 6:15pm
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.com
June 1st, 2014 10:31am
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.com
June 1st, 2014 10:35am
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,
Daniel
p.s.: Do not use the force to destroy or hurt others. Use the force for the good!
June 1st, 2014 1:35pm
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
June 1st, 2014 1:44pm
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/
Its gonna help.
July 13th, 2014 12:55pm
You can also search for older versions of your file:
- Search for temporary, deleted or lost versions of your file with:
- 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:
- Here is some additional advice that might help you recover previous version files or help you open them if you find them:
July 17th, 2014 7:05pm
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
March 12th, 2015 6:13pm
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.
March 12th, 2015 6:55pm