Pubcoder stopped at “Generating Cover…” when publishing

  1. last year

    I experienced something strange today when I opened two older Pubcoder files ( 1 and 2 years old)
    I opened them both in Pubcoder 4.3.5 and in Pubcoder 5.0.3 BETA on my iMac with M1 chip.

    When I tried to publish an XPUB file Pubcoder stopped at “Generating Cover…” and never got further.
    It also happened when I tried to publish as HTML5.

    Then I went to my old Mac with Pubcoder 4.0.2 and it worked perfectly on my other Mac with Intel chip.

    Could it have anything to do with the M1 chip?

  2. Angelo S

    24 Oct 2023 Administrator

    Hello John, final release of PubCoder 5.0 is out now, are you still experiencing this issue?
    If so, please write to support@pubcoder.com and send us a wetransfer link with tge pubcoder project file that is having issues.

  3. Hi Angelo,
    I just tried it out in the final release of PubCoder 5.0.
    Publishing an XPUB now goes beyond "Generating Cover..." but then it stops at "Generating thumbnail 15 of 18".
    I will write to support and include a wetransfer link to the file.

  4. Angelo S

    31 Oct 2023 Administrator

    Just to help other users, at the end the problem was caused by custom javascript in the project, which was breaking the thumbnail generation.
    For all users, please remember to initialize/start your code Project → Javascript or Page → Javascript or using this event instead of yousing generic document.ready or similar:

    <script type="text/javascript">
    //<![CDATA[
    $(window).on(PubCoder.Events.PageReady, function() {
    	/* Insert your custom JavaScript code below */
    	
    });
    //]]>
    </script>
  5. Deleted last year by Angelo S
  6. 3 months ago
    Deleted 2 months ago by Angelo S
  7. 2 weeks ago

    It sounds like a frustrating experience! I've encountered similar issues with software compatibility on newer chips. It's interesting how not all applications work seamlessly with the latest hardware. In my case, playing the Slope Game on different devices has shown me how performance can vary widely based on specs. It might just take some time for developers to catch up with new technology. I hope your issue gets resolved soon!

  8. 4 days ago

    Experiencing Pubcoder publishing issues on my M1 iMac. It stalls at "Generating Cover..." whether I'm making an XPUB file or HTML5. It's like being stuck in a creepy Fnaf closet, unable to escape! Strangely, my older Intel Mac with Pubcoder 4.0.2 works fine. Is the M1 chip the animatronic causing this problem? Anyone else facing similar M1-related publishing delays?

 

or Sign Up to reply!