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

ABotSpeaker preventing Building on Latest Experimental Build #15414

Closed
WushR00M opened this issue Aug 25, 2024 · 4 comments
Closed

ABotSpeaker preventing Building on Latest Experimental Build #15414

WushR00M opened this issue Aug 25, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@WushR00M
Copy link

Describe your bug here.

I tried to build a clean copy of the latest build of the Experimental branch for Psych Engine, with clean installations and everything. When I went to build it for the first time, I was met with the command prompt logs below.

Command Prompt/Terminal logs (if existing)

�[30;41m ERROR �[0m source/states/stages/objects/ABotSpeaker.hx:3: characters 8-39

   3 | �[2mimport �[0m�[1mfunkin.vis.dsp.SpectralAnalyzer�[0m�[2m;�[0m
     |        �[31m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
     | Type not found : funkin.vis.dsp.SpectralAnalyzer

�[30;41m ERROR �[0m source/states/stages/objects/ABotSpeaker.hx:17: characters 15-31

  17 | �[2m var analyzer:�[0m�[1mSpectralAnalyzer�[0m�[2m;�[0m
     |               �[31m^^^^^^^^^^^^^^^^�[0m
     | Type not found : SpectralAnalyzer

�[30;41m ERROR �[0m source/states/stages/PhillyBlazin.hx:155: characters 8-11

 155 | �[2m  abot.�[0m�[1msnd�[0m�[2m = FlxG.sound.music;�[0m
     |        �[31m^^^�[0m
     | states.stages.objects.ABotSpeaker has no field snd

�[30;41m ERROR �[0m source/states/stages/PhillyStreets.hx:391: characters 9-18

 391 | �[2m   abot.�[0m�[1mlookRight�[0m�[2m();�[0m
     |         �[31m^^^^^^^^^�[0m
     | states.stages.objects.ABotSpeaker has no field lookRight

�[30;41m ERROR �[0m source/states/stages/PhillyStreets.hx:393: characters 9-17

 393 | �[2m   abot.�[0m�[1mlookLeft�[0m�[2m();�[0m
     |         �[31m^^^^^^^^�[0m
     | states.stages.objects.ABotSpeaker has no field lookLeft

�[30;41m ERROR �[0m source/states/stages/PhillyStreets.hx:400: characters 8-11

 400 | �[2m  abot.�[0m�[1msnd�[0m�[2m = FlxG.sound.music;�[0m
     |        �[31m^^^�[0m
     | 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.

@WushR00M WushR00M added the bug Something isn't working label Aug 25, 2024
@WushR00M
Copy link
Author

By the way, the "�" tags are supposed to be arrows.

@ShadowMario
Copy link
Owner

haxelib git grig.audio https://gitlab.com/haxe-grig/grig.audio.git
haxelib git funkin.vis https://github.com/FunkinCrew/funkVis

@zelofi
Copy link

zelofi commented Aug 27, 2024

I already had both of those libraries installed, and guess what.. Same errors... 😔

 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

@yungDoom
Copy link

yungDoom commented Sep 5, 2024

same error..

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

4 participants