4.09 Beta Available (Latest Version 4.10 Release Candidate)
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
4.10 RC still has bugs!!! Some Programs (Age of Empires 2 HD) report Out of memory. No issues with 4.08!!!
-
- Sandboxie Lead Developer
- Posts: 1638
- Joined: Fri Jan 17, 2014 5:21 pm
- Contact:
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
When going through the change log, it looked like only the dialog box issue had been fixed. But, then when I tried to reproduce the memory consumption problem myself, I couldn't repro. Perhaps it was fixed in the compiler upgrade. Are you still getting this memory consumption problem?Uwe wrote:@Curt
first (18.05.2014 02:03) you wrote:than (18.05.2014 02:37) you wrote:Curt@invincea wrote:Fixes in 4.10 RC
The Excel clipboard problem "The picture is too large and will be truncated." has been fixed. However, the memory consumption issue has not been addressed.Ist the "memory consumption issue" fixed in 4.10 RC - or - ist it NOT fixedCurt@invincea wrote:Fixes in 4.10 RC
The Excel clipboard problem "The picture is too large and will be truncated." has been fixed.
Or are that different *.exe Versions for download?
-
- Sandboxie Lead Developer
- Posts: 1638
- Joined: Fri Jan 17, 2014 5:21 pm
- Contact:
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
No, this has not been resolved.Nix wrote:@Curt; Has the issue about the fake path by cryptolocker, been resolve in this update?!
-
- Sandboxie Lead Developer
- Posts: 1638
- Joined: Fri Jan 17, 2014 5:21 pm
- Contact:
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
There was a small error with the yellow border not being shown for full-screen sandboxed apps. I fixed this and uploaded new install files for 4-10 to sandboxie.com
-
- Sandboxie Lead Developer
- Posts: 1638
- Joined: Fri Jan 17, 2014 5:21 pm
- Contact:
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
What user name is process SbieSvc.exe running under?
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
SbieSvc.exe is running as SYSTEM user. I just noticed that I only get the error when running Firefox in Sandboxie using the "Force Folder" rule. When I rightclick on the application and select "Sent to > Sandboxie", everything works fine!Curt@invincea wrote:What user name is process SbieSvc.exe running under?
System configuration:
ASUS T100
Windows 8.1 Update x86
Mozilla Firefox 24 ESR
Avast Antivirus Free (disabled for test)
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
Hi WongKit, you should use the Force programs feature to force Firefox. You are not supposed to use Force folders to sandbox a program like Firefox.WongKit wrote:I just noticed that I only get the error when running Firefox in Sandboxie using the "Force Folder" rule. When I rightclick on the application and select "Sent to > Sandboxie", everything works fine!
Bo
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
Thanks for the fix Curt.Curt@invincea wrote:There was a small error with the yellow border not being shown for full-screen sandboxed apps. I fixed this and uploaded new install files for 4-10 to sandboxie.com
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
Hi Bo,bo.elam wrote:Hi WongKit, you should use the Force programs feature to force Firefox. You are not supposed to use Force folders to sandbox a program like Firefox.
Bo
"Force programs" will not allow me to chose a specific application by its full path. It will match every program that is named firefox.exe which is something I do not want. Besides from that, using this option (instead of forced folders) will also lead to the error I mentioned before ;)
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
@WongKit: What I do is copy firefox.exe to another name in the same folder, such as firefox2.exe. Then one sandbox in Sandboxie.ini has "ForceProcess=firefox.exe", and another sandbox has "ForceProcess=firefox2.exe". This allows me configure the two sandboxes differently. For example, different Firefox profiles and Silverlight is only allowed in one of them. Even if this doesn't solve your problem, I hope it is a useful technique for you in the future.
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
@Binky: This will not give me any advantage compared to my current concept with forced folders. Plus it would break filetype / link association and automatic update functionality of Firefox.Binky wrote:@WongKit: What I do is copy firefox.exe to another name in the same folder, such as firefox2.exe. Then one sandbox in Sandboxie.ini has "ForceProcess=firefox.exe", and another sandbox has "ForceProcess=firefox2.exe". This allows me configure the two sandboxes differently. For example, different Firefox profiles and Silverlight is only allowed in one of them. Even if this doesn't solve your problem, I hope it is a useful technique for you in the future.
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
I've noticed the installer copies a few Visual C++ 2010 SP1 dlls to System32 if you don't already have them installed, but they're pre https://support.microsoft.com/kb/2565063 versions.
I'm no programmer, but from what I've read you're not supposed to just copy system files like that, as it can cause issues, like in this case Windows Update doesn't apply the security update.
I'm no programmer, but from what I've read you're not supposed to just copy system files like that, as it can cause issues, like in this case Windows Update doesn't apply the security update.
-
- Sandboxie Lead Developer
- Posts: 1638
- Joined: Fri Jan 17, 2014 5:21 pm
- Contact:
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
Actually, it is the opposite. These files should be installed in the windows folder so that it can apply updates. If they are in the Sandboxie folder, Windows Update can't find them.Nurple wrote:I've noticed the installer copies a few Visual C++ 2010 SP1 dlls to System32 if you don't already have them installed, but they're pre https://support.microsoft.com/kb/2565063 versions.
I'm no programmer, but from what I've read you're not supposed to just copy system files like that, as it can cause issues, like in this case Windows Update doesn't apply the security update.
Re: 4.09 Beta Available (Latest Version 4.10 Release Candida
@Curt
Oh, OK, but Windows doesn't update them, as I checked this before posting, and to be fair I never said you should copy them to the install folder.
When I said the files shouldn't be in System32, I meant not just copied there, and should be installed with the VC++ redist installers, as I'm aware that's where they go if it's used.
Anyway like I said, I'm no programmer, and I'm only remembering (more likely misremembering) something I read ages ago, and thought I could be helping.
Oh, OK, but Windows doesn't update them, as I checked this before posting, and to be fair I never said you should copy them to the install folder.
When I said the files shouldn't be in System32, I meant not just copied there, and should be installed with the VC++ redist installers, as I'm aware that's where they go if it's used.
Anyway like I said, I'm no programmer, and I'm only remembering (more likely misremembering) something I read ages ago, and thought I could be helping.
Who is online
Users browsing this forum: No registered users and 0 guests