SoftbearStudios / mk48

Mk48.io ship combat game
https://mk48.io
GNU Affero General Public License v3.0
331 stars 58 forks source link

Doesn't work in palemoon #160

Closed l29ah closed 2 years ago

l29ah commented 2 years ago

Describe the bug Empty blue screen at mk48.io. The console says:

ReferenceError: BigUint64Array is not defined[Learn More]  
bundle.js:1:407574

Expected behavior Working.

Additional context (optional) Palemoon here.

finnbear commented 2 years ago

Thanks for the report!

This isn't the first time BigUint64Array got in the way of compatibility (it prevents my old iPad from working too). The good news is that, last time, I was able to find and fix the code to remove the BigUint64Array dependency. It must have crept back in. I'll see what I can do for the next update.

finnbear commented 2 years ago

Update: I've removed the BigUint64Array dependency in the latest update. Please open a new issue if there are any other issues with running in Palemoon!