Sword352 / FnF-Eternal

Fanmade modding framework for Friday Night Funkin'
GNU General Public License v3.0
27 stars 4 forks source link

Compiling Issue: haxe.ui.core.Component has no field _allowDispose #7

Closed LeonGamerPS1 closed 1 month ago

LeonGamerPS1 commented 1 month ago

I have tried compiling on windows and it said this

D:/FnF-Eternal/.haxelib/haxeui-flixel/git/haxe/ui/backend/ScreenImpl.hx:223: characters 40-53 : haxe.ui.core.Component has no field _allowDispose

moxie-coder commented 1 month ago

please don’t put your compiling issue in the title like that, but also did you run the setup?

Sword352 commented 1 month ago

Use git versions of HaxeUI:

haxelib git haxeui-core https://github.com/haxeui/haxeui-core
haxelib git haxeui-flixel https://github.com/haxeui/haxeui-flixel

If it asks you about installing haxelib versions, just ignore or type n.

LeonGamerPS1 commented 1 month ago

yeah it still says the same thing

LeonGamerPS1 commented 1 month ago

idk what i did wrong here..

LeonGamerPS1 commented 1 month ago

and i did run setup.bat

Sword352 commented 1 month ago

try running these:

haxelib set haxeui-core git
haxelib set haxeui-flixel git
LeonGamerPS1 commented 1 month ago

thanks, it worked bro

moxie-coder commented 1 month ago

np