Windows 8.1 (64bit)
The Windows installation is "plain": no third party anti-virus or firewall software.
The following two issues exist in all the Sandboxie versions 4.x and 5.x. I remember that when the very first v4.x was published, some windows handling mechanism was changed in Sandboxie, making my XP computer to open program windows very slowly (we are talking several (1-3) seconds here). I actually have to revert back to v3.x version, because it was too slow to use programs that open windows/dialogs during the usage. That issue (on XP) might very well be related or even responsible for the problems I have in Windows 8.1:
1)
Let's say you have a sandbox with 'Forced Folder' pointing to a directory containing a command-line program. (A command-line program does not use window(s), but just prints its output to the command prompt window that was used to execute it.)
Now, if you execute that command-line program from a command prompt window, then a new command prompt window is always opened and the program is run in it. (Instead, the program should naturally run inside the very same command prompt window from which it was executed.)
This makes such the usage of command-line programs impossible. For example, let's say you launch Microsoft File Checksum Integrity Verifier to see checksums of a file. Then a new command prompt window gets opened and closed instantly -- you don't have the time to read what File Checksum Integrity Verifier printed to the screen!
2)
You cannot run (some) programs from a command prompt if you are "inside" a sandbox (see below). This concerns both command-line programs and/or windowed programs, BUT some programs will start OK, while others will fail. You will get the following error (if the start will fail):
Code: Select all
SBIE2337 Failed to start program: [44 / 2]
Code: Select all
cd c:\sandbox\mybox\drive\c
zip.exe
For instance, the command-line programs of http://gnuwin32.sourceforge.net/ seems to work (at least some of them), but all of my own command-line programs compiled with the old good Visual C++ 6.0 do not work.
Curiously, when I tested command-line programs of http://www.imagemagick.org/script/index.php, 'convert.exe' worked, but pretty much any other program there (e.g. 'compare.exe', 'ffmpeg.exe', etc.) failed to start!
About windowed programs (i.e. non-command-line programs)... The calculator 'calc.exe' of Windows starts OK. But majority(?) seems to fail. For example, 'swriter.exe' of OpenOffice.org v3.x does not work (and probably the latest version of it does not launch either).