Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: module did not self-register [iojs 1.4.1] #54

Closed
gm112 opened this issue Feb 27, 2015 · 4 comments
Closed

Error: module did not self-register [iojs 1.4.1] #54

gm112 opened this issue Feb 27, 2015 · 4 comments

Comments

@gm112
Copy link

gm112 commented Feb 27, 2015

Pesky iojs user here. Version 1.2.x seemed to reproduce this problem as well. Basically, when trying to include v8-profiler in any nodejs app, the module fails to load.

Node Inspector is now available from http://127.0.0.1:8080/debug?port=5858
Debugging server.js

Debugger listening on port 5858
module.js:339
Module._extensions[extension](this, filename);
^
Error: Module did not self-register.
at Error (native)
at Module.load (module.js:339:32)
at Function.Module._load (module.js:294:12)
at Module.require (module.js:349:17)
at require (module.js:368:17)
at Object. (C:\source\trunk\Proxy\node_modules\v8-pro
filer\v8-profiler.js:4:15)
at Module._compile (module.js:444:26)
at Object.Module._extensions..js (module.js:462:10)
at Module.load (module.js:339:32)
at Function.Module._load (module.js:294:12)
at Module.require (module.js:349:17)
at require (module.js:368:17)
at Object. (C:\source\trunk\Proxy\server.js:11:16)
at Module._compile (module.js:444:26)
at Object.Module._extensions..js (module.js:462:10)
at Module.load (module.js:339:32)
at Function.Module._load (module.js:294:12)
at Module.runMain as _onTimeout
at Timer.listOnTimeout (timers.js:88:15)

@gm112
Copy link
Author

gm112 commented Mar 6, 2015

Bump. Affects 1.4.3 as well. Seems this is a Windows-bound issue.

@3y3
Copy link
Member

3y3 commented Mar 6, 2015

This is an iojs issue nodejs/node#751

@gm112
Copy link
Author

gm112 commented Mar 6, 2015

Ah, I see. Thanks for pointing that out!

@3y3
Copy link
Member

3y3 commented Jun 15, 2015

Fixed with latest 1.x and 2.x versions

@3y3 3y3 closed this as completed Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants