About Store Forum Documentation Contact



Post Reply 
[UWP] Not working on Latest engine version
Author Message
RedcrowProd Offline
Member

Post: #1
[UWP] Not working on Latest engine version
hey,

UWP seems to not work on latest engine version.

i was using the may version and it was building UWP fine. (tho button B on xbox was crashing)

So i updated the engine and everything seems to comply until i build in VS, then it throws this error stack:

i cleaned and made sure the engine was build under the correct version, but to no avail

Code:
1>EngineUniversal64DX11.lib(cache_aligned.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(padded_bytes.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(image.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(ac_strategy.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(color_encoding_internal.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(headers.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(image_metadata.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(frame_header.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(aligned_allocator.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(quant_weights.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(image_bundle.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(luminance.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(targets.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(color_management.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(fields.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(loop_filter.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(dec_modular.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(enc_bit_writer.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(aux_out.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(dec_ans.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(render_pipeline.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(modular_image.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(dec_ma.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(transform.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(encoding.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(compressed_dc.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(epf.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(ans_common.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(dec_huffman.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(dec_context_map.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(dec_group_border.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(low_memory_render_pipeline.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(simple_render_pipeline.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(rct.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(squeeze.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>EngineUniversal64DX11.lib(huffman_table.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in stdafx.obj
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "public: __cdecl std::_Locinfo::~_Locinfo(void)" (??1_Locinfo@std@@QEAA@XZ) already defined in EngineUniversal64DX11.lib(image_metadata.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "protected: virtual __cdecl std::locale::facet::~facet(void)" (??1facet@locale@std@@MEAA@XZ) already defined in EngineUniversal64DX11.lib(enc_ac_strategy.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "public: virtual __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ) already defined in EngineUniversal64DX11.lib(enc_ac_strategy.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "protected: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Gnavail(void)const " (?_Gnavail@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBA_JXZ) already defined in EngineUniversal64DX11.lib(enc_ac_strategy.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "protected: __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::_Pnavail(void)const " (?_Pnavail@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBA_JXZ) already defined in EngineUniversal64DX11.lib(enc_ac_strategy.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsgetn(char *,__int64)" (?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z) already defined in EngineUniversal64DX11.lib(enc_ac_strategy.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "protected: virtual __int64 __cdecl std::basic_streambuf<char,struct std::char_traits<char> >::xsputn(char const *,__int64)" (?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z) already defined in EngineUniversal64DX11.lib(enc_ac_strategy.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "public: virtual __cdecl std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ) already defined in EngineUniversal64DX11.lib(enc_ac_strategy.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "public: virtual __cdecl std::basic_ostream<char,struct std::char_traits<char> >::~basic_ostream<char,struct std::char_traits<char> >(void)" (??1?$basic_ostream@DU?$char_traits@D@std@@@std@@UEAA@XZ) already defined in EngineUniversal64DX11.lib(enc_ac_strategy.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "public: void __cdecl std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ) already defined in EngineUniversal64DX11.lib(enc_ac_strategy.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(bool)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_N@Z) already defined in EngineUniversal64DX11.lib(frame_header.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z) already defined in EngineUniversal64DX11.lib(frame_header.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned int)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@I@Z) already defined in EngineUniversal64DX11.lib(image_metadata.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(__int64)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_J@Z) already defined in EngineUniversal64DX11.lib(low_memory_render_pipeline.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned __int64)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_K@Z) already defined in EngineUniversal64DX11.lib(image_metadata.obj)
1>msvcprt.lib(MSVCP140_APP.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ) already defined in EngineUniversal64DX11.lib(enc_ac_strategy.obj)
1>   Creating library C:\cinn-all-master\Switch\EEEnhanced\Editor\Projects\_Build_\Crossroads Inn\x64\Debug Universal DX11\Project\Crossroads Inn.lib and object C:\cinn-all-master\Switch\EEEnhanced\Editor\Projects\_Build_\Crossroads Inn\x64\Debug Universal DX11\Project\Crossroads Inn.exp
1>EngineUniversal64DX11.lib(modular_image.obj) : error LNK2001: unresolved external symbol "private: static int std::locale::id::_Id_cnt" (?_Id_cnt@id@locale@std@@0HA)
1>EngineUniversal64DX11.lib(low_memory_render_pipeline.obj) : error LNK2001: unresolved external symbol "private: static int std::locale::id::_Id_cnt" (?_Id_cnt@id@locale@std@@0HA)
1>EngineUniversal64DX11.lib(enc_ac_strategy.obj) : error LNK2001: unresolved external symbol "private: static int std::locale::id::_Id_cnt" (?_Id_cnt@id@locale@std@@0HA)
1>EngineUniversal64DX11.lib(image_metadata.obj) : error LNK2001: unresolved external symbol "private: static int std::locale::id::_Id_cnt" (?_Id_cnt@id@locale@std@@0HA)
1>EngineUniversal64DX11.lib(frame_header.obj) : error LNK2001: unresolved external symbol "private: static int std::locale::id::_Id_cnt" (?_Id_cnt@id@locale@std@@0HA)
1>EngineUniversal64DX11.lib(dec_modular.obj) : error LNK2001: unresolved external symbol "private: static int std::locale::id::_Id_cnt" (?_Id_cnt@id@locale@std@@0HA)
1>EngineUniversal64DX11.lib(modular_image.obj) : error LNK2001: unresolved external symbol "public: static class std::locale::id std::ctype<char>::id" (?id@?$ctype@D@std@@2V0locale@2@A)
1>EngineUniversal64DX11.lib(low_memory_render_pipeline.obj) : error LNK2001: unresolved external symbol "public: static class std::locale::id std::ctype<char>::id" (?id@?$ctype@D@std@@2V0locale@2@A)
1>EngineUniversal64DX11.lib(enc_ac_strategy.obj) : error LNK2001: unresolved external symbol "public: static class std::locale::id std::ctype<char>::id" (?id@?$ctype@D@std@@2V0locale@2@A)
1>EngineUniversal64DX11.lib(image_metadata.obj) : error LNK2001: unresolved external symbol "public: static class std::locale::id std::ctype<char>::id" (?id@?$ctype@D@std@@2V0locale@2@A)
1>EngineUniversal64DX11.lib(frame_header.obj) : error LNK2001: unresolved external symbol "public: static class std::locale::id std::ctype<char>::id" (?id@?$ctype@D@std@@2V0locale@2@A)
1>EngineUniversal64DX11.lib(dec_modular.obj) : error LNK2001: unresolved external symbol "public: static class std::locale::id std::ctype<char>::id" (?id@?$ctype@D@std@@2V0locale@2@A)
(This post was last modified: 02-17-2023 07:06 AM by RedcrowProd.)
02-17-2023 07:04 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: [UWP] Not working on Latest engine version
This is now fixed
02-17-2023 04:29 PM
Find all posts by this user Quote this message in a reply
Post Reply