-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Headful chromium on Windows does not launch without '--single-process' #12174
Comments
@wangzyh There is no logs/errors/output to start debugging the issue. Could you please run with |
@dgozman yes, the result is as follows
|
@wangzyh Unfortunately, there is nothing interesting in the logs, so I am not sure where the problem comes from. Perhaps some kind of enterprise policy? I'd suggest to try manually running the following executable, e.g. double-click it.
If it launches, try to open your test page there. If that works, go to |
@dgozman It can be launched normally, and there is no problem opening the test page.
|
@wangzyh Thank you for trying. Not sure how to help further, everything seems fine. |
Thanks for the report! It does look like there is a real bug here, but it is very hard to understand what's going on. We need more information to act on this report. Please file a new one and link to this issue if there is additional information that could help debugging! |
Context:
Code Snippet
Describe the bug
Chromium can not launch without
args: ['--single-process']
in headful mode. Like in #3191, but its solution doesn't work for me.The error output is as follows:
The text was updated successfully, but these errors were encountered: