Open mcepl opened 2 years ago
Really odd, its working on my computer:
I tested also with bibletime, and it's ok.
I'm with LAfricain, it displays for me. I have v1.4 of the module.
The complaint comes out of xiphos/src/main/sidebar.cc:main_display_verse_list_in_sidebar
:
/* improper xref encoding, not BCV: gets null list from Sword. */
if (verse_list == NULL) {
gui_generic_warning(_("Module error: Unusable xref encoding.\n"
"Please report this, with module & verse"));
return;
}
It's Xiphos' recognition of a sword-detected error, where in this case "error" means Xiphos got an empty list back from a query to the sword engine.
What’s even more weird is that actually that note/crossreference gets displayed, just that dialogue box is obnoxious.
When I drive mouse over footnotes in this verse (original OSIS XML):
I get this error:
The error message back-translated into English reads: "Module error: unuseable xref encoding. Please, report this with the name and version of module.”
The module is CzeCSP, version 1.4, but I really don’t see anything wrong anywhere. Any ideas, what’s wrong? What’s even more confusing, And Bible doesn’t seem to have any problems with this module (or this verse).