You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using windows 10 with Microsoft edge, and when I open the index file, it gets stuck on Nan%. Do I use a different browser, or is there something else I need to do? I read the wiki.
The text was updated successfully, but these errors were encountered:
The reason for the NaN% bug when trying to open index.html locally is due to modern browser security, which prevents access to the local file system. This bug was probably not present during the development of the Openbound engine ~10 years ago.
There are essentially three ways around it:
Run a localhost server. This can, for example, be done by using the "Live Server" extension in Visual Studio Code.
Host the files somewhere online. Host examples could be Miroware Pipe (created by the owner of MSPFA) or, theoretically, GitHub/GitHub pages. This will be much slower in development, though.
I'm using windows 10 with Microsoft edge, and when I open the index file, it gets stuck on Nan%. Do I use a different browser, or is there something else I need to do? I read the wiki.
The text was updated successfully, but these errors were encountered: