Code Monkey home page Code Monkey logo

exampleplugin-commonlibsse's People

Contributors

ryan-rsm-mckenzie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

exampleplugin-commonlibsse's Issues

Plug-In only compatible with Skyrim Version 1.6.629

Hi, i tried to run the sample Plug-In today with the GOG version of the game. How is it possible to upgrade this to a newer version of SKSE? The SKSE Loader is working and i can attach a debugger to it.

Missing vcpkg dependency

the vcpkg.json is missing the dependency "boost-stl-interfaces", without it i get an error when building. when i add it everything just works

Warnings treated as errors

Hi--can't compile this OOTB by following instructions here and on the associated video because warnings generated from format.h are treated as exceptions. You can work around this by not treating warnings as exceptions in the CMakeLists file. Would you mind?

EDIT: This doesn't necessarily seem to be related exactly to the zerocheck issue I thought might be causing it, but I still cannot compile this OOTB.

Error C7595: call to immediate function is not a constant expression

Description

Sorry to bother you, but I followed the instructions step by step and get the following error for the 'SKSE/Logger.h' in different places:

C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(36,2): error C7595: fmt::v8::basic_format_string<char,const char *>::basic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\RE\T\TESObjectREFR.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(36,2): error C7595: 'fmt::v8::basic_format_string<char,const char *>::basic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\RE\T\TESObjectREFR.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(36,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\RE\T\TESObjectREFR.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]

Already double checked

  • Cmake is in the Patch
  • Skyrim64Path and VCPKG_ROOT are env variables
  • VS2022 is registered as the cmake generator

Full console in/output

Spoiler
PS C:\Dev\Projects> git clone https://github.com/Ryan-rsm-McKenzie/ExamplePlugin-CommonLibSSE
Cloning into 'ExamplePlugin-CommonLibSSE'...
remote: Enumerating objects: 149, done.
remote: Counting objects: 100% (109/109), done.
remote: Compressing objects: 100% (80/80), done.
Receiving objects:  85% (127/149)sed 80 (delta 19), pack-reused 40 eceiving objects:  84% (126/149)
Receiving objects: 100% (149/149), 37.55 KiB | 1.79 MiB/s, done.
Resolving deltas: 100% (57/57), done.
PS C:\Dev\Projects> cd ExamplePlugin-CommonLibSSE
PS C:\Dev\Projects\ExamplePlugin-CommonLibSSE> git submodule init
Submodule 'extern/CommonLibSSE' (https://github.com/Ryan-rsm-McKenzie/CommonLibSSE) registered for path 'external/CommonLibSSE'
PS C:\Dev\Projects\ExamplePlugin-CommonLibSSE> git submodule update
Cloning into 'C:/Dev/Projects/ExamplePlugin-CommonLibSSE/external/CommonLibSSE'...
Submodule path 'external/CommonLibSSE': checked out '30f7895da2945c602a8d160aa222d897ae223226'
PS C:\Dev\Projects\ExamplePlugin-CommonLibSSE> cmake --preset vs2022-windows
Preset CMake variables:

  CMAKE_BUILD_TYPE:STRING="Debug"
  CMAKE_CXX_FLAGS="/EHsc /MP /W4 /WX"
  CMAKE_MSVC_RUNTIME_LIBRARY:STRING="MultiThreaded$<$<CONFIG:Debug>:Debug>DLL"
  CMAKE_TOOLCHAIN_FILE:STRING="C:/Dev/vcpkg/scripts/buildsystems/vcpkg.cmake"
  VCPKG_TARGET_TRIPLET:STRING="x64-windows-static-md"

-- Running vcpkg install
Detecting compiler hash for triplet x64-windows-static-md...
Detecting compiler hash for triplet x64-windows...
The following packages will be built and installed:
  * boost-assert[core]:x64-windows-static-md -> 1.78.0
  * boost-config[core]:x64-windows-static-md -> 1.78.0
    boost-stl-interfaces[core]:x64-windows-static-md -> 1.78.0
  * boost-uninstall[core]:x64-windows-static-md -> 1.78.0
  * boost-vcpkg-helpers[core]:x64-windows-static-md -> 1.78.0#1
  * fmt[core]:x64-windows-static-md -> 8.1.0
    rsm-binary-io[core]:x64-windows-static-md -> 2.0.4
    spdlog[core]:x64-windows-static-md -> 1.9.2
  * vcpkg-cmake[core]:x64-windows -> 2021-12-20
  * vcpkg-cmake-config[core]:x64-windows -> 2021-12-28
Additional packages (*) will be modified to complete this operation.
A suitable version of 7zip was not found (required v19.0.0). Downloading portable 7zip v19.0.0...
Downloading 7zip...
  https://www.7-zip.org/a/7z1900-x64.msi -> C:\Dev\vcpkg\downloads\7z1900-x64.msi
Extracting 7zip...
Restored 10 packages from C:\Users\Name\AppData\Local\vcpkg\archives in 6.716 s. Use --debug to see more details.
Starting package 1/10: boost-uninstall:x64-windows-static-md
Installing package boost-uninstall[core]:x64-windows-static-md...
Elapsed time for package boost-uninstall:x64-windows-static-md: 9.636 ms
Starting package 2/10: boost-vcpkg-helpers:x64-windows-static-md
Installing package boost-vcpkg-helpers[core]:x64-windows-static-md...
Elapsed time for package boost-vcpkg-helpers:x64-windows-static-md: 11.75 ms
Starting package 3/10: boost-config:x64-windows-static-md
Installing package boost-config[core]:x64-windows-static-md...
Elapsed time for package boost-config:x64-windows-static-md: 444.9 ms
Starting package 4/10: boost-assert:x64-windows-static-md
Installing package boost-assert[core]:x64-windows-static-md...
Elapsed time for package boost-assert:x64-windows-static-md: 15.98 ms
Starting package 5/10: boost-stl-interfaces:x64-windows-static-md
Installing package boost-stl-interfaces[core]:x64-windows-static-md...
Elapsed time for package boost-stl-interfaces:x64-windows-static-md: 20.02 ms
Starting package 6/10: vcpkg-cmake-config:x64-windows
Installing package vcpkg-cmake-config[core]:x64-windows...
Elapsed time for package vcpkg-cmake-config:x64-windows: 11.34 ms
Starting package 7/10: vcpkg-cmake:x64-windows
Installing package vcpkg-cmake[core]:x64-windows...
Elapsed time for package vcpkg-cmake:x64-windows: 17.93 ms
Starting package 8/10: rsm-binary-io:x64-windows-static-md
Installing package rsm-binary-io[core]:x64-windows-static-md...
Elapsed time for package rsm-binary-io:x64-windows-static-md: 31.78 ms
Starting package 9/10: fmt:x64-windows-static-md
Installing package fmt[core]:x64-windows-static-md...
Elapsed time for package fmt:x64-windows-static-md: 49.81 ms
Starting package 10/10: spdlog:x64-windows-static-md
Installing package spdlog[core]:x64-windows-static-md...
Elapsed time for package spdlog:x64-windows-static-md: 169.2 ms

Total elapsed time: 10.55 s

The package boost is compatible with built-in CMake targets:

    find_package(Boost REQUIRED [COMPONENTS <libs>...])
    target_link_libraries(main PRIVATE Boost::boost Boost::<lib1> Boost::<lib2> ...)

The package rsm-binary-io provides CMake targets:

    find_package(binary_io CONFIG REQUIRED)
    target_link_libraries(main PRIVATE binary_io::binary_io)

The package spdlog provides CMake targets:

    find_package(spdlog CONFIG REQUIRED)
    target_link_libraries(main PRIVATE spdlog::spdlog spdlog::spdlog_header_only)

-- Running vcpkg install - done
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19043.
-- The CXX compiler identification is MSVC 19.30.30709.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Boost: C:/Dev/Projects/ExamplePlugin-CommonLibSSE/build/vcpkg_installed/x64-windows-static-md/include (found version "1.78.0")
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - not found
-- Found Threads: TRUE
-- Found Python3: C:/Users/Name/AppData/Local/Programs/Python/Python310/python.exe (found suitable version "3.10.1", minimum required is "3.9") found components: Interpreter
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Dev/Projects/ExamplePlugin-CommonLibSSE/build
PS C:\Dev\Projects\ExamplePlugin-CommonLibSSE> cmake --build build --config Release
Microsoft (R) Build Engine version 17.0.0+c9eb9dd64 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

  Checking Build System
  Building Custom Rule C:/Dev/Projects/ExamplePlugin-CommonLibSSE/external/CommonLibSSE/CMakeLists.txt
  cmake_pch.cxx
  AIFormulas.cpp
  AIProcess.cpp
  ActiveEffect.cpp
  Actor.cpp
  ActorEquipManager.cpp
  ActorValueOwner.cpp
  AddCallbackVisitor.cpp
  ArmorRatingVisitor.cpp
  ArmorRatingVisitorBase.cpp
  Array.cpp
  BGSAttackData.cpp
  BGSBaseAlias.cpp
  BGSBipedObjectForm.cpp
  BGSColorForm.cpp
  BGSEntryPointFunctionDataActivateChoice.cpp
  BGSEntryPointPerkEntry.cpp
  BGSFootstepManager.cpp
  BGSHeadPart.cpp
  BGSKeywordForm.cpp
  BGSListForm.cpp
  BGSLocation.cpp
  BGSOpenCloseForm.cpp
  BGSPerkEntry.cpp
  BGSSaveLoadManager.cpp
  BGSSoundCategory.cpp
  BGSStoryTeller.cpp
  BSAtomic.cpp
  BSAudioManager.cpp
  BSEffectShaderData.cpp
  BSExtraData.cpp
  BSFixedString.cpp
  BSHandleRefObject.cpp
  BSInputDevice.cpp
  BSInputDeviceManager.cpp
  BSLightingShaderMaterialBase.cpp
  BSPointerHandle.cpp
  BSResourceNiBinaryStream.cpp
  BSResponse.cpp
  BSScaleformManager.cpp
  BSScriptObjectBindPolicy.cpp
  BSShaderProperty.cpp
  BSSoundHandle.cpp
  BSStringPool.cpp
  BSSystemFileStorage.cpp
  BSTArray.cpp
  BSTCreateFactoryManager.cpp
  BSVisit.cpp
  BSWin32KeyboardDevice.cpp
  BSWin32SaveDataSystemUtility.cpp
  BSXFlags.cpp
  BarterMenu.cpp
  BipedAnim.cpp
  BookMenu.cpp
  bhkCharProxyController.cpp
  Calendar.cpp
  ChestsLooted.cpp
  CommandTable.cpp
  Console.cpp
  ConsoleLog.cpp
  ContainerMenu.cpp
  ControlMap.cpp
  Effect.cpp
  ExtraAliasInstanceArray.cpp
  ExtraAshPileRef.cpp
  ExtraCanTalkToPlayer.cpp
  ExtraCannotWear.cpp
  ExtraCharge.cpp
  ExtraContainerChanges.cpp
  ExtraCount.cpp
  ExtraDataList.cpp
  ExtraEnchantment.cpp
  ExtraForcedTarget.cpp
  ExtraHealth.cpp
  ExtraHotkey.cpp
  ExtraLightData.cpp
  ExtraLock.cpp
  ExtraMissingLinkedRefIDs.cpp
  ExtraOwnership.cpp
  ExtraPoison.cpp
  ExtraRank.cpp
  ExtraReferenceHandle.cpp
  ExtraSoul.cpp
  ExtraTextDisplayData.cpp
  ExtraUniqueID.cpp
  FxDelegate.cpp
  FxDelegateArgs.cpp
  GAtomic.cpp
  GFxLoader.cpp
  GFxLog.cpp
  GFxMovie.cpp
  GFxMovieDef.cpp
  GFxMovieView.cpp
  GFxRenderConfig.cpp
  GFxResource.cpp
  GFxResourceID.cpp
  GFxResourceKey.cpp
  GFxState.cpp
  GFxStateBag.cpp
  GFxTranslator.cpp
  GFxValue.cpp
  GFxWStringBuffer.cpp
  GFxWWHelper.cpp
  GMemory.cpp
  GMemoryHeap.cpp
  GRefCountImpl.cpp
  GRefCountNTSImpl.cpp
  GRenderer.cpp
  GStd.cpp
  GString.cpp
  GViewport.cpp
  GameSettingCollection.cpp
  GiftMenu.cpp
  HUDMeter.cpp
  HUDObject.cpp
  HeapBlock.cpp
  hkBaseTypes.cpp
  hkReferencedObject.cpp
  hkStringPtr.cpp
  hkpBroadPhase.cpp
  hkpCdBody.cpp
  hkpCharacterProxyListener.cpp
  hkpMaterial.cpp
  hkpWorldObject.cpp
  IAnimationGraphManagerHolder.cpp
  IFormFactory.cpp
  IFunction.cpp
  IHandlerFunctor.cpp
  IMemoryStore.cpp
  IMenu.cpp
  INIPrefSettingCollection.cpp
  INISettingCollection.cpp
  IObjectHandlePolicy.cpp
  IStackCallbackFunctor.cpp
  IVirtualMachine.cpp
  InputEvent.cpp
  InterfaceStrings.cpp
  Inventory.cpp
  Inventory3DManager.cpp
  InventoryChanges.cpp
  InventoryEntryData.cpp
  ItemCrafted.cpp
  ItemList.cpp
  ItemsPickpocketed.cpp
  LocalMapCamera.cpp
  Location.cpp
  LockpickingMenu.cpp
  LooseFileStream.cpp
  MagicFavorites.cpp
  MagicItem.cpp
  MagicTarget.cpp
  Main.cpp
  MemoryPage.cpp
  MenuControls.cpp
  MenuEventHandler.cpp
  MiddleHighProcessData.cpp
  Misc.cpp
  NativeFunctionBase.cpp
  NiAVObject.cpp
  NiAnimationKey.cpp
  NiBinaryStream.cpp
  NiCamera.cpp
  NiColorData.cpp
  NiColorKey.cpp
  NiControllerManager.cpp
  NiExtraData.cpp
  NiFloatData.cpp
  NiFloatKey.cpp
  NiInterpolator.cpp
  NiMath.cpp
  NiMatrix3.cpp
  NiMemManager.cpp
  NiNode.cpp
  NiObject.cpp
  NiObjectNET.cpp
  NiPoint3.cpp
  NiRefObject.cpp
  NiSkinInstance.cpp
  NiSystem.cpp
  NiTCollection.cpp
  NiTexture.cpp
  NiTimeController.cpp
  Object.cpp
  ObjectTypeInfo.cpp
  PackUnpack.cpp
  PackedInstructionStream.cpp
  PlayerCamera.cpp
  PlayerCharacter.cpp
  PlayerControls.cpp
  PlayerInputHandler.cpp
  ProcessLists.cpp
  RemoveCallbackVisitor.cpp
  ScrapHeap.cpp
  Script.cpp
  ScriptEventSourceHolder.cpp
  Setting.cpp
  Sky.cpp
  SkyrimVM.cpp
  Stack.cpp
  StackFrame.cpp
  Stream.cpp
  StreamBase.cpp
  Skyrim.cpp
  TES.cpp
  TESAIForm.cpp
  TESAmmo.cpp
  TESCamera.cpp
  TESClimate.cpp
  TESCondition.cpp
  TESContainer.cpp
  TESDataHandler.cpp
  TESDescription.cpp
  TESFaction.cpp
  TESFile.cpp
  TESForm.cpp
  TESHavokUtilities.cpp
  TESHitEvent.cpp
  TESLeveledList.cpp
  TESNPC.cpp
  TESObjectARMA.cpp
  TESObjectARMO.cpp
  TESObjectBOOK.cpp
  TESObjectCELL.cpp
  TESObjectREFR.cpp
  TESObjectSTAT.cpp
  TESObjectWEAP.cpp
  TESQuest.cpp
  TESRace.cpp
  TESTopic.cpp
  TESTopicInfo.cpp
  TESWorldSpace.cpp
  TaskQueueInterface.cpp
  ThumbstickEvent.cpp
  TypeInfo.cpp
  UI.cpp
  UIBlurManager.cpp
  UIMessageQueue.cpp
  UserEvents.cpp
  Variable.cpp
  VirtualMachine.cpp
  ZeroFunctionArguments.cpp
  Relocation.cpp
  API.cpp
  IAT.cpp
  PCH.cpp
  WinAPI.cpp
  Interfaces.cpp
  Logger.cpp
  RegistrationMap.cpp
  RegistrationSet.cpp
  Trampoline.cpp
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(36,2): error C7595: 'fmt::v8::basic_format_string<char,const char *>::basic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\RE\T\TESObjectREFR.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(36,2): message : failure was caused by a read of a variable outside its lifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\RE\T\TESObjectREFR.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(36,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\RE\T\TESObjectREFR.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): error C7595: 'fmt::v8::basic_format_string<char,unsigned long>::basic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\RE\T\TESObjectREFR.cpp(561): message : see reference to function template instantiation 'SKSE::log::debug<const char *>::debug<const char(&)[37]>(T,const char *&&,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[37]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : failure was caused by a read of a variable outside its lifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): error C7595: 'fmt::v8::basic_format_string<char,const char *&>::basic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Interfaces.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): error C7595: 'fmt::v8::basic_format_string<char,const uintptr_t &>::basic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\RE\T\TESObjectREFR.cpp(561): message : see reference to function template instantiation 'SKSE::log::debug<const char *>::debug<const char(&)[37]>(T,const char *&&,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[37]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : failure was caused by a read of a variable outside its lifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Interfaces.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : failure was caused by a read of a variable outside its lifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): error C7595: 'fmt::v8::basic_format_string<char,std::string_view &,std::string_view &>::basic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\IAT.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp(84): message : see reference to function template instantiation 'SKSE::log::error<DWORD>::error<std::string_view>(T &&,DWORD &&,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=std::string_view
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Interfaces.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): message : failure was caused by a read of a variable outside its lifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\IAT.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp(84): message : see reference to function template instantiation 'SKSE::log::error<DWORD>::error<std::string_view>(T &&,DWORD &&,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]          with
          [
              T=std::string_view
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Interfaces.cpp(70): message : see reference to function template instantiation 'SKSE::log::error<const char *&>::error<const char(&)[55]>(T,const char *&,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[55]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp(147): message : see reference to function template instantiation '
SKSE::log::error<const size_t &>::error<const char(&)[36]>(T,const size_t &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\bu
ild\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[36]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\IAT.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): error C7595: 'fmt::v8::basic_format_string<char,unsigned long>::ba
sic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLib
SSE\src\SKSE\Trampoline.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Interfaces.cpp(70): message : see reference to function template instantiation 'SKSE::
log::error<const char *&>::error<const char(&)[55]>(T,const char *&,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\
CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[55]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp(147): message : see reference to function template instantiation '
SKSE::log::error<const size_t &>::error<const char(&)[36]>(T,const size_t &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\bu
ild\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[36]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\IAT.cpp(99): message : see reference to function template instantiation 'SKSE::log::wa
rn<std::string_view &,std::string_view &>::warn<const char(&)[23]>(T,std::string_view &,std::string_view &,std::source_location)' being compiled [C:\Dev\Project
s\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[23]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): message : failure was caused by a read of a variable outside its l
ifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLi
bSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\IAT.cpp(99): message : see reference to function template instantiation 'SKSE::log::wa
rn<std::string_view &,std::string_view &>::warn<const char(&)[23]>(T,std::string_view &,std::string_view &,std::source_location)' being compiled [C:\Dev\Project
s\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[23]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vc
xproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): error C7595: 'fmt::v8::basic_format_string<char,const uintptr_t &,
std::string &>::basic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\
external\CommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): error C7595: 'fmt::v8::basic_format_string<char,const char *>::bas
ic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibS
SE\src\SKSE\Interfaces.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp(100): message : see reference to function template instantiation 'SKSE:
:log::warn<DWORD>::warn<std::string_view>(T &&,DWORD &&,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE
\CommonLibSSE.vcxproj]
          with
          [
              T=std::string_view
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : failure was caused by a read of a variable outside its l
ifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-Com
monLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : failure was caused by a read of a variable outside its l
ifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Interfaces.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLi
bSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp(100): message : see reference to function template instantiation 'SKSE:
:log::warn<DWORD>::warn<std::string_view>(T &&,DWORD &&,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE
\CommonLibSSE.vcxproj]
          with
          [
              T=std::string_view
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibS
SE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Interfaces.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vc
xproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(37,2): error C7595: 'fmt::v8::basic_format_string<char,const std::string
&,const uintptr_t &,const uintptr_t &,double &>::basic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Pro
jects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.
vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp(154): message : see reference to function template instantiation '
SKSE::log::error<_Ty1 &,_Ty2 &>::error<const char(&)[29]>(T,_Ty1 &,_Ty2 &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\buil
d\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              _Ty1=const RE::VMHandle,
              _Ty2=SKSE::Impl::RegistrationMapBase::EventName,
              T=const char (&)[29]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Interfaces.cpp(268): message : see reference to function template instantiation 'SKSE:
:log::error<const char *>::error<const char(&)[33]>(T,const char *&&,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src
\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[33]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(37,2): message : failure was caused by a read of a variable outside its l
ifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLi
bSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp(154): message : see reference to function template instantiation '
SKSE::log::error<_Ty1 &,_Ty2 &>::error<const char(&)[29]>(T,_Ty1 &,_Ty2 &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\buil
d\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              _Ty1=const RE::VMHandle,
              _Ty2=SKSE::Impl::RegistrationMapBase::EventName,
              T=const char (&)[29]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Interfaces.cpp(268): message : see reference to function template instantiation 'SKSE:
:log::error<const char *>::error<const char(&)[33]>(T,const char *&&,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src
\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[33]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(37,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vc
xproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): error C7595: 'fmt::v8::basic_format_string<char,size_t &,const cha
r *>::basic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\C
ommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp(114): message : see reference to function template instantiation 'SKSE:
:log::info<const std::string &,const size_t &,const size_t &,double &>::info<std::string_view>(T &&,const std::string &,const size_t &,const size_t &,double &,s
td::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=std::string_view
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): message : failure was caused by a read of a variable outside its l
ifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-Com
monLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\Trampoline.cpp(114): message : see reference to function template instantiation 'SKSE:
:log::info<const std::string &,const size_t &,const size_t &,double &>::info<std::string_view>(T &&,const std::string &,const size_t &,const size_t &,double &,s
td::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=std::string_view
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibS
SE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp(185): message : see reference to function template instantiation '
SKSE::log::warn<RE::VMHandle &,const _Elem *>::warn<const char(&)[34]>(T,RE::VMHandle &,const _Elem *&&,std::source_location)' being compiled [C:\Dev\Projects\E
xamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              _Elem=char,
              T=const char (&)[34]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp(185): message : see reference to function template instantiation '
SKSE::log::warn<RE::VMHandle &,const _Elem *>::warn<const char(&)[34]>(T,RE::VMHandle &,const _Elem *&&,std::source_location)' being compiled [C:\Dev\Projects\E
xamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              _Elem=char,
              T=const char (&)[34]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): error C7595: 'fmt::v8::basic_format_string<char,size_t &,const cha
r *>::basic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\C
ommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : failure was caused by a read of a variable outside its l
ifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-Com
monLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibS
SE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp(189): message : see reference to function template instantiation '
SKSE::log::error<RE::VMHandle &,const _Elem *>::error<const char(&)[35]>(T,RE::VMHandle &,const _Elem *&&,std::source_location)' being compiled [C:\Dev\Projects
\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              _Elem=char,
              T=const char (&)[35]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp(189): message : see reference to function template instantiation '
SKSE::log::error<RE::VMHandle &,const _Elem *>::error<const char(&)[35]>(T,RE::VMHandle &,const _Elem *&&,std::source_location)' being compiled [C:\Dev\Projects
\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              _Elem=char,
              T=const char (&)[35]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): error C7595: 'fmt::v8::basic_format_string<char,size_t &>::basic_f
ormat_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\s
rc\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): message : failure was caused by a read of a variable outside its l
ifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-Com
monLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibS
SE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp(219): message : see reference to function template instantiation '
SKSE::log::warn<RE::VMHandle &>::warn<const char(&)[31]>(T,RE::VMHandle &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\buil
d\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[31]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationMap.cpp(219): message : see reference to function template instantiation '
SKSE::log::warn<RE::VMHandle &>::warn<const char(&)[31]>(T,RE::VMHandle &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\buil
d\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[31]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): error C7595: 'fmt::v8::basic_format_string<char,const uintptr_t &>
::basic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\Commo
nLibSSE\src\SKSE\RegistrationSet.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : failure was caused by a read of a variable outside its l
ifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp) [C:\Dev\Projects\ExamplePlugin-Com
monLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibS
SE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp(165): message : see reference to function template instantiation '
SKSE::log::error<const size_t &>::error<const char(&)[35]>(T,const size_t &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\bu
ild\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[35]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp(165): message : see reference to function template instantiation '
SKSE::log::error<const size_t &>::error<const char(&)[35]>(T,const size_t &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\bu
ild\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[35]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): error C7595: 'fmt::v8::basic_format_string<char,size_t &>::basic_f
ormat_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\s
rc\SKSE\RegistrationSet.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): message : failure was caused by a read of a variable outside its l
ifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp) [C:\Dev\Projects\ExamplePlugin-Com
monLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibS
SE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp(191): message : see reference to function template instantiation '
SKSE::log::warn<RE::VMHandle &>::warn<const char(&)[30]>(T,RE::VMHandle &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\buil
d\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[30]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp(191): message : see reference to function template instantiation '
SKSE::log::warn<RE::VMHandle &>::warn<const char(&)[30]>(T,RE::VMHandle &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\buil
d\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[30]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): error C7595: 'fmt::v8::basic_format_string<char,size_t &>::basic_f
ormat_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\s
rc\SKSE\RegistrationSet.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : failure was caused by a read of a variable outside its l
ifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp) [C:\Dev\Projects\ExamplePlugin-Com
monLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(39,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibS
SE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp(195): message : see reference to function template instantiation '
SKSE::log::error<RE::VMHandle &>::error<const char(&)[29]>(T,RE::VMHandle &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\bu
ild\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[29]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp(195): message : see reference to function template instantiation '
SKSE::log::error<RE::VMHandle &>::error<const char(&)[29]>(T,RE::VMHandle &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\bu
ild\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[29]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): error C7595: 'fmt::v8::basic_format_string<char,const uintptr_t &>
::basic_format_string': call to immediate function is not a constant expression (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\Commo
nLibSSE\src\SKSE\RegistrationSet.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): message : failure was caused by a read of a variable outside its l
ifetime (compiling source file C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp) [C:\Dev\Projects\ExamplePlugin-Com
monLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\include\SKSE/Logger.h(38,2): message : see usage of 'a_fmt' (compiling source file C:\Dev\Proje
cts\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp) [C:\Dev\Projects\ExamplePlugin-CommonLibSSE\build\src\CommonLibSSE\CommonLibS
SE.vcxproj]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp(225): message : see reference to function template instantiation '
SKSE::log::warn<const RE::VMHandle &>::warn<const char(&)[31]>(T,const RE::VMHandle &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-Commo
nLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[31]
          ]
C:\Dev\Projects\ExamplePlugin-CommonLibSSE\external\CommonLibSSE\src\SKSE\RegistrationSet.cpp(225): message : see reference to function template instantiation '
SKSE::log::warn<const RE::VMHandle &>::warn<const char(&)[31]>(T,const RE::VMHandle &,std::source_location)' being compiled [C:\Dev\Projects\ExamplePlugin-Commo
nLibSSE\build\src\CommonLibSSE\CommonLibSSE.vcxproj]
          with
          [
              T=const char (&)[31]
          ]
PS C:\Dev\Projects\ExamplePlugin-CommonLibSSE>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.