ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.11k stars 2.17k forks source link

Psych Engine crash error #15215

Closed CoakyorCookie closed 1 month ago

CoakyorCookie commented 1 month ago

Describe your problem here.

I made a fnf mod with funni stuff from a 6.3 Psych Engine. Now I want to transfer the mod to 7.3 because someone posted a base game result screen for 7.3 in gamebanana and I want it (idk anymore I really want it). Please don't hate me, I need help. What the crash said: flixel/animation/FlxAnimationController.hx (line 740) objects/Note.hx (line 420) objects/Note.hx (line 398) objects/Note.hx (line 370) objects/Note.hx (line 146) objects/Note.hx (line 234) states/PlayState.hx (line 1354) states/PlayState.hx (line 510) flixel/FlxGame.hx (line 640) flixel/FlxGame.hx (line 727) flixel/FlxGame.hx (line 680) flixel/FlxGame.hx (line 559) openfl/events/EventDispatcher.hx (line 426) openfl/display/DisplayObject.hx (line 1398)

Uncaught Error: Null Object Reference Please report this error to the GitHub page: https://github.com/ShadowMario/FNF-PsychEngine

Crash Handler written by: sqirra-rng

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows x64

Did you edit anything in this build? If so, mention or summarize your changes.

Yes, I edited the botplay text in PlayState.hx, and I edited the intro text in TitleState.hx. That's all.

CoakyorCookie commented 1 month ago

Nevermind I found the issue, its because I need to convert the 6.3 chart into a compatible 7.3 one.