Closed ytboogy closed 1 year ago
Downgrade to 4.2.5 Haxe plus uninstall all libraries you installed from hmm (they are located at .haxelib) change hmm.json to this code, and run again to install all libraries everything should be good:
{
"dependencies": [
{
"name": "lime",
"type": "haxelib",
"version": "8.0.1"
},
{
"name": "openfl",
"type": "haxelib",
"version": null
},
{
"name": "flixel",
"type": "haxelib",
"version": "5.2.2"
},
{
"name": "flixel-addons",
"type": "haxelib",
"version": null
},
{
"name": "flixel-tools",
"type": "haxelib",
"version": null
},
{
"name": "flixel-ui",
"type": "haxelib",
"version": null
},
{
"name": "hxcpp",
"type": "haxelib",
"version": null
},
{
"name": "tjson",
"type": "haxelib",
"version": null
},
{
"name": "hxjsonast",
"type": "haxelib",
"version": null
},
{
"name": "hxCodec",
"type": "haxelib",
"version": "2.6.1"
},
{
"name": "hscript",
"type": "haxelib",
"version": null
},
{
"name": "hxcpp-debug-server",
"type": "haxelib",
"version": null
},
{
"name": "discord_rpc",
"type": "git",
"dir": null,
"ref": "master",
"url": "https://github.com/Aidan63/linc_discord-rpc"
},
{
"name": "hscript-ex",
"type": "git",
"dir": null,
"ref": "master",
"url": "https://github.com/ianharrigan/hscript-ex"
},
{
"name": "linc_luajit",
"type": "git",
"dir": null,
"ref": "master",
"url": "https://github.com/nebulazorua/linc_luajit"
}
]
}
ok now im getting these 2 errors
D:/FNF/FNF-OSEngine-1.5.1/.haxelib/flixel-addons/3,1,1/flixel/addons/text/FlxTypeText.hx:8: characters 8-29 : Type not found : flixel.sound.FlxSound source/PlayState.hx:75: characters 8-22 : Type not found : vlc.MP4Handler D:/FNF/FNF-OSEngine-1.5.1/.haxelib/flixel-addons/3,1,1/flixel/addons/text/FlxTypeText.hx:78: characters 26-34 : Type not found : FlxSound
Ah I forget, since you downgraded you need to change code a little bit, see compiler tells you what you need to change to make it work simply rename libraries and everything will be alright.
i only get D:/FNF/FNF-OSEngine-1.5.1/.haxelib/flixel-addons/3,1,1/flixel/addons/text/FlxTypeText.hx:8: characters 8-29 : Type not found : flixel.sound.FlxSound D:/FNF/FNF-OSEngine-1.5.1/.haxelib/flixel-addons/3,1,1/flixel/addons/text/FlxTypeText.hx:78: characters 26-34 : Type not found : FlxSound
nothing else
You have to find it here:
Describe your problem here.
Are you modding a build from source or with Lua?
Lua
What is your build target?
Windows x64
Did you edit anything in this build? If so, mention or summarize your changes.
Yes, I edited Project.xml to change the window title