Search found 24 matches

by syazaz
Thu Dec 14, 2017 12:45 am
Forum: Problem Reports
Topic: BSOD With Cisco WebEx Meeting client
Replies: 3
Views: 232

Re: BSOD With Cisco WebEx Meeting client

Sorry, forgot to mention windows arch, Its Windows 10 x64 without AVs (except Win defender). I will email the dump files however I won't be able to provide full dump. In this case I'll email the executable hopefully you'll be able to reproduce it on your end. Yes, it does happen in new sandbox with ...
by syazaz
Wed Dec 13, 2017 8:17 am
Forum: Problem Reports
Topic: BSOD With Cisco WebEx Meeting client
Replies: 3
Views: 232

BSOD With Cisco WebEx Meeting client

Windows BSOD immediately after opening Cisco WebEx Meeting with sandboxie.

APC_INDEX_MISMATCH

Windows 10 Version 1703 - 10.0.15063.726 (WinBuild.160101.0800)

Sandboxie 5.22 & Sandboxie 5.23.1
by syazaz
Mon Mar 06, 2017 11:27 pm
Forum: Beta Version 5.17
Topic: 5.17 Beta Available (latest version 5.18)
Replies: 130
Views: 95437

Re: 5.17 Beta Available (latest version 5.17.5)

1) Sorry, but if the message verbose, those important number can be understand, probably like (Exit code: 25, HResult: 25, CmdLine: C:\msbuild.exe) for now its just a 2 number that doesn't tell anything to user. I don't even know which program failed to start and this vague message makes me feel ins...
by syazaz
Mon Mar 06, 2017 6:48 am
Forum: Beta Version 5.17
Topic: 5.17 Beta Available (latest version 5.18)
Replies: 130
Views: 95437

Re: 5.17 Beta Available (latest version 5.17.4)

Today I encounter a strange bug, so I thought to mention it here. Somehow suddenly out of nowhere when I switch (focus) from other apps to visual studio, sandboxie popup a warning SBIE2337 Failed to start program[SOME RANDOM NUMBER]. It kept popping up that warning when I switched task forth and bac...
by syazaz
Thu Jun 30, 2016 8:35 am
Forum: Problem Reports
Topic: OpenDialogBox mostly hangs
Replies: 5
Views: 814

Re: OpenDialogBox mostly hangs

An update to this issue, if I leave the dialog long enough, maybe after 5-10 minutes, the dialog will start showing items. Navigating (opening other subfolder) will make it hang again.

Sandboxie 5.12 x64
Windows 10x64
by syazaz
Thu Jun 30, 2016 8:25 am
Forum: Problem Reports
Topic: No tray icon when OpenWinClass=*
Replies: 15
Views: 2045

Re: No tray icon when OpenWinClass=*

I think it is because the sandboxed program is run on highly untrusted levels, which when window access given, it bypass sandboxie tray code and continue to use windows to add tray icon to taskbar. Since windows saw this apps as untrusted/different user, it will failed the tray icon creation. Perhap...
by syazaz
Thu Jun 30, 2016 8:19 am
Forum: Feature Requests
Topic: View command line in Sandboxie Control
Replies: 0
Views: 10212

View command line in Sandboxie Control

As per title, it would be interesting if developer can add new "Command Line" column along with "Program Name" | "PID" | "Window Title". It would be best if the user can select which column they need like in task manager.
by syazaz
Thu Jun 30, 2016 8:12 am
Forum: Feature Requests
Topic: Set priority to sandboxed processes
Replies: 4
Views: 4203

Re: Set priority to sandboxed processes

That is not possible. Sandboxie is an isolation platform, not a VM environment. Games should be installed on your host directly, and not into the SB. Sandboxie was designed to sandboxe Internet Explorer (SandboxIE) We focus on browsers and office suites, and typical online browsing. Gaming was not ...
by syazaz
Sun Jun 26, 2016 2:52 am
Forum: Beta Version 5.13
Topic: 5.14 Released
Replies: 165
Views: 66455

Re: 5.13 Beta Available (latest version 5.13.1)

With 5.13.1 Beta, steam start up very slow inside sandboxie. Launching games through steam will either fail or crash due to steam_api unable to communicate with steam client process. All was fine with 5.12

Windows 10x64.
by syazaz
Sun Apr 03, 2016 8:44 pm
Forum: Problem Reports
Topic: No tray icon when OpenWinClass=*
Replies: 15
Views: 2045

Re: No tray icon when OpenWinClass=*

Not happening on your side? Well, weird because it happens on my PC on two different OSes with default empty sandbox aswell. I'll try reinstall windows and sandbox in a VM and report back.
by syazaz
Sun Apr 03, 2016 8:42 pm
Forum: Problem Reports
Topic: OpenDialogBox mostly hangs
Replies: 5
Views: 814

Re: OpenDialogBox mostly hangs

This kind of dialog box

EDIT: An actual screenshots
Image

EDIT again: It hangs (app not responding) when navigating on some folder.
by syazaz
Sun Apr 03, 2016 8:36 pm
Forum: Problem Reports
Topic: OpenDialogBox mostly hangs
Replies: 5
Views: 814

Re: OpenDialogBox mostly hangs

When I was reporting this, I'm on win 8.1x64, now 10x64 and sandboxie 5.11.3 and the issue still persists - with all kind of windows update version. It no longer hanging but looks like the enumeration never ends (perhaps stuck on a loop?) and show "Working on it". Navigating to different drive/folde...
by syazaz
Sun Apr 03, 2016 8:23 pm
Forum: Problem Reports
Topic: No tray icon when OpenWinClass=*
Replies: 15
Views: 2045

Re: No tray icon when OpenWinClass=*

Still no news about this? It can be easily reproduce, just OpenWinClass=* and try to create a tray icon/launch the process with tray icon. It getting more annoying when launching a process through a debugger (forced folder/program), without OpenWinClass=*, the process looks like being forked - a new...
by syazaz
Fri Mar 11, 2016 3:38 am
Forum: Problem Reports
Topic: "Your connection to matchmaking servers is not reliable"
Replies: 5
Views: 4404

Re: "Your connection to matchmaking servers is not reliable"

You are right, I managed to get some time to find the issue. Apparently it communicates with SteamService via SteamClientService_SharedMemLock and Valve_SteamIPC_Class... I don't know how it leak out from the sandbox in the first place. Uninstall the service from the host and running it inside the s...
by syazaz
Sat Mar 05, 2016 7:12 pm
Forum: Problem Reports
Topic: "Your connection to matchmaking servers is not reliable"
Replies: 5
Views: 4404

Re: "Your connection to matchmaking servers is not reliable"

Adding this line solve the problem, remove and the problem appears again:

Code: Select all

OpenIpcPath=*Steam*
Well its a bit weird since both steam and cs:go run inside the same sandbox and they should be able to communicate within the sandbox.