[help me]build error related with inject-helper inside win-capture plugin

chekun

New Member
Code:
  ipc-util.vcxproj -> E:\obs\obs-studio-official\build64\deps\ipc-util\RelWithDebInfo\ipc-util.lib
  gl-capture.c
  d3d9-capture.cpp
  d3d8-capture.cpp
  graphics-hook.c
  dxgi-capture.cpp
  d3d10-capture.cpp
  d3d11-capture.cpp
  d3d12-capture.cpp
  obfuscate.c
  vulkan-capture.c
    正在创建库 E:/obs/obs-studio-official/build64/plugins/win-capture/graphics-hook/RelWithDebInfo/graphics-hook64.lib  和对象 E
  :/obs/obs-studio-official/build64/plugins/win-capture/graphics-hook/RelWithDebInfo/graphics-hook64.exp
  graphics-hook.vcxproj -> E:\obs\obs-studio-official\build64\plugins\win-capture\graphics-hook\RelWithDebInfo\graphics
  -hook64.dll
  Installing graphics-hook to OBS rundir
  get-graphics-offsets.vcxproj -> E:\obs\obs-studio-official\build64\plugins\win-capture\get-graphics-offsets\RelWithDe
  bInfo\get-graphics-offsets64.exe
  Installing get-graphics-offsets to OBS rundir
  inject-helper.vcxproj -> E:\obs\obs-studio-official\build64\plugins\win-capture\inject-helper\RelWithDebInfo\inject-h
  elper64.exe
  Installing inject-helper to OBS rundir
cmake --build build64 --config RelWithDebInfo exited with non-zero code 1.
所在位置 E:\obs\obs-studio-official\CI\include\build_support_windows.ps1:137 字符: 9
+         throw "${Command} ${CommandArgs} exited with non-zero code ${ ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (cmake --build b...on-zero code 1.:String) [], RuntimeException
    + FullyQualifiedErrorId : cmake --build build64 --config RelWithDebInfo exited with non-zero code 1.
/CODE]


attchment is detail log file .

help me pls, thanks very much.
 

Attachments

  • debug.txt
    17.7 KB · Views: 14
Top