Advertisement
Guest User

Untitled

a guest
May 21st, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.93 KB | None | 0 0
  1. Version 1.108
  2. -------- THE HPL ENGINE LOG ------------
  3. Creating Engine Modules
  4. --------------------------------------------------------
  5. Creating job manager with 3 threads and 1024 jobs
  6. Creating graphics module
  7. Creating system module
  8. Creating resource module
  9. Creating input module
  10. Creating sound module
  11. Creating physics module
  12. Creating ai module
  13. Creating gui module
  14. Creating generate module
  15. Creating haptic module
  16. Creating scene module
  17. Creating script module
  18. Creating lipsync module
  19. --------------------------------------------------------
  20.  
  21. Initializing Resources Module
  22. --------------------------------------------------------
  23. Creating loader handlers
  24. Creating resource managers
  25. Adding loaders to handlers
  26. --------------------------------------------------------
  27.  
  28. Initializing Graphics Module
  29. --------------------------------------------------------
  30. Init lowlevel graphics: -1x-1 bpp:32 rr: 60 fs:0 ms:0 driver: 0 cap:'When Day Breaks Loading...' pos:(-1x-1)
  31. Available drivers:
  32. (0) - 'windows'
  33. (1) - 'dummy'
  34. Creating window: (-1,-1) 1600 x 900 - 32 bpp flags: 3
  35. Setting display mode: 1600 x 900 - 32 bpp 60 hz
  36. Init Glew...OK
  37. Setting up OpenGL
  38. Vendor: NVIDIA Corporation
  39. Renderer: GeForce GTX 750/PCIe/SSE2
  40. Version: 4.6.0 NVIDIA 417.22
  41. Max texture image units: 32
  42. Max texture coord units: 8
  43. Max texture buffer size: 134217728
  44. Max texture array slices: 2048
  45. Max user clip planes: 8
  46. Two sided stencil: 1
  47. Vertex Buffer Object: 1
  48. Anisotropic filtering: 1
  49. Max Anisotropic degree: 16
  50. Multisampling: 1
  51. Texture compression: 1
  52. Texture compression S3TC: 1
  53. Texture compression 3DC: 1
  54. Texture sRGB: 1
  55. Geometry Instancing: 1
  56. Auto generate MipMaps: 1
  57. Render to texture: 1
  58. Max draw buffers: 8
  59. Max color render targets: 8
  60. Packed depth-stencil: 1
  61. Texture float: 1
  62. GLSL Version: 4.60 NVIDIA
  63. ShaderModel 2: 1
  64. ShaderModel 3: 1
  65. ShaderModel 4: 1
  66. Max vertex uniforms: 2048
  67. Max fragment uniforms: 4096
  68. OGL ATIFragmentShader: 0
  69. Tesselation: 1
  70. MultiBindTex: 1
  71. Initializing DevIL
  72. Vendor String: Abysmal Software
  73. Version String: Developer's Image Library (DevIL) 1.7.8
  74. Version Number: 178
  75. Adding engine materials
  76. Adding engine post effects
  77. --------------------------------------------------------
  78.  
  79. Initializing Sound Module
  80. --------------------------------------------------------
  81. Initializing FMOD.
  82. --------------------------------------------------------
  83.  
  84. Initializing Game Module
  85. --------------------------------------------------------
  86. Adding engine updates
  87. --------------------------------------------------------
  88.  
  89. User Initialization
  90. --------------------------------------------------------
  91. WARNING: No resources element found in 'D:/SOMA/mods/WhenDayBreaks/config/lang/english.lang'
  92. --------------------------------------------------------
  93.  
  94. Game Running
  95. --------------------------------------------------------
  96. ERROR: Couldn't build script 'D:/SOMA/mods/WhenDayBreaks/script/modules/AttackMeterHandler.hps'!
  97. ------- SCRIPT OUTPUT BEGIN --------------------------
  98. AttackMeterHandler.hps (121, 2) : INFO : Compiling void cScrAttackMeterHandler::AddInstance(tID, float, float, float, bool = false, bool = false, bool = false)
  99. AttackMeterHandler.hps (123, 17) : WARN : Signed/Unsigned mismatch
  100. AttackMeterHandler.hps (151, 2) : INFO : Compiling void cScrAttackMeterHandler::RemoveInstance(tID)
  101. AttackMeterHandler.hps (153, 17) : WARN : Signed/Unsigned mismatch
  102. AttackMeterHandler.hps (311, 2) : INFO : Compiling void cScrAttackMeterHandler::UpdateAmount(float)
  103. AttackMeterHandler.hps (336, 17) : WARN : Signed/Unsigned mismatch
  104. AttackMeterHandler.hps (362, 18) : WARN : Signed/Unsigned mismatch
  105. AttackMeterHandler.hps (412, 2) : INFO : Compiling void cScrAttackMeterHandler::UpdateDamage(float)
  106. AttackMeterHandler.hps (449, 18) : WARN : Signed/Unsigned mismatch
  107. AttackMeterHandler.hps (704, 2) : INFO : Compiling void cScrAttackMeterHandler::PlayerDamage_Step1_Setup(uint64)
  108. AttackMeterHandler.hps (708, 22) : ERR : No matching signatures to 'cLux_GetExplorationModeActive()'
  109. AttackMeterHandler.hps (708, 22) : ERR : Expression must be of boolean type
  110. AttackMeterHandler.hps (969, 2) : INFO : Compiling void cScrAttackMeterHandler::TeleportAttackerToNewPos()
  111. AttackMeterHandler.hps (991, 17) : WARN : Signed/Unsigned mismatch
  112. AttackMeterHandler.hps (1012, 18) : WARN : Signed/Unsigned mismatch
  113. helper_audio.hps (908, 1) : INFO : Compiling void Voice_ClearQueued()
  114. helper_audio.hps (913, 15) : WARN : Signed/Unsigned mismatch
  115. helper_audio.hps (1682, 1) : INFO : Compiling void Dialog_StartConversation_PosBased(const tString&in, const tString&in, const tString&in, const tString&in = "", float = 0.5f, cVector3f = cVector3f_Zero)
  116. helper_audio.hps (1708, 48) : WARN : The operand is implicitly converted to handle in order to compare them
  117. ------- SCRIPT OUTPUT END ----------------------------
  118. ERROR: Couldn't build script 'D:/SOMA/mods/WhenDayBreaks/script/modules/GameOverHandler.hps'!
  119. ------- SCRIPT OUTPUT BEGIN --------------------------
  120. GameOverHandler.hps (241, 2) : INFO : Compiling void cScrGameOverHandler::Start(const tString&in)
  121. GameOverHandler.hps (270, 7) : ERR : No matching signatures to 'cLux_GetExplorationModeActive()'
  122. GameOverHandler.hps (270, 7) : ERR : Expression must be of boolean type
  123. helper_audio.hps (908, 1) : INFO : Compiling void Voice_ClearQueued()
  124. helper_audio.hps (913, 15) : WARN : Signed/Unsigned mismatch
  125. helper_audio.hps (1682, 1) : INFO : Compiling void Dialog_StartConversation_PosBased(const tString&in, const tString&in, const tString&in, const tString&in = "", float = 0.5f, cVector3f = cVector3f_Zero)
  126. helper_audio.hps (1708, 48) : WARN : The operand is implicitly converted to handle in order to compare them
  127. helper_custom_deathfx.hps (59, 1) : INFO : Compiling void DeathFX_Start()
  128. helper_custom_deathfx.hps (116, 25) : WARN : Float value truncated in implicit conversion to integer
  129. helper_custom_deathfx.hps (133, 1) : INFO : Compiling void DeathFX_Stop()
  130. helper_custom_deathfx.hps (146, 25) : WARN : Float value truncated in implicit conversion to integer
  131. helper_imgui.hps (1923, 1) : INFO : Compiling void GetFontWordWrapRows(const cImGuiFont&in, float, const tString&in, float, tWString[]&out)
  132. helper_imgui.hps (1, 1) : WARN : Argument cannot be assigned. Output will be discarded.
  133. helper_imgui.hps (1931, 1) : INFO : Compiling void GetFontWordWrapRowsW(const cImGuiFont&in, float, const tWString&in, float, tWString[]&out)
  134. helper_imgui.hps (1, 1) : WARN : Argument cannot be assigned. Output will be discarded.
  135. ------- SCRIPT OUTPUT END ----------------------------
  136. Loading keybinds - file version:0
  137. New default keybindings detected - trashing old keybindings.
  138. ERROR: Couldn't build script 'D:/SOMA/mods/WhenDayBreaks/script/modules/AttackMeterHandler.hps'!
  139. ------- SCRIPT OUTPUT BEGIN --------------------------
  140. AttackMeterHandler.hps (121, 2) : INFO : Compiling void cScrAttackMeterHandler::AddInstance(tID, float, float, float, bool = false, bool = false, bool = false)
  141. AttackMeterHandler.hps (123, 17) : WARN : Signed/Unsigned mismatch
  142. AttackMeterHandler.hps (151, 2) : INFO : Compiling void cScrAttackMeterHandler::RemoveInstance(tID)
  143. AttackMeterHandler.hps (153, 17) : WARN : Signed/Unsigned mismatch
  144. AttackMeterHandler.hps (311, 2) : INFO : Compiling void cScrAttackMeterHandler::UpdateAmount(float)
  145. AttackMeterHandler.hps (336, 17) : WARN : Signed/Unsigned mismatch
  146. AttackMeterHandler.hps (362, 18) : WARN : Signed/Unsigned mismatch
  147. AttackMeterHandler.hps (412, 2) : INFO : Compiling void cScrAttackMeterHandler::UpdateDamage(float)
  148. AttackMeterHandler.hps (449, 18) : WARN : Signed/Unsigned mismatch
  149. AttackMeterHandler.hps (704, 2) : INFO : Compiling void cScrAttackMeterHandler::PlayerDamage_Step1_Setup(uint64)
  150. AttackMeterHandler.hps (708, 22) : ERR : No matching signatures to 'cLux_GetExplorationModeActive()'
  151. AttackMeterHandler.hps (708, 22) : ERR : Expression must be of boolean type
  152. AttackMeterHandler.hps (969, 2) : INFO : Compiling void cScrAttackMeterHandler::TeleportAttackerToNewPos()
  153. AttackMeterHandler.hps (991, 17) : WARN : Signed/Unsigned mismatch
  154. AttackMeterHandler.hps (1012, 18) : WARN : Signed/Unsigned mismatch
  155. helper_audio.hps (908, 1) : INFO : Compiling void Voice_ClearQueued()
  156. helper_audio.hps (913, 15) : WARN : Signed/Unsigned mismatch
  157. helper_audio.hps (1682, 1) : INFO : Compiling void Dialog_StartConversation_PosBased(const tString&in, const tString&in, const tString&in, const tString&in = "", float = 0.5f, cVector3f = cVector3f_Zero)
  158. helper_audio.hps (1708, 48) : WARN : The operand is implicitly converted to handle in order to compare them
  159. ------- SCRIPT OUTPUT END ----------------------------
  160. FATAL ERROR: Could not load script for 'AttackMeterHandler' 'modules/AttackMeterHandler.hps' of class 'cScrAttackMeterHandler'
  161. AttackMeterHandler.hps (708, 22) : ERR : No matching signatures to 'cLux_GetExplorationModeActive()'
  162. AttackMeterHandler.hps (708, 22) : ERR : Expression must be of boolean type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement