FunkinCrew / Funkin

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

Compiling help: Could not find haxelib "hxCodec", does it need to be installed? #2341

Open gamerbross opened 3 months ago

gamerbross commented 3 months ago

Please check for duplicates or similar compiler issues by filtering for 'compiler help'

Please describe your issue. Provide extensive detail and images if possible.

I haven't seen any similar issue, im getting Error: Could not find haxelib "hxCodec", does it need to be installed? but I installed hmm and install its libraries, but doesn't work.

gamerbross commented 3 months ago

I just tried to run hmm reinstall -f but I get this image

METGameDev commented 3 months ago

try specifically typing out haxelib git hxCodec https://github.com/FunkinCrew/hxCodec and see if that fixes anything.

gamerbross commented 3 months ago

nah that didnt work

ItzEvening commented 2 months ago

I encountered a similar issue but I think installing hxCodec globally fixed the issue on my end.

haxelib --global git hxCodec https://github.com/FunkinCrew/hxCodec c0c7f2680cc190c932a549c2e2fdd9b0ba2bd10e
METGameDev commented 2 months ago

thanks, this issue arose for me and this worked