Advertisement
Guest User

Untitled

a guest
Feb 1st, 2010
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. [[WARNING]] - Optimizing scripts by commenting out unneeded loggings
  2. [[WARNING]] - Fixing CAPI.renderModel for version 1 and 2
  3. [[WARNING]] - (init) ApplicationManager.setApplicationClass was not called, this is the DummyApplication running.
  4. [[WARNING]] - Application.init: You should override this, and there is no need to call the ancestor. This should never run.
  5. |----------| clearing world...
  6. |----------| loading entities...
  7. |----------| loading octree...
  8. |----------| validating...
  9. [[WARNING]] - (init) ApplicationManager.setApplicationClass was not called, this is the DummyApplication running.
  10. [[WARNING]] - Application.init: You should override this, and there is no need to call the ancestor. This should never run.
  11. [[WARNING]] - Application.init: You should override this, and there is no need to call the ancestor. This should never run.
  12. [[WARNING]] - Attempt to get a single entity with tag 'flag_start_undefined', but no such entity exists
  13. [[WARNING]] - flag start not found ("flag_start_undefined"), placing elsewhere...
  14. [[WARNING]] - Attempt to get a single entity with tag 'flag_start_undefined', but no such entity exists
  15. [[WARNING]] - flag start not found ("flag_start_undefined"), placing elsewhere...
  16. [[ERROR]] - isNAN failed on argument 1 in "__script__setExtentO_raw"[[ERROR]] - <<SCRIPT>> Assertion error on: false
  17. [[ERROR]] - stack:
  18. ((ERROR)) - Error
  19. at eval at <anonymous> (unknown source)
  20. at unknown source
  21. at [object Object].cSetter (src/javascript/intensity/CAPIExtras.js:41:6)
  22. at [object Object].<anonymous> (Library.include: library/1_3/Variables.js:649:10)
  23. at [object Object]._emit [as emit] (src/javascript/Signals.js:136:31)
  24. at [object Object]._setStateDatum (Library.include: library/1_3/LogicEntity.js:583:6)
  25. at [object Object].<anonymous> (Library.include: library/1_3/Variables.js:428:6)
  26. at [object Object].<anonymous> (src/javascript/MochiKit.js:526:19)
  27. at [object Object].<anonymous> (Library.include: library/1_3/LogicEntity.js:671:11)
  28. at src/javascript/MochiKit.js:526:19
  29. [[ERROR]] - V8 exception:
  30. [[ERROR]] - : [object Object]
  31. [[ERROR]] - Message: Get: Uncaught #<an AssertionError>
  32. [[ERROR]] - Message: GetSourceLine: alse '); log(ERROR, 'stack:'); log(ERROR, (new Error).stack); throw new Assert
  33. [[ERROR]] - Message: GetScriptResourceName: undefined
  34. [[ERROR]] - Message: GetLineNumber: 1
  35. [[ERROR]] - No stack trace available in C++ handler (see above for possible in-script stack trace)
  36. terminate called after throwing an instance of 'ScriptException'
  37. what(): std::exception
  38. ./intensity_server.sh: line 1: 29085 Aborted ./cbuild/src/server/Intensity_CServer $@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement