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
try launching sunflower-js.html from the command line 2. 3.
What is the expected output? What do you see instead?
An error message (see details below).
What version of the product are you using? On what operating system?
Mac OSX 10.6.8
Please provide any additional information below.
On my Macbook OSX 10.6.8 (and Chrome 15.0.874.121) I succesfully completed the instructions for running Dart on a Macbook.
I launched this command from the command line:
$ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome out/client/samples/sunflower/sunfl
ower-js.html
This is the error message:
"[15516:2307:363868554385888:ERROR:process_singleton_mac.cc(102)] Unable to obtain profile lock."
Nothing similar is available in the forum. I did a Google search and found the same error with different issues involving a lock file in /Library/Application Support/... but there is no Google subdirectory (and no lock files).
Suggestions are welcome~
The text was updated successfully, but these errors were encountered:
This is more of a Chrome issue - it will not start up a new Chrome process if there's one already running. You can either open a new window or tab in the currently running copy of Chrome, and open the sunflower example there, or try telling Chrome to use a separate directory for its profile lock. You can do this by adding:
This issue was originally filed by [email protected]
What steps will reproduce the problem?
2.
3.
What is the expected output? What do you see instead?
An error message (see details below).
What version of the product are you using? On what operating system?
Mac OSX 10.6.8
Please provide any additional information below.
On my Macbook OSX 10.6.8 (and Chrome 15.0.874.121) I succesfully completed the instructions for running Dart on a Macbook.
I launched this command from the command line:
$ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome out/client/samples/sunflower/sunfl
ower-js.html
This is the error message:
"[15516:2307:363868554385888:ERROR:process_singleton_mac.cc(102)] Unable to obtain profile lock."
Nothing similar is available in the forum. I did a Google search and found the same error with different issues involving a lock file in /Library/Application Support/... but there is no Google subdirectory (and no lock files).
Suggestions are welcome~
The text was updated successfully, but these errors were encountered: