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

Experimantal Branch gave error about SpectralAnalyzer and some other stuff... #15476

Closed
yungDoom opened this issue Sep 5, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@yungDoom
Copy link

yungDoom commented Sep 5, 2024

Describe your bug here.

I was tryna build experimental branch and some errors came up.

Command Prompt/Terminal logs (if existing)

ERROR  source/states/stages/objects/ABotSpeaker.hx:3: characters 8-39

   3 | import funkin.vis.dsp.SpectralAnalyzer;
     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     | Type not found : funkin.vis.dsp.SpectralAnalyzer

 ERROR  source/states/stages/objects/ABotSpeaker.hx:17: characters 15-31

  17 |  var analyzer:SpectralAnalyzer;
     |               ^^^^^^^^^^^^^^^^
     | Type not found : SpectralAnalyzer

 ERROR  source/states/stages/PhillyBlazin.hx:155: characters 8-11

 155 |   abot.snd = FlxG.sound.music;
     |        ^^^
     | states.stages.objects.ABotSpeaker has no field snd

 ERROR  source/states/stages/PhillyStreets.hx:391: characters 9-18

 391 |    abot.lookRight();
     |         ^^^^^^^^^
     | states.stages.objects.ABotSpeaker has no field lookRight

 ERROR  source/states/stages/PhillyStreets.hx:393: characters 9-17

 393 |    abot.lookLeft();
     |         ^^^^^^^^
     | states.stages.objects.ABotSpeaker has no field lookLeft

 ERROR  source/states/stages/PhillyStreets.hx:400: characters 8-11

 400 |   abot.snd = FlxG.sound.music;
     |        ^^^
     | states.stages.objects.ABotSpeaker has no field snd

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

@yungDoom yungDoom added the bug Something isn't working label Sep 5, 2024
@ShadowMario
Copy link
Owner

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants