simondevyoutube / Quick_3D_MMORPG

Absolutely 100% unsupported, and full of infuriating bugs.
MIT License
448 stars 173 forks source link

Wont open up #9

Open Akul2010 opened 3 years ago

Akul2010 commented 3 years ago

When i try to run html code it shows black screen i am using latest version of chrome to test it

martinerk0 commented 3 years ago

Simon uses SharedArrayBuffer which is disabled in latest browsers

I ran chrome with --enable-features=SharedArrayBuffer from command line. I also had problem with .mjs files which I renamed to .js and used

"type": "module"

in package.json instead.

dirkk0 commented 2 years ago

If you change the references of SharedArrayBuffer to ArrayBuffer, it will work.

Akul2010 commented 1 year ago

I made a fork that actually works. Planning on adding more features later. Will keep this issue open for anyone else who faces a problem like me.