Advertisement
Guest User

Untitled

a guest
Mar 18th, 2017
2,700
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.57 KB | None | 0 0
  1. //-------------------------- 3/18/2017 -- 23:52:22 -----
  2. Processor Init:
  3. AMD (unknown), ~3.40 Ghz
  4. (timed at roughly 3.39 Ghz)
  5. FPU detected
  6. MMX detected
  7. 3DNow detected
  8. SSE detected
  9.  
  10. Math Init:
  11. Installing Standard C extensions
  12. Installing Assembly extensions
  13. Installing FPU extensions
  14. Installing MMX extensions
  15. Installing 3DNow extensions
  16. Installing SSE extensions
  17.  
  18. Input Init:
  19. DirectInput enabled.
  20.  
  21. Blockland v21 build 1986
  22. Module Directory: E:/Games/Steam/steamapps/common/Blockland
  23. Profile Path: E:/Games/Steam/steamapps/common/Blockland
  24. Total Ram: 16379 MB
  25. OS: (build 9200), 64-bit
  26.  
  27. --------- Parsing Arguments ---------
  28. argc = 4
  29. argv[2] = -noconsole
  30. argv[3] = -steam
  31. Parsing command line arguments: -noconsole -steam
  32. --------- Loading Common ---------
  33. Loading compiled script base/main.cs.
  34. Loading compiled script base/client/defaults.cs.
  35. Loading compiled script base/server/defaults.cs.
  36. Executing config/client/prefs.cs.
  37. Executing config/server/prefs.cs.
  38. Executing config/server/ADD_ON_LIST.cs.
  39. Executing config/server/musicList.cs.
  40. --------- Loading MODS ---------
  41. Executing config/main.cs.
  42.  
  43.  
  44. --------- Initializing Base ---------
  45. Loading compiled script base/client/init.cs.
  46. Loading compiled script base/server/init.cs.
  47. Loading compiled script base/client/canvas.cs.
  48. Loading compiled script base/client/audio.cs.
  49.  
  50. --------- Initializing Base: Server ---------------------
  51. Initializing steamAPI...
  52. SteamAPI initialization successful, allocating steam objects
  53. Steam initialized...
  54. Steam unlock successful, will use Steam authentication
  55. Loading compiled script base/server/mainServer.cs.
  56. Loading compiled script base/server/scripts/game.cs.
  57.  
  58. --------- Initializing Base: Client ---------------------
  59. Loading compiled script base/client/message.cs.
  60. Loading compiled script base/client/mission.cs.
  61. Loading compiled script base/client/missionDownload.cs.
  62. Loading compiled script base/client/actionMap.cs.
  63. Video Init:
  64. Accelerated OpenGL display device detected.
  65. Activating the OpenGL display device...
  66. Activating the OpenGL display device... (NEW)
  67. OpenGLDevice::setScreenMode 1600 900 32 60 0
  68. safeModeOn = 1
  69. fixedFrame size = 3
  70. caption size = 23
  71. maxWindowWidth = 1600
  72. maxWindowHeight = 900
  73. Setting screen mode to 1600x900x32@60hz (w)...
  74. winState.hGLRC does not exist
  75. winState.appDC does not exist
  76. winState.appWindow does not exist
  77. Creating a new window...
  78. moving window
  79. Window reactivating...
  80. Acquiring a new device context...
  81. setting pixel format
  82. Pixel format set:
  83. 32 color bits, 24 depth bits, 8 stencil bits
  84. Creating a new rendering context (2)...
  85. Making the new rendering context current (2)...
  86. wglMakeCurrent worked
  87. don't need to ressurect texture manager
  88. setting vsync 1
  89. done setting vsync
  90. showing window
  91. setting forground window
  92. setting window focus
  93. done with OpenGLDevice::setScreenMode
  94. OpenGL Init: Enabled Extensions
  95. ARB_multitexture (Max Texture Units: 8)
  96. EXT_compiled_vertex_array
  97. EXT_texture_env_combine
  98. EXT_packed_pixels
  99. EXT_fog_coord
  100. ARB_texture_compression
  101. EXT_texture_compression_s3tc
  102. (ARB|EXT)_texture_env_add
  103. EXT_texture_filter_anisotropic (Max anisotropy: 16.000000)
  104. WGL_EXT_swap_control
  105. GL_ARB_vertex_buffer_object
  106. GL_EXT_multi_draw_arrays
  107. ARB_occlusion_query
  108. OpenGL Init: Disabled Extensions
  109. EXT_paletted_texture
  110. NV_vertex_array_range
  111. 3DFX_texture_compression_FXT1
  112.  
  113. OpenGL driver information:
  114. Vendor: ATI Technologies Inc.
  115. Renderer: AMD Radeon HD 7800 Series
  116. Version: 4.5.14008 Compatibility Profile Context 21.19.137.514
  117. OpenGL Init: Enabled Extensions
  118. ARB_multitexture (Max Texture Units: 8)
  119. EXT_compiled_vertex_array
  120. EXT_texture_env_combine
  121. EXT_packed_pixels
  122. EXT_fog_coord
  123. ARB_texture_compression
  124. EXT_texture_compression_s3tc
  125. (ARB|EXT)_texture_env_add
  126. EXT_texture_filter_anisotropic (Max anisotropy: 16.000000)
  127. WGL_EXT_swap_control
  128. GL_ARB_vertex_buffer_object
  129. GL_EXT_multi_draw_arrays
  130. ARB_occlusion_query
  131. OpenGL Init: Disabled Extensions
  132. EXT_paletted_texture
  133. NV_vertex_array_range
  134. 3DFX_texture_compression_FXT1
  135.  
  136. Video::setDevice - activate call done
  137. Video::setDevice - resetting canvas
  138. Resetting Canvas...
  139.  
  140. OpenAL Driver Init:
  141. OpenAL
  142. Vendor: Creative Labs Inc.
  143. Version: OpenAL 1.0
  144. Renderer: Software
  145. Extensions: EAX 2.0, EAX 3.0, EAX Unified, and EAX-AC3
  146.  
  147. Loading compiled script base/client/scripts/allClientScripts.cs.
  148. Activating package: CanvasCursor
  149. Loading compiled script base/client/ui/allClientGuis.gui.
  150. Executing config/client/config.cs.
  151.  
  152. --------- Loading Client Add-Ons ---------
  153.  
  154. Client checking Add-On: GameMode_Tutorial
  155. Loading Add-On: GameMode_Tutorial (CRC:-2066542589)
  156. Executing Add-Ons/GameMode_Tutorial/client.cs.
  157. Executing add-ons/GameMode_Tutorial/tutorialCompletedGui.gui.
  158.  
  159. Client checking Add-On: Bot_Hole
  160. Loading Add-On: Bot_Hole (CRC:762734326)
  161. Executing Add-Ons/Bot_Hole/client.cs.
  162. Executing Add-Ons/Bot_Hole/wrenchBotDlg.gui.
  163. Executing Add-Ons/Bot_Hole/wrenchBotDlg.cs.
  164. Activating package: ClientBotHolePackage
  165.  
  166. Binding server port to default IP
  167. UDP initialized on port 9204
  168. Starting client steam authentication...
  169. Engine initialized...
  170. Received stats and achievements from Steam
  171.  
  172.  
  173. Pinging Servers...
  174. Sending ping to IP:173.255.237.158:31000
  175. Sending ping to IP:173.255.237.158:31000
  176. Sending ping to IP:108.196.89.90:28000
  177. Sending ping to IP:108.225.40.220:28000
  178. Sending ping to IP:70.121.2.70:28100
  179. Sending ping to IP:198.74.60.46:31000
  180. Sending ping to IP:23.92.19.65:31000
  181. Sending ping to IP:142.197.123.186:28000
  182. Sending ping to IP:98.167.125.176:35000
  183. Sending ping to IP:67.188.93.93:28000
  184. Recieved ping from 173.255.237.158:31000 - 45ms
  185. Sending ping to IP:79.136.94.104:29000
  186. Recieved ping from 198.74.60.46:31000 - 45ms
  187. Sending ping to IP:74.91.123.129:28000
  188. Recieved ping from 23.92.19.65:31000 - 45ms
  189. Sending ping to IP:104.56.58.103:28000
  190. Recieved ping from 74.91.123.129:28000 - 30ms
  191. Sending ping to IP:186.23.126.208:28000
  192. Recieved ping from 70.121.2.70:28100 - 87ms
  193. Sending ping to IP:75.156.15.249:28100
  194. Recieved ping from 142.197.123.186:28000 - 101ms
  195. Sending ping to IP:98.166.145.250:28000
  196. Recieved ping from 71.229.219.99:28000 - 101ms
  197. Sending ping to IP:23.249.171.166:28000
  198. Recieved ping from 98.167.125.176:35000 - 134ms
  199. Sending ping to IP:24.171.137.61:28000
  200. Recieved ping from 23.249.171.166:28000 - 33ms
  201. Sending ping to IP:23.249.171.166:39574
  202. Recieved ping from 67.188.93.93:28000 - 134ms
  203. Sending ping to IP:208.72.179.93:28333
  204. Recieved ping from 75.156.15.249:28100 - 144ms
  205. Sending ping to IP:173.255.237.158:30000
  206. Authentication: SUCCESS
  207. Recieved ping from 208.72.179.93:28333 - 245ms
  208. Sending ping to IP:88.163.190.121:28000
  209. Recieved ping from 23.249.171.166:39574 - 245ms
  210. Sending ping to IP:67.10.176.162:28000
  211. Recieved ping from 173.255.237.158:30000 - 148ms
  212. Sending ping to IP:71.74.128.199:28000
  213. Recieved ping from 186.23.126.208:28000 - 304ms
  214. Sending ping to IP:73.49.55.31:28000
  215. Recieved ping from 88.163.190.121:28000 - 105ms
  216. Sending ping to IP:173.62.170.110:28000
  217. No response from 108.196.89.90:28000
  218. Sending ping to IP:72.180.244.209:28000
  219. No response from 108.225.40.220:28000
  220. Sending ping to IP:101.191.147.155:28000
  221. No response from 79.136.94.104:29000
  222. Sending ping to IP:121.213.163.130:51337
  223. No response from 104.56.58.103:28000
  224. Sending ping to IP:24.158.162.58:28000
  225. Recieved ping from 72.180.244.209:28000 - 67ms
  226. Sending ping to IP:68.116.199.149:28100
  227. Recieved ping from 24.158.162.58:28000 - 50ms
  228. Sending ping to IP:71.187.54.205:37682
  229. No response from 98.166.145.250:28000
  230. Sending ping to IP:208.96.113.186:28000
  231. No response from 24.171.137.61:28000
  232. Sending ping to IP:209.195.11.118:65535
  233. Recieved ping from 71.187.54.205:37682 - 50ms
  234. Sending ping to IP:68.11.61.220:28000
  235. Recieved ping from 68.11.61.220:28000 - 50ms
  236. Sending ping to IP:115.69.39.52:28000
  237. Recieved ping from 101.191.147.155:28000 - 266ms
  238. Sending ping to IP:208.72.179.165:28433
  239. No response from 67.10.176.162:28000
  240. Sending ping to IP:24.14.218.17:28000
  241. No response from 71.74.128.199:28000
  242. Sending ping to IP:192.223.31.205:28019
  243. No response from 73.49.55.31:28000
  244. Sending ping to IP:192.182.73.7:28000
  245. Recieved ping from 192.223.31.205:28019 - 17ms
  246. Sending ping to IP:45.63.66.92:28000
  247. Recieved ping from 45.63.66.92:28000 - 50ms
  248. Sending ping to IP:104.237.150.63:30000
  249. No response from 173.62.170.110:28000
  250. Sending ping to IP:192.223.31.47:28000
  251. Recieved ping from 104.237.150.63:30000 - 33ms
  252. Sending ping to IP:50.129.79.154:28000
  253. Recieved ping from 192.223.31.47:28000 - 17ms
  254. Sending ping to IP:37.228.132.230:28000
  255. Recieved ping from 24.14.218.17:28000 - 117ms
  256. Sending ping to IP:146.71.78.36:28000
  257. Recieved ping from 146.71.78.36:28000 - 72ms
  258. Sending ping to IP:45.33.70.240:30000
  259. Recieved ping from 45.33.70.240:30000 - 27ms
  260. Sending ping to IP:192.223.24.164:26000
  261. Recieved ping from 192.223.24.164:26000 - 34ms
  262. Sending ping to IP:149.56.110.192:28000
  263. Recieved ping from 37.228.132.230:28000 - 133ms
  264. Sending ping to IP:76.186.98.248:28000
  265. Recieved ping from 149.56.110.192:28000 - 83ms
  266. Sending ping to IP:96.233.195.230:28000
  267. Recieved ping from 76.186.98.248:28000 - 83ms
  268. Sending ping to IP:134.255.254.120:28000
  269. Recieved ping from 192.182.73.7:28000 - 351ms
  270. Sending ping to IP:24.93.241.218:28000
  271. Recieved ping from 24.93.241.218:28000 - 66ms
  272. Sending ping to IP:24.131.140.241:28000
  273. Recieved ping from 134.255.254.120:28000 - 117ms
  274. Sending ping to IP:108.34.184.184:28000
  275. No response from 121.213.163.130:51337
  276. Sending ping to IP:45.33.84.27:31000
  277. No response from 68.116.199.149:28100
  278. Sending ping to IP:208.72.179.165:28021
  279. Recieved ping from 45.33.84.27:31000 - 17ms
  280. Sending ping to IP:34.195.165.171:28000
  281. Recieved ping from 34.195.165.171:28000 - 17ms
  282. Sending ping to IP:122.148.189.81:28000
  283. No response from 208.96.113.186:28000
  284. Sending ping to IP:45.63.6.151:28000
  285. No response from 209.195.11.118:65535
  286. Sending ping to IP:69.251.5.159:28100
  287. Recieved ping from 69.251.5.159:28100 - 16ms
  288. Sending ping to IP:72.220.136.10:28000
  289. Recieved ping from 45.63.6.151:28000 - 34ms
  290. Sending ping to IP:65.190.132.14:28000
  291. No response from 115.69.39.52:28000
  292. Sending ping to IP:71.61.220.251:28000
  293. No response from 208.72.179.165:28433
  294. Sending ping to IP:75.20.169.110:28000
  295. Recieved ping from 72.220.136.10:28000 - 117ms
  296. Sending ping to IP:104.237.150.63:31000
  297. Recieved ping from 104.237.150.63:31000 - 34ms
  298. Sending ping to IP:71.223.232.16:28100
  299. Recieved ping from 122.148.189.81:28000 - 266ms
  300. Sending ping to IP:108.17.51.146:28000
  301. Recieved ping from 108.17.51.146:28000 - 50ms
  302. Sending ping to IP:45.33.70.240:31000
  303. Recieved ping from 71.223.232.16:28100 - 117ms
  304. Sending ping to IP:75.161.6.62:28000
  305. Recieved ping from 45.33.70.240:31000 - 18ms
  306. Sending ping to IP:65.191.95.6:28000
  307. No response from 50.129.79.154:28000
  308. Sending ping to IP:47.150.73.163:28000
  309. Recieved ping from 65.191.95.6:28000 - 82ms
  310. Sending ping to IP:209.195.11.118:26750
  311.  
  312. Connecting to "Tezuni's PRISON" (74.91.123.129:28000, 30ms)
  313. Download Sounds: True
  314. Download Music: True
  315. Download Textures: True
  316.  
  317. Sending challenge request...
  318. Sending Connect challenge Request
  319. Recieved ping from 47.150.73.163:28000 - 83ms
  320. Got connect challenge response from 74.91.123.129:28000
  321. Sending connect request
  322. Connection established
  323. Connected successfully, killing other pending connections
  324. No response from 96.233.195.230:28000
  325. No response from 24.131.140.241:28000
  326. No response from 108.34.184.184:28000
  327. Steam Lobby Created: 109775244030316941
  328. Steam Lobby Joined: 109775244030316941
  329. lobby enter torquescript callback, yourlobby: 1
  330. this is our lobby
  331. have a server connection!
  332. No response from 208.72.179.165:28021
  333. No response from 65.190.132.14:28000
  334. No response from 71.61.220.251:28000
  335. No response from 75.20.169.110:28000
  336. No response from 75.161.6.62:28000
  337. No response from 209.195.11.118:26750
  338. Connection with server lost.
  339. Leaving Steam Lobby: 109775244030316941
  340. Issuing Disconnect packet.
  341. Recieved ping from 108.34.184.184:28000 - 3483ms
  342.  
  343. Connecting to "Tezuni's PRISON" (74.91.123.129:28000, 30ms)
  344. Download Sounds: True
  345. Download Music: True
  346. Download Textures: True
  347.  
  348. Sending challenge request...
  349. Sending Connect challenge Request
  350. Got connect challenge response from 74.91.123.129:28000
  351. Sending connect request
  352. Connection established
  353. Connected successfully, killing other pending connections
  354. Steam Lobby Created: 109775244030317064
  355. Steam Lobby Joined: 109775244030317064
  356. lobby enter torquescript callback, yourlobby: 1
  357. this is our lobby
  358. have a server connection!
  359. Connection with server lost.
  360. Leaving Steam Lobby: 109775244030317064
  361. Issuing Disconnect packet.
  362. Executing config/server/prefs.cs.
  363. Window reactivating...
  364. Window reactivating...
  365.  
  366. Connecting to "Arryn's merp" (108.34.184.184:28000, 3483ms)
  367. Download Sounds: True
  368. Download Music: True
  369. Download Textures: True
  370.  
  371. Sending challenge request...
  372. Sending Connect challenge Request
  373.  
  374. Connecting to "Chickens' Server" (108.225.40.220:28000, ---ms)
  375. Download Sounds: True
  376. Download Music: True
  377. Download Textures: True
  378.  
  379. Window reactivating...
  380. Window reactivating...
  381.  
  382. Connecting to "RACCOONEER1214's Fantasy/Town RP" (96.233.195.230:28000, ---ms)
  383. Download Sounds: True
  384. Download Music: True
  385. Download Textures: True
  386.  
  387. Window reactivating...
  388. Window reactivating...
  389. Could not locate texture: Add-Ons/Face_FMJ/thumbs/finalScream (download failed, using default texture)
  390. +- using blank texture
  391. Could not locate texture: Add-Ons/Face_FMJ/thumbs/breathin (download failed, using default texture)
  392. +- using blank texture
  393. Executing config/client/avatarColors.cs.
  394. Loading object base/data/shapes/player/m.dts
  395. Window reactivating...
  396. Window reactivating...
  397. Executing config/server/prefs.cs.
  398. Steam overlay activated, disabling input...
  399. Steam overlay deactivated, enabling input...
  400. Steam overlay activated, disabling input...
  401. Steam overlay deactivated, enabling input...
  402. Exporting server prefs
  403. Exporting client prefs
  404. Exporting client config
  405. Shutting down the OpenGL display device...
  406. Making the GL rendering context not current...
  407. Deleting the GL rendering context...
  408. Releasing the device context...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement