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.

Verge3D version upgrade problem

Home Forums Bug Reports and Feature Requests Verge3D version upgrade problem

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #67708
    viap
    Customer

    Hello,
    I am currently using Verge3D 4.3.1. After upgrading to 4.4.0, no puzzle has any effect once the related project is updated. When downgrading back to 4.3.1 all is OK. I also tried the 4.5.0-pre2 version – same problem again.
    Any idea?

    #67711
    kdv
    Participant

    Insufficient info. Show the console log.

    Puzzles and JS coding. 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 the meaning at all.

    #67713
    viap
    Customer

    Sorry, I am still begginer:

    Current status – no problems, version 4.3.1:
    – Starting App Manager server (port 8668, package BLENDER)
    – 404 GET /applications/new_cz_viap_group002_01/media/ (::1) 0.00ms

    Ater the upgrade to 4.4.0:
    – Starting App Manager server (port 8668, package BLENDER)
    – Updating licensing information
    – App manager settings saved
    – App manager splash settings saved
    – Schedule App Manager server restart
    – Starting App Manager server (port 8668, package BLENDER)

    Ater selected APP update (printscreen enclosed):
    – Updating application: new_cz_viap_group002_01
    – Updating app module v3d.js
    – Updating app module ammo.wasm.js
    – Updating app module ammo.wasm.wasm
    – Backup new_cz_viap_group002_01.html
    – Updating app file new_cz_viap_group002_01.html
    – Performing 3-way merge… success!
    – Backup new_cz_viap_group002_01.js
    – Updating app file new_cz_viap_group002_01.js
    – Performing 3-way merge… success!

    Re-opening the selected APP:
    No response in console

    Attachments:
    You must be logged in to view attached files.
    #67715
    kdv
    Participant

    After upgrading to 4.4.0, no puzzle has any effect once the related project is updated

    Run some app after upgrading, press F12, see the console log for errors.

    Puzzles and JS coding. 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 the meaning at all.

    #67716
    viap
    Customer

    Uncaught ReferenceError: THREE is not defined
    at visual_logic.js:434:1202
    at visual_logic.js:434:1322
    at setImageBackground (visual_logic.js:434:1327)
    at PL.init (visual_logic.js:2484:13)
    at new_cz_viap_group002_01.js:53:20
    at v3d.js:1:1388405

    Is that it?

    #67717
    kdv
    Participant

    somewhere in your scripts you use THREE instead of v3d. find and replace. 4.4.0+ doesn’t provide the namespace THREE anymore.

    Puzzles and JS coding. 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 the meaning at all.

    #67720
    viap
    Customer

    Many thanks – it works now!

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