FunkinCrew / Funkin

A rhythm game made with HaxeFlixel
https://www.newgrounds.com/portal/view/770371
Other
2.92k stars 2.27k forks source link

Bug Report: `PicoPlayerCharacter.onCreate()` causes an exception in the script, due to a null object reference from the super call. #2317

Closed saturn-volv closed 4 months ago

saturn-volv commented 4 months ago

What version of the game are you using? Look in the bottom left corner of the main menu. (ex: 0.2.7, 0.2.1, shit like that)

v0.3.2

Have you identified any steps to reproduce the bug? If so, please describe them below in as much detail as possible. Use images if possible.

Every time I open any of the weekend 1 songs, from Darnell through 2Hot.

Please describe your issue. Provide extensive detail and images if possible.

When the character script for pico-playable is created, it crashes due to a Null Object Reference. The cause is said to be from line 26, which is the super call. image

Sword352 commented 4 months ago

Can confirm this happened to me too

Raltyro commented 4 months ago

image html5

EliteMasterEric commented 4 months ago

Fixed by #2388 .