Home › Forums › General Questions › Problems publishing a project on my site
- This topic has 16 replies, 2 voices, and was last updated 3 years, 5 months ago by gf3d.
-
AuthorPosts
-
2021-05-19 at 2:05 pm #41132gf3dCustomer
Hi there, i have published my work in progress project
“Space Trip ” on my site….see http://www.gf3d.de and go to the VR section…
here you see various projects that can be viewed…..
they all work fine…except for the one to the right…the space..although it runs fine locally and i uploaded it the same way as the
other projects it doesn´t start….any idea why?
Greets
Ger
2021-05-20 at 8:41 am #41168gf3dCustomerHi there, me again….
even though i tried it with compressed data i still doesn´t work.
It is a very big project…so i would take a bit of time to load……
which is ok…What makes me wonder is the fact that it doesn´t even start loading…
no preloader bar…nothing….strange thing.It did it the same way as with my other projects….
I could upload the date to the dropbox if necessary…
Greets
Ger
2021-05-20 at 9:46 am #41170gf3dCustomerAnd me again….
i´ve uploaded the data to your server…see the link below..
it doesn´t work as well….
https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:ee6d5a1851/applications/Space_Trip/Space_Trip.html
you should have all data necessary at you server now….
It would be great to find out why it doesn´t start…
Thanks and greets
Ger
2021-05-20 at 11:30 am #41173Yuri KovelenovStaff2021-05-20 at 12:42 pm #41175gf3dCustomerHi Yuri,
i used a default template…the one that is used when you don´t pick another one….so THE default template….
2021-05-20 at 12:44 pm #41176gf3dCustomerdid you guys have a chance to have a look at it at all….so when its running…..it should be able to open it using the verge3d app manager
2021-05-21 at 5:01 am #41189Yuri KovelenovStaffI’d recommend recreating your app from scratch, as described here
https://www.soft8soft.com/docs/manual/en/introduction/Updating.html#Update_Applications_Clean2021-05-21 at 8:36 am #41204gf3dCustomerHi Yuri,
i don´t understand what that should help….the whole project has been
created in the latest version of verge3d….
the only thing that makes me wonder is the fact that lately…when i start max..as soon as max is started there appears a window which shows a file , called verge3d.ms…..I exported it as a pdf and attached it here….
I also made a screnshot of part the the verge3d.ms file because in
the original file it show a part which is redly outcolored…as you can see in the *jpg file…..maybe this has something to do with the problem…..if not…maybe you can tell me why it appears..On the other hand….if we cannot solve the problem….it would be a shame….but not really bad…because the application is meant to be running locally on my customers hardware….meant for a planetarium.
Did you have a chance to have a look at it locally at your site?
If not you should do and tell me what you think about it.
Thanks and greets
Ger
Attachments:
You must be logged in to view attached files.2021-05-23 at 8:18 am #41263Yuri KovelenovStaff2021-05-23 at 9:57 am #41265gf3dCustomerHi Juri,
i did remove the line….nothing changed…
the script file is still coming up when i start Max…
I´ve updated everything as well…uploaded it to my page…
no change….locally everything runs well…but not over the internett..But still the question…can you load the project from your local disk?
Greets
Ger
2021-05-23 at 10:37 am #41266Yuri KovelenovStafftry re-uploading after 15 minutes. Also may be it is another error now.
the problem is simple – you are using non-standard javascript, i.e. you modified the template. Locally it works, because it found the files. However, paths are wrong or the modules were not uploaded because they are referenced from outside your app folder.
that’s why I suggested to recreate the app in the first place. It would reset your template javascript.
yes you can use apps locally. but again everything must be put in the same folder.
https://www.soft8soft.com/docs/manual/en/introduction/Creating-Desktop-Apps.html
2021-05-23 at 11:55 am #41267gf3dCustomerHi Yuri,
i did use a standard template in the first place…
The only thing i changed by hand was the “lensflare” line at the beginning of the javascript…as far as i remember.
But it still doesn´t work over the internett….
Still the question…why does that verge3d.ms when starting Max 2021
And as far as i can say…all the necessary files are in the same folder.
The main thing is that i don´t understand why it doesn´t start loading at all…i will try what happens when i disable the preloader bar.
Greets
Ger
2021-05-23 at 12:17 pm #41268gf3dCustomerHi Yuri,
were you able to have a look at the project, while its running..
If so what do you think about it?
Greets
Ger
2021-05-24 at 3:00 am #41275Yuri KovelenovStaffUnfortunately the project does not launch for me either.
The reason is that line
import * as verge from '../../build/v3d.module.js';
in your Space_Trip.js file
This line causes your app to load the file v3d.module.js from the build folder.
This path build/v3d.module.js is present locally, but there is no such folder and file on the server.
To fix this, edit your Space_Trip.js file so that it looks like this:
import * as verge from './v3d.module.js';
After that, copy the file v3d.module.js from the verge3d_max/build folder to your application folder. Make sure your app works locally.
Finally, publish your app again on the server. When using Verge3D Network, be sure to wait 15 minute until cache expires, or modify the caching timeout by setting it to zero here, for faster development iterations.
Hope this helps.
2021-05-24 at 11:24 am #41295gf3dCustomerHi Yuri ….this didn´t work as well…
So now i´ve setup the project again from scratch…
Its runing now from my page…but not all
as soon as i bring in the settings for the “lensflares” and my logo in the preload sequenz it doesn´t start….so i left that for now.
you can have a look at it now
http://www.gf3d.de/Space_Trip/Space_Trip.html
Or go to my page http://www.gf3d.de
go to the VR section and start the spacegreets
Ger
-
AuthorPosts
- You must be logged in to reply to this topic.