HeadlinesBriefing favicon HeadlinesBriefing.com

WebGL error stalls EpicFurious browser game

Hacker News •
×

Players attempting to launch the browser‑based title on epicfurious.com encounter an immediate crash. The engine throws a “Your browser does not support WebGL” error, then aborts with a stack trace that points to the SceneManager routines in rmmz_managers.js. A screenshot of the message is the only recourse, with developers suggesting users disable the updated error log via the EliMZ_Book plugin parameters.

The failure originates in SceneManager.checkBrowser, which validates WebGL capabilities before initializing graphics. Because the check runs on every page load, browsers lacking hardware acceleration or running in restrictive environments trigger the same fatal path. The stack also references CGMZ_Core.js and the Effekseer rendering library, indicating that both core RPG Maker MV code and third‑party visual effects depend on WebGL being present.

Developers advise users to capture the error screen and submit it, then turn off the EliMZ_Book plugin’s enhanced logging to prevent repeated dialogs. This workaround sidesteps the immediate blocker but does not resolve the underlying compatibility gap. Until the game’s codebase adds a fallback renderer or the plugin updates its checks, any client without full WebGL support will remain unable to play.