Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

muu333

1
Posts
A member registered Mar 23, 2020

Recent community posts

(1 edit)

Regarding the bug people on Linux are experiencing, here is something that seems to fix it for me:

  1. open data/ENGINE.js in some text editor
  2. find "this.source.buffer=null," (without quotes, but including the comma); it only occurs once, at line 1 starting around column 43010
  3. delete it (or comment it out)

I think setting the buffer to null is a bit redundant, as the source is immediately afterward disconnect()'ed, and the buffer shortly later gets assigned this.decodedBuffer. (Though null is supposed to be accepted, so I guess the underlying problem is an outdated web engine.)