This commit is contained in:
DavidXanatos 2022-10-10 08:48:02 +02:00
parent f5232488b6
commit e82125d9f5
3 changed files with 13 additions and 1 deletions

View File

@ -1384,6 +1384,10 @@ finish:
if (cancelled)
err = ERROR_CANCELLED;
}
else
{
SbieApi_Log(2226, L"%S [%S]", Dll_ImageName, Dll_BoxName);
}
}
/*if ((! ok) && (err == ERROR_ELEVATION_REQUIRED)) {

View File

@ -198,6 +198,10 @@ SBIE1301 Program '%2' was launched outside of the sandbox
# SBIE1304 Blocked simulated keyboard or mouse input by process '%2'
# .
1305;pop;inf;02
SBIE1305 Blocked sandboxed image from being loaded - %2
.
1306;pop;inf;01
SBIE1306 Sandboxie driver (SbieDrv) cannot be unloaded now
.
@ -497,6 +501,10 @@ SBIE2224 Sandboxed program has crashed: %2
SBIE2225 An attempt was made to access an EFS file: %2
.
2226;pop;wrn;01
SBIE2226 Process failed to start due to missing elevation, to resolve add "ApplyElevateCreateProcessFix=y" to the ini section for this box %2
.
#----------------------------------------------------------------------------
# SbieDrv
#

View File

@ -3643,7 +3643,7 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="lblAdvanced">
<property name="text">
<string>Here you can configure advanced per process options to improve compatibility and/or customize sand boxing behavior.</string>
<string>Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior.</string>
</property>
</widget>
</item>