phetsims / sherpa

Third-party libraries and dependencies for PhET Simulations
http://scenerystack.org/
Other
8 stars 8 forks source link

numericjs causing error in all_phet_debug builds #80

Closed jessegreenberg closed 4 years ago

jessegreenberg commented 4 years ago

The following errors are showing up in the _all_phet_debug.html builds of energy-skate-park, energy-skate-park-basics, and fluid-pressure-and-flow. I haven't seen the error in any other sims yet.

image

These are the only three sims that use numeric.js, so I am guessing the issue is related to that preload. The error message references seedrandom, but I am not seeing the error in other sims that use seedrandom (like john-travoltage).

jessegreenberg commented 4 years ago

I tested the all_phet_debug builds of ESP and FPAF, and the sims are still working regardless of these error messages.

jessegreenberg commented 4 years ago

This is caused by https://github.com/phetsims/chipper/issues/787, going to move there and close this issue.