Abiconvert errors

Have a problem? A question? This is the place for answers from other Express users.
Post Reply
User avatar
GeoffRoynon
Posts: 48
Joined: 2004-04-26 10:20:33
Location: Oxford, UK

Abiconvert errors

Post by GeoffRoynon »

I received a short Word document from work today and opened it in NWE 2.7 which used Abiconvert to format the document. I noticed loads of error messages in the console log, a short sample:

(process:4028): libgsf:msole-CRITICAL **: file gsf-infile-msole.c: line 109 (ole_get_block): assertion `block < ole->info->max_block' failed
2007-03-30 11:09:29.852 abiconvert[4028] ASSERT m_pItems.getItemCount() > 0 raised at src/text/fmt/xp/fl_AutoNum.cpp:833
2007-03-30 11:09:29.858 abiconvert[4028] ASSERT pns raised at src/wp/impexp/xp/ie_exp_RTF.cpp:2272
2007-03-30 11:09:29.858 abiconvert[4028] ASSERT pStyle raised at src/wp/impexp/xp/ie_exp_RTF_listenerWriteDoc.cpp:1392
2007-03-30 11:09:29.859 abiconvert[4028] ASSERT pns raised at src/wp/impexp/xp/ie_exp_RTF.cpp:2272

Is this anything to be worried about?

The document appeared to be translated all right.

Geoff
Geoff Roynon
Mac Studio, MacOS X 14.0 Sonoma
NW Pro 3.3
User avatar
xiamenese
Posts: 543
Joined: 2006-12-08 00:46:44
Location: London or Exeter, UK

Re: Abiconvert errors

Post by xiamenese »

GeoffRoynon wrote:I received a short Word document from work today and opened it in NWE 2.7 which used Abiconvert to format the document. I noticed loads of error messages in the console log, a short sample:

(process:4028): libgsf:msole-CRITICAL **: file gsf-infile-msole.c: line 109 (ole_get_block): assertion `block < ole->info->max_block' failed
2007-03-30 11:09:29.852 abiconvert[4028] ASSERT m_pItems.getItemCount() > 0 raised at src/text/fmt/xp/fl_AutoNum.cpp:833
2007-03-30 11:09:29.858 abiconvert[4028] ASSERT pns raised at src/wp/impexp/xp/ie_exp_RTF.cpp:2272
2007-03-30 11:09:29.858 abiconvert[4028] ASSERT pStyle raised at src/wp/impexp/xp/ie_exp_RTF_listenerWriteDoc.cpp:1392
2007-03-30 11:09:29.859 abiconvert[4028] ASSERT pns raised at src/wp/impexp/xp/ie_exp_RTF.cpp:2272

Is this anything to be worried about?

The document appeared to be translated all right.

Geoff
If it was a word .doc, why on earth was Abiconvert involved ... NWE will read .docs directly ... or was it originally written in AbiWord rather than word?

To my mind, if it was translated alright, you could read it, edit if necessary and save it out, there's not a problem ... there only is if you become aware that something is missing or if it misbehaves.
Mark
User avatar
martin
Official Nisus Person
Posts: 5228
Joined: 2002-07-11 17:14:10
Location: San Diego, CA
Contact:

Post by martin »

We use Abiconvert to handle translation of ".doc" files. Don't let the warnings concern you- as long as your document looks fine, there's no problem.
User avatar
xiamenese
Posts: 543
Joined: 2006-12-08 00:46:44
Location: London or Exeter, UK

Post by xiamenese »

martin wrote:We use Abiconvert to handle translation of ".doc" files. Don't let the warnings concern you- as long as your document looks fine, there's no problem.
Martin, that's really interesting ... though of no particular importance to me, as long as they convert OK. But tell me, does TextEdit also use Abiconvert? I thought NWE and TextEdit used the same engines.

Mark
User avatar
martin
Official Nisus Person
Posts: 5228
Joined: 2002-07-11 17:14:10
Location: San Diego, CA
Contact:

Post by martin »

TextEdit does not use Abiconvert, as Apple has their own ".doc" file importer. When we say that we use the text engine that Apple provides we are generally referring to the layout engine, eg: the code that handles the placement and display of text. Of course we have modified that engine for our needs, but the core is provided by OSX.
Post Reply