ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.05k stars 2.1k forks source link

Error compiling source! #14950

Open JulianGeckoWasp opened 1 week ago

JulianGeckoWasp commented 1 week ago

Describe your problem here.

Hello. When running 'lime test windows', I get the following error:

libucrt.lib(checkcfg.obj) : error LNK2001: unresolved external symbol _guard_checkicall$fo$ ApplicationMain.exe : fatal error LNK1120: 1 unresolved externals

Help would be appreciated. Thanks.

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows x64

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

Nothing has been changed.

NN--- commented 6 days ago

Either build with Visual Studio 2022 toolset or use older SDK 10.0.17763.0. See: https://github.com/dotnet/corert/issues/7451