-
Notifications
You must be signed in to change notification settings - Fork 972
Running from source (npm run start) often crashes on Windows #13224
Comments
Also closing the browser window doesn't terminate all process. Pressing Ctrl+C on the console shows |
There's a possibility the root cause for the crash will be fixed with #13240. We can try to retest after this is accepted 😄 Steps I used to reproduce:
|
Tentatively moving to 0.21.x; we can close if fixed or reset milestone to |
Running using a debug build of Muon, I see the following get output when this happens:
|
Per @darkdh, here is where that check is failing: |
heyo, @bsclifton try running starting it with |
This has almost certainly been fixed with muon's brave/muon@d5985a3 commit, which is not on master, only single-webview project branch. |
Adding to same milestone as single-webview since the fix is contained in that branch |
@petemill I tested on Windows using latest
|
hmm @bsclifton can you update your debug build of muon to single-webview-c65 branch (muon v6) and see if you get the same / different error and stack as #13224 (comment)? |
Confirmed this works great using |
Description
Off late i've been seeing running
npm run start
it launches browser and crashesSteps to Reproduce
npm run start
to launch development instanceActual result:
Expected result:
Should launch upon running the command correctly
Reproduces how often:
Quite often
Brave Version
about:brave info:
Reproducible on current live release:
N/A
Additional Information
Same issue when relaunching an existing profile. Sometimes have to switch to
npm start
to launch and sometimes have to delete thebrave-development
profile before a successful browser launchcc: @bridiver @darkdh @bsclifton
The text was updated successfully, but these errors were encountered: