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
In Dartium, enter chrome://version and paste the results here.
Chromium 21.0.1151.0 (Developer Build 139001)
OS Mac OS X
WebKit 537.1 (Source/WebCore/Configurations@560)
JavaScript V8 3.11.6.1
DartVM r8023
Flash 11.2.202.228
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1151.0 (Dart) Safari/537.1
Command Line /Users/adam/Documents/DartEditor/dart/dart-sdk/Chromium.app/Contents/MacOS/Chromium --remote-debugging-port=9322 --user-data-dir=/Users/adam/.dartiumSettings --bwsi --no-first-run --no-default-browser-check --no-process-singleton-dialog --flag-switches-begin --flag-switches-end about:blank
Executable Path /Users/adam/Documents/DartEditor/dart/dart-sdk/Chromium.app/Contents/MacOS/Chromium
Profile Path /Users/adam/.dartiumSettings/Default
Put OS and machine details here. (If you're using Linux or Mac OS, you can get this from uname -a.)
$ uname -a
Darwin Adams-MacBook-Air.local 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64
Please provide any additional information below.
Compiling to javascript works fine in this example.
The text was updated successfully, but these errors were encountered:
This issue was originally filed by @financecoding
What steps will reproduce the problem?
3.
What is the expected output? What do you see instead?
Cube rotating, instead Dartium throws the following exception;
Exception: Incorrect number or type of arguments
Stack Trace: 0. Function: '[email protected]' url: '/Volumes/data/b/build/slave/dartium-mac-full/build/src/xcodebuild/DerivedSources/Release/webkit/bindings/dart/dart/WebGLRenderingContextImplementation.dart' line:14 col:232
1. Function: '[email protected]' url: '/Volumes/data/b/build/slave/dartium-mac-full/build/src/xcodebuild/DerivedSources/Release/webkit/bindings/dart/html/dartium/WebGLRenderingContext.dart' line:2 col:1686
2. Function: 'Lesson05._initBuffers@111cc5d5' url: 'http://127.0.0.1:3030/Users/adam/dart/dart-webgl-tutorials/lesson-05/Lesson-05.dart' line:188 col:19
3. Function: 'Lesson05.Lesson05.' url: 'http://127.0.0.1:3030/Users/adam/dart/dart-webgl-tutorials/lesson-05/Lesson-05.dart' line:48 col:17
4. Function: '::main' url: 'http://127.0.0.1:3030/Users/adam/dart/dart-webgl-tutorials/lesson-05/Lesson-05.dart' line:330 col:21
Lesson-05.dart:1
In Dartium, enter chrome://version and paste the results here.
Chromium 21.0.1151.0 (Developer Build 139001)
OS Mac OS X
WebKit 537.1 (Source/WebCore/Configurations@560)
JavaScript V8 3.11.6.1
DartVM r8023
Flash 11.2.202.228
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1151.0 (Dart) Safari/537.1
Command Line /Users/adam/Documents/DartEditor/dart/dart-sdk/Chromium.app/Contents/MacOS/Chromium --remote-debugging-port=9322 --user-data-dir=/Users/adam/.dartiumSettings --bwsi --no-first-run --no-default-browser-check --no-process-singleton-dialog --flag-switches-begin --flag-switches-end about:blank
Executable Path /Users/adam/Documents/DartEditor/dart/dart-sdk/Chromium.app/Contents/MacOS/Chromium
Profile Path /Users/adam/.dartiumSettings/Default
Put OS and machine details here.
(If you're using Linux or Mac OS, you can get this from uname -a.)
$ uname -a
Darwin Adams-MacBook-Air.local 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64
Please provide any additional information below.
Compiling to javascript works fine in this example.
The text was updated successfully, but these errors were encountered: