Pubcoder stops at generating cover

  1. 2 days ago

    i was facing issue for my project preview already because of lots of animations so I swapped out all my animation for lower frame rate versions and lower quality images also.
    I can load preview for each page individually, but the software keeps hanging as I try exporting the entire book or when I try seeing preview for the complete project.
    It keeps getting stuck at "building cover page" ( for exporting with or without cover page )
    I saw same error being posted by other users also on pub coder forum but no one has replied with a solution.
    I don't know if it's a software issue or my laptop because my laptop also blue screened multiple times when trying to export the project.

  2. 13 hours ago

    Angelo S

    13 hours ago Administrator
    Edited 13 hours ago by Angelo S

    It seems something is blocking the generation of the cover page, probably some script or some specific assets? Try the following:

    1. If you are using custom scripts, make sure 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>

    2. Try to create a new, blank cover page, then copy/paste the objects from the original page to the new one to understand what specific object is creating the problem

    3. If you can't make it work, please send us a link to the file via wetransfer or similar, using this form https://docs.pubcoder.com/pubcoder-reportabug.html

 

or Sign Up to reply!