Skip to content
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

Generated web application in Dart Editor when run produces an empty page in Dartium. #3419

Closed
DartBot opened this issue Jun 7, 2012 · 6 comments
Assignees
Milestone

Comments

@DartBot
Copy link

DartBot commented Jun 7, 2012

This issue was originally filed by dzena...@gmail.com


What steps will reproduce the problem?

  1. In Dart Editor: File/New Application.../Web application: test
  2. In Dart Editor: Run/Run
  3. In Dartium: blank page

What is the expected output? What do you see instead?

Expected:

test

Hello, World!

Obtained:

about:blank

What version of the product are you using? On what operating system?

* the name and version of your operating system,
Windows 7 Entreprise
Service Pack 1
64 bits

* the Dart SDK build number,
Version 0.1.0.201206061639, Build 8370
Dart SDK version 8370, Dartium version

Please provide any additional information below.

The dart2js version works properly in Google Chrome:

test

Hello, World!

@keertip
Copy link
Contributor

keertip commented Jun 7, 2012

Set owner to @keertip.
Added this to the M1 milestone.
Added Area-Editor, Triaged labels.

@keertip
Copy link
Contributor

keertip commented Jun 7, 2012

@ dzenanr,

Unable to reproduce this problem. Did you download the 64bit version of the editor? Any chance of firewall interference? was it working before?

@DartBot
Copy link
Author

DartBot commented Jul 1, 2012

This comment was originally written by ivo.bal...@gmail.com


I have the same problem:
Windows 7 Professional - 64 bit
Dart Editor Version 0.1.0.201206201547, Build 8948
Dart SDK version 8942, Dartium version

@DartBot
Copy link
Author

DartBot commented Jul 7, 2012

This comment was originally written by sbell...@gmail.com


In my case it looks like 'Skype click to call' addon was the root cause. It somehow got installed in the Chromium browser. Removing the addon made the dart samples to work.

@DartBot
Copy link
Author

DartBot commented Jul 10, 2012

This comment was originally written by ivo.bal...@gmail.com


Thanks for the hint!
In my case I had to remove Skype click to call, but also had to disable the 2 other extensions (RealPlayer, WebAssistant), and then dart executes as expected.
So it seems that when there are extensions enabled, the dart VM cannot be reached.

@keertip
Copy link
Contributor

keertip commented Jul 10, 2012

Looks like this was an issue with chrome extensions. We are now launching Dartium with the --disable-extensions flag.


Added Fixed label.

@DartBot DartBot added this to the M1 milestone Jul 10, 2012
copybara-service bot pushed a commit that referenced this issue Jun 13, 2022
Changes:
```
> git log --format="%C(auto) %h %s" 51435ef..c4e9ddc
 https://dart.googlesource.com/pub.git/+/c4e9ddc8 Extend retries for file-ops on windows (#3451)
 https://dart.googlesource.com/pub.git/+/6aeb1795 Upgrade package:lints to 2.0.0 (#3445)
 https://dart.googlesource.com/pub.git/+/73ea9a98 Roll tar to 0.5.5+1 (#3447)
 https://dart.googlesource.com/pub.git/+/2dc887fe Add env var for writing golden files (#3222)
 https://dart.googlesource.com/pub.git/+/764500b8 List all files in pub publish (#3440)
 https://dart.googlesource.com/pub.git/+/0b52e6a8 Remove debug print (#3441)
 https://dart.googlesource.com/pub.git/+/ea070238 Merge pull request #3443 from jonasfj/master
 https://dart.googlesource.com/pub.git/+/bffd1267 Merge branch 'cherry-pick-for-2.17.2'
 https://dart.googlesource.com/pub.git/+/c66381c5 Make `name` field of `_UserInfo` nullable. Fix #3424 (#3442)
 https://dart.googlesource.com/pub.git/+/cecc8e3c Handle broken response from userinfo_endpoint (#3427)
 https://dart.googlesource.com/pub.git/+/6c635040 Make `name` field of `_UserInfo` nullable. Fix #3424 (#3442)
 https://dart.googlesource.com/pub.git/+/6f20a94b Handle missing pubspec.lock in dependency_services list (#3439)
 https://dart.googlesource.com/pub.git/+/0ad17e84 Handle broken response from userinfo_endpoint (#3427)
 https://dart.googlesource.com/pub.git/+/153ef061 `pub add` create top-level attribute in block-style if possible. (#3423)
 https://dart.googlesource.com/pub.git/+/3b96f910 Handle error code 183 on windows (#3426)
 https://dart.googlesource.com/pub.git/+/9eb6428c Ignore `pubspec_overrides.yaml` for `publish` command (#3419)

```

Diff: https://dart.googlesource.com/pub.git/+/51435efcd574b7bc18d47a5dd620cb9759dea8f8~..c4e9ddc888c3aa89ef4462f0c4298929191e32b9/
Change-Id: I6dacb3e95c6399d3fb5cf340b5d0e5cded270684
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247962
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants