Page 1 of 9

4.09 Beta Available (Latest Version 4.10 Release Candidate)

Posted: Wed Feb 19, 2014 2:01 pm
by Curt@invincea
http://www.sandboxie.com/index.php?AllVersions

Fixes in 4.10 RC
The Excel clipboard problem "The picture is too large and will be truncated." has been fixed.

Fixes in 4.09.5

In this beta, Sandboxie has been built under Visual Studio 2010 and uses newer versions of the Microsoft libraries. Two new security features have been enabled for all Sandboxie binaries: DEP (http://windows.microsoft.com/en-us/wind ... -questions) and ASLR (http://en.wikipedia.org/wiki/Address_sp ... domization) .

Fixes in 4.9.4:

Fixed the following startup errors on the Dell Venue and other Win 8.1 tablets.
SBIE2336 Error in GUI server: [11 / C0000021]
SBIE2335 Initialization failed for process Start.exe [88/0]

Fixes in 4.9.3:

This update is exclusively to fix Windows 8.1 update KB2919355.

Fixes in 4.9.2:

Fixed several additional C0000142 (STATUS_DLL_INIT_FAILED) bugs. These could also show up as "CRT not initialized" or "DLL failed to initialize" errors and could also sometimes cause the sandboxed application to crash on start.

Fixes in 4.9.1:

1) Incompatibility with FFX 27 and Avast that caused FFX to run with no visible windows.
2) Chrome crash when reporting an issue under Tools->Report an issue...
3) Fixed a problem with DFS drives (Distributed File System)
4) The "InjectDll" setting would sometimes cause DLL initialization to fail with the message "CRT not initialized" or "DLL failed to initialize".

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Wed Feb 19, 2014 2:43 pm
by Page42
Fixed Chrome crash when reporting an issue under Tools->Report an issue...
Indeed! Good job!

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Wed Feb 19, 2014 2:46 pm
by Buster
Fixed the problems with BSA´s LOG_API.DLL. Thanks!

I need to know something...

In what version was introduced the bug which causes DLL initialization to fail with the message "CRT not initialized" or "DLL failed to initialize"?

Is the bug present since 4.01.01 beta version or it was introduced in later version?

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Wed Feb 19, 2014 2:57 pm
by bo.elam
Nice version, all programs running great sandboxed (XP/W7 32 bits).

Bo

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Wed Feb 19, 2014 3:54 pm
by Curt@invincea
Buster wrote:Fixed the problems with BSA´s LOG_API.DLL. Thanks!

I need to know something...

In what version was introduced the bug which causes DLL initialization to fail with the message "CRT not initialized" or "DLL failed to initialize"?

Is the bug present since 4.01.01 beta version or it was introduced in later version?
That bug was introduced in 4.01.

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Wed Feb 19, 2014 5:45 pm
by Buster
Thanks for the info!

I thought the changes made to internal architecture caused that Sandboxie was not suitable for malware analysis anymore, but it could be possible that the bug you fixed in 4.09.01 was in fact the reason that caused some malwares to do not run properly.

The question is I do not remember with what exact malware I noticed something was wrong with Sandboxie 4.x but I just made a small test with a malware sample set and analyses seem to be fine, just like the ones created with version 3.76.

So the good news for BSA users is that very probably Sandboxie 4.09.01+ versions will be suitable for doing malware analysis.

In order to improve Sandboxie´s stealthness I requested Ronen a feature. May I rescue the feature request and send it to you?

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Wed Feb 19, 2014 6:11 pm
by Peter2150
This beta is working fine here. Well done guys.

Pete

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Wed Feb 19, 2014 6:43 pm
by Nix
Still having some issue with autoCAD 2004, a bit slow, which I don't get in 3.76... Anyway when is the release?!



@curt

Is it possible to add a command key to future update in sandboxie, for termination of programs...

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Wed Feb 19, 2014 9:59 pm
by ssj100
Sounds great. I will test my DLL issue soon. Any chance we can have separate 32-bit/64-bit install files please?

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Wed Feb 19, 2014 11:31 pm
by bo.elam
I also like (if its possible) separate 32-bit/64-bit installers to be available.

Bo

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Thu Feb 20, 2014 6:35 pm
by Karl Starbergh
I'm using Windows 7 32bit and I try Sandboxie 4.08 and new beta 4.09.01
Visual Studio 2010 crash on start on both versions.

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Fri Feb 21, 2014 1:16 pm
by Curt@invincea
Karl Starbergh wrote:I'm using Windows 7 32bit and I try Sandboxie 4.08 and new beta 4.09.01
Visual Studio 2010 crash on start on both versions.
Are you trying to run Visual Studio in the sandbox? I would not be at all surprised if that does not work. VS has very deep hooks into the OS -- especially when debugging.

EDIT: Here are tzuk's last comments on VS. I agree completely.
tzuk wrote:I think it might be too complicated a program to install in Sandboxie.

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Fri Feb 21, 2014 3:06 pm
by Uwe
Nix wrote:@curt

Is it possible to add a command key to future update in sandboxie, for termination of programs...
Do you mean this?
http://www.sandboxie.com/index.php?StartCommandLine

Code: Select all

Stop Programs 

Terminate all programs running in a particular sandbox. Note that the request is transmitted to the Sandboxie service SbieSvc, which actually carries out the termination. 
  "C:\Program Files\Sandboxie\Start.exe"  /terminate
  "C:\Program Files\Sandboxie\Start.exe"  /box:TestBox  /terminate
  "C:\Program Files\Sandboxie\Start.exe"  /terminate_all


If the parameter /box:SandboxName is omitted, programs running in the default sandbox, DefaultBox, will be stopped. 

The form /terminate_all terminates all programs in all sandboxes. 

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Fri Feb 21, 2014 6:40 pm
by Nix
I meant shortcut key ex. ctrl+alt+___, to easily terminate a program.

Re: 4.09 Beta Available (Latest Version 4.09.1)

Posted: Sat Feb 22, 2014 4:57 am
by Uwe
Nix wrote:I meant shortcut key ex. ctrl+alt+___, to easily terminate a program.
Nix,
Maybe this will help you further:

shortcut to terminate all prog
http://forums.sandboxie.com/phpBB3/view ... hp?p=80242