B3akers / LeagueSkinChanger

Skin changer for League of Legends
MIT License
239 stars 75 forks source link

Errors on Build (Other stuff too build ones fixed :D) #4

Closed HerXayah closed 3 years ago

HerXayah commented 3 years ago

image

HerXayah commented 3 years ago

Was able to fix it with disabling Precompiled Header ^-^ but now i still get a failed build image any ideas?

HerXayah commented 3 years ago

I was successfully able to build it after removing or graying these lines

{
    {
        "Baron",
        "SRU_Baron",
        {
            FNV( "SRU_Baron" )
        },
        {
            "Baron",
            "Snowdown Baron",
            "Championship Baron",
            "Lunar Revel Baron",
            "MSI Baron",
            "Odyssey Baron",
            "Championship Birthday Baron"
        }
    },
    {
        "Blue",
        "SRU_Blue",
        {
            FNV( "SRU_Blue" )
        },
        {
            "Blue",
            "Dark Blue",
            "Pool Party Blue"
        }
    },
    {
        "Red",
        "SRU_Red",
        {
            FNV( "SRU_Red" )
        },
        {
            "Red",
            "Pool Party Red"
        }
    },
    {
        "Crab",
        "Sru_Crab",
        {
            FNV( "Sru_Crab" ),
            FNV( "Sru_CrabWard" )
        },
        {
            "Crab",
            "Halloween Light Crab",
            "Halloween Dark Crab"
        }
    },
    {
        "Razorbeak",
        "SRU_Razorbeak",
        {
            FNV( "SRU_Razorbeak" ),
            FNV( "SRU_RazorbeakMini" )
        },
        {
            "Razorbeak",
            "Chicken Razorbeak"
        }
    },
    {
        "Krug",
        "SRU_Krug",
        {
            FNV( "SRU_Krug" ),
            FNV( "SRU_KrugMini" )
        },
        {
            "Krug",
            "Dark Krug"
        }
    }
}; */
HerXayah commented 3 years ago

At that point it just looped Injects :D (x86 and release) image

HerXayah commented 3 years ago

Downgrading VSCode to 2017 fixed it. dont mind me <3 _3