Forum
    • Categories
    • Register
    • Login
    1. Home
    2. pcs800
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 93
    • Posts 471
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Error when compiling vst3

      @pcs800 And strangely enough, today I can compile to the network drive again without issue.
      The server must have been low on bluetooth fluid

      posted in General Questions
      pcs800P
      pcs800
    • RE: Error when compiling vst3

      @David-Healey I copied one of the projects to the local C drive and compiled the vst3 without error.
      I am perplexed as to why this is suddenly happening. I have been running projects from my file server since I started using hise, with no issue.
      I guess I will put in a new drive in case there's something wrong with the current one.

      posted in General Questions
      pcs800P
      pcs800
    • RE: Error when compiling vst3

      @David-Healey That would be the dev pc, lots of space.

      posted in General Questions
      pcs800P
      pcs800
    • RE: Error when compiling vst3

      @David-Healey Claude says:
      That's a linker crash, not a code error. The key line is:

      ExceptionCode = C0000006

      That's STATUS_IN_PAGE_ERROR — the linker (link.exe) tried to read a page of memory that couldn't be loaded from disk. It's crashing inside the linker itself, not failing due to bad code. The LNK1000: Internal error during BuildLibrary.EmitMember confirms this — it's an internal linker fault, not something wrong with your HISE script or C++.

      The most likely causes in order of probability:

      Disk/file issue — The project is on H:\, which looks like a network drive or secondary drive. If that drive had a hiccup during the link stage (slow response, brief disconnect, full cache), you'd get exactly this. C00000C4 in the exception info points to a file mapping fault.

      Low disk space or RAM — The linker is mapping large object files into memory. If you're tight on either, it can fail this way.

      Corrupted intermediate files — The x64\Release\Shared Code\ intermediates may have gotten into a bad state. That MSB8028 warning about shared intermediates between projects is a red flag for this.

      What to try:

      1. Do a full clean of the build (delete the Binaries\Builds\VisualStudio2022\ folder entirely, or use HISE's clean option), then rebuild fresh.
      2. If H:\ is a network or external drive, try moving the project to a local C:\ path and compiling from there.
      3. Check available disk space on H:\ and on C:\ (where temp files land).
      4. Try compiling again immediately — sometimes it's a one-time I/O glitch and it just works on retry.

      The fact that it repeated the crash dump ~25+ times in a loop before hitting LNK1000 suggests the linker kept retrying internally and hitting the same bad page each time, which further points to a storage/I/O issue rather than anything wrong with your actual plugin code.

      posted in General Questions
      pcs800P
      pcs800
    • RE: Error when compiling vst3

      @David-Healey Of the server or the dev pc?
      Dev pc 614GB
      Server 1.7TB

      posted in General Questions
      pcs800P
      pcs800
    • RE: Error when compiling vst3

      @Sifres There's 119GB free on that drive

      posted in General Questions
      pcs800P
      pcs800
    • RE: Error when compiling vst3

      @Sifres Yes I am running from a networked drive. I always have.
      I'll go check to see if the drive is getting full

      posted in General Questions
      pcs800P
      pcs800
    • RE: Error when compiling vst3

      @David-Healey But it happens with any project, not just this one

      posted in General Questions
      pcs800P
      pcs800
    • Error when compiling vst3

      Re-saving file: H:\Common\HISE Projects\Whineykid\Binaries\AutogeneratedProject.jucer
      Finished saving: Visual Studio 2022
      Finished saving: Xcode (macOS)
      Finished saving: Xcode (iOS)
      Finished saving: Linux Makefile
      Compiling 64bit FX plugin WhinyKid Wah Pedal ...
      MSBuild version 17.13.19+0d9f5a35a for .NET Framework

      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(534,5): wa
      rning MSB8028: The intermediate directory (x64\Release\Shared Code) contains files shared from another project (Whiney
      Kid Wah Pedal_SharedCode.vcxproj). This can lead to incorrect clean and rebuild behavior. [H:\Common\HISE Projects\Whi
      neykid\Binaries\Builds\VisualStudio2022\WhinyKid Wah Pedal_SharedCode.vcxproj]
      Plugin.cpp
      PresetData.cpp

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      Version 14.43.34810.0
      
      ExceptionCode            = C0000006
      ExceptionFlags           = 00000000
      ExceptionAddress         = 00007FF6D88C30C0 (00007FF6D8890000) "C:\Program Files\Microsoft Visual Studio\2022\Commu
      

      nity\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe"
      NumberParameters = 00000003
      ExceptionInformation[ 0] = 0
      ExceptionInformation[ 1] = 2B4E55D0000
      ExceptionInformation[ 2] = C00000C4

      CONTEXT:
      Rax = 2B4E55D0040 R8 = 33F29AE
      Rbx = 1000000 R9 = 2B4E45D0000
      Rcx = 23F29AE R10 = D6209FE3F0
      Rdx = FFFFFFFFBF2D2632 R11 = 2
      Rsp = D6209FE440 R12 = 69DA9D07
      Rbp = D6209FE580 E13 = 2B4F7DD0288
      Rsi = 2B4A38A2632 R14 = 33F29AE
      Rdi = 2B4D7172020 R15 = 1
      Rip = 7FF6D88C30C0 EFlags = 10206
      SegCs = 33 SegDs = 2B
      SegSs = 2B SegEs = 2B
      SegFs = 53 SegGs = 2B
      Dr0 = 0 Dr3 = 0
      Dr1 = 0 Dr6 = 0
      Dr2 = 0 Dr7 = 0

      include_hi_scripting_01.obj : fatal error LNK1000: Internal error during BuildLibrary.EmitMember [H:\Common\HISE Projec
      ts\Whineykid\Binaries\Builds\VisualStudio2022\WhinyKid Wah Pedal_SharedCode.vcxproj]
      Press any key to continue . . .

      posted in General Questions
      pcs800P
      pcs800
    • RE: How to add a custom C++ method to Engine scripting API?

      @HISEnberg Thanks for the information. I will look into it.

      posted in General Questions
      pcs800P
      pcs800
    • How to add a custom C++ method to Engine scripting API?

      I'm building a compiled VST3 plugin with HISE and need to call a Windows API function (CreateMutexA) from HiseScript to detect whether a specific host DAW is running. I'm building HISE from source in Visual Studio 2022.
      I tried adding the method to ScriptingApi.cpp and ScriptingApi.h following the existing getName() pattern, but including windows.h at the top of ScriptingApi.cpp causes a Rectangle macro conflict that breaks compilation.
      What is the correct way to either (1) include windows.h safely in ScriptingApi.cpp, or (2) add a custom Engine method that calls a Windows API function?

      posted in General Questions
      pcs800P
      pcs800
    • RE: Getting host name in plugin

      @David-Healey A plugin developer we know, made a plugin that is daw locked to Mixcraft. However, he does not use Hise. I will see if i can find any info on that, and post here

      posted in General Questions
      pcs800P
      pcs800
    • RE: Getting host name in plugin

      @David-Healey No it is not

      posted in General Questions
      pcs800P
      pcs800
    • RE: Getting host name in plugin

      @David-Healey DAW locking. I want my plugin to only work in the daw my company makes. So it should check host name at startup.

      posted in General Questions
      pcs800P
      pcs800
    • Getting host name in plugin

      Is there a scripting API to get the host DAW name in a compiled VST3?

      posted in General Questions
      pcs800P
      pcs800
    • RE: How Do I get this to freely oscillate?

      @griffinboy I'll try it, thanks

      posted in ScriptNode
      pcs800P
      pcs800
    • RE: How Do I get this to freely oscillate?

      @ustk The SpinnerControl knob at the top needs to be connected to the Value knob at the bottom, which is already connected to the peak module. There can not be two connections for some reason.
      What I am trying to do is have the value knob, which moves on its own with the oscillation from the peak module, animate a slider on the interface.

      posted in ScriptNode
      pcs800P
      pcs800
    • RE: How Do I get this to freely oscillate?

      @ulrik I need to access it with a slider.
      c5fd98de-afcc-4763-a243-7043d46ff34b-image.png

      posted in ScriptNode
      pcs800P
      pcs800
    • RE: How Do I get this to freely oscillate?

      @ulrik That did it, thanks!

      posted in ScriptNode
      pcs800P
      pcs800
    • RE: How Do I get this to freely oscillate?

      @ustk Thanks for this. When i add those and connect peak to global cable, there's no peaks being drawn unless I move the frequency knob, and even then, it seems like it only has two steps.
      Can you post the properties of the component knobs? Or post the whole thing as a snippoet?

      posted in ScriptNode
      pcs800P
      pcs800