Skip to content
This repository was archived by the owner on Jul 24, 2026. It is now read-only.
This repository was archived by the owner on Jul 24, 2026. It is now read-only.

Build Sandboxie-Plus x64 failer #16

Description

@Linxuanhua1

Describe what you noticed and did

I have forked the repository and run ci workflow

Expected behavior

Run SandboxiePlus\qmake_plus.cmd x64 build_qt6
D:\a\SandboxieCrack\SandboxieCrack>call "D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus..\Installer\buildVariables.cmd" x64 build_qt6
D:\a\SandboxieCrack\SandboxieCrack>set "qt_version=6.8.3"
D:\a\SandboxieCrack\SandboxieCrack>set "qt6_version=6.8.3"
D:\a\SandboxieCrack\SandboxieCrack>set "openssl_version=3.4.0"
D:\a\SandboxieCrack\SandboxieCrack>set "ghSsl_user=xanasoft"
D:\a\SandboxieCrack\SandboxieCrack>set "ghSsl_repo=openssl-builds"
D:\a\SandboxieCrack\SandboxieCrack>set "ghQtBuilds_user=xanasoft"
D:\a\SandboxieCrack\SandboxieCrack>set "ghQtBuilds_repo=qt-builds"
D:\a\SandboxieCrack\SandboxieCrack>rem set "ghQtBuilds_hash_x86=6b25cb24755b158e580e73b7889a659e093012cc3d6428d2bfbff8ebad238cf2"
D:\a\SandboxieCrack\SandboxieCrack>set "ghQtBuilds_hash_x64=f1efe461b28d7758e1e68ba189d0a45c8168ac181be1ffe7013d0bbfb6ff145d"
D:\a\SandboxieCrack\SandboxieCrack>REM @echo off
D:\a\SandboxieCrack\SandboxieCrack>REM echo Current dir: D:\a\SandboxieCrack\SandboxieCrack
D:\a\SandboxieCrack\SandboxieCrack>REM echo folder: D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus\
D:\a\SandboxieCrack\SandboxieCrack>REM echo arch: x64
D:\a\SandboxieCrack\SandboxieCrack>REM echo qt_version: build_qt6
D:\a\SandboxieCrack\SandboxieCrack>REM echo qt6_version:
D:\a\SandboxieCrack\SandboxieCrack>REM echo x64 build_qt6
D:\a\SandboxieCrack\SandboxieCrack>REM IF "" == "" ( set "qt6_version=6.3.1" ) ELSE ( set "qt6_version=" )
D:\a\SandboxieCrack\SandboxieCrack>REM IF "build_qt6" == "" ( set "qt_version=5.15.16" ) ELSE ( set "qt_version=build_qt6" )
D:\a\SandboxieCrack\SandboxieCrack>IF x64 == Win32 (
set qt_path=D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus....\Qt\6.8.3\msvc2022
REM get private headers for QtCore
Xcopy /E /I /Y /Q D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus....\Qt\6.8.3\msvc2022\include\QtCore\6.8.3\QtCore D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus....\Qt\6.8.3\msvc2022\include\QtCore
set build_arch=Win32
set qt_params=
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
)
D:\a\SandboxieCrack\SandboxieCrack>IF x64 == x64 (
set qt_path=D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus....\Qt\6.8.3\msvc2022_64
REM set qt_path=D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus....\Qt\6.8.3\msvc2022_64
REM get private headers for QtCore
Xcopy /E /I /Y /Q D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus....\Qt\6.8.3\msvc2022_64\include\QtCore\6.8.3\QtCore D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus....\Qt\6.8.3\msvc2022_64\include\QtCore
REM Xcopy /E /I /Y /Q D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus....\Qt\6.8.3\msvc2022_64\include\QtCore\6.8.3\QtCore D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus....\Qt\6.8.3\msvc2022_64\include\QtCore
set build_arch=x64
set qt_params=
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
)
171 File(s) copied


** Visual Studio 2022 Developer Command Prompt v17.14.23
** Copyright (c) 2025 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64'
D:\a\SandboxieCrack\SandboxieCrack>mkdir D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus\Build_UGlobalHotkey_x64
D:\a\SandboxieCrack\SandboxieCrack>cd D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus\Build_UGlobalHotkey_x64
D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus\Build_UGlobalHotkey_x64>D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus....\Qt\6.8.3\msvc2022_64\bin\qmake.exe D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus\UGlobalHotkey\uglobalhotkey.qc.pro
Info: creating stash file D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus\Build_UGlobalHotkey_x64.qmake.stash
Project MESSAGE: This project is using private headers and will therefore be tied to this specific Qt module build version.
Project MESSAGE: Running this project against other versions of the Qt modules may crash at any arbitrary point.
Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned!
D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus\Build_UGlobalHotkey_x64>D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus....\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Release -j 8
jom 1.1.5 - empower your cores
cl -BxD:\a\SandboxieCrack\Qt\6.8.3\msvc2022_64\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -permissive- -Zc:__cplusplus -Zc:externConstexpr -Zi -MD -std:c++17 -utf-8 -W3 -w34100 -w34189 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E ......\Qt\6.8.3\msvc2022_64\mkspecs\features\data\dummy.cpp 2>NUL >release\moc_predefs.h
D:\a\SandboxieCrack\Qt\6.8.3\msvc2022_64\bin\moc.exe -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DUGLOBALHOTKEY_LIBRARY -DNDEBUG -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_WINDLL --compiler-flavor=msvc --include D:/a/SandboxieCrack/SandboxieCrack/SandboxiePlus/Build_UGlobalHotkey_x64/release/moc_predefs.h -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/mkspecs/win32-msvc -ID:/a/SandboxieCrack/SandboxieCrack/SandboxiePlus/UGlobalHotkey -ID:/a/SandboxieCrack/SandboxieCrack/SandboxiePlus/UGlobalHotkey -ID:/a/SandboxieCrack/SandboxieCrack/SandboxiePlus/UGlobalHotkey -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/include -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/include/QtWidgets -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/include/QtGui/6.8.3 -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/include/QtGui/6.8.3/QtGui -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/include/QtGui -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/include/QtCore/6.8.3 -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/incl
D:\a\SandboxieCrack\Qt\6.8.3\msvc2022_64\bin\moc.exe -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DUGLOBALHOTKEY_LIBRARY -DNDEBUG -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_WINDLL --compiler-flavor=msvc --include D:/a/SandboxieCrack/SandboxieCrack/SandboxiePlus/Build_UGlobalHotkey_x64/release/moc_predefs.h -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/mkspecs/win32-msvc -ID:/a/SandboxieCrack/SandboxieCrack/SandboxiePlus/UGlobalHotkey -ID:/a/SandboxieCrack/SandboxieCrack/SandboxiePlus/UGlobalHotkey -ID:/a/SandboxieCrack/SandboxieCrack/SandboxiePlus/UGlobalHotkey -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/include -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/include/QtWidgets -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/include/QtGui/6.8.3 -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/include/QtGui/6.8.3/QtGui -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/include/QtGui -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/include/QtCore/6.8.3 -ID:/a/SandboxieCrack/Qt/6.8.3/msvc2022_64/incl
link /NOLOGO /DYNAMICBASE /NXCOMPAT /OPT:REF /OPT:ICF /INCREMENTAL:NO /DEBUG /DLL /SUBSYSTEM:WINDOWS /MANIFEST:embed /OUT:..\Bin\x64\Release\UGlobalHotkey.dll @C:\Users\RUNNER~1\AppData\Local\Temp\UGlobalHotkey.dll.6792.657.jom
LINK : fatal error LNK1181: cannot open input file 'release\ukeysequence.obj'
jom: D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus\Build_UGlobalHotkey_x64\Makefile.Release [..\Bin\x64\Release\UGlobalHotkey.dll] Error 1181
D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus\Build_UGlobalHotkey_x64>IF 2 NEQ 0 goto :error
D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus\Build_UGlobalHotkey_x64>echo Build failed
Build failed
D:\a\SandboxieCrack\SandboxieCrack\SandboxiePlus\Build_UGlobalHotkey_x64>exit 1
Error: Process completed with exit code 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions