ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.15k stars 2.22k forks source link

Error in chart editor #15368

Closed ChiChrom closed 2 months ago

ChiChrom commented 2 months ago

Describe your bug here.

I'm not sure if it's here I should report about errors but here it is, when I open the chart editor for some reason it crashes and I don't know why, it was working well last time I used it and I do not recall changing smth after that unless it was deleting most regular fnf characters from the files image-189

Command Prompt/Terminal logs (if existing)

objects/Healthlcon.hx (line 35)
objects/Healthlcon.hx (line 15)
states/editors/ChartingState.hx (line 238)
flixel/Fbx Game.hx (line 642)
flixel/Flx Game.hx (line 729)
flixel/Fix Game.hx (line 682)
flixel/Fk Game.hx (line 556)
openfl/events/EventDispatcher.hx (line 444)
openf/display/DisplayObject.hx (line 1400)
Uncaught Error: Null Object Reference

Are you modding a build from source or with Lua?

Lua

What is your build target?

Windows

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

I have removed most fnf characters except for bf, gf and pico from the files, removed all regular weeks and stages from the files, apart from removing I have simply added stuff for my mod

basketcaise commented 2 months ago

Missing health icon, based on what you changed you probably deleted dad's character file and/or assets which the chart editor uses as the default opponent icon (if you opened the chart editor from the master editor menu that is)

If not, then one of your characters used in your chart doesn't have an icon

ChiChrom commented 2 months ago

I re-added dad's icon and it worked, thank you so much for the help!