Problem Compiling PBB

Whyndell Grizzard
Whyndell Grizzard Member Posts: 3,523 ✭✭✭

I have this in the Beta category because I am running latest version:

I have been unable to figure out what is wrong, need some help,

Keep getting error while compiling on this file:

8420.A SEMANTIC AND STRUCTURAL ANALYSIS OF REVELATION.docx

The error says:

[Info] Starting build for PBB:fcde270a47c34a67b68a6d43aefdd231
[Info] Converting
[Info] Converting C:\Users\Whyndell Earl\Documents\A Semantic and Structural Analysis\SSA Revelation\A SEMANTIC AND STRUCTURAL ANALYSIS OF REVELATION.docx
[Info] Compiling
[Error] Article 'A_UNKNOWN' has no content; articles cannot be empty.
[Warning] Bad character in string: 0x000A
[Warning] Bad character in string: 0x000A
[Warning] Bad character in string: 0x000A
[Warning] Bad character in string: 0x000A
[Warning] Bad character in string: 0x000A
[Warning] Bad character in string: 0x000A
[Warning] Bad character in string: 0x000A
[Warning] Bad character in string: 0x000A
[Warning] Bad character in string: 0x000A
[Warning] Bad character in string: 0x000A
[Warning] Bad character in string: 0x000A
[Warning] Bad character in string: 0x000A
[Error] The Compile Failed
[Error] Error while building book: Error compiling resource.
[Error] Exception: LDLS4.Panels.PersonalBookBuilderPanel.PersonalBookBuilderException: Error compiling resource.
   at LDLS4.Panels.PersonalBookBuilderPanel.PersonalBookConverter.CompileResource(LicenseManager licenseManager, String manifest, ResourceDocumentData metadata, IPersonalBookBuildLog buildLog, TempFiles tempFiles, IWorkState workState)
   at LDLS4.Panels.PersonalBookBuilderPanel.PersonalBookConverter.<CreatePersonalBookWork>d__2.MoveNext()
   at Libronix.Utility.Threading.AsyncWorkerTask`1.EnumMoveNext()
   at Libronix.Utility.Threading.AsyncWorkerTask`1.EnumMoveNextWithCatch()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Libronix.Utility.Threading.AsyncWorkItem.Verify()
   at LDLS4.Panels.PersonalBookBuilderPanel.PersonalBookViewModel.<CreatePersonalBookWork>d__137.MoveNext()

Comments

  • DominicM
    DominicM Member Posts: 2,995 ✭✭✭

    compiles for me in 7.9.0013

    [Info] Starting build for PBB:379213b1577a4bce9d84949b761ab356
    [Info] Converting
    [Info] Converting E:\Downloads\8420.A SEMANTIC AND STRUCTURAL ANALYSIS OF REVELATION.docx
    [Info] Compiling
    [Warning] Article 'A_UNKNOWN' has only 1 characters.
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Info] Discovering
    [Info] Complete

    Never Deprive Anyone of Hope.. It Might Be ALL They Have

  • Whyndell Grizzard
    Whyndell Grizzard Member Posts: 3,523 ✭✭✭

    DominicM said:

    compiles for me in 7.9.0013

    [Info] Starting build for PBB:379213b1577a4bce9d84949b761ab356
    [Info] Converting
    [Info] Converting E:\Downloads\8420.A SEMANTIC AND STRUCTURAL ANALYSIS OF REVELATION.docx
    [Info] Compiling
    [Warning] Article 'A_UNKNOWN' has only 1 characters.
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Warning] Bad character in string: 0x000A
    [Info] Discovering
    [Info] Complete

    Are you saying it actually compiled the PBB? If so I wonder if the issue is with the latest Beta.

  • DominicM
    DominicM Member Posts: 2,995 ✭✭✭

    yes it compiled straight away from your download - must be the beta

    Never Deprive Anyone of Hope.. It Might Be ALL They Have

  • Whyndell Grizzard
    Whyndell Grizzard Member Posts: 3,523 ✭✭✭

    Looks like it starts here, but not sure how to resolve.

    [Error] Article 'A_UNKNOWN' has no content; articles cannot be empty. 

     Results in these errors:

    [Error] Error while building book: Error compiling resource.
    [Error] Exception: LDLS4.Panels.PersonalBookBuilderPanel.PersonalBookBuilderException: Error compiling resource.
       at LDLS4.Panels.PersonalBookBuilderPanel.PersonalBookConverter.CompileResource(LicenseManager licenseManager, String manifest, ResourceDocumentData metadata, IPersonalBookBuildLog buildLog, TempFiles tempFiles, IWorkState workState)
       at LDLS4.Panels.PersonalBookBuilderPanel.PersonalBookConverter.<CreatePersonalBookWork>d__2.MoveNext()
       at Libronix.Utility.Threading.AsyncWorkerTask`1.EnumMoveNext()
       at Libronix.Utility.Threading.AsyncWorkerTask`1.EnumMoveNextWithCatch()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at Libronix.Utility.Threading.AsyncWorkItem.Verify()
       at LDLS4.Panels.PersonalBookBuilderPanel.PersonalBookViewModel.<CreatePersonalBookWork>d__137.MoveNext()

  • Leigh Johnson
    Leigh Johnson Member Posts: 46 ✭✭

    When I've had that error it had to do with the headings.  Formatting all the text as Normal and then going through and formatting the various headings resolved the issue.

  • Andrew Batishko
    Andrew Batishko Member, Community Manager, Logos Employee Posts: 5,487

    The easiest way I've seen to track this down is to open the... I think it's called outline view. Scan through that list for any empty lines. Click to go there and delete the blank line at that location.

    This used to be valid, but it turns out that it can cause crashes in certain situations, so it now generates an error to prevent problems down the line.

    Andrew Batishko | Logos software developer

  • Whyndell Grizzard
    Whyndell Grizzard Member Posts: 3,523 ✭✭✭

    When I've had that error it had to do with the headings.  Formatting all the text as Normal and then going through and formatting the various headings resolved the issue.

    I removed all the headings- it stopped the errors- tried clearing format and placed headings again- same error appears- this is strange never had this happen before- I have always formatted the documents this way.

    Very disappointed [:(]

  • Jack Caviness
    Jack Caviness MVP Posts: 13,599

    Whyndall

    I had the same errors when I attempted to replicate your results. After a couple of experiments, I removed the Abbreviations table (Pg 10). The book then complied with 1 error and several warnings. The one error concerned the Arial font, but I did not pursue that one. So it appears that you need to modify—or eliminate—the Abbreviations table.

  • Whyndell Grizzard
    Whyndell Grizzard Member Posts: 3,523 ✭✭✭

    Whyndall

    I had the same errors when I attempted to replicate your results. After a couple of experiments, I removed the Abbreviations table (Pg 10). The book then complied with 1 error and several warnings. The one error concerned the Arial font, but I did not pursue that one. So it appears that you need to modify—or eliminate—the Abbreviations table.

    Thanks- I'll do the table as a pic- maybe do that with all the tables.

  • Jack Caviness
    Jack Caviness MVP Posts: 13,599

    Thanks- I'll do the table as a pic- maybe do that with all the tables.

    It compiled for me after deleting that one table. When I deleted the other tables, the same errors appeared, so it appears that the problem lies in the Abbreviations table. I did not attempt to isolate the problem beyond that.

  • JT (alabama24)
    JT (alabama24) MVP Posts: 36,523

    DominicM said:

    must be the beta

    That is a fallacy. It <might> be because of the beta... but it <might> be for some other reason. 

    macOS, iOS & iPadOS |Logs| Install
    Choose Truth Over Tribe | Become a Joyful Outsider!

  • DominicM
    DominicM Member Posts: 2,995 ✭✭✭

    The easiest way I've seen to track this down is to open the... I think it's called outline view. Scan through that list for any empty lines. Click to go there and delete the blank line at that location.

    This used to be valid, but it turns out that it can cause crashes in certain situations, so it now generates an error to prevent problems down the line.

    Should be easy to get the compiler to discard the extra blank line, as a safeguard, presumably the XML is parsed in some way while compiling

    Never Deprive Anyone of Hope.. It Might Be ALL They Have

  • Whyndell Grizzard
    Whyndell Grizzard Member Posts: 3,523 ✭✭✭

    Thanks- I'll do the table as a pic- maybe do that with all the tables.

    It compiled for me after deleting that one table. When I deleted the other tables, the same errors appeared, so it appears that the problem lies in the Abbreviations table. I did not attempt to isolate the problem beyond that.

    its working fine after deleting both abbreviation table, it’s compiling fine, this is the latest volume in A Semantic and Structual Analysis of the Book of Revation. Lots  of tagging to do but will be worth it.