phetsims / build-a-molecule

"Build a Molecule" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
8 stars 7 forks source link

IE10 won't load non-built copy due to require.js errors #21

Closed jonathanolson closed 11 years ago

jonathanolson commented 11 years ago

SCRIPT5022: [object Event] require-2.1.8.js, line 138 character 5 SCRIPT5022: [object Event] require-2.1.8.js, line 138 character 5 SCRIPT5022: [object Event] require-2.1.8.js, line 138 character 5 SCRIPT5022: [object Event] require-2.1.8.js, line 138 character 5

jonathanolson commented 11 years ago

Splicing stack code into that location gives us:

   at defaultOnError (http://192.168.0.2:8080/sherpa/require-2.1.8.js:139:13)
   at onError (http://192.168.0.2:8080/sherpa/require-2.1.8.js:540:11)
   at Anonymous function (http://192.168.0.2:8080/sherpa/require-2.1.8.js:1012:13)
   at Anonymous function (http://192.168.0.2:8080/sherpa/require-2.1.8.js:129:7)
   at onerror (http://192.168.0.2:8080/chipper/requirejs-plugins/image.js?1381965437977:31:45) 
jonathanolson commented 11 years ago

Isolated to loading .cur files with our dynamic image loader.

jonathanolson commented 11 years ago

Was a server-side issue, Apache sent text/plain for the .cur instead of image/x-icon.