ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.12k stars 2.18k forks source link

Help, I'm compiling the fnf psych ingine and I get this #13846

Closed Soylepero closed 9 months ago

Soylepero commented 9 months ago

Describe your bug here.

Mind you, if you are modding, please try testing your bug in a clean version of the engine instead, this ensures the bug is actually caused by the engine itself.

source/states/PlayState.hx:13: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState source/states/editors/ChartingState.hx:9: characters 8-44 : Type not found : flixel.addons.display.FlxGridOverlay source/states/editors/CharacterEditorState.hx:8: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState source/substates/PauseSubState.hx:7: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState source/states/MainMenuState.hx:4: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState source/states/PlayState.hx:36: characters 8-46 : Type not found : flixel.addons.display.FlxRuntimeShader source/states/TitleState.hx:7: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState C:/HaxeToolkit/haxe/lib/flixel-ui/2,5,0/flixel/addons/ui/FlxUIState.hx:4: characters 8-43 : Type not found : flixel.addons.transition.Transition C:/HaxeToolkit/haxe/lib/flixel-ui/2,5,0/flixel/addons/ui/FlxUIState.hx:5: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState source/backend/MusicBeatState.hx:4: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState source/psychlua/FunkinLua.hx:12: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState source/psychlua/FunkinLua.hx:15: characters 8-46 : Type not found : flixel.addons.display.FlxRuntimeShader source/backend/Discord.hx:5: characters 8-29 : Type not found : hxdiscord_rpc.Discord source/backend/Discord.hx:6: characters 8-27 : Type not found : hxdiscord_rpc.Types source/backend/Discord.hx:13: characters 30-49 : Type not found : DiscordRichPresence

Command Prompt/Terminal logs (if existing)

source/states/PlayState.hx:13: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState
source/states/editors/ChartingState.hx:9: characters 8-44 : Type not found : flixel.addons.display.FlxGridOverlay
source/states/editors/CharacterEditorState.hx:8: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState
source/substates/PauseSubState.hx:7: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState
source/states/MainMenuState.hx:4: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState
source/states/PlayState.hx:36: characters 8-46 : Type not found : flixel.addons.display.FlxRuntimeShader
source/states/TitleState.hx:7: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState
C:/HaxeToolkit/haxe/lib/flixel-ui/2,5,0/flixel/addons/ui/FlxUIState.hx:4: characters 8-43 : Type not found : flixel.addons.transition.Transition
C:/HaxeToolkit/haxe/lib/flixel-ui/2,5,0/flixel/addons/ui/FlxUIState.hx:5: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState
source/backend/MusicBeatState.hx:4: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState
source/psychlua/FunkinLua.hx:12: characters 8-55 : Type not found : flixel.addons.transition.FlxTransitionableState
source/psychlua/FunkinLua.hx:15: characters 8-46 : Type not found : flixel.addons.display.FlxRuntimeShader
source/backend/Discord.hx:5: characters 8-29 : Type not found : hxdiscord_rpc.Discord
source/backend/Discord.hx:6: characters 8-27 : Type not found : hxdiscord_rpc.Types
source/backend/Discord.hx:13: characters 30-49 : Type not found : DiscordRichPresence

Are you modding a build from source or with Lua?

Source

Which branch of the engine are you using?

Latest (main)

What is your build target?

Windows

Did you edit anything in this build? If so, mention or summarize your changes.

xd

Soylepero commented 9 months ago

I'm new to git hub

ShadowMario commented 9 months ago

https://github.com/ShadowMario/FNF-PsychEngine/wiki/Libraries-versions Check this