Skip to main content

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

When launching the current version of the game I always get "TypeError Cannot read property 'updateGamepadRelease' of null"

Full error here "

TypeError: Cannot read property 'updateGamepadRelease' of null

    at Function.Input._updateGamepadState (CGMZ_Core.js:2640)

    at Function.Input._pollGamepads (rmmz_core.js:5847)

    at Function.Input.update (rmmz_core.js:5663)

    at Function.SceneManager.updateInputData (rmmz_managers.js:2065)

    at Function.SceneManager.updateMain (rmmz_managers.js:2054)

    at Function.SceneManager.updateMain (CGMZ_Core.js:1467)

    at Function.SceneManager.update (rmmz_managers.js:1938)

    at Function.Graphics._onTick (rmmz_core.js:800)

    at TickerListener.emit (pixi.js:9474)

    at Ticker.update (pixi.js:9928)

SceneManager.catchNormalError @ rmmz_managers.js:2030"

Try unplugging all your controllers and try again

Hi I get this issue even after unplugging my controller and rebooting my win10 pc. Any advice?

(3 edits)

I reproduced the error by connecting the gamepad to my computer and then starting game.
If
I run the game without the gamepad connected to my computer, then everything works fine.

Only mouse, keyboard and microphone are connected to computer.