KadeArchive / Kade-Engine

Kade Engine is a Competitive Rhythm Game engine rewrite for FNF with Quality of Life features included.
https://kadedev.github.io/Kade-Engine/
Apache License 2.0
409 stars 594 forks source link

Bug Report: Source path "D:/FNF mod/haxe/lib/extension-webm/git/ndll/Windows64/extension-webm.ndll" does not exist #1297

Open CdevRam opened 3 years ago

CdevRam commented 3 years ago

Everytime i run "lime test windows" it pull dup this error. Id love some help

unimae commented 3 years ago

I might not know more than you to be completely honest, but you have to install the libraries that are within the project.hx near the top. Head into CMD after installing those libraries and try from there. If that doesn't work then type haxelib run lime test windows

Sorry if i can't help any further!

isakube commented 3 years ago

lime rebuild extension-webm windows

this is literally in the building docs like come on

CdevRam commented 3 years ago

thanks ill try that

HePpYPro commented 3 years ago

i also have that problem but i also have try writting lime rebuild extension-webm windows and it dosen't work.

I have a good solution and it's that you can uninstall all of the things related to Haxe 4.1.5 and download it again.

ghost commented 3 years ago

lime rebuild extension-webm windows

this is literally in the building docs like come on

Hey, buddy. Maybe it's because they had https://github.com/GrowtopiaFli/extension-webm installed before kade forked it for kade engine. Don't be a prick.

ghost commented 3 years ago

Had the exact same issue. Don't even know how I solved it. I just kept removing extension-webm and reinstalling it until I finally had the kade version.

ghost commented 3 years ago

Okay yeah I just tried it. What you want to do is:

haxelib remove extension-webm git
haxelib git extension-webm https://github.com/KadeDev/extension-webm

(wait for it to finish)

And THEN. Regardless of if haxelib remove extension-webm git failed or not (because I could easily be wrong about the issue being multiple versions of extension-webm) run:

lime rebuild extension-webm windows
ghost commented 3 years ago

This should really be in the docs, because I bet many people jumped on installing https://github.com/GrowtopiaFli/extension-webm to use GrowtopiaFli's webm code for cutscenes in their mod.