unnurg's Forum Posts

  • 4 posts
  • I wanted to, but it's not available in the Free edition and there's no subscription option other than the $100 up front (as far as I can tell). I didn't want to pay $100 just to find out that it doesn't solve my problem and I can't use this platform... I'm happy to pay the $100 if this platform works, or sign up for one month and cancel if it doesn't, but $100 is a lot to pay for something I end up finding out I can't use.

  • I am stumped... I found the option to turn off WebWorkers in the UI and advice to turn off offline play in a forum thread (remove 2 related files). I did both of these, and when I play this build in Chrome, I see a message that makes it seem like I've succeeded:

    [C3 runtime] Hosted in DOM, rendering with WebGL 2 [Intel(R) HD Graphics 615] (standard compositing)

    However - in the Google Hub simulator, I'm still getting Uncaught DOMExceptions (listed below) and a black screen of death. After seeing this error, I do not see the "Hosted in DOM..." message from C3 runtime, so I suspect something is going wrong after this... It also seems like main.js shouldn't be trying to construct a Worker if I've checked the option to not use them? Any thoughts?

    main.js:5 Uncaught (in promise) DOMException: Failed to construct 'Worker': Script at 'https://ugtest1.netlify.app/scripts/dispatchworker.js' cannot be accessed from origin 'null'.

    at f.CreateWorker (https://ugtest1.netlify.app/scripts/main.js:5:5468)

    at self.JobSchedulerDOM.Init (https://ugtest1.netlify.app/scripts/main.js:9:552)

    at f._Init (https://ugtest1.netlify.app/scripts/main.js:5:4300)

    at new f (https://ugtest1.netlify.app/scripts/main.js:5:2575)

    at ugtest1.netlify.app/scripts/main.js:11:125

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thanks for the quick response - it's not a server issue, it's a client one. I can play the game just fine if I load the game I made in Chrome (even in an anonymous window). The issue is when I try to play it on my Google Hub (it's like an Echo Show, but from Google rather than Amazon)

    The "web browser" equivalent in a Google Hub will only render certain simple web page. It does support HTML5 and WebGL, and can for example render games made with Phaser, GDevelop and some simple ones from PlayCanvas, but I can't get it to render my tutorial implementation made with Construct 3.

    Some restrictions on Google Hub include that you cannot open any modals or popups, and you can not access the WebStorage API. I strongly suspect that the initial issue I'm running into is related to the web worker trying to open a popup window or something similar, but I'm having trouble modifying the bootstrap to bypass that. What I really need is to be able to radically simplify the bootstrap and keep it to just the basics of the game and display.

    Is there a very simple export option somewhere? Or an export option that makes it easy for me to strip out any extra bootstrap and keep just the basics? I'm a new user and have not wanted to pay $100 only to find out that this won't work (so I can't play with all the export options myself).

    I'm happy to pay for a year license if it works - of all the engines I tried yesterday, this one was really easy to use. However - if I can't output a stripped down, simplified game that I can easily host and run anywhere, then that somewhat defeats the purpose for me.

  • Hi - I'm trying to create a game that loads on our Google Hub (locally) using their Interactive Canvas and was wondering if there are any good resources describing the Bootstrap process/code for Construct 3 games when exported to HTML 5?

    The first error I'm getting on Interactive Canvas is from the offlineclient javascript:

    offlineclient.js:1 Uncaught DOMException: Failed to construct 'BroadcastChannel': Can't create BroadcastChannel in an opaque origin

    I likely don't need offline support, but before I start hacking away at the bootstrap, I was hoping to find some documentation or discussion of what it's doing. Alternatively - if there are options to configure the build somewhere, I'd love to hear more about those.

    Thanks!

    - Unnur

    Tagged:

  • 4 posts