Kade-github / 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
407 stars 602 forks source link

Bug Report: #1548

Open Korbeiniki opened 2 years ago

Korbeiniki commented 2 years ago

I'm trying to build Friday Night Funkin' on Kade engine and this is what I keep getting:

source/Discord.hx:5: characters 8-30 : Type not found : discord_rpc.DiscordRpc source/Discord.hx:14: characters 3-13 : Type not found : DiscordRpc source/Discord.hx:24: characters 4-14 : Type not found : DiscordRpc source/Discord.hx:29: characters 3-13 : Type not found : DiscordRpc source/Discord.hx:34: characters 3-13 : Type not found : DiscordRpc C:/HaxeToolkit/haxe/lib/polymod/git/polymod/format/XMLMerge.hx:189: characters 10-23 : Warning : This typedef is deprecated in favor of haxe.xml.Access C:/HaxeToolkit/haxe/lib/polymod/git/polymod/format/XMLMerge.hx:189: characters 30-43 : Warning : This typedef is deprecated in favor of haxe.xml.Access source/Discord.hx:75: characters 3-13 : Type not found : DiscordRpc source/Discord.hx:39: characters 3-13 : Type not found : DiscordRpc

How do I fix this?

https://user-images.githubusercontent.com/88341354/127901523-9e08a116-8e95-4da7-b4d2-dd9ea2879456.mp4

napstaa967 commented 2 years ago

read https://kadedev.github.io/Kade-Engine/building before building the game

you're missing the discord rich presence dependency

type: haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc and try again