-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Got an "error launching browser". Chrome already installed. #6650
Comments
Comment by peterflynn
|
Comment by andruska Menu item Debug > Show Developer Tools doesnt give any feedback, console doesnt appear. Also when pressing F12. When keeping Chrome open (before starting Brackets) and Reloading Without Extension gives no effect (for Live Preview). |
Comment by peterflynn
If it's the latter, do you have any security/firewall software installed on your machine? It may be blocking all socket connections on the Brackets process, which would break both Live Preview and the dev tools -- see #6282. Can you try disabling your security software temporarily to test if that's the cause of the problem? |
Comment by andruska
|
Comment by peterflynn
|
Comment by andruska
|
Comment by peterflynn Glad to hear it! Closing since problem is solved. If you can, could you post a little more detail about what you changed to get it working? Might be useful for others who run into the same problem. |
Comment by suneelmanyam I am also having the same can u please help me in this |
Comment by andruska Probably you need to change Chrome executable symlink in |
Comment by wedeluxe Thank you so much for this thread! I ran into the very same problem. On my Arch Linux box I did a fresh install of the package brackets-bin, then installed the package google-chrome (both from the AUR). When trying to start Live Preview all I got was that dialog box saying "An error occurred when launching the browser (error unknown) ..." This is the already existing symlink I found in the bin directory: I can confirm that adding a second symlink |
Comment by steezeburger This seems to be an Arch thing. Just for clarification:
Note: you will probably need to run as root This adds the proper symlink. Confirmed working Linux 3.17.4-1 MANJARO |
Comment by mearaj Thanks....this forum solved my issue.... |
Comment by bobv Steezeburger, yo da man!!! Thanks! |
Comment by alexander-mart
|
Comment by DanranWf
|
Comment by steezeburger
|
Comment by bhill010 Hi, |
Comment by redmunds
If you still can't run stable Chrome, try turning on File > Enable Experimental Live Preview which works with any browser. I opens in your default browser and you can paste the url into any other browser. |
Comment by edgardo001 Excellent, tested with Manjaro 4, Chrome 54 and Brackets 1.8, you must only create a symbolic link: sudo ln -s / bin / google-chrome-stable / bin / google-chrome |
Comment by AyoungDukie Can also confirm that the "sudo ln -s ..." command to create the symlink in /bin works under the latest Solus (2017.01.01.0). Thanks everyone! |
Comment by pcallycat Was glad to find this as it helped correct my issues. One thing to note though, it's not traditional to create symlinks in /bin for non-system software. |
Issue by andruska
Tuesday Apr 01, 2014 at 16:15 GMT
Originally opened as adobe/brackets#7372
"Error launching browser
An error occurred when launching the browser. (error Unknown) Form more information, see Toubleshooting Live Preview connection errors."
This error occurs after fresh install with first sample page. Chrome is already installed (but after i installed Brackets).
How can I start resolving this ?
The text was updated successfully, but these errors were encountered: