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

Bug Report: FlxG.debugger tracker on abot causes Null Reference Error #4284

Open
3 tasks done
Lasercar opened this issue Mar 10, 2025 · 2 comments
Open
3 tasks done
Labels
status: pending triage Awaiting review. type: minor bug Involves a minor bug or issue.

Comments

@Lasercar
Copy link
Contributor

Issue Checklist

  • I have read the Contributing Guide
  • I have checked the Issues/Discussions pages to see if my issue has already been reported
  • I have properly titled my issue

Platform

Compiled from GitHub Source Code

Browser

None

Version

Develop Branch

Description (include any images, videos, errors, or crash logs)

Image

It's a little ironic that it's on a check to see if this length value is zero too.

I've made this issue here since funkin has a fork of flixel.

Steps to Reproduce

  1. Chart editor
  2. load 2hot
  3. play 2hot
  4. return to chart editor
  5. ??????
  6. Bug reproduced!
@Lasercar Lasercar added status: pending triage Awaiting review. type: minor bug Involves a minor bug or issue. labels Mar 10, 2025
@NotHyper-474
Copy link
Contributor

NotHyper-474 commented Mar 10, 2025

Oh, I've encountered this before but never bothered dealing with it. This is the same issue present in #3908 which only happens in debug or "prototype" builds.

It's caused by Nene's script adding a Flixel debug tracker to ABot for some reason, which I think crashes the game because it gets destroyed.

@Lasercar
Copy link
Contributor Author

Lasercar commented Mar 10, 2025

Oh, hmm...

How would it be fixed then? (other than removing the debug tracker ofc)

@Lasercar Lasercar changed the title Bug Report: Null Reference Error in FlxSpriteGroup Bug Report: FlxG.debugger on abot causes Null Reference Error Mar 10, 2025
@Lasercar Lasercar changed the title Bug Report: FlxG.debugger on abot causes Null Reference Error Bug Report: FlxG.debugger tracker on abot causes Null Reference Error Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: pending triage Awaiting review. type: minor bug Involves a minor bug or issue.
Projects
None yet
Development

No branches or pull requests

2 participants