FunkinCrew / Funkin

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

Bug Report: Cant compile the game at all because of grig.audio #2794

Open purpyfind opened 1 month ago

purpyfind commented 1 month ago

Describe the bug

When I try to compile the game in HTML5 (happens on windows too), VS Code terminal outputs "Error: Could not find haxelib "grig.audio", does it need to be installed?". This is weird because I have done haxelib install grig.audio, yet it still didnt work.

To Reproduce

Attempt to compile the game using lime test html5

Expected behavior

I expected it to start preparing and building the game.

Screenshots/Video

image

(finder engine is not a custom engine its just me experimenting with the fnf source code)

Desktop

Additional context

Kweozy commented 1 month ago

If you installed it by just saying "haxelib install grig.audio" its not going to work, you would need to run this line instead "haxelib git grig.audio https://github.com/osakared/grig.audio" So remove grig.audio and then run that line. I had this same issue and it worked for me.

purpyfind commented 1 month ago

ohhhh thank you bro