Advertisement
Guest User

Untitled

a guest
Aug 18th, 2016
5,614
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.94 KB | None | 0 0
  1. //-------------------------- 8/18/2016 -- 21:13:54 -----
  2. Processor Init:
  3. Intel Core 2, ~2.40 Ghz
  4. (timed at roughly 2.41 Ghz)
  5. FPU detected
  6. MMX detected
  7. SSE detected
  8.  
  9. Math Init:
  10. Installing Standard C extensions
  11. Installing Assembly extensions
  12. Installing FPU extensions
  13. Installing MMX extensions
  14. Installing SSE extensions
  15.  
  16. Input Init:
  17. DirectInput enabled.
  18.  
  19. Blockland v21 build 1984
  20. Module Directory: C:/Program Files (x86)/Steam/steamapps/common/Blockland
  21. Profile Path: C:/Program Files (x86)/Steam/steamapps/common/Blockland
  22. Total Ram: 4094 MB
  23. OS: Windows 7 Ultimate Edition Service Pack 1 (build 7601), 64-bit
  24.  
  25. --------- Parsing Arguments ---------
  26. argc = 4
  27. argv[2] = -noconsole
  28. argv[3] = -steam
  29. Parsing command line arguments: -noconsole -steam
  30. --------- Loading Common ---------
  31. Loading compiled script base/main.cs.
  32. Loading compiled script base/client/defaults.cs.
  33. Loading compiled script base/server/defaults.cs.
  34. Executing config/client/prefs.cs.
  35. Executing config/server/prefs.cs.
  36. Executing config/server/ADD_ON_LIST.cs.
  37. Executing config/server/musicList.cs.
  38. --------- Loading MODS ---------
  39.  
  40.  
  41. --------- Initializing Base ---------
  42. Loading compiled script base/client/init.cs.
  43. Loading compiled script base/server/init.cs.
  44. Loading compiled script base/client/canvas.cs.
  45. Loading compiled script base/client/audio.cs.
  46.  
  47. --------- Initializing Base: Server ---------------------
  48. Initializing steamAPI...
  49. SteamAPI initialization successful, allocating steam objects
  50. Steam initialized...
  51. Steam unlock successful, will use Steam authentication
  52. Loading compiled script base/server/mainServer.cs.
  53. Loading compiled script base/server/scripts/game.cs.
  54.  
  55. --------- Initializing Base: Client ---------------------
  56. Loading compiled script base/client/message.cs.
  57. Loading compiled script base/client/mission.cs.
  58. Loading compiled script base/client/missionDownload.cs.
  59. Loading compiled script base/client/actionMap.cs.
  60. Video Init:
  61. Accelerated OpenGL display device detected.
  62. Activating the OpenGL display device...
  63. Activating the OpenGL display device... (NEW)
  64. OpenGLDevice::setScreenMode 1920 1080 32 60 0
  65. safeModeOn = 1
  66. fixedFrame size = 3
  67. caption size = 19
  68. maxWindowWidth = 1920
  69. maxWindowHeight = 1080
  70. Setting screen mode to 1920x1080x32@60hz (w)...
  71. winState.hGLRC does not exist
  72. winState.appDC does not exist
  73. winState.appWindow does not exist
  74. Creating a new window...
  75. moving window
  76. Window reactivating...
  77. Acquiring a new device context...
  78. setting pixel format
  79. Pixel format set:
  80. 32 color bits, 24 depth bits, 8 stencil bits
  81. Creating a new rendering context (2)...
  82. Making the new rendering context current (2)...
  83. wglMakeCurrent worked
  84. don't need to ressurect texture manager
  85. setting vsync 0
  86. done setting vsync
  87. showing window
  88. setting forground window
  89. setting window focus
  90. done with OpenGLDevice::setScreenMode
  91. OpenGL Init: Enabled Extensions
  92. ARB_multitexture (Max Texture Units: 4)
  93. EXT_compiled_vertex_array
  94. NV_vertex_array_range
  95. EXT_texture_env_combine
  96. EXT_packed_pixels
  97. EXT_fog_coord
  98. ARB_texture_compression
  99. EXT_texture_compression_s3tc
  100. (ARB|EXT)_texture_env_add
  101. EXT_texture_filter_anisotropic (Max anisotropy: 16.000000)
  102. WGL_EXT_swap_control
  103. GL_ARB_vertex_buffer_object
  104. GL_EXT_multi_draw_arrays
  105. ARB_occlusion_query
  106. OpenGL Init: Disabled Extensions
  107. EXT_paletted_texture
  108. 3DFX_texture_compression_FXT1
  109.  
  110. OpenGL driver information:
  111. Vendor: NVIDIA Corporation
  112. Renderer: GeForce GT 710/PCIe/SSE2
  113. Version: 4.5.0 NVIDIA 368.81
  114. OpenGL Init: Enabled Extensions
  115. ARB_multitexture (Max Texture Units: 4)
  116. EXT_compiled_vertex_array
  117. NV_vertex_array_range
  118. EXT_texture_env_combine
  119. EXT_packed_pixels
  120. EXT_fog_coord
  121. ARB_texture_compression
  122. EXT_texture_compression_s3tc
  123. (ARB|EXT)_texture_env_add
  124. EXT_texture_filter_anisotropic (Max anisotropy: 16.000000)
  125. WGL_EXT_swap_control
  126. GL_ARB_vertex_buffer_object
  127. GL_EXT_multi_draw_arrays
  128. ARB_occlusion_query
  129. OpenGL Init: Disabled Extensions
  130. EXT_paletted_texture
  131. 3DFX_texture_compression_FXT1
  132.  
  133. Video::setDevice - activate call done
  134. Video::setDevice - resetting canvas
  135. Resetting Canvas...
  136.  
  137. OpenAL Driver Init:
  138. OpenAL
  139. Vendor: Creative Labs Inc.
  140. Version: OpenAL 1.0
  141. Renderer: Software
  142. Extensions: EAX 2.0, EAX 3.0, EAX Unified, and EAX-AC3
  143.  
  144. Loading compiled script base/client/scripts/allClientScripts.cs.
  145. Activating package: CanvasCursor
  146. Loading compiled script base/client/ui/allClientGuis.gui.
  147. Executing config/client/config.cs.
  148.  
  149. --------- Loading Client Add-Ons ---------
  150.  
  151. Client checking Add-On: GameMode_Tutorial
  152. Loading Add-On: GameMode_Tutorial (CRC:-2066542589)
  153. Executing Add-Ons/GameMode_Tutorial/client.cs.
  154. Executing add-ons/GameMode_Tutorial/tutorialCompletedGui.gui.
  155.  
  156. Client checking Add-On: Client_TezCRPG
  157. Loading Add-On: Client_TezCRPG (CRC:-722029525)
  158. Executing Add-Ons/Client_TezCRPG/client.cs.
  159. Activating package: TEZ_CRPG
  160.  
  161. Client checking Add-On: Bot_Hole
  162. Loading Add-On: Bot_Hole (CRC:762734326)
  163. Executing Add-Ons/Bot_Hole/client.cs.
  164. Executing Add-Ons/Bot_Hole/wrenchBotDlg.gui.
  165. Executing Add-Ons/Bot_Hole/wrenchBotDlg.cs.
  166. Activating package: ClientBotHolePackage
  167.  
  168. Binding server port to default IP
  169. UDP initialized on port 16534
  170. Starting client steam authentication...
  171. Engine initialized...
  172. Received stats and achievements from Steam
  173.  
  174. Authentication: SUCCESS
  175. Video::setScreenMode 1680, 1050, 0, 60
  176. OpenGLDevice::setScreenMode 1680 1050 32 60 0
  177. safeModeOn = 1
  178. fixedFrame size = 3
  179. caption size = 19
  180. maxWindowWidth = 1913
  181. maxWindowHeight = 1054
  182. Setting screen mode to 1680x1050x32@60hz (w)...
  183. don't need to create new window
  184. moving window
  185. don't need to get new device context
  186. setting vsync 0
  187. done setting vsync
  188. showing window
  189. setting forground window
  190. setting window focus
  191. Resetting Canvas...
  192. done with OpenGLDevice::setScreenMode
  193. Flushing texture cache...
  194.  
  195. Checking for shader shadow support:
  196. - Enabled via $Shader::Enabled? YES
  197. - ARB_shader_objects? YES
  198. - ARB_shading_language_100? YES
  199. - EXT_texture_array? YES
  200. - EXT_texture3D? YES
  201. - glTexImage3D? YES
  202. - EXT_framebuffer_object? YES
  203. - ARB_shadow? YES
  204. - OpenGL Version? 4.5.0 NVIDIA 368.81
  205. - GLSL Language Version? 4.50 NVIDIA
  206. o Shaders are ACTIVE
  207.  
  208. Regenerating Shadow Map FBOs...
  209. Creating shader program from shaders/Minimum_vert.glsl and shaders/Minimum_frag.glsl...
  210. Creating GLSL program...
  211. Attaching shaders...
  212. Linking GLSL program...
  213. Video::setScreenMode 1680, 1050, 0, 60
  214. OpenGLDevice::setScreenMode 1680 1050 32 60 0
  215. safeModeOn = 1
  216. fixedFrame size = 3
  217. caption size = 19
  218. maxWindowWidth = 1913
  219. maxWindowHeight = 1054
  220. Setting screen mode to 1680x1050x32@60hz (w)...
  221. Already at this resolution
  222. Flushing texture cache...
  223.  
  224. Checking for shader shadow support:
  225. - Enabled via $Shader::Enabled? YES
  226. - ARB_shader_objects? YES
  227. - ARB_shading_language_100? YES
  228. - EXT_texture_array? YES
  229. - EXT_texture3D? YES
  230. - glTexImage3D? YES
  231. - EXT_framebuffer_object? YES
  232. - ARB_shadow? YES
  233. - OpenGL Version? 4.5.0 NVIDIA 368.81
  234. - GLSL Language Version? 4.50 NVIDIA
  235. o Shaders are ACTIVE
  236.  
  237. Regenerating Shadow Map FBOs...
  238. Creating shader program from shaders/Minimum_vert.glsl and shaders/Minimum_frag.glsl...
  239. Creating GLSL program...
  240. Attaching shaders...
  241. Linking GLSL program...
  242. Video::setScreenMode 1680, 1050, 0, 60
  243. OpenGLDevice::setScreenMode 1680 1050 32 60 0
  244. safeModeOn = 1
  245. fixedFrame size = 3
  246. caption size = 19
  247. maxWindowWidth = 1920
  248. maxWindowHeight = 1080
  249. Setting screen mode to 1680x1050x32@60hz (w)...
  250. Changing the window style...
  251. Successfuly changed window style
  252. don't need to create new window
  253. moving window
  254. don't need to get new device context
  255. setting vsync 0
  256. done setting vsync
  257. showing window
  258. setting forground window
  259. setting window focus
  260. Resetting Canvas...
  261. done with OpenGLDevice::setScreenMode
  262. Flushing texture cache...
  263.  
  264. Checking for shader shadow support:
  265. - Enabled via $Shader::Enabled? YES
  266. - ARB_shader_objects? YES
  267. - ARB_shading_language_100? YES
  268. - EXT_texture_array? YES
  269. - EXT_texture3D? YES
  270. - glTexImage3D? YES
  271. - EXT_framebuffer_object? YES
  272. - ARB_shadow? YES
  273. - OpenGL Version? 4.5.0 NVIDIA 368.81
  274. - GLSL Language Version? 4.50 NVIDIA
  275. o Shaders are ACTIVE
  276.  
  277. Regenerating Shadow Map FBOs...
  278. Creating shader program from shaders/Minimum_vert.glsl and shaders/Minimum_frag.glsl...
  279. Creating GLSL program...
  280. Attaching shaders...
  281. Linking GLSL program...
  282. Video::setScreenMode 1680, 1050, 0, 60
  283. OpenGLDevice::setScreenMode 1680 1050 32 60 0
  284. safeModeOn = 1
  285. fixedFrame size = 3
  286. caption size = 19
  287. maxWindowWidth = 1913
  288. maxWindowHeight = 1054
  289. Setting screen mode to 1680x1050x32@60hz (w)...
  290. Changing the window style...
  291. Successfuly changed window style
  292. don't need to create new window
  293. moving window
  294. don't need to get new device context
  295. setting vsync 0
  296. done setting vsync
  297. showing window
  298. setting forground window
  299. setting window focus
  300. Resetting Canvas...
  301. done with OpenGLDevice::setScreenMode
  302. Flushing texture cache...
  303.  
  304. Checking for shader shadow support:
  305. - Enabled via $Shader::Enabled? YES
  306. - ARB_shader_objects? YES
  307. - ARB_shading_language_100? YES
  308. - EXT_texture_array? YES
  309. - EXT_texture3D? YES
  310. - glTexImage3D? YES
  311. - EXT_framebuffer_object? YES
  312. - ARB_shadow? YES
  313. - OpenGL Version? 4.5.0 NVIDIA 368.81
  314. - GLSL Language Version? 4.50 NVIDIA
  315. o Shaders are ACTIVE
  316.  
  317. Regenerating Shadow Map FBOs...
  318. Creating shader program from shaders/Minimum_vert.glsl and shaders/Minimum_frag.glsl...
  319. Creating GLSL program...
  320. Attaching shaders...
  321. Linking GLSL program...
  322. Video::setScreenMode 1680, 1050, 0, 60
  323. OpenGLDevice::setScreenMode 1680 1050 32 60 1
  324. safeModeOn = 1
  325. fixedFrame size = 3
  326. caption size = 19
  327. maxWindowWidth = 1913
  328. maxWindowHeight = 1054
  329. Setting screen mode to 1680x1050x32@60hz (fs)...
  330. winState.hGLRC exists
  331. Killing the texture manager...
  332. Making the rendering context not current...
  333. Deleting the rendering context...
  334. Releasing the device context...
  335. Destroying the window...
  336. newFullScreen...
  337. Changing the display settings to 1680x1050x32@60Hz...
  338. ChangeDisplaySettings worked
  339. Creating a new full-screen window...
  340. Acquiring a new device context...
  341. setting pixel format
  342. Pixel format set:
  343. 32 color bits, 24 depth bits, 8 stencil bits
  344. Creating a new rendering context (2)...
  345. Making the new rendering context current (2)...
  346. wglMakeCurrent worked
  347. Resurrecting the texture manager (2)...
  348. setting vsync 0
  349. done setting vsync
  350. destroying curtain
  351. showing window
  352. Window reactivating...
  353. Flushing texture cache...
  354. Regenerating Shadow Map FBOs...
  355. setting forground window
  356. setting window focus
  357. Resetting Canvas...
  358. done with OpenGLDevice::setScreenMode
  359. Flushing texture cache...
  360.  
  361. Checking for shader shadow support:
  362. - Enabled via $Shader::Enabled? YES
  363. - ARB_shader_objects? YES
  364. - ARB_shading_language_100? YES
  365. - EXT_texture_array? YES
  366. - EXT_texture3D? YES
  367. - glTexImage3D? YES
  368. - EXT_framebuffer_object? YES
  369. - ARB_shadow? YES
  370. - OpenGL Version? 4.5.0 NVIDIA 368.81
  371. - GLSL Language Version? 4.50 NVIDIA
  372. o Shaders are ACTIVE
  373.  
  374. Regenerating Shadow Map FBOs...
  375. Creating shader program from shaders/Minimum_vert.glsl and shaders/Minimum_frag.glsl...
  376. \dev\Blockland\trunk\engine\bricks\shaderUtils.cpp:16 - GL Error: 1281 - GL_INVALID_VALUE
  377. Creating GLSL program...
  378. Attaching shaders...
  379. Linking GLSL program...
  380. Executing config/server/prefs.cs.
  381.  
  382. Pinging Servers...
  383. Sending ping to IP:74.91.123.160:40000
  384. Sending ping to IP:74.91.123.160:40000
  385. Sending ping to IP:74.91.117.89:28072
  386. Sending ping to IP:45.79.143.176:10000
  387. Sending ping to IP:137.117.154.188:28000
  388. Sending ping to IP:75.129.175.80:28000
  389. Sending ping to IP:71.118.70.57:28000
  390. Sending ping to IP:158.69.211.178:28600
  391. Sending ping to IP:107.150.21.128:28000
  392. Sending ping to IP:50.53.228.178:28000
  393. Recieved ping from 74.91.117.89:28072 - 64ms
  394. Sending ping to IP:73.18.137.202:28000
  395. Recieved ping from 71.118.70.57:28000 - 64ms
  396. Sending ping to IP:99.100.169.161:28000
  397. Recieved ping from 74.91.123.160:40000 - 111ms
  398. Sending ping to IP:114.23.118.130:28000
  399. Recieved ping from 45.79.143.176:10000 - 115ms
  400. Sending ping to IP:209.195.11.118:28000
  401. Recieved ping from 158.69.211.178:28600 - 129ms
  402. Sending ping to IP:173.51.55.138:28000
  403. Recieved ping from 107.150.21.128:28000 - 129ms
  404. Sending ping to IP:73.75.112.34:28000
  405. Recieved ping from 199.30.73.215:28000 - 129ms
  406. Sending ping to IP:74.91.117.89:28000
  407. Recieved ping from 75.129.175.80:28000 - 154ms
  408. Sending ping to IP:104.131.130.116:28000
  409. Recieved ping from 74.91.117.89:28000 - 43ms
  410. Sending ping to IP:52.8.253.222:28000
  411. Recieved ping from 173.51.55.138:28000 - 51ms
  412. Sending ping to IP:45.79.143.176:20000
  413. Recieved ping from 104.131.130.116:28000 - 26ms
  414. Sending ping to IP:192.223.27.185:28000
  415. Recieved ping from 45.79.143.176:20000 - 97ms
  416. Sending ping to IP:192.223.27.185:28002
  417. Recieved ping from 192.223.27.185:28000 - 104ms
  418. Sending ping to IP:73.232.197.0:28000
  419. Recieved ping from 192.223.27.185:28002 - 104ms
  420. Sending ping to IP:75.154.183.193:28100
  421. Recieved ping from 73.232.197.0:28000 - 124ms
  422. Sending ping to IP:195.191.79.58:28000
  423. Recieved ping from 75.154.183.193:28100 - 254ms
  424. Sending ping to IP:45.56.121.4:10000
  425. Recieved ping from 45.56.121.4:10000 - 66ms
  426. Sending ping to IP:75.142.34.36:28000
  427. Recieved ping from 75.142.34.36:28000 - 52ms
  428. Sending ping to IP:50.70.186.31:28000
  429. No response from 137.117.154.188:28000
  430. Sending ping to IP:209.195.11.118:28197
  431. No response from 50.53.228.178:28000
  432. Sending ping to IP:107.170.205.13:28000
  433. Recieved ping from 107.170.205.13:28000 - 25ms
  434. Sending ping to IP:209.195.11.121:28000
  435. No response from 73.18.137.202:28000
  436. Sending ping to IP:24.28.165.102:28000
  437. No response from 99.100.169.161:28000
  438. Sending ping to IP:178.122.205.190:28000
  439. No response from 114.23.118.130:28000
  440. Sending ping to IP:74.91.123.160:29100
  441. No response from 209.195.11.118:28000
  442. Sending ping to IP:107.150.21.128:28050
  443. No response from 73.75.112.34:28000
  444. Sending ping to IP:50.23.17.83:28300
  445. No response from 52.8.253.222:28000
  446. Sending ping to IP:23.239.25.246:10000
  447. Recieved ping from 74.91.123.160:29100 - 101ms
  448. Sending ping to IP:65.34.133.122:28100
  449. Recieved ping from 107.150.21.128:28050 - 108ms
  450. Sending ping to IP:76.101.242.237:27015
  451. Recieved ping from 23.239.25.246:10000 - 66ms
  452. Sending ping to IP:149.56.143.36:28100
  453. Recieved ping from 76.101.242.237:27015 - 115ms
  454. Sending ping to IP:73.49.55.31:28000
  455. Recieved ping from 149.56.143.36:28100 - 105ms
  456. Sending ping to IP:69.116.112.179:28000
  457. No response from 195.191.79.58:28000
  458. Sending ping to IP:158.69.211.178:28000
  459. Recieved ping from 69.116.112.179:28000 - 107ms
  460. Sending ping to IP:24.140.192.11:28000
  461. Recieved ping from 158.69.211.178:28000 - 126ms
  462. Sending ping to IP:63.225.82.65:28100
  463. Recieved ping from 24.140.192.11:28000 - 98ms
  464. Sending ping to IP:74.91.116.46:28000
  465. Recieved ping from 63.225.82.65:28100 - 65ms
  466. Sending ping to IP:24.117.236.52:28000
  467. Recieved ping from 74.91.116.46:28000 - 112ms
  468. Sending ping to IP:68.227.148.135:28100
  469. Recieved ping from 24.117.236.52:28000 - 66ms
  470. Sending ping to IP:69.253.229.3:28000
  471. No response from 50.70.186.31:28000
  472. Sending ping to IP:98.186.243.105:28000
  473. Recieved ping from 68.227.148.135:28100 - 95ms
  474. Sending ping to IP:192.223.27.185:28001
  475. Recieved ping from 69.253.229.3:28000 - 132ms
  476. Sending ping to IP:96.126.121.42:10000
  477. Recieved ping from 192.223.27.185:28001 - 99ms
  478. Sending ping to IP:24.194.149.191:28000
  479. Recieved ping from 96.126.121.42:10000 - 65ms
  480. Sending ping to IP:79.136.95.188:29000
  481. No response from 209.195.11.118:28197
  482. Sending ping to IP:149.56.143.36:28110
  483. No response from 209.195.11.121:28000
  484. Sending ping to IP:173.255.231.225:10000
  485. No response from 24.28.165.102:28000
  486. Sending ping to IP:72.238.255.0:28000
  487. No response from 178.122.205.190:28000
  488. Sending ping to IP:149.56.143.36:28000
  489. Recieved ping from 149.56.143.36:28110 - 107ms
  490. Sending ping to IP:209.195.11.118:28333
  491. Recieved ping from 173.255.231.225:10000 - 96ms
  492. Sending ping to IP:209.195.11.118:3389
  493. No response from 50.23.17.83:28300
  494. Sending ping to IP:208.72.179.93:28458
  495. Recieved ping from 149.56.143.36:28000 - 103ms
  496. Sending ping to IP:45.79.82.236:20000
  497. Recieved ping from 72.238.255.0:28000 - 110ms
  498. Sending ping to IP:45.79.82.236:10000
  499. Recieved ping from 45.79.82.236:10000 - 27ms
  500. Sending ping to IP:66.61.37.8:28000
  501. No response from 65.34.133.122:28100
  502. Sending ping to IP:74.91.123.129:28100
  503. Recieved ping from 209.195.11.118:3389 - 92ms
  504. Sending ping to IP:173.255.231.225:30000
  505. Recieved ping from 208.72.179.93:28458 - 110ms
  506. Sending ping to IP:158.69.211.178:29000
  507. Recieved ping from 74.91.123.129:28100 - 95ms
  508. Sending ping to IP:74.91.123.160:10000
  509. Recieved ping from 173.255.231.225:30000 - 99ms
  510. Recieved ping from 66.61.37.8:28000 - 118ms
  511. No response from 73.49.55.31:28000
  512. Recieved ping from 158.69.211.178:29000 - 119ms
  513. Recieved ping from 74.91.123.160:10000 - 99ms
  514. Recieved ping from 45.79.82.236:20000 - 316ms
  515. No response from 98.186.243.105:28000
  516. No response from 24.194.149.191:28000
  517. No response from 79.136.95.188:29000
  518. No response from 209.195.11.118:28333
  519. Warning: handleSimplePingResponse() - address does not match
  520. expected 66.61.37.8:28000, got 73.18.137.202:28000
  521.  
  522. Connecting to "vanshark's Kolifus's MAD SCIENCE L" (24.117.236.52:28000, 66ms)
  523. Download Sounds: True
  524. Download Music: True
  525. Download Textures: True
  526.  
  527. Sending challenge request...
  528. Sending Connect challenge Request
  529. Got connect challenge response from 24.117.236.52:28000
  530. Sending connect request
  531. Connection established
  532. Connected successfully, killing other pending connections
  533. *** New Mission
  534. *** Phase 1: Download Datablocks & Targets
  535. Steam Lobby Created: 109775243443631243
  536. Steam Lobby Joined: 109775243443631243
  537. lobby enter torquescript callback, yourlobby: 1
  538. this is our lobby
  539. have a server connection!
  540. Loaded 0 blobs from cache
  541. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  542. - Request was for ''
  543. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  544. - Request was for ''
  545. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  546. - Request was for ''
  547. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  548. - Request was for ''
  549. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  550. - Request was for ''
  551. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  552. - Request was for ''
  553. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  554. - Request was for ''
  555. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  556. - Request was for ''
  557. Got non-CURLE_OK result on a request, result was 22, 'HTTP response code said error', HTTP error 403
  558. - Request was for 'http://cloud.blockland.us/blobs/db8e80f966dda4c4f6a7630f90a914eaf7bf7c8f.bz2'
  559. CDN Download finished
  560. Received manifest and requested 2045 blobs. (935 duplicates removed)
  561. Loaded 2001 blobs from cache
  562. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  563. - Request was for ''
  564. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  565. - Request was for ''
  566. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  567. - Request was for ''
  568. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  569. - Request was for ''
  570. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  571. - Request was for ''
  572. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  573. - Request was for ''
  574. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  575. - Request was for ''
  576. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  577. - Request was for ''
  578. CDN Download finished
  579. ... Shape with old version.
  580. Could not locate sound file: Add-Ons/Weapon_Vigilante/use.wav (download failed)
  581. Could not locate projectile shape: Add-Ons/Weapon_Vigilante/bullet.dts (download failed)
  582. Could not locate sound file: Add-Ons/Weapon_Pack_Dueling2Gloves/Knife_Hit.wav (download failed)
  583. Could not locate sound file: Add-Ons/Weapon_Pack_Dueling2Gloves/Knife_Throw.wav (download failed)
  584. Could not locate texture: base/data/particles/star (download failed, using default texture)
  585. +- using default 'particle' texture 'base/data/particles/cloud.png'
  586. Could not locate texture: Add-Ons/Weapon_MiniNukeFixed/gray75 (download failed, using default texture)
  587. +- using default 'gray75' texture 'base/data/shapes/gray75.png'
  588. Could not locate texture: Add-Ons/Weapon_MiniNukeFixed/black (download failed, using default texture)
  589. +- using default 'black' texture 'base/data/shapes/black.png'
  590. Could not locate texture: Add-Ons/Weapon_MiniNukeFixed/greenbody (download failed, using default texture)
  591. +- using default 'green' texture 'base/data/shapes/green.png'
  592. Could not locate sound file: Add-Ons/Weapon_IDRT_KSK/use.wav (download failed)
  593. Could not locate projectile shape: Add-Ons/Weapon_IDRT_KSK/bullet.dts (download failed)
  594. Could not locate debris shape: Add-Ons/Weapon_Enforcer/MA5Cshell.dts (download failed)
  595. Could not locate texture: Add-Ons/Vehicle_GSF_Trawler/Material (download failed, using default texture)
  596. +- using blank texture
  597. Could not locate texture: Add-Ons/Vehicle_DC77/whiteCheck (download failed, using default texture)
  598. +- using default 'whiteCheck' texture 'base/data/shapes/whiteCheck.png'
  599. *** Phase 2: Download Ghost Objects
  600. *** Phase 3: Mission Lighting
  601. Mission lighting done
  602. Flushing texture cache...
  603. +- using default 'whiteCheck' texture 'base/data/shapes/whiteCheck.png'
  604. +- using blank texture
  605. +- using default 'green' texture 'base/data/shapes/green.png'
  606. +- using default 'black' texture 'base/data/shapes/black.png'
  607. +- using default 'gray75' texture 'base/data/shapes/gray75.png'
  608. +- using default 'particle' texture 'base/data/particles/cloud.png'
  609. Regenerating Shadow Map FBOs...
  610.  
  611. Checking for shader shadow support:
  612. - Enabled via $Shader::Enabled? YES
  613. - ARB_shader_objects? YES
  614. - ARB_shading_language_100? YES
  615. - EXT_texture_array? YES
  616. - EXT_texture3D? YES
  617. - glTexImage3D? YES
  618. - EXT_framebuffer_object? YES
  619. - ARB_shadow? YES
  620. - OpenGL Version? 4.5.0 NVIDIA 368.81
  621. - GLSL Language Version? 4.50 NVIDIA
  622. o Shaders are ACTIVE
  623.  
  624. Regenerating Shadow Map FBOs...
  625. Creating shader program from shaders/Minimum_vert.glsl and shaders/Minimum_frag.glsl...
  626. Creating GLSL program...
  627. Attaching shaders...
  628. Linking GLSL program...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement