-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edge/Chrome/Brave/Vivaldi v90 hang with 5.49.7 and hardware acceleration on #795
Comments
I don't have this issue, I just merged 5 different reports. It seems like they updated the browsers outside of the sandbox and that the hardware acceleration setting (in enabled state) conflicts with the same browsers opened inside the sandboxes. |
Yes, I see this issue with MS Edge 90 as well (on Windows 1909 and 20H2). Here is what I found while trying to debug this. Chromium browsers do hardware compositing in a separate process (the GPU process). Here is an illustration of how this looks like (this is running un-sandboxed): Now, if the browser is started inside the sandbox, somehow something goes wrong with the window creation. HWND window = CreateWindowEx(
WS_EX_NOPARENTNOTIFY | WS_EX_LAYERED | WS_EX_TRANSPARENT |
WS_EX_NOREDIRECTIONBITMAP,
reinterpret_cast<wchar_t*>(g_window_class), L"",
WS_CHILDWINDOW | WS_DISABLED | WS_VISIBLE, 0, 0, size.width(),
size.height(), *parent_window, nullptr, nullptr, nullptr);
if (!window) {
logging::SystemErrorCode error = logging::GetLastSystemErrorCode();
base::debug::Alias(&error);
CHECK(false);
} For some reason I guess I'll have to leave this for someone else to figure out :) |
Report n. 6 by stapp:
|
I experienced trouble with all 64 bit chrome v90+ browsers. The 32bit versions seem to run OK.?? |
I'm looking into the issue |
This issue should be resolved in the next build untill then you can sue this patched SbieDll.dll Strangely the window reparrenting @hg421 reported still seams broken, |
I tested on windows 8.1 and it doesn't work |
Could you share your config and your sandboxie version? |
Sandboxie 5.49.8 config: Template=7zipShellEx [DefaultBox] ConfigLevel=9 [UserSettings_11BA028F] SbieCtrl_UserName=hublot [f] Enabled=y [g] Enabled=y [h] Enabled=y [i] Enabled=y |
I think the maintainer takes in consideration only the latest sbie version, could you test 5.51.6 please? |
Indeed it works I deleted my sandboxes and install the update, I do not know if it is because I had not deleted my sandboxes or after installation reload the configuration. |
In the first report, one user tested clean installs of 5.49.5 and 5.49 , but they fail too.
For further details:
Report n. 1
Report n. 2
Report n. 3
Report n. 4
Report n. 5
The text was updated successfully, but these errors were encountered: