CodeCamper icon indicating copy to clipboard operation
CodeCamper copied to clipboard

Unhandled exception at line 30,.../Scripts/main.js

Open miliu99 opened this issue 12 years ago • 0 comments

I downloaded the CodeCamper - master and tried to run it and got this error on start up. 0x800a138f - JavaScript runtime error: Unable to get property 'run' of undefined or null reference. If I click Continue button, the main page shows up, but messed up.

The error comes from this line of code:

function boot() { require(['bootstrapper'], function (bs) { bs.run(); }); }

Any idea why and how to fix it?

miliu99 avatar Jul 03 '13 03:07 miliu99