Personal Book Builder - Error Compiling Resource

Paul-C
Paul-C Member Posts: 1,896 ✭✭✭
edited November 2024 in English Forum

I'm trying to compile a Personal Book from one of John Fallahee's LearnLogos.com manuals, but the PB won't compile. I get:

  • an "Error compiling resource" message, and
  • "Build failed with 2 errors, 0 warnings."

Here's the log from the PBB. I don't have any experience interpreting these. Is anyone able to work out what's wrong with the document? Thanks.

[Info] Compiling
[Error] Error while building book: Error compiling resource.
[Error] Exception: LDLS4.Panels.PersonalBookBuilderPanel.PersonalBookBuilderException: Error compiling resource.
at LDLS4.Panels.PersonalBookBuilderPanel.PersonalBookConverter.CompileResource (Libronix.DigitalLibrary.LicenseManager licenseManager, System.String manifest, LDLS4.Panels.PersonalBookBuilderPanel.ResourceDocumentData metadata, IPersonalBookBuildLog buildLog, LDLS4.Panels.PersonalBookBuilderPanel.TempFiles tempFiles, IWorkState workState) [0x000e5] in /Volumes/Code/Jenkins/workspace/Logos-Desktop-Mac-Beta-Ship/DigitalLibrary/src/LDLS4/Panels/PersonalBookBuilderPanel/PersonalBookConverter.cs:586
at LDLS4.Panels.PersonalBookBuilderPanel.PersonalBookConverter+<CreatePersonalBookWork>c__Iterator1.MoveNext () [0x004c6] in /Volumes/Code/Jenkins/workspace/Logos-Desktop-Mac-Beta-Ship/DigitalLibrary/src/LDLS4/Panels/PersonalBookBuilderPanel/PersonalBookConverter.cs:156
at Libronix.Utility.Threading.AsyncWorkerTask`1[Libronix.Utility.VoidType].EnumMoveNext () [0x0001a] in /Volumes/Code/Jenkins/workspace/Logos-Desktop-Mac-Beta-Ship/Utility/src/Libronix.Utility/Threading/AsyncWorkerTask.cs:124

Comments