Skip to content

Instantly share code, notes, and snippets.

@bshepherdson
Created August 8, 2013 16:14
Show Gist options
  • Select an option

  • Save bshepherdson/6186057 to your computer and use it in GitHub Desktop.

Select an option

Save bshepherdson/6186057 to your computer and use it in GitHub Desktop.
Error message for the GHCJS-built version of Hork
vagrant@precise32:/vagrant/hork$ node hork.jsexe/all.js Zork1.z3
/vagrant/hork/hork.jsexe/all.js:12423
buf.setUint32(off, f.buf.len);
^
TypeError: Object #<Object> has no method 'setUint32'
at h$__hscore_fstat (/vagrant/hork/hork.jsexe/all.js:12423:7)
at h$_baseZCSystemziPosixziInternalszisat_e_jJcgKT (/vagrant/hork/hork.jsexe/all.js:111935:11)
at h$mainLoop (/vagrant/hork/hork.jsexe/all.js:14284:13)
at h$startMainLoop (/vagrant/hork/hork.jsexe/all.js:14238:5)
at h$main (/vagrant/hork/hork.jsexe/all.js:14477:3)
at Object.<anonymous> (/vagrant/hork/hork.jsexe/all.js:145737:1)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment