rchipka / node-osmosis

Web scraper for NodeJS
4.11k stars 245 forks source link

Error: Python executable "C:\Python\python.EXE" is v3.5.1, which is not supported by gyp while installing #143

Closed keatinge closed 7 years ago

keatinge commented 7 years ago

I really want to use osmosis for some web scraping. I typed in npm install osmosis this is what I saw in console and here is npm-debug.log http://pastebin.com/b0QAXjsi

C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1>npm install osmosis

> libxmljs@0.18.0 install C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\osmosis\node_modules\libxmljs-dom\node_modules\libxmljs
> node-gyp rebuild

C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\osmosis\node_modules\libxmljs-dom\node_modules\libxmljs>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.
js" rebuild )  else (node "" rebuild )
gyp ERR! configure error
gyp ERR! stack Error: Python executable "C:\Python\python.EXE" is v3.5.1, which is not supported by gyp.
gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0.
gyp ERR! stack     at failPythonVersion (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:406:14)
gyp ERR! stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:395:9
gyp ERR! stack     at ChildProcess.exithandler (child_process.js:204:7)
gyp ERR! stack     at emitTwo (events.js:87:13)
gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
gyp ERR! stack     at maybeClose (internal/child_process.js:827:16)
gyp ERR! stack     at Socket.<anonymous> (internal/child_process.js:319:11)
gyp ERR! stack     at emitOne (events.js:77:13)
gyp ERR! stack     at Socket.emit (events.js:169:7)
gyp ERR! stack     at Pipe._onclose (net.js:477:12)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\osmosis\node_modules\libxmljs-dom\node_modules\libxmljs
gyp ERR! node -v v4.4.3
gyp ERR! node-gyp -v v3.3.1
gyp ERR! not ok
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "osmosis"
npm ERR! node v4.4.3
npm ERR! npm  v2.15.1
npm ERR! code ELIFECYCLE

npm ERR! libxmljs@0.18.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the libxmljs@0.18.0 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the libxmljs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs libxmljs
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR!     npm owner ls libxmljs
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\npm-debug.log
bchr02 commented 7 years ago

Uninstall Python version 3 and instead use Python 2.7 which is compatible with node-gyp

On Jan 11, 2017, at 2:21 PM, keatinge notifications@github.com wrote:

I really want to use osmosis for some web scraping. I typed in npm install osmosis this is what I saw in console and here is npm-debug.log http://pastebin.com/b0QAXjsi

C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1>npm install osmosis

libxmljs@0.18.0 install C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\osmosis\node_modules\libxmljs-dom\node_modules\libxmljs node-gyp rebuild

C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\osmosis\node_modules\libxmljs-dom\node_modules\libxmljs>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp. js" rebuild ) else (node "" rebuild ) gyp ERR! configure error gyp ERR! stack Error: Python executable "C:\Python\python.EXE" is v3.5.1, which is not supported by gyp. gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0. gyp ERR! stack at failPythonVersion (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:406:14) gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:395:9 gyp ERR! stack at ChildProcess.exithandler (child_process.js:204:7) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at maybeClose (internal/child_process.js:827:16) gyp ERR! stack at Socket. (internal/child_process.js:319:11) gyp ERR! stack at emitOne (events.js:77:13) gyp ERR! stack at Socket.emit (events.js:169:7) gyp ERR! stack at Pipe._onclose (net.js:477:12) gyp ERR! System Windows_NT 6.1.7601 gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild" gyp ERR! cwd C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\osmosis\node_modules\libxmljs-dom\node_modules\libxmljs gyp ERR! node -v v4.4.3 gyp ERR! node-gyp -v v3.3.1 gyp ERR! not ok npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "osmosis" npm ERR! node v4.4.3 npm ERR! npm v2.15.1 npm ERR! code ELIFECYCLE

npm ERR! libxmljs@0.18.0 install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the libxmljs@0.18.0 install script 'node-gyp rebuild'. npm ERR! This is most likely a problem with the libxmljs package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs libxmljs npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm ERR! npm owner ls libxmljs npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\npm-debug.log — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

keatinge commented 7 years ago

I installed python2 and have spent the last 40 minutes trying to get osmosis to work... heres what I just tried

Am I an idiot or was osmosis clearly not intended for windows users?


C:\Windows\system32>npm install --global --production windows-build-tools
-
> windows-build-tools@1.1.0 postinstall C:\Users\Admin\AppData\Roaming\npm\node_
modules\windows-build-tools
> node ./lib/index.js

Downloading BuildTools_Full.exe
[>                                            ] 0.0% (0 B/s)
Downloading python-2.7.11.msi
[>                                            ] 0.0% (0 B/s)
Downloaded python-2.7.11.msi. Saved to C:\Users\Admin\.windows-build-tools\pytho
n-2.7.11.msi.
Starting installation...
Launched installers, now waiting for them to finish.
This will likely take some time - please be patient!
Waiting for installers... /Successfully installed Python 2.7
Waiting for installers... |Successfully installed Visual Studio Build Tools.
windows-build-tools@1.1.0 C:\Users\Admin\AppData\Roaming\npm\node_modules\window
s-build-tools
├── cli-spinner@0.2.5
├── debug@2.6.0 (ms@0.7.2)
├── chalk@1.1.3 (escape-string-regexp@1.0.5, supports-color@2.0.0, ansi-styles@2
.2.1, has-ansi@2.0.0, strip-ansi@3.0.1)
├── fs-extra@1.0.0 (klaw@1.3.1, jsonfile@2.4.0, graceful-fs@4.1.11)
└── nugget@2.0.1 (throttleit@0.0.2, minimist@1.2.0, single-line-log@1.1.2, progr
ess-stream@1.2.0, pretty-bytes@1.0.4, request@2.79.0)

C:\Windows\system32>npm install osmosis

> libxmljs@0.18.0 install C:\Windows\system32\node_modules\osmosis\node_modules\
libxmljs-dom\node_modules\libxmljs
> node-gyp rebuild

C:\Windows\system32\node_modules\osmosis\node_modules\libxmljs-dom\node_modules\
libxmljs>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_
modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebui
ld )  else (node "" rebuild )
MSBUILD : error MSB1009: Project file does not exist.
Switch: build/binding.sln
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\12.0\bin\msbuild.exe` fail
ed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\
npm\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack     at emitTwo (events.js:87:13)
gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces
s.js:200:12)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodej
s\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Windows\system32\node_modules\osmosis\node_modules\libxmljs-dom\
node_modules\libxmljs
gyp ERR! node -v v4.4.3
gyp ERR! node-gyp -v v3.3.1
gyp ERR! not ok
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\
node_modules\\npm\\bin\\npm-cli.js" "install" "osmosis"
npm ERR! node v4.4.3
npm ERR! npm  v2.15.1
npm ERR! code ELIFECYCLE

npm ERR! libxmljs@0.18.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the libxmljs@0.18.0 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the libxmljs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs libxmljs
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR!     npm owner ls libxmljs
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Windows\system32\npm-debug.log

C:\Windows\system32>
bchr02 commented 7 years ago

When you install windows-build-tools you need to do so using an Run As Administrator for the cmd prompt window.

On Jan 11, 2017, at 3:08 PM, keatinge notifications@github.com wrote:

windows-build-tools

keatinge commented 7 years ago

Yeah it was running as adminstrator, windows build tools installed fine, the issue is still the same. node-gyp rebuild

bchr02 commented 7 years ago

maybe try set GYP_MSVS_VERSION=2015

keatinge commented 7 years ago

Just tried that, still didn't change anything. I'm pretty sure what's going on is I don't have the right version of c++ to install libxmljs, look at this:

..\..\..\vendor\libxml\relaxng.c(4405): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.vcxpr
oj]
..\..\..\vendor\libxml\relaxng.c(4413): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.vcxpr
oj]
..\..\..\vendor\libxml\relaxng.c(4417): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.vcxpr
oj]
..\..\..\vendor\libxml\relaxng.c(4424): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.vcxpr
oj]
..\..\..\vendor\libxml\relaxng.c(4428): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.vcxpr
oj]
..\..\..\vendor\libxml\parser.c(9177): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj
]
..\..\..\vendor\libxml\parser.c(9181): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.
vcxproj]
..\..\..\vendor\libxml\parser.c(9038): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\li
bxml.vcxproj]
  valid.c
..\..\..\vendor\libxml\parser.c(9064): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\li
bxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9087): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\li
bxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9120): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\li
bxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9152): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\li
bxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9234): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\Users\Admin\
Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9369): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data
 [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libx
ml.vcxproj]
..\..\..\vendor\libxml\parser.c(9387): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj
]
..\..\..\vendor\libxml\SAX2.c(1808): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml
.vcxproj]
..\..\..\vendor\libxml\relaxng.c(8550): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj
]
..\..\..\vendor\libxml\tree.c(1444): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.vc
xproj]
  xinclude.c
..\..\..\vendor\libxml\tree.c(1502): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.vc
xproj]
..\..\..\vendor\libxml\tree.c(1562): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.vc
xproj]
..\..\..\vendor\libxml\tree.c(1634): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\libxml.vc
xproj]
..\..\..\vendor\libxml\parser.c(13438): warning C4244: '+=': conversion from '__int64' to 'unsigned long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxml-dom\node_modules\libxmljs\build\vendor\libxml\li
bxml.vcxproj]
  xlink.c

C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1>set GYP_MSVS_VERSION=2015

C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1>npm install libxmljs

> libxmljs@0.18.0 install C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs
> node-gyp rebuild

C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs>if not defined npm_config_node_gyp (node "C:\Progra
m Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild
 )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  buf.c
  catalog.c
  chvalid.c
  dict.c
  encoding.c
  entities.c
  error.c
  globals.c
  hash.c
..\..\..\vendor\libxml\dict.c(188): warning C4244: 'function': conversion from 'time_t' to 'unsigned int', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\error.c(196): warning C4244: '=': conversion from '__int64' to 'unsigned int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\dict.c(840): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\dict.c(978): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\dict.c(1089): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:
\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\dict.c(1090): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:
\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(243): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(244): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(191): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(192): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(372): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(198): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(199): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(421): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(246): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(247): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(254): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(494): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(255): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\catalog.c(979): warning C4013: 'open' undefined; assuming extern returning int [C:\Users\Admin\Desktop\
all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(277): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\catalog.c(998): warning C4013: 'close' undefined; assuming extern returning int [C:\Users\Admin\Desktop
\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(278): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\catalog.c(1005): warning C4013: 'read' undefined; assuming extern returning int [C:\Users\Admin\Desktop
\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(283): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(284): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(628): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(333): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(334): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(654): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(419): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(420): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(427): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(775): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(428): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(785): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(440): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(789): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(441): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(791): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(455): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(803): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(456): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(850): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(461): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\entities.c(972): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(462): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\entities.c(978): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(891): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\entities.c(987): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(529): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(911): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(530): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(550): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(551): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(598): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(967): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(599): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(606): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(971): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(607): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(992): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(660): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(661): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(1051): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(751): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(752): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(771): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(772): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(792): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(793): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(1129): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\buf.c(1139): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(840): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(841): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(848): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(849): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(899): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(900): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\catalog.c(3167): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\catalog.c(3252): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\catalog.c(3254): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  HTMLparser.c
..\..\..\vendor\libxml\encoding.c(2086): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(2092): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(2093): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  HTMLtree.c
  legacy.c
..\..\..\vendor\libxml\encoding.c(2201): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(2209): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(2210): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(2435): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(2472): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(2478): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(2479): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  list.c
..\..\..\vendor\libxml\encoding.c(2959): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3010): warning C4244: 'return': conversion from '__int64' to 'long', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(2953): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of d
ata [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3059): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3060): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3066): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3067): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3073): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3074): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3082): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3083): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3092): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3093): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3099): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3100): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3106): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3107): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3117): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3118): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3124): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3125): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3130): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  parser.c
..\..\..\vendor\libxml\encoding.c(3131): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3171): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3172): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3196): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\encoding.c(3197): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  parserInternals.c
  pattern.c
  relaxng.c
..\..\..\vendor\libxml\HTMLparser.c(397): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
 [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(1312): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2012): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2013): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLtree.c(436): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2020): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2021): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2058): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2068): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2069): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2109): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2110): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLtree.c(611): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2117): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLtree.c(614): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2118): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2127): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2128): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2157): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2167): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2168): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2475): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2578): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of
 data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2588): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of
 data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2598): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of
 data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2610): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of
 data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2635): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of
 data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2780): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of dat
a [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2792): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of dat
a [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  SAX2.c
  SAX.c
..\..\..\vendor\libxml\HTMLparser.c(2829): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of dat
a [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(2841): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of dat
a [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(3588): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(4271): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of 
data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parserInternals.c(344): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(4322): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of 
data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(4357): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of 
data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parserInternals.c(380): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss
 of data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(4377): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of 
data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(4418): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of 
data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parserInternals.c(885): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of d
ata [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5095): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5107): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5173): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data 
[C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parserInternals.c(1202): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data 
[C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5222): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parserInternals.c(1207): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss 
of data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5234): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parserInternals.c(1229): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible los
s of data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5259): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data 
[C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5343): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5345): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5379): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5381): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(1320): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  tree.c
..\..\..\vendor\libxml\HTMLparser.c(5421): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(1339): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\Users\Admin\
Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5423): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5494): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5496): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5535): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5537): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(1851): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\HTMLparser.c(5631): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of 
data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\pattern.c(843): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\pattern.c(845): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(2070): warning C4244: 'initializing': conversion from '__int64' to 'unsigned long', possible l
oss of data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(2071): warning C4244: 'initializing': conversion from '__int64' to 'unsigned long', possible l
oss of data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\pattern.c(881): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\pattern.c(883): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(2484): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\
Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\pattern.c(2378): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(3449): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(3574): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(4521): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(4573): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(5205): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  threads.c
  uri.c
  valid.c
..\..\..\vendor\libxml\parser.c(9177): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  xinclude.c
..\..\..\vendor\libxml\tree.c(225): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Adm
in\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9181): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(226): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Adm
in\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9038): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9064): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9087): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9120): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9152): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9234): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\Users\Admin\
Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9369): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data
 [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(9387): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(10114): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of dat
a [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(10176): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of dat
a [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(10204): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of dat
a [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(10251): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of dat
a [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(1294): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(1366): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(1444): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(1502): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\relaxng.c(4405): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(1562): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\relaxng.c(4413): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\relaxng.c(4417): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(1634): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\relaxng.c(4424): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\relaxng.c(4428): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\SAX2.c(1808): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(11098): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(11107): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(11135): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [C:
\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\SAX2.c(1911): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Users\
Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(11370): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(11391): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\SAX2.c(1945): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(11746): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(11841): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(11844): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\SAX2.c(2036): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\SAX2.c(2045): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(11946): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\SAX2.c(2058): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(11949): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\SAX2.c(2086): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(12002): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\SAX2.c(2130): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(12005): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\SAX2.c(2153): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(12072): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\SAX2.c(2167): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\SAX2.c(2171): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\SAX2.c(2457): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(4598): warning C4311: 'type cast': pointer truncation from 'void *const ' to 'long' [C:\Users\Ad
min\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(12453): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(12495): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(12498): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\SAX2.c(2606): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Ad
min\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(222): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(261): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(263): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\parser.c(13438): warning C4244: '+=': conversion from '__int64' to 'unsigned long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(297): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(299): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(306): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(368): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(370): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(484): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(486): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\relaxng.c(8550): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(594): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(596): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(640): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(642): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(682): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(684): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(724): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(726): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\Us
ers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\relaxng.c(9388): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(7048): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:
\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(7114): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:
\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(7115): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:
\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(7191): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(7234): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(7328): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Ad
min\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(7438): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  xlink.c
..\..\..\vendor\libxml\tree.c(7710): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\tree.c(7720): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(1617): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Adm
in\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(2053): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Ad
min\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(2055): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Ad
min\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\uri.c(2436): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users\Ad
min\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  xmlIO.c
..\..\..\vendor\libxml\valid.c(71): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data 
[C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\valid.c(111): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data
 [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\valid.c(158): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data
 [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\valid.c(201): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data
 [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\valid.c(242): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data
 [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\valid.c(1254): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\valid.c(1287): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\valid.c(1307): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  xmlmemory.c
  xmlmodule.c
  xmlreader.c
  xmlregexp.c
..\..\..\vendor\libxml\valid.c(5151): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  xmlsave.c
  xmlschemas.c
  xmlschemastypes.c
  xmlstring.c
..\..\..\vendor\libxml\xmlmemory.c(189): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlregexp.c(405): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlmemory.c(258): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlmemory.c(337): warning C4267: '-=': conversion from 'size_t' to 'unsigned long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlmemory.c(367): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlmemory.c(445): warning C4267: '-=': conversion from 'size_t' to 'unsigned long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlmemory.c(468): warning C4311: 'type cast': pointer truncation from 'void *' to 'unsigned long' [C:\U
sers\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlmemory.c(505): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(310): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(311): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(314): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(315): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  xmlunicode.c
..\..\..\vendor\libxml\xmlregexp.c(4166): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlregexp.c(4167): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlregexp.c(4812): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
 [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlregexp.c(5756): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlregexp.c(5757): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlregexp.c(5818): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlregexp.c(5819): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlregexp.c(5888): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlregexp.c(5889): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlregexp.c(6043): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlregexp.c(6044): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlregexp.c(7904): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
 [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlstring.c(71): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlstring.c(118): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data 
[C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(1009): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlstring.c(526): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data 
[C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(1547): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlstring.c(844): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(2060): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(2066): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(2072): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(2078): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(2084): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(2090): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(2096): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(2109): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(2165): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(2220): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlschemas.c(2579): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of dat
a [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(2287): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlschemas.c(2603): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of dat
a [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(2467): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlsave.c(2470): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  xmlwriter.c
..\..\..\vendor\libxml\xmlschemastypes.c(1902): warning C4244: 'function': conversion from '__int64' to 'int', possible loss o
f data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlschemastypes.c(1957): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data 
[C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlschemastypes.c(1960): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data 
[C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlschemastypes.c(1971): warning C4244: 'function': conversion from '__int64' to 'int', possible loss o
f data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlschemastypes.c(2674): warning C4244: 'function': conversion from '__int64' to 'int', possible loss o
f data [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  xpath.c
  xpointer.c
..\..\..\vendor\libxml\xmlschemas.c(6778): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of dat
a [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  win_delay_load_hook.c
..\..\..\vendor\libxml\xmlschemas.c(7949): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of dat
a [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlschemas.c(8915): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of dat
a [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpointer.c(106): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\User
s\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpointer.c(116): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [
C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(170): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(171): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(174): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlschemas.c(21771): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(175): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlschemas.c(21798): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(220): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(270): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(343): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(344): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(347): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(348): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(411): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(412): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(415): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(416): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admin
\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpointer.c(2580): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Use
rs\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
c:\users\admin\desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\vendor\libxml\timsort.h(82): warning C4244: 'initi
alizing': conversion from 'uint64_t' to 'const int', possible loss of data (compiling source file ..\..\..\vendor\libxml\xpath
.c) [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
c:\users\admin\desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\vendor\libxml\timsort.h(326): warning C4477: 'fpri
ntf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'std::size_t' (compi
ling source file ..\..\..\vendor\libxml\xpath.c) [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\
build\vendor\libxml\libxml.vcxproj]
  c:\users\admin\desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\vendor\libxml\timsort.h(326): note: consider usi
  ng '%zu' in the format string (compiling source file ..\..\..\vendor\libxml\xpath.c)
..\..\..\vendor\libxml\xmlschemas.c(24658): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(715): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(728): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(739): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlschemas.c(27388): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of da
ta [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(3195): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(3236): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(3328): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admi
n\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(3329): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admi
n\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(3333): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admi
n\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(3334): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admi
n\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(3391): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admi
n\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(3392): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admi
n\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(3396): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admi
n\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(3397): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\Users\Admi
n\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(8605): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:
\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(9893): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users\
Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(9977): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.c(34): error C2373: '__pfnDliNotifyHook
2': redefinition; different type modifiers [C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\
vendor\libxml\libxml.vcxproj]
  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\delayimp.h(134): note: see declaration of '__pfnDliNotifyHook
  2'
..\..\..\vendor\libxml\xpath.c(10286): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(10297): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(10330): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(10341): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xpath.c(10603): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(668): warning C4133: 'function': incompatible types - from 'stat *' to '_stat64i32 *' [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(736): warning C4996: 'GetVersionExA': was declared deprecated [C:\Users\Admin\Desktop\all\2\web
\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
  C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433): note: see declaration of 'GetVersionExA'
..\..\..\vendor\libxml\xmlIO.c(829): warning C4013: 'read' undefined; assuming extern returning int [C:\Users\Admin\Desktop\al
l\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(829): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\Users\Admin\De
sktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(850): warning C4013: 'write' undefined; assuming extern returning int [C:\Users\Admin\Desktop\a
ll\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(850): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\Users\Admin\De
sktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(868): warning C4013: 'close' undefined; assuming extern returning int [C:\Users\Admin\Desktop\a
ll\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(868): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\Users\Admin\De
sktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(1031): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(1053): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3006): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3112): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\Users
\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3260): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3267): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of data 
[C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3376): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C
:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3383): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of data 
[C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3476): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3481): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3577): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users\
Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3578): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users\
Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3612): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3624): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3665): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3671): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3734): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\A
dmin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3778): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3784): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\
Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3844): warning C4013: 'getcwd' undefined; assuming extern returning int [C:\Users\Admin\Desktop
\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
..\..\..\vendor\libxml\xmlIO.c(3844): warning C4047: '!=': 'int' differs in levels of indirection from 'void *' [C:\Users\Admi
n\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs\build\vendor\libxml\libxml.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack     at emitTwo (events.js:87:13)
gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\b
in\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\node_modules\libxmljs
gyp ERR! node -v v4.4.3
gyp ERR! node-gyp -v v3.3.1
gyp ERR! not ok
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "
libxmljs"
npm ERR! node v4.4.3
npm ERR! npm  v2.15.1
npm ERR! code ELIFECYCLE

npm ERR! libxmljs@0.18.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the libxmljs@0.18.0 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the libxmljs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs libxmljs
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR!     npm owner ls libxmljs
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1\npm-debug.log

C:\Users\Admin\Desktop\all\2\web\socketgame\untitled1>
keatinge commented 7 years ago

Here's my c++ and .net versions installed http://i.imgur.com/pwd5aEV.png http://i.imgur.com/uKJNKeg.png

bchr02 commented 7 years ago

you could always try another module which doesn't require compiling like nightmare.js

bchr02 commented 7 years ago

I don't use node-osmosis because it lacks certain features that I am looking for but I subscribe to the GitHub updates because it seems like it has a lot of potential.

keatinge commented 7 years ago

Thank you for all the help, I appreciate it. I am going to try something like nightmare.js or cheerio.

bchr02 commented 7 years ago

You're welcome. Good luck.

rchipka commented 7 years ago

@keatinge Compiling libxmljs on Windows is a huge pain. I just merged a PR for libxmljs that will allow for precompiled binary support. This will become effective in the next release of libxmljs.

@bchr02 Big thanks. I really appreciate your help. I know Osmosis has been moving slow lately, but I have some big ideas for the future.

rchipka commented 7 years ago

@keatinge Precompiled binary support has been added. Please try cloning libxmljs:master and running npm install --fallback-to-build=false in the cloned directory. Let me know your results.