We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Logic file suddenly won’t load

Home Forums General Questions Logic file suddenly won’t load

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #70923
    takeoutprism
    Participant

    Working on a project embedded in an iframe and working out issues with some of the logic and suddenly when I load the page none of the puzzle functionality is there and I’m getting this error in the console.

    v3d.js:1 LogicFileLoadError: Unable to load the logic file

    I have tried reuploading the entire project to the webserver, editing and reuploading the logic etc. and still have the same issue. It was literally working fine an hour ago and now I have no idea what’s gone wrong.

    #70925
    takeoutprism
    Participant

    This block seems to be the culprit. Disabling it and reuploading to the webserver resolves the error.

    puzzles

    I’ll need to come up with a different method for essentially prompting “Are you sure?” before executing some puzzles.

    • This reply was modified 2 months, 1 week ago by takeoutprism.
    Attachments:
    You must be logged in to view attached files.
    #70928
    xeon
    Customer

    Try removing the loop?

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

    #70929
    kdv
    Participant

    Your loop is a culprit. It’s useless and senseless and actually does nothing except adding the huge amount of event listeners.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #70930
    takeoutprism
    Participant

    I wanted to delay the return of the function until the user clicks on one of the buttons in the warning popup.

    #70931
    kdv
    Participant

    Your warning box is already a delay. Execute you puzzles on accept, do nothing on decline. No loops.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.