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

After error win32 runtime does not close the 5086 port #1335

Closed
lassade opened this issue Jan 19, 2015 · 4 comments
Closed

After error win32 runtime does not close the 5086 port #1335

lassade opened this issue Jan 19, 2015 · 4 comments

Comments

@lassade
Copy link

lassade commented Jan 19, 2015

After get some error with this piece of code

if (cc.sys.isNative)
  cc.KEY.space = 59

The Cocos IDE says when i try to restart Port 5086 being used by PrebuiltRuntimeJs.exe ...
using netstat -a says that 0.0.0.0:5086 is being used (state LISTENING).

My guess is after the error when i try to change some native variable the runtime does not close the port.

@lassade
Copy link
Author

lassade commented Jan 19, 2015

I get the same kind of error by just close the prebulild, looking at task manager he actually do not close even if there is no window left open.

@pandamicro
Copy link
Contributor

@HujiangDeia Do you know why this is happening ?

@pandamicro
Copy link
Contributor

@lassade This is actually a IDE issue, you should be able to get some help in our forum: http://discuss.cocos2d-x.org/c/editors-and-tools/code-ide

@lassade
Copy link
Author

lassade commented Feb 4, 2015

I already solved and this bug only happend once, my gess is there is some thing wrong in my computer after restart all works fine once again, ty any way.

@lassade lassade closed this as completed Feb 4, 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