Advertisement
Guest User

Untitled

a guest
Aug 10th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. //-------------------------- 8/10/2012 -- 11:49:40 -----
  2. Processor Init:
  3. Intel (unknown, Pentium 4 family), ~3.00 Ghz
  4. (timed at roughly 2.98 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. Syntax error in input.
  20. Blockland v21 build 1682
  21. Module Directory: C:/Documents and Settings/Greg/My Documents/Blockland
  22. Profile Path: C:/Documents and Settings/Greg/My Documents/Blockland
  23. Total Ram: 510 MB
  24. OS: Windows XP Home Edition Service Pack 3 (build 2600)
  25.  
  26. --------- Parsing Arguments ---------
  27. argc = 2
  28. Parsing command line arguments:
  29. --------- Loading Common ---------
  30. Loading compiled script base/main.cs.
  31. Loading compiled script base/client/defaults.cs.
  32. Loading compiled script base/server/defaults.cs.
  33. Executing config/client/prefs.cs.
  34. Executing config/server/prefs.cs.
  35. Executing config/server/ADD_ON_LIST.cs.
  36. Executing config/server/musicList.cs.
  37. --------- Loading MODS ---------
  38.  
  39.  
  40. --------- Initializing Base ---------
  41. Loading compiled script base/client/init.cs.
  42. Loading compiled script base/server/init.cs.
  43. Loading compiled script base/client/canvas.cs.
  44. Loading compiled script base/client/audio.cs.
  45.  
  46. --------- Initializing Base: Server ---------------------
  47. Loading compiled script base/server/mainServer.cs.
  48. Loading compiled script base/server/scripts/game.cs.
  49.  
  50. --------- Initializing Base: Client ---------------------
  51. Loading compiled script base/client/message.cs.
  52. Loading compiled script base/client/mission.cs.
  53. Loading compiled script base/client/missionDownload.cs.
  54. Loading compiled script base/client/actionMap.cs.
  55. Video Init:
  56. Accelerated OpenGL display device detected.
  57. Activating the OpenGL display device...
  58. Activating the OpenGL display device... (NEW)
  59. OpenGLDevice::setScreenMode 1184 640 32 60 0
  60. safeModeOn = 1
  61. fixedFrame size = 3
  62. caption size = 26
  63. maxWindowWidth = 1274
  64. maxWindowHeight = 992
  65. Setting screen mode to 1184x640x32@60hz (w)...
  66. winState.hGLRC does not exist
  67. winState.appDC does not exist
  68. winState.appWindow does not exist
  69. Creating a new window...
  70. moving window
  71. Acquiring a new device context...
  72. setting pixel format
  73. Pixel format set:
  74. 32 color bits, 24 depth bits, 8 stencil bits
  75. Creating a new rendering context (2)...
  76. Making the new rendering context current (2)...
  77. wglMakeCurrent worked
  78. don't need to ressurect texture manager
  79. setting vsync 0
  80. done setting vsync
  81. showing window
  82. setting forground window
  83. setting window focus
  84. done with OpenGLDevice::setScreenMode
  85. OpenGL Init: Enabled Extensions
  86. ARB_multitexture (Max Texture Units: 8)
  87. EXT_compiled_vertex_array
  88. EXT_texture_env_combine
  89. EXT_packed_pixels
  90. EXT_fog_coord
  91. ARB_texture_compression
  92. EXT_texture_compression_s3tc
  93. (ARB|EXT)_texture_env_add
  94. EXT_texture_filter_anisotropic (Max anisotropy: 16.000000)
  95. WGL_EXT_swap_control
  96. GL_ARB_vertex_buffer_object
  97. GL_EXT_multi_draw_arrays
  98. ARB_occlusion_query
  99. OpenGL Init: Disabled Extensions
  100. EXT_paletted_texture
  101. NV_vertex_array_range
  102. 3DFX_texture_compression_FXT1
  103.  
  104. OpenGL driver information:
  105. Vendor: ATI Technologies Inc.
  106. Renderer: ATI Radeon X300/X550/X1050 Series
  107. Version: 2.1.8543 Release
  108. OpenGL Init: Enabled Extensions
  109. ARB_multitexture (Max Texture Units: 8)
  110. EXT_compiled_vertex_array
  111. EXT_texture_env_combine
  112. EXT_packed_pixels
  113. EXT_fog_coord
  114. ARB_texture_compression
  115. EXT_texture_compression_s3tc
  116. (ARB|EXT)_texture_env_add
  117. EXT_texture_filter_anisotropic (Max anisotropy: 16.000000)
  118. WGL_EXT_swap_control
  119. GL_ARB_vertex_buffer_object
  120. GL_EXT_multi_draw_arrays
  121. ARB_occlusion_query
  122. OpenGL Init: Disabled Extensions
  123. EXT_paletted_texture
  124. NV_vertex_array_range
  125. 3DFX_texture_compression_FXT1
  126.  
  127. Video::setDevice - activate call done
  128. Video::setDevice - resetting canvas
  129.  
  130. OpenAL Driver Init:
  131. OpenAL
  132. Vendor: Creative Labs Inc.
  133. Version: OpenAL 1.0
  134. Renderer: Software
  135. Extensions: EAX 2.0, EAX 3.0, EAX Unified, and EAX-AC3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement