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.

Problems publishing a project on my site

Home Forums General Questions Problems publishing a project on my site

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #41132
    gf3d
    Customer

    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

    #41168
    gf3d
    Customer

    Hi 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

    #41170
    gf3d
    Customer

    And 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

    #41173

    Hi,

    there is a JavaScript exception in the browser console when running your link. How did you create that app? Using a default template or by coding manually?

    Chief 3D Verger | LinkedIn | Twitter

    #41175
    gf3d
    Customer

    Hi Yuri,

    i used a default template…the one that is used when you don´t pick another one….so THE default template….

    #41176
    gf3d
    Customer

    did 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

    #41189

    I’d recommend recreating your app from scratch, as described here
    https://www.soft8soft.com/docs/manual/en/introduction/Updating.html#Update_Applications_Clean

    Chief 3D Verger | LinkedIn | Twitter

    #41204
    gf3d
    Customer

    Hi 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.
    #41263

    try removing this line

    import * as verge from '../../build/v3d.module.js';

    from your Space_Trip.js file

    Chief 3D Verger | LinkedIn | Twitter

    #41265
    gf3d
    Customer

    Hi 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

    #41266

    try 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

    Chief 3D Verger | LinkedIn | Twitter

    #41267
    gf3d
    Customer

    Hi 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

    #41268
    gf3d
    Customer

    Hi Yuri,

    were you able to have a look at the project, while its running..

    If so what do you think about it?

    Greets

    Ger

    #41275

    Unfortunately 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.

    Chief 3D Verger | LinkedIn | Twitter

    #41295
    gf3d
    Customer

    Hi 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 space

    greets

    Ger

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