Discussion:
[dart-misc] dartium installed, but giving errors when i start it
Joe Blue
2016-08-30 14:52:17 UTC
Permalink
hey everyone,

i just installed dart and dartium on OSX. Here is my .bash_profile:

### Dart
# Ref. https://dart.academy/getting-started-with-dart-and-atom/
# Ref: https://www.dartlang.org/install/mac
DART_SDK=$HOMEBREW_INSTALL/opt/dart/libexec
DART_DARTIUM=$HOMEBREW_INSTALL/opt/dart/Chromium.app
DART_PUBCACHE_BIN=$HOME/.pub-cache/bin

export PATH=$PATH:$DART_SDK/bin:/$DART_DARTIUM:$DART_PUBCACHE_BIN


But when i start dartium from bash i get this:

x-MacBook-Pro:~ apple$ dartium

[6053:63251:0830/164839:ERROR:password_store_proxy_mac.cc(92)] Could not
create/open login database.

[6057:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox

[6058:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox



Here are the versions:

x-MacBook-Pro:~ apple$ dartium --version

Chromium 45.0.2454.104 Dart 1.19.0


x-MacBook-Pro:~ apple$ dart --version

Dart VM version: 1.19.0 (Fri Aug 26 02:27:39 2016) on "macos_x64"



Can someone let me know if they also have this error message please ?
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Harry Terkelsen' via Dart Misc
2016-08-30 16:59:42 UTC
Permalink
I get the errors about the renderer sandbox and another error about SUID
sandbox. I can't remember a time when I started dartium without seeing
those errors. Everything seems to work fine, though.
Post by Joe Blue
hey everyone,
### Dart
# Ref. https://dart.academy/getting-started-with-dart-and-atom/
# Ref: https://www.dartlang.org/install/mac
DART_SDK=$HOMEBREW_INSTALL/opt/dart/libexec
DART_DARTIUM=$HOMEBREW_INSTALL/opt/dart/Chromium.app
DART_PUBCACHE_BIN=$HOME/.pub-cache/bin
export PATH=$PATH:$DART_SDK/bin:/$DART_DARTIUM:$DART_PUBCACHE_BIN
x-MacBook-Pro:~ apple$ dartium
[6053:63251:0830/164839:ERROR:password_store_proxy_mac.cc(92)] Could not
create/open login database.
[6057:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
[6058:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
x-MacBook-Pro:~ apple$ dartium --version
Chromium 45.0.2454.104 Dart 1.19.0
x-MacBook-Pro:~ apple$ dart --version
Dart VM version: 1.19.0 (Fri Aug 26 02:27:39 2016) on "macos_x64"
Can someone let me know if they also have this error message please ?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Günter Zöchbauer
2016-08-31 05:36:33 UTC
Permalink
And then Dartium starts or doesn't start at all?
Post by Joe Blue
hey everyone,
### Dart
# Ref. https://dart.academy/getting-started-with-dart-and-atom/
# Ref: https://www.dartlang.org/install/mac
DART_SDK=$HOMEBREW_INSTALL/opt/dart/libexec
DART_DARTIUM=$HOMEBREW_INSTALL/opt/dart/Chromium.app
DART_PUBCACHE_BIN=$HOME/.pub-cache/bin
export PATH=$PATH:$DART_SDK/bin:/$DART_DARTIUM:$DART_PUBCACHE_BIN
x-MacBook-Pro:~ apple$ dartium
[6053:63251:0830/164839:ERROR:password_store_proxy_mac.cc(92)] Could not
create/open login database.
[6057:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
[6058:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
x-MacBook-Pro:~ apple$ dartium --version
Chromium 45.0.2454.104 Dart 1.19.0
x-MacBook-Pro:~ apple$ dart --version
Dart VM version: 1.19.0 (Fri Aug 26 02:27:39 2016) on "macos_x64"
Can someone let me know if they also have this error message please ?
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Joe Blue
2016-08-31 08:14:16 UTC
Permalink
It starts up.
Then shows 3 yellow warnings across the top.
But it does start up.

Is it just a weird bug to ignore ?
Post by Günter Zöchbauer
And then Dartium starts or doesn't start at all?
Post by Joe Blue
hey everyone,
### Dart
# Ref. https://dart.academy/getting-started-with-dart-and-atom/
# Ref: https://www.dartlang.org/install/mac
DART_SDK=$HOMEBREW_INSTALL/opt/dart/libexec
DART_DARTIUM=$HOMEBREW_INSTALL/opt/dart/Chromium.app
DART_PUBCACHE_BIN=$HOME/.pub-cache/bin
export PATH=$PATH:$DART_SDK/bin:/$DART_DARTIUM:$DART_PUBCACHE_BIN
x-MacBook-Pro:~ apple$ dartium
[6053:63251:0830/164839:ERROR:password_store_proxy_mac.cc(92)] Could not
create/open login database.
[6057:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
[6058:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
x-MacBook-Pro:~ apple$ dartium --version
Chromium 45.0.2454.104 Dart 1.19.0
x-MacBook-Pro:~ apple$ dart --version
Dart VM version: 1.19.0 (Fri Aug 26 02:27:39 2016) on "macos_x64"
Can someone let me know if they also have this error message please ?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Günter Zöchbauer
2016-08-31 16:18:50 UTC
Permalink
I think it's as designed but maybe someone with deeper knowledge provides
more details.
Post by Joe Blue
It starts up.
Then shows 3 yellow warnings across the top.
But it does start up.
Is it just a weird bug to ignore ?
Post by Günter Zöchbauer
And then Dartium starts or doesn't start at all?
Post by Joe Blue
hey everyone,
### Dart
# Ref. https://dart.academy/getting-started-with-dart-and-atom/
# Ref: https://www.dartlang.org/install/mac
DART_SDK=$HOMEBREW_INSTALL/opt/dart/libexec
DART_DARTIUM=$HOMEBREW_INSTALL/opt/dart/Chromium.app
DART_PUBCACHE_BIN=$HOME/.pub-cache/bin
export PATH=$PATH:$DART_SDK/bin:/$DART_DARTIUM:$DART_PUBCACHE_BIN
x-MacBook-Pro:~ apple$ dartium
[6053:63251:0830/164839:ERROR:password_store_proxy_mac.cc(92)] Could not
create/open login database.
[6057:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
[6058:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
x-MacBook-Pro:~ apple$ dartium --version
Chromium 45.0.2454.104 Dart 1.19.0
x-MacBook-Pro:~ apple$ dart --version
Dart VM version: 1.19.0 (Fri Aug 26 02:27:39 2016) on "macos_x64"
Can someone let me know if they also have this error message please ?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Alan Knight' via Dart Misc
2016-08-31 18:12:42 UTC
Permalink
Yes, it's as designed. Dartium runs without the renderer sandbox. That's
potentially a security issue and there are potentially others, as it has
not been reviewed for security. It should be used as a developer tool for
Dart and not for visiting arbitrary websites. If you're doing that, then
those warnings can just be ignored.
Post by Günter Zöchbauer
I think it's as designed but maybe someone with deeper knowledge provides
more details.
Post by Joe Blue
It starts up.
Then shows 3 yellow warnings across the top.
But it does start up.
Is it just a weird bug to ignore ?
And then Dartium starts or doesn't start at all?
Post by Joe Blue
Post by Joe Blue
Post by Joe Blue
hey everyone,
### Dart
# Ref. https://dart.academy/getting-started-with-dart-and-atom/
# Ref: https://www.dartlang.org/install/mac
DART_SDK=$HOMEBREW_INSTALL/opt/dart/libexec
DART_DARTIUM=$HOMEBREW_INSTALL/opt/dart/Chromium.app
DART_PUBCACHE_BIN=$HOME/.pub-cache/bin
export PATH=$PATH:$DART_SDK/bin:/$DART_DARTIUM:$DART_PUBCACHE_BIN
x-MacBook-Pro:~ apple$ dartium
[6053:63251:0830/164839:ERROR:password_store_proxy_mac.cc(92)] Could
not create/open login database.
[6057:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
[6058:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
x-MacBook-Pro:~ apple$ dartium --version
Chromium 45.0.2454.104 Dart 1.19.0
x-MacBook-Pro:~ apple$ dart --version
Dart VM version: 1.19.0 (Fri Aug 26 02:27:39 2016) on "macos_x64"
Can someone let me know if they also have this error message please ?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Joe Blue
2016-08-31 18:33:27 UTC
Permalink
thanks Alan.

If there a way to remove the errors from the Chromium Ui when it starts up?

On Wed, Aug 31, 2016 at 8:12 PM 'Alan Knight' via Dart Misc <
Post by 'Alan Knight' via Dart Misc
Yes, it's as designed. Dartium runs without the renderer sandbox. That's
potentially a security issue and there are potentially others, as it has
not been reviewed for security. It should be used as a developer tool for
Dart and not for visiting arbitrary websites. If you're doing that, then
those warnings can just be ignored.
Post by Günter Zöchbauer
I think it's as designed but maybe someone with deeper knowledge provides
more details.
Post by Joe Blue
It starts up.
Then shows 3 yellow warnings across the top.
But it does start up.
Is it just a weird bug to ignore ?
And then Dartium starts or doesn't start at all?
Post by Joe Blue
Post by Joe Blue
Post by Joe Blue
hey everyone,
### Dart
# Ref. https://dart.academy/getting-started-with-dart-and-atom/
# Ref: https://www.dartlang.org/install/mac
DART_SDK=$HOMEBREW_INSTALL/opt/dart/libexec
DART_DARTIUM=$HOMEBREW_INSTALL/opt/dart/Chromium.app
DART_PUBCACHE_BIN=$HOME/.pub-cache/bin
export PATH=$PATH:$DART_SDK/bin:/$DART_DARTIUM:$DART_PUBCACHE_BIN
x-MacBook-Pro:~ apple$ dartium
[6053:63251:0830/164839:ERROR:password_store_proxy_mac.cc(92)] Could
not create/open login database.
[6057:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
[6058:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
x-MacBook-Pro:~ apple$ dartium --version
Chromium 45.0.2454.104 Dart 1.19.0
x-MacBook-Pro:~ apple$ dart --version
Dart VM version: 1.19.0 (Fri Aug 26 02:27:39 2016) on "macos_x64"
Can someone let me know if they also have this error message please ?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...