phetsims / gene-expression-essentials

An educational simulation about how genes work to create proteins.
GNU General Public License v3.0
4 stars 6 forks source link

Require.js failure to load (somewhat random) #20

Closed jonathanolson closed 7 years ago

jonathanolson commented 7 years ago

Had this failure today:

gene-expression-essentials : fuzz : require.js : load
Uncaught TypeError: Cannot read property 'show' of undefined
TypeError: Cannot read property 'show' of undefined
    at listener (http://localhost:8080/e/snapshot-1483646214174/gene-expression-essentials/js/multiplecells/view/MultipleCellsScreenView.js?bust=1483647932493:72:43)
    at http://localhost:8080/e/snapshot-1483646214174/sun/js/buttons/PushButtonModel.js?bust=1483647932493:135:9
    at Array.forEach (native)
    at PushButtonModel.fire (http://localhost:8080/e/snapshot-1483646214174/sun/js/buttons/PushButtonModel.js?bust=1483647932493:134:12)
    at Array.<anonymous> (http://localhost:8080/e/snapshot-1483646214174/sun/js/buttons/PushButtonModel.js?bust=1483647932493:77:16)
    at Emitter.emit2 (http://localhost:8080/e/snapshot-1483646214174/axon/js/Emitter.js?bust=1483647932493:147:49)
    at Property._notifyObservers (http://localhost:8080/e/snapshot-1483646214174/axon/js/Property.js?bust=1483647932493:169:29)
    at Property._setAndNotifyObservers (http://localhost:8080/e/snapshot-1483646214174/axon/js/Property.js?bust=1483647932493:158:14)
    at Property.set (http://localhost:8080/e/snapshot-1483646214174/axon/js/Property.js?bust=1483647932493:126:16)
    at Object.up (http://localhost:8080/e/snapshot-1483646214174/sun/js/buttons/ButtonListener.js?bust=1483647932493:48:38)
Approximately 1/5/2017, 12:56:54 PM
jonathanolson commented 7 years ago

Reproduced:

gene-expression-essentials : fuzz : require.js : run
Uncaught TypeError: Cannot read property 'show' of undefined
TypeError: Cannot read property 'show' of undefined
    at listener (http://localhost/snapshot-1486088016325/gene-expression-essentials/js/multiplecells/view/MultipleCellsScreenView.js?bust=1486089894288:72:43)
    at http://localhost/snapshot-1486088016325/sun/js/buttons/PushButtonModel.js?bust=1486089894288:139:9
    at Array.forEach (native)
    at PushButtonModel.fire (http://localhost/snapshot-1486088016325/sun/js/buttons/PushButtonModel.js?bust=1486089894288:138:12)
    at Array.<anonymous> (http://localhost/snapshot-1486088016325/sun/js/buttons/PushButtonModel.js?bust=1486089894288:81:16)
    at Emitter.emit2 (http://localhost/snapshot-1486088016325/axon/js/Emitter.js?bust=1486089894288:147:49)
    at Property._notifyObservers (http://localhost/snapshot-1486088016325/axon/js/Property.js?bust=1486089894288:176:29)
    at Property._setAndNotifyObservers (http://localhost/snapshot-1486088016325/axon/js/Property.js?bust=1486089894288:165:14)
    at Property.set (http://localhost/snapshot-1486088016325/axon/js/Property.js?bust=1486089894288:133:16)
    at Object.up (http://localhost/snapshot-1486088016325/sun/js/buttons/ButtonListener.js?bust=1486089894288:49:38)
Approximately 2/2/2017, 7:13:36 PM
jbphet commented 7 years ago

Assigning to @aadish to investigate. I'm not sure if this is related, but I'm unable to load the current master version on an iPad 2 in either requirejs or built mode.

aadish commented 7 years ago

this should be fixed now closing