最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Chromium main build not navigating to webpages when debugging from VS 2022 but navigates from the installed version from autonin

programmeradmin4浏览0评论

I've recently downloaded and cloned the code for the chromium browser on my windows 11 machine.

There seems to be a weird issue where running the chromium browser from the build directory or VS 2022 results in the browser not loading any pages (except from suggestions from the search bar). However, I was able to use autoninja to make a mini_installer and that installed version does load both suggestions from the search bar and will navigate. Does anyone know what can be happening?

This log is spammed when running from the out/Default directory when following the guide about cloning and building the .exe file. I don't get this with the installed version of chromium from the mini_installer with the same exact code it was built from.

[25776:25624:0316/181052.814:ERROR:content\browser\network_service_instance_impl:586] Network service crashed, restarting service.

Windows 11 with Visual Studio 2022 Branch: main (854691a47463453b8b89bb337f188b87a1c5805a)

I've recently downloaded and cloned the code for the chromium browser on my windows 11 machine.

There seems to be a weird issue where running the chromium browser from the build directory or VS 2022 results in the browser not loading any pages (except from suggestions from the search bar). However, I was able to use autoninja to make a mini_installer and that installed version does load both suggestions from the search bar and will navigate. Does anyone know what can be happening?

This log is spammed when running from the out/Default directory when following the guide about cloning and building the .exe file. I don't get this with the installed version of chromium from the mini_installer with the same exact code it was built from.

[25776:25624:0316/181052.814:ERROR:content\browser\network_service_instance_impl:586] Network service crashed, restarting service.

Windows 11 with Visual Studio 2022 Branch: main (854691a47463453b8b89bb337f188b87a1c5805a)

Share Improve this question asked Mar 16 at 22:28 21894902189490 1399 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

The main branch is often unstable. Use one of the release or pre-release tags for checking the stable sources. You can see the tags on https://chromium.googlesource/chromium/src.git on the left pane. Now, the release tag is 134.0.6998.106, pre-release is 135.0.7049.23 and canary tags are 136.0.*

I've recently downloaded and cloned the code

From the question, it's unclear what you have done. On the referenced page:

To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论