In WebGL, the logs should be printed out to the browser's developer console. On Chrome and Firefox, the shortcut to open it is Ctrl+Shift+I. I'm wondering if there are any error logs in there (other than syncFS issues, which shouldn't affect the game).
Viewing post in Champions of Shond: Echoes of Faith jam comments
Well I didn't know about using this console, so thanks a lot, I learnt something. I'm indeed getting an error, here it is:Champions of Shond.framework.js.gz:3 FormatException: Input string was not in a correct format.at System.Number.ThrowOverflowOrFormatException (System.Boolean overflow, System.String overflowResourceKey) [0x00000] in <00000000000000000000000000000000>:0
Maybe something to do with a french windows ?
I would totally assume this is the case, we broke a full software like that not too long ago here at work and this was the culprit the devs found :) And indeed my comp here is set as some sort of hybrid, which would lead to the exe working and not the webgl, while none do on my home computer. No worries, happy to if it can help for later projects :)