Home › Forums › Bug Reports and Feature Requests › Verge3D version upgrade problem
Tagged: upgrade problem
- This topic has 6 replies, 2 voices, and was last updated 1 year, 1 month ago by viap.
-
AuthorPosts
-
2023-10-19 at 12:55 pm #67708viapCustomer
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?2023-10-19 at 1:13 pm #67711kdvParticipantInsufficient 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.
2023-10-19 at 2:56 pm #67713viapCustomerSorry, 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.00msAter 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 consoleAttachments:
You must be logged in to view attached files.2023-10-19 at 3:16 pm #67715kdvParticipantAfter 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.
2023-10-19 at 3:58 pm #67716viapCustomerUncaught 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:1388405Is that it?
2023-10-19 at 4:03 pm #67717kdvParticipantsomewhere in your scripts you use
THREE
instead ofv3d
. find and replace. 4.4.0+ doesn’t provide the namespaceTHREE
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.
2023-10-19 at 4:40 pm #67720viapCustomerMany thanks – it works now!
-
AuthorPosts
- You must be logged in to reply to this topic.