phetsims / build-an-atom

"Build an Atom" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/build-an-atom
GNU General Public License v3.0
11 stars 10 forks source link

Cannot register two instances of the same id #153

Closed zepumph closed 6 years ago

zepumph commented 7 years ago

build-an-atom
Uncaught Error: Assertion failed: Cannot register two different instances to the same id: buildAnAtom.gameScreen.view.problemView_0.symbolToSchematicProblemView.interactiveSchematicAtom.bucketFront.label
Error: Assertion failed: Cannot register two different instances to the same id: buildAnAtom.gameScreen.view.problemView_0.symbolToSchematicProblemView.interactiveSchematicAtom.bucketFront.label
    at window.assertions.assertFunction (http://localhost/git/assert/js/assert.js:21:13)
    at Object.addInstance (http://localhost/git/phet-io/js/phetio.js?bust=1491939248687:413:19)
    at Object.addInstance (http://localhost/git/phet-io/js/phetio.js?bust=1491939248687:57:14)
    at Tandem.addInstance (http://localhost/git/tandem/js/Tandem.js?bust=1491939248687:126:36)
    at Text.setTandem (http://localhost/git/scenery/js/nodes/Node.js?bust=1491939248687:3467:22)
    at Text.set tandem [as tandem] (http://localhost/git/scenery/js/nodes/Node.js?bust=1491939248687:3472:32)
    at http://localhost/git/scenery/js/nodes/Node.js?bust=1491939248687:4763:25
    at u (http://localhost/git/sherpa/lib/lodash-4.17.4.min.js?bust=1491939248687:5:432)
    at Function.ru (http://localhost/git/sherpa/lib/lodash-4.17.4.min.js?bust=1491939248687:67:656)
    at Text.mutate (http://localhost/git/scenery/js/nodes/Node.js?bust=1491939248687:4750:9)
samreid commented 6 years ago

@zepumph can this be closed?