Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading Savefile issue #1

Open
ohmegah opened this issue Nov 3, 2021 · 3 comments
Open

Loading Savefile issue #1

ohmegah opened this issue Nov 3, 2021 · 3 comments

Comments

@ohmegah
Copy link

ohmegah commented Nov 3, 2021

if the player holds down any arrow button during loading, this generates an error and crashes the game

@unagiootoro
Copy link
Owner

Which plugin does it occur in?
Also, are you trying with the save data after installing the plugin?

@ohmegah
Copy link
Author

ohmegah commented Nov 8, 2021

Turns out it's a collision with VisuMZ_1_EventsMoveCore so I'm not sure if anything can be done about it. When that plugin is off the issue can't be replicated.

rmmz_managers.js:2030 TypeError: Cannot read property '1217' of null
at Function.enteringMassesEvents (DotMoveSystem.js:496)
at PlayerCollisionChecker.checkEvents (DotMoveSystem.js:931)
at PlayerCollisionChecker.checkOtherEvents (DotMoveSystem.js:941)
at PlayerController.checkOtherEvents (DotMoveSystem.js:1190)
at PlayerMover.isCollidedWithEvents (DotMoveSystem.js:1663)
at Game_Player.Game_CharacterBase.isCollidedWithEvents (DotMoveSystem.js:2100)
at Game_Player.Game_CharacterBase.isCollidedWithCharacters (DotMoveSystem.js:2108)
at Game_Player.Game_CharacterBase.canPass (DotMoveSystem.js:2081)
at Game_Player. [as isDashingAndMoving] (VisuMZ_1_EventsMoveCore.js:6704)
at Game_Follower.. [as isDashingAndMoving] (VisuMZ_1_EventsMoveCore.js:6704)

@unagiootoro
Copy link
Owner

The VisuStella plugin is obfuscated and it is difficult to avoid conflicting with it. note that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants