You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
$ npm run start
> [email protected] start C:\work\browser-laptop
> node ./tools/start.js --user-data-dir-name=brave-development --enable-logging --v=0 --enable-extension-activity-logging --enable-sandbox-logging --enable-dcheck
Crash reporting enabled
An uncaught exception occurred in the main process Uncaught Exception:
TypeError: Cannot set property 'enabled' of null
at setMenuItemAttribute (C:\work\browser-laptop\app\browser\menu.js:647:23)
at updateShareMenuItems (C:\work\browser-laptop\app\browser\menu.js:664:5)
at doAction (C:\work\browser-laptop\app\browser\menu.js:690:11)
at reducers.reduce (C:\work\browser-laptop\js\stores\appStore.js:188:24)
at Array.reduce (<anonymous>)
at applyReducers (C:\work\browser-laptop\js\stores\appStore.js:186:68)
at handleAppAction (C:\work\browser-laptop\js\stores\appStore.js:253:16)
at callbacks.forEach (C:\work\browser-laptop\js\dispatcher\appDispatcher.js:107:7)
at Array.forEach (<anonymous>)
at AppDispatcher.dispatchToOwnRegisteredCallbacks (C:\work\browser-laptop\js\dispatcher\appDispatcher.js:106:20)
This is also happening when launching 0.22.701339ffd6 which is the latest beta build. You'll get the above silent crash in the terminal which is also being logged under chrome://crashes.
Likely caused by #13933 - I did have to do a manual merge for 0.22.x-release3
kjozwiak
changed the title
Cannot set property 'enabled' of null when launching from brave
Cannot set property 'enabled' of null when launching or closing Brave.
May 2, 2018
Test plan
Description
Cannot set property 'enabled' of null when launching from brave
Steps to Reproduce
Actual result:
Expected result:
Shouldn't show the error
Reproduces how often:
100%
Brave Version
about:brave info:
0.22.700 9306021
Reproducible on current live release:
No
Additional Information
Reproduced on macOS by @LaurenWags
The text was updated successfully, but these errors were encountered: