Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(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.)

Hi! Thank you very much for your comment, you really know more about this than I do; but yes, you guess right, the underlying problem is Visual Novel Maker, an obsolete engine that also recently stopped having support for Linux.