Tasver wrote:Are there any options that enable error file logging inside sandboxie?
There's nothing in Sandboxie that will monitor and log whether or not the service is running.
You can run Task Manager (Ctrl-Alt-Del), and click on the "Processes" tab for that.
Then click on the column heading named "Image Name" to sort the processes into alphabetic order.
Scroll down to see if the Sandboxie service "SbieSvc.exe" is listed.
It seems unlikely (to me) that the service has been stopped, though.
You can set up logging for the SBIExxxx errors that are typically shown in a window (such as your SBIE1408 error for Nero) but there's no extra information logged, beyond what you see in that window.
Setting up that type of logging requires adding a Registry key:
http://sandboxie.com/phpbb/viewtopic.php?p=44132#44132
Personally, I do log these error messages and use log level 2 - which adds time and date information to the log file:
Log level 2:
http://sandboxie.com/phpbb/viewtopic.php?t=7155
and I save the logged data to:
C:\Program Files\Sandboxie\Sbie.log
As I say though, there's no extra information logged, beyond what you see in the error message window.
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SbieSvc]
"LogFile"="2;C:\\Program Files\\Sandboxie\\Sbie.log"
As far as failing to delete a sandbox, there are some programs that continue to keep a hold on a file in a sandbox, and that will prevent its deletion.
Sometimes that program can be identified by using a program that can identify what program has a lock on a sandbox.
One program that can be used is
Unlocker. It integrates into Windows Explorer, so you right-click on the sandbox in Explorer, and then choose "Unlocker" from the context menu.