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

So there's a NOR (Null Object Refence) when trying to play a song. #598

Closed
Lenancha opened this issue Sep 20, 2024 · 3 comments
Closed

So there's a NOR (Null Object Refence) when trying to play a song. #598

Lenancha opened this issue Sep 20, 2024 · 3 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@Lenancha
Copy link

Describe your bug here. If you are modding, try testing your bug in a clean version of the engine instead. Also, if you're using an older version of JSE, please try the latest version/action build. Also, be sure to check the pinned 'JS Engine: Known Issues' issue, to check if your issue hasn't already been found!

When trying to play a song it will crash the game with some thing being null apparently and idk what it is that's crashing it.

Command Prompt/Terminal/Crash logs (if existing)

Uncaught Error: Null Object Reference
Paths.initSplash() [line 128]
NoteSplash.loadAnims() [line 116]
NoteSplash.setupNoteSplash() [line 63]
NoteSplash.new() [line 44]
PlayState.create() [line 1205]
flixel/FlxGame.switchState() [line 639]
flixel/FlxGame.update() [line 726]
flixel/FlxGame.step() [line 679]
flixel/FlxGame.onEnterFrame() [line 558]
openfl/events/EventDispatcher.__dispatchEvent() [line 426]
openfl/display/DisplayObject.__dispatch() [line 1398]
Please report this error to the GitHub page: https://github.com/JordanSantiagoYT/FNF-JS-Engine
The engine has saved a crash log inside the crash folder, If you're making a GitHub issue you might want to send that!
Uncaught Error: Null Object Reference
Paths.initSplash() [line 128]
NoteSplash.loadAnims() [line 116]
NoteSplash.setupNoteSplash() [line 63]
NoteSplash.new() [line 44]
PlayState.create() [line 1205]
flixel/FlxGame.switchState() [line 639]
flixel/FlxGame.update() [line 726]
flixel/FlxGame.step() [line 679]
flixel/FlxGame.onEnterFrame() [line 558]
openfl/events/EventDispatcher.__dispatchEvent() [line 426]
openfl/display/DisplayObject.__dispatch() [line 1398]
Please report this error to the GitHub page: https://github.com/JordanSantiagoYT/FNF-JS-Engine
The engine has saved a crash log inside the crash folder, If you're making a GitHub issue you might want to send that!

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.

Trying to play any of the songs crashes the game no matter what difficulty it is on.

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows

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

No, I did not edit anything

If you use 1.12.0 or earlier, did you have Optimized Chart Loading turned on?

No

Did you check for any similar issues to what you're reporting? Check, then come back here. If there is a similar issue, then do not report the issue, otherwise it will be marked as a duplicate.

Yes

@Lenancha Lenancha added the bug Something isn't working label Sep 20, 2024
@moxie-coder
Copy link
Collaborator

moxie-coder commented Sep 20, 2024

duplicate of #559

see #359 btw

@moxie-coder moxie-coder closed this as not planned Won't fix, can't repro, duplicate, stale Sep 20, 2024
@moxie-coder moxie-coder added the duplicate This issue or pull request already exists label Sep 20, 2024
@Lenancha
Copy link
Author

Ah thanks!

@moxie-coder
Copy link
Collaborator

moxie-coder commented Sep 20, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants