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

websocket is compiled in debug mode #331

Open
1scaR1 opened this issue Nov 9, 2018 · 3 comments
Open

websocket is compiled in debug mode #331

1scaR1 opened this issue Nov 9, 2018 · 3 comments

Comments

@1scaR1
Copy link

1scaR1 commented Nov 9, 2018

websocket is compiled in debug mode and requires vcruntime140d.dll and ucrtbased.dll which are not distributed by vcredist package.

@minggo
Copy link
Contributor

minggo commented Nov 12, 2018

@PatriceJiang could you please check it?

@PatriceJiang
Copy link
Contributor

okay

@xrubio
Copy link

xrubio commented Feb 26, 2019

I can confirm this bug as listed below:
D:\dev>dumpbin /dependents uv.dll
Microsoft (R) COFF/PE Dumper Version 14.16.27027.1
Copyright (C) Microsoft Corporation. All rights reserved.

Dump of file uv.dll
File Type: DLL
Image has the following dependencies:
ADVAPI32.dll
IPHLPAPI.DLL
PSAPI.DLL
USER32.dll
USERENV.dll
WS2_32.dll
KERNEL32.dll
VCRUNTIME140D.dll
ucrtbased.dll

The bug blocks any windows user installation as the binary generated by cocos2d-x will not work on any computer where Visual Studio has not been installed.

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

4 participants