This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
v0.5.5/node-186364e.exe: listen UNKNOWN #1621
Comments
Hey Ellis, Can you tell me
If we can't figure it out, I am going to send you a node.exe that has more helpful debugging for this purpose. |
Piscisaureus: I used that version for the procedure entry point bug issue I was having with standard 0.5.5. |
Oops on the close part. |
I can reproduce this error on XP SP3 64bit but not on XP SP3 32bit. |
Hmm. I wonder if there is an easy fix for this. As far as I know XP's WoW64 has many problems. |
Well normal 0.5.5 works with the example. What ever changed to fix the issue in that version I'm thinking broke it. =) |
This should be fixed with joyent/libuv@716e8ea. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using the basic "hello world" from the front page, I get:
Server running at http://127.0.0.1:1337/
node.js:205
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: listen UNKNOWN
at errnoException (net_uv.js:564:11)
at Array. (net_uv.js:630:26)
at EventEmitter._tickCallback (node.js:197:26)
The text was updated successfully, but these errors were encountered: