Getting HTML5 going

Colin Holgate colinholgate at gmail.com
Sun Mar 22 21:26:59 EDT 2020


Mac, only building for HTML5, tried different browsers, but mainly Safari, local server set up with:

php -S localhost:8080

The graphics of the stack appear, but is covered by a gray box, that may or may not be something in the stack. I can tell from a field that shows the current date that even that isn’t running.

I see errors both in Terminal  or by viewing the browser developer console. The errors are there immediately, before I have attempted any interaction.


> On Mar 22, 2020, at 5:59 PM, Pi Digital via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Hi Colin
> 
> I’ve done a bit of digging and stdio is an api for file IO used in emscripten. It’s also used for accessing external site pages. Additionally, LC uses it to write to the log message box on your main page. 
> 
> So, I’m curious about the method you go through to get to this point of error. Here are a series of questions that should get to the bottom of it. 
> 
> What platform are you running on?
> What platforms are you building for as set in the standalone settings?
> What browser are you running the HTML5 deployment in?
> How have you setup your localhost server?
> 
> Finally
> What is your recipe for failure from the point you load your stack in to LC to when you get the 404 message, step by step?
> 
> Sean Cole
> Pi Digital
> 
> 
>> On 21 Mar 2020, at 23:30, Colin Holgate via use-livecode <use-livecode at lists.runrev.com> wrote:
>> 
>> I have only used the standalone publishing, I’m not doing anything custom. Line 48 of standalone-community-9.5.1.js is what is talking to the stdio.html file. That part of the code says this:
>> 
>> http.open("POST",”stdio.html"
>> 
>> 
>> 
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




More information about the use-livecode mailing list