Skip to content
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

Add UI option to issue SBIE2303 "wow64win.dll read failed" (and disable it by default) #1912

Closed
isaak654 opened this issue Jun 1, 2022 · 0 comments
Labels
Status: Fixed in Next Build Fixed in the next Sandboxie version win32k Win32k subsystem

Comments

@isaak654
Copy link
Collaborator

isaak654 commented Jun 1, 2022

For the record, it appeared long before the latest round of Windows updates:

https://www.wilderssecurity.com/threads/sandboxie-plus-v1-0-12.444449/#post-3071916

After over 6 minutes the trace log starts progessing again and I receive 'You have successfully installed Java', but it's followed with the notification:
msiexec.exe (6916): SBIE2303 Could not hook win32k, wow64win.dll read failed​
And SandboxieRpcSs.exe, SandboxieDcomLaunch.exe and SandboxieCrypto.exe are left running.

SB Error

SIZE_T SizeRead;
if (!ReadProcessMemory64(hProcess, (PVOID64)BaseAddress, dll_data, SizeOfImage, &SizeRead)) {
SbieApi_Log(2303, L"win32k, wow64win.dll read failed");
goto finish;
}

@DavidXanatos DavidXanatos added the win32k Win32k subsystem label Jun 1, 2022
@isaak654 isaak654 changed the title Add UI option to not issue SBIE2303 "wow64win.dll read failed" Add UI option to issue SBIE2303 "wow64win.dll read failed" (and disable it by default) Jun 1, 2022
@DavidXanatos DavidXanatos added the Status: Fixed in Next Build Fixed in the next Sandboxie version label Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Fixed in Next Build Fixed in the next Sandboxie version win32k Win32k subsystem
Projects
None yet
Development

No branches or pull requests

2 participants