"GitHub Desktop failed to launch" after latest update
See original GitHub issueDescription
“GitHub Desktop failed to launch” after latest update
Version
GitHub Desktop version: 1.0.7 OS version: Windows 10.0.14393
Steps to Reproduce
- Restart GitHub Desktop app to install latest update (1.0.7)
Expected behavior: N/A
Actual behavior: App crashes right after opening
Reproduces how often: Always
Logs
Error: Mode github-diff-syntax failed to advance stream.
at at (app\node_modules\codemirror\lib\codemirror.js:1639:1)
at dt (app\node_modules\codemirror\lib\codemirror.js:1693:1)
at tt (app\node_modules\codemirror\lib\codemirror.js:1539:1)
at C:\Users\<USERNAME>\AppData\Local\GitHubDesktop\app-1.0.7\webpack:\app\node_modules\codemirror\lib\codemirror.js:4063:24
at Jr.iterN (app\node_modules\codemirror\lib\codemirror.js:5539:8)
at Bs.iterN (app\node_modules\codemirror\lib\codemirror.js:5651:41)
at Bs.iter (app\node_modules\codemirror\lib\codemirror.js:6047:14)
at Do (app\node_modules\codemirror\lib\codemirror.js:4058:1)
at C:\Users\<USERNAME>\AppData\Local\GitHubDesktop\app-1.0.7\webpack:\app\node_modules\codemirror\lib\codemirror.js:148:21
Version: 1.0.7
OS: Windows 10.0.14393
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:19 (7 by maintainers)
Top Results From Across the Web
GitHubDesktop won't open after update #13952
Describe the bug. GitHubDesktop will not launch from toolbar shortcut, menu shortcut or directly when double clicking on .exe
Read more >Github Desktop won't re-open · Issue #14732
The problem Just installed Desktop on several of my Windows 10 machines today. It seems Desktop is not closing properly.
Read more >GitHub Desktop won't open on Windows 10 · Issue #3757
This is my solution after trying many suggested above. Go to 'C:\Users\YOUR USER NAMEn\AppData\Local\GitHubDesktop', and then delete the most ...
Read more >GitHub Desktop will not launch, for unclear reasons #3443
Attempting to re-install by following these steps: End all processes that might still be running. Uninstall the application via "Programs & ...
Read more >GitHub Desktop failed to launch · Issue #5416
Do nothing · Wait for it to crash over nothing · Press Quit and Restart · Wait for it to crash again (maybe...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We just released 1.0.8 with the fix. Thank you all for reporting it and your patience as we fixed it 💖
Experiencing the same issue.
It only happens when
{$
is part of a string enclosed in double quotes, like @filipsobol already mentioned.It doesn’t seem to cause a crash when
{$
is used in other ways like'Welcome {$name}s!'
and$foo->{$bar}
.