You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
websocket is compiled in debug mode and requires vcruntime140d.dll and ucrtbased.dll which are not distributed by vcredist package.
The text was updated successfully, but these errors were encountered: