Guest User

FlowingLiquids crash with WeatherManager

a guest
Jun 27th, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.05 KB | None | 0 0
  1. Processing facade facades:PC, including it as a sub-project
  2. Processing facade facades:TeraEd, including it as a sub-project
  3. Configuration on demand is an incubating feature.
  4.  
  5. > Configure project :engine
  6. Scanning for version in engine-module.txt for engine
  7. Version for engine loaded as 3.3.0-SNAPSHOT for group org.terasology.engine
  8.  
  9. > Configure project :engine-tests
  10. Scanning for version in module.txt for engine-tests
  11. Version for engine-tests loaded as 3.3.0-SNAPSHOT for group org.terasology.engine
  12.  
  13. > Configure project :facades:PC
  14. PC VERSION: 3.3.0-SNAPSHOT
  15.  
  16. > Configure project :facades:TeraEd
  17. TeraEd VERSION: 3.3.0-SNAPSHOT
  18.  
  19. > Configure project :modules:BiomesAPI
  20. Version for project ':modules:BiomesAPI'.name loaded as 4.0.0-SNAPSHOT for group org.terasology.modules
  21.  
  22. > Configure project :modules:ClimateConditions
  23. Version for ClimateConditions loaded as 1.0.0 for group org.terasology.modules
  24.  
  25. > Configure project :modules:CoreRendering
  26. Version for project ':modules:CoreRendering'.name loaded as 1.0.0-SNAPSHOT for group org.terasology.modules
  27.  
  28. > Configure project :modules:WeatherManager
  29. Version for project ':modules:WeatherManager'.name loaded as 1.0.0-SNAPSHOT for group org.terasology.modules
  30. ClimateConditions resolved binary AlterationEffects-1.1.0-SNAPSHOT.jar (org.terasology.modules:AlterationEffects:1.1.0-SNAPSHOT:20200615.161709-4)
  31. ClimateConditions resolved binary CoreWorlds-1.1.0.jar (org.terasology.modules:CoreWorlds:1.1.0)
  32. ClimateConditions resolved binary Health-1.0.2-SNAPSHOT.jar (org.terasology.modules:Health:1.0.2-SNAPSHOT:20200627.191221-2)
  33. ClimateConditions resolved binary Thirst-1.0.0-SNAPSHOT.jar (org.terasology.modules:Thirst:1.0.0-SNAPSHOT:20200615.211717-27)
  34. ClimateConditions resolved binary CoreAssets-2.1.0-SNAPSHOT.jar (org.terasology.modules:CoreAssets:2.1.0-SNAPSHOT:20200622.180857-2)
  35. WeatherManager resolved binary MarkovChains-1.5.1-SNAPSHOT.jar (org.terasology.modules:MarkovChains:1.5.1-SNAPSHOT:20200615.194044-22)
  36. WeatherManager resolved binary CoreAssets-2.1.0-SNAPSHOT.jar (org.terasology.modules:CoreAssets:2.1.0-SNAPSHOT:20200622.180857-2)
  37. WeatherManager resolved binary FlowingLiquids-1.2.0-SNAPSHOT.jar (org.terasology.modules:FlowingLiquids:1.2.0-SNAPSHOT:20200619.132318-2)
  38.  
  39. > Task :facades:PC:game
  40. Recognized argument: -homedir
  41. PathManager being initialized. Initial code location is C:\Users\lilyr\IdeaProjects\Terasology\engine\build\classes
  42. Switched it to expected working dir: C:\Users\lilyr\IdeaProjects\Terasology
  43. installPath was null, running from IDE or headless server? Setting to: C:\Users\lilyr\IdeaProjects\Terasology
  44. Found the natives dir: C:\Users\lilyr\IdeaProjects\Terasology\natives
  45. 00:09:45.501 [main] INFO o.terasology.engine.TerasologyEngine - Initializing Terasology...
  46. 00:09:45.566 [main] INFO o.terasology.engine.TerasologyEngine - [buildNumber=, buildId=, buildTag=, buildUrl=, gitBranch=, gitCommit=, dateTime=, displayVersion=, engineVersion=]
  47. 00:09:45.566 [main] INFO o.terasology.engine.TerasologyEngine - Home path:
  48. 00:09:45.568 [main] INFO o.terasology.engine.TerasologyEngine - Install path: C:\Users\lilyr\IdeaProjects\Terasology
  49. 00:09:45.569 [main] INFO o.terasology.engine.TerasologyEngine - Java: 1.8.0_181 in C:\Program Files\Java\jdk1.8.0_181\jre
  50. 00:09:45.569 [main] INFO o.terasology.engine.TerasologyEngine - Java VM: Java HotSpot(TM) 64-Bit Server VM, version: 25.181-b13
  51. 00:09:45.570 [main] INFO o.terasology.engine.TerasologyEngine - OS: Windows 10, arch: amd64, version: 10.0
  52. 00:09:45.570 [main] INFO o.terasology.engine.TerasologyEngine - Max. Memory: 1801 MiB
  53. 00:09:45.570 [main] INFO o.terasology.engine.TerasologyEngine - Processors: 4
  54. 00:09:45.933 [main] INFO o.t.e.s.c.ConfigurationSubsystem - Video Settings: {"pixelFormat":24,"windowPosX":171,"windowPosY":27,"windowWidth":1152,"windowHeight":720,"displayModeSetting":"${en
  55. gine:menu#video-windowed}","animatedMenu":false,"flickeringLight":false,"animateGrass":true,"animateWater":false,"fieldOfView":90.0,"cameraBobbing":true,"renderPlacingBox":true,"blurIntensity"
  56. :0,"reflectiveWater":false,"vignette":false,"motionBlur":false,"ssao":false,"filmGrain":false,"outline":true,"lightShafts":false,"eyeAdaptation":false,"bloom":false,"dynamicShadows":true,"vrSu
  57. pport":false,"maxTextureAtlasResolution":4096,"maxChunksUsedForShadowMapping":1024,"shadowMapResolution":1024,"normalMapping":false,"parallaxMapping":false,"dynamicShadowsPcfFiltering":false,"
  58. cloudShadows":false,"renderNearest":true,"particleEffectLimit":10,"frameLimit":60,"meshLimit":400,"inscattering":true,"localReflections":false,"vSync":false,"clampLighting":false,"fboScale":10
  59. 0,"uiScale":100,"dumpShaders":false,"volumetricFog":false,"screenshotSize":"${engine:menu#screenshot-size-normal}","screenshotFormat":"png","cameraSettings":{"cameraSetting":"${engine:menu#cam
  60. era-setting-normal}"},"debug":{"enabled":false,"firstPersonElementsHidden":false,"hudHidden":false,"wireframe":false,"renderChunkBoundingBoxes":false,"renderSkeletons":false}}
  61. 00:09:47.491 [main] INFO o.t.module.ModulePathScanner - Discovered module: BiomesAPI-4.0.0
  62. 00:09:47.494 [main] INFO o.t.module.ModulePathScanner - Discovered module: ClimateConditions-1.0.0
  63. 00:09:47.497 [main] INFO o.t.module.ModulePathScanner - Discovered module: CoreRendering-1.0.0
  64. 00:09:47.501 [main] INFO o.t.module.ModulePathScanner - Discovered module: WeatherManager-1.0.0
  65. 00:09:47.507 [main] INFO o.t.module.ModulePathScanner - Discovered module: AlterationEffects-1.1.0
  66. 00:09:47.513 [main] ERROR o.t.module.TableModuleRegistry - Module BiomesAPI-4.0.0 already registered from [modules\BiomesAPI], cannot register same module from [modules\BiomesAPI-4.0.0.jar]
  67. 00:09:47.514 [main] INFO o.t.module.ModulePathScanner - Discovered duplicate module: BiomesAPI-4.0.0, skipping
  68. 00:09:47.518 [main] INFO o.t.module.ModulePathScanner - Discovered module: CoreAssets-2.1.0
  69. 00:09:47.522 [main] INFO o.t.module.ModulePathScanner - Discovered module: CoreWorlds-1.1.0
  70. 00:09:47.525 [main] INFO o.t.module.ModulePathScanner - Discovered module: FlowingLiquids-1.2.0
  71. 00:09:47.528 [main] INFO o.t.module.ModulePathScanner - Discovered module: Health-1.0.2
  72. 00:09:47.531 [main] INFO o.t.module.ModulePathScanner - Discovered module: MarkovChains-1.5.1
  73. 00:09:47.536 [main] INFO o.t.module.ModulePathScanner - Discovered module: Thirst-1.0.0
  74. 00:09:51.185 [main] INFO o.t.audio.openAL.OpenALManager - Initializing OpenAL audio manager
  75. 00:09:51.452 [main] INFO o.t.audio.openAL.OpenALManager - OpenAL 1.1 ALSOFT 1.15.1 initialized!
  76. 00:09:51.453 [main] INFO o.t.audio.openAL.OpenALManager - Using OpenAL: OpenAL Soft by OpenAL Community
  77. 00:09:51.453 [main] INFO o.t.audio.openAL.OpenALManager - Using device: OpenAL Soft
  78. 00:09:51.453 [main] INFO o.t.audio.openAL.OpenALManager - Available AL extensions: AL_EXT_ALAW AL_EXT_DOUBLE AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_
  79. MCFORMATS AL_EXT_MULAW AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model AL_LOKI_quadriphonic AL_SOFT_buffer_samples AL_SOFT_buffer_sub_data AL_SOFTX_deferred_updates AL_SOFT_d
  80. irect_channels AL_SOFT_loop_points AL_SOFT_source_latency
  81. 00:09:51.454 [main] INFO o.t.audio.openAL.OpenALManager - Available ALC extensions: ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE ALC_EXT_DEDICATED ALC_EXT_disconnect ALC_EXT_EFX
  82. ALC_EXT_thread_local_context ALC_SOFT_loopback
  83. 00:09:51.454 [main] INFO o.t.audio.openAL.OpenALManager - Max mono sources: 255
  84. 00:09:51.454 [main] INFO o.t.audio.openAL.OpenALManager - Max stereo sources: 1
  85. 00:09:51.454 [main] INFO o.t.audio.openAL.OpenALManager - Mixer frequency: 48000
  86. 00:09:51.479 [main] INFO o.t.e.subsystem.lwjgl.LwjglGraphics - Starting initialization of LWJGL
  87. 00:09:51.497 [main] INFO o.t.e.subsystem.lwjgl.LwjglGraphics - Initial initialization complete
  88. 00:09:51.507 [main] INFO o.t.e.s.rpc.DiscordRPCSubSystem - Discord RPC >> Connecting...
  89. 00:09:51.700 [main] INFO o.t.e.s.rpc.DiscordRPCSubSystem - Discord RPC >> Connected!
  90. 00:09:52.236 [main] WARN o.t.w.g.i.WorldGeneratorManager - Could not resolve dependencies for module: ClimateConditions-1.0.0
  91. 00:09:53.079 [main] WARN o.t.w.g.i.WorldGeneratorManager - Could not resolve dependencies for module: Thirst-1.0.0
  92. 00:10:03.335 [main] INFO o.t.i.s.StorageServiceWorker - Performing action InitializeFromTokenAction
  93. 00:10:03.342 [Thread-7] INFO o.t.i.s.StorageServiceWorker - Completed action InitializeFromTokenAction
  94. 00:10:03.348 [main] INFO o.t.e.subsystem.lwjgl.LwjglGraphics - Initializing display (if last line in log then likely the game crashed from an issue with your video card)
  95. 00:10:04.023 [main] INFO o.t.e.subsystem.lwjgl.LwjglGraphics - Initializing OpenGL
  96. 00:10:04.032 [main] INFO o.t.rendering.ShaderManagerLwjgl - Loading Terasology shader manager...
  97. 00:10:04.033 [main] INFO o.t.rendering.ShaderManagerLwjgl - LWJGL: 2.9.3 / windows
  98. 00:10:04.033 [main] INFO o.t.rendering.ShaderManagerLwjgl - GL_VENDOR: Intel
  99. 00:10:04.033 [main] INFO o.t.rendering.ShaderManagerLwjgl - GL_RENDERER: Intel(R) HD Graphics 5000
  100. 00:10:04.033 [main] INFO o.t.rendering.ShaderManagerLwjgl - GL_VERSION: 4.3.0 - Build 20.19.15.4568
  101. 00:10:04.033 [main] INFO o.t.rendering.ShaderManagerLwjgl - SHADING_LANGUAGE VERSION: 4.30 - Build 20.19.15.4568
  102. 00:10:04.033 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_blend_color GL_EXT_abgr GL_EXT_texture3D GL_EXT_clip_volume_hint GL_EX
  103. T_compiled_vertex_array GL_SGIS_texture_edge_clamp
  104. 00:10:04.033 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_SGIS_generate_mipmap GL_EXT_draw_range_elements GL_SGIS_texture_lod GL_EXT_rescale_normal GL_EXT_packed_pixels GL_EX
  105. T_texture_edge_clamp GL_EXT_separate_specular_color GL_ARB_multitexture
  106. 00:10:04.034 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_map_buffer_alignment GL_ARB_conservative_depth GL_EXT_texture_env_combine GL_EXT_bgra GL_EXT_blend_func_separate
  107. GL_EXT_secondary_color GL_EXT_fog_coord GL_EXT_texture_env_add
  108. 00:10:04.034 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_texture_cube_map GL_ARB_transpose_matrix GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_texture
  109. _env_add GL_IBM_texture_mirrored_repeat GL_ARB_texture_mirrored_repeat GL_EXT_multi_draw_arrays
  110. 00:10:04.034 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_SUN_multi_draw_arrays GL_NV_blend_square GL_ARB_texture_compression GL_3DFX_texture_compression_FXT1 GL_EXT_texture_
  111. filter_anisotropic GL_ARB_texture_border_clamp GL_ARB_point_parameters GL_ARB_texture_env_combine
  112. 00:10:04.034 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_texture_env_dot3 GL_ARB_texture_env_crossbar GL_EXT_texture_compression_s3tc GL_ARB_shadow GL_ARB_window_pos GL_
  113. EXT_shadow_funcs GL_EXT_stencil_wrap GL_ARB_vertex_program
  114. 00:10:04.034 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_texture_rectangle GL_ARB_fragment_program GL_EXT_stencil_two_side GL_ATI_separate_stencil GL_ARB_vertex_buffer_o
  115. bject GL_EXT_texture_lod_bias GL_ARB_occlusion_query GL_ARB_fragment_shader
  116. 00:10:04.034 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_texture_non_power_of_two GL_ARB_vertex_shader GL_NV_texgen_ref
  117. lection GL_ARB_point_sprite GL_ARB_fragment_program_shadow GL_EXT_blend_equation_separate
  118. 00:10:04.034 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_depth_texture GL_ARB_texture_rectangle GL_ARB_draw_buffers GL_ARB_color_buffer_float GL_ARB_half_float_pixel GL_
  119. ARB_texture_float GL_ARB_pixel_buffer_object GL_ARB_texture_barrier
  120. 00:10:04.035 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_framebuffer_object GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_occlusion_query2 GL_EXT_draw_buffers2 G
  121. L_WIN_swap_hint GL_EXT_texture_sRGB GL_ARB_multisample
  122. 00:10:04.035 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_packed_float GL_EXT_texture_shared_exponent GL_ARB_texture_rg GL_ARB_texture_compression_rgtc GL_NV_conditional_
  123. render GL_ARB_texture_swizzle GL_EXT_texture_swizzle GL_ARB_texture_gather
  124. 00:10:04.035 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_sync GL_ARB_cl_event GL_ARB_framebuffer_sRGB GL_EXT_packed_depth_stencil GL_ARB_depth_buffer_float GL_EXT_transf
  125. orm_feedback GL_ARB_transform_feedback2 GL_ARB_draw_indirect
  126. 00:10:04.035 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_ARB_framebuffer_object GL_ARB_framebuffer_no_attachments GL_E
  127. XT_texture_array GL_EXT_texture_integer GL_ARB_map_buffer_range GL_ARB_texture_buffer_range
  128. 00:10:04.035 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_texture_snorm GL_ARB_blend_func_extended GL_INTEL_performance_query GL_ARB_copy_buffer GL_ARB_sampler_objects GL
  129. _NV_primitive_restart GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture
  130. 00:10:04.035 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_uniform_buffer_object GL_ARB_depth_clamp GL_ARB_vertex_array_bgra GL_ARB_shader_bit_encoding GL_ARB_draw_buffers
  131. _blend GL_ARB_geometry_shader4 GL_EXT_geometry_shader4 GL_ARB_texture_query_lod
  132. 00:10:04.035 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_explicit_attrib_location GL_ARB_draw_elements_base_vertex GL_EXT_shader_integer_mix GL_ARB_instanced_arrays GL_A
  133. RB_base_instance GL_ARB_fragment_coord_conventions GL_EXT_gpu_program_parameters GL_ARB_texture_buffer_object_rgb32
  134. 00:10:04.035 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_compatibility GL_ARB_texture_rgb10_a2ui GL_ARB_texture_multisample GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_vert
  135. ex_type_10f_11f_11f_rev GL_ARB_timer_query GL_EXT_timer_query GL_ARB_tessellation_shader
  136. 00:10:04.035 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_vertex_array_object GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_texture_cube_map_array GL_EXT_gpu_shade
  137. r4 GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_INTEL_fragment_shader_ordering
  138. 00:10:04.035 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_fragment_shader_interlock GL_ARB_clip_control GL_ARB_shader_subroutine GL_ARB_transform_feedback3 GL_ARB_get_pro
  139. gram_binary GL_ARB_separate_shader_objects GL_ARB_shader_precision GL_ARB_vertex_attrib_64bit
  140. 00:10:04.036 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_viewport_array GL_ARB_transform_feedback_instanced GL_ARB_compressed_texture_pixel_storage GL_ARB_shader_atomic_
  141. counters GL_ARB_shading_language_packing GL_ARB_shader_image_load_store GL_ARB_shading_language_420pack GL_ARB_texture_storage
  142. 00:10:04.036 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_texture_storage GL_ARB_compute_shader GL_ARB_vertex_attrib_binding GL_ARB_texture_view GL_ARB_fragment_layer_vie
  143. wport GL_ARB_multi_draw_indirect GL_ARB_program_interface_query GL_ARB_shader_image_size
  144. 00:10:04.036 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_shader_storage_buffer_object GL_ARB_texture_storage_multisample GL_ARB_buffer_storage GL_AMD_vertex_shader_layer
  145. GL_AMD_vertex_shader_viewport_index GL_ARB_query_buffer_object GL_EXT_polygon_offset_clamp GL_ARB_clear_texture
  146. 00:10:04.036 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_texture_mirror_clamp_to_edge GL_ARB_debug_output GL_ARB_enhanced_layouts GL_KHR_debug GL_ARB_arrays_of_arrays GL
  147. _ARB_texture_query_levels GL_ARB_invalidate_subdata GL_ARB_clear_buffer_object
  148. 00:10:04.036 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_INTEL_map_texture GL_ARB_texture_compression_bptc GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_robustnes
  149. s GL_ARB_robust_buffer_access_behavior GL_EXT_texture_sRGB_decode GL_ARB_copy_image
  150. 00:10:04.036 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_KHR_blend_equation_advanced GL_EXT_direct_state_access GL_ARB_stencil_texturing GL_ARB_texture_stencil8 GL_ARB_expli
  151. cit_uniform_location GL_ARB_multi_bind GL_ARB_indirect_parameters
  152. Jun 28, 2020 12:10:04 AM net.java.games.input.DefaultControllerEnvironment getControllers
  153. WARNING: Found unknown Windows version: Windows 10
  154. Jun 28, 2020 12:10:04 AM net.java.games.input.DefaultControllerEnvironment getControllers
  155. INFO: Attempting to use default windows plug-in.
  156. Jun 28, 2020 12:10:04 AM net.java.games.input.DefaultControllerEnvironment getControllers
  157. INFO: Loading: net.java.games.input.DirectAndRawInputEnvironmentPlugin
  158. Jun 28, 2020 12:10:04 AM net.java.games.input.ControllerEnvironment log
  159. INFO: Failed to initialize device Surface Type Cover because of: java.io.IOException: Failed to acquire device (8007001e)
  160.  
  161. 00:10:05.253 [main] WARN o.t.e.s.config.BindsSubsystem - Input KEY_LSHIFT is already registered, can not use it as default for event class org.terasology.input.binds.general.TabbingModifierBu
  162. tton
  163. 00:10:05.364 [main] WARN o.t.e.s.config.BindsSubsystem - Input KEY_LSHIFT is already registered, can not use it as default for event class org.terasology.input.binds.general.TabbingModifierBu
  164. tton
  165. 00:10:05.613 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_de
  166. 00:10:05.621 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_hi
  167. 00:10:05.629 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_sq
  168. 00:10:05.634 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ro
  169. 00:10:05.638 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_fa
  170. 00:10:05.645 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ja
  171. 00:10:05.650 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_uk
  172. 00:10:05.654 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ar
  173. 00:10:05.663 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_fr
  174. 00:10:05.670 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_it
  175. 00:10:05.681 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_en
  176. 00:10:05.688 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_gl
  177. 00:10:05.695 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_pt
  178. 00:10:05.701 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:game
  179. 00:10:05.706 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_sv
  180. 00:10:05.711 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_pr
  181. 00:10:05.715 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:game_en
  182. 00:10:05.721 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_nl
  183. 00:10:05.727 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_tr
  184. 00:10:05.732 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_pl
  185. 00:10:05.739 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_id
  186. 00:10:05.744 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu
  187. 00:10:05.750 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_cs
  188. 00:10:05.754 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_es
  189. 00:10:05.758 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_zh
  190. 00:10:05.762 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_hu
  191. 00:10:05.766 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ko
  192. 00:10:05.771 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ru
  193. 00:10:06.190 [main] INFO o.terasology.engine.TerasologyEngine - Initialization completed in 20.69sec.
  194. log4j:WARN No appenders could be found for logger (org.apache.http.impl.conn.PoolingHttpClientConnectionManager).
  195. log4j:WARN Please initialize the log4j system properly.
  196. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
  197. 00:10:13.237 [pool-3-thread-1] INFO o.t.e.module.ModuleListDownloader - Downloading modules ..
  198. 00:10:13.371 [main] WARN o.t.engine.internal.TimeBase - Delta too great (27407), capping to 1000
  199. 00:10:13.431 [main] INFO o.t.logic.console.ConsoleImpl - [NOTIFICATION] Identity storage service: No configuration data is present, staying logged out.
  200. 00:10:13.511 [pool-3-thread-1] INFO o.t.e.module.ModuleListDownloader - Parsing content ..
  201. 00:10:14.373 [pool-3-thread-1] INFO o.t.e.module.ModuleListDownloader - Retrieved 184 entries
  202. 00:10:23.516 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1195), capping to 1000
  203. 00:10:23.546 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: engine:3.3.0
  204. 00:10:23.546 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: BiomesAPI:4.0.0
  205. 00:10:23.546 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: CoreAssets:2.1.0
  206. 00:10:23.546 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: CoreRendering:1.0.0
  207. 00:10:23.546 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: CoreWorlds:1.1.0
  208. 00:10:23.547 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: FlowingLiquids:1.2.0
  209. 00:10:23.547 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: MarkovChains:1.5.1
  210. 00:10:23.547 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: WeatherManager:1.0.0
  211. 00:10:47.330 [main] WARN o.t.engine.internal.TimeBase - Delta too great (3611), capping to 1000
  212. 00:10:47.940 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:clientInfo with inputs [/engine/assets/prefabs/player/clientInfo.prefab]
  213. 00:10:48.009 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:shovel with inputs [/CoreAssets/assets/prefabs/tools/shovel.prefab]
  214. 00:10:48.014 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:iconItem with inputs [/engine/assets/prefabs/iconItem.prefab]
  215. 00:10:48.017 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:itemBase with inputs [/engine/assets/prefabs/itemBase.prefab]
  216. 00:10:48.022 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:physicalDamage with inputs [/engine/assets/prefabs/damageTypes/physicalDamage.prefab]
  217. 00:10:48.026 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:itemPickup with inputs [/engine/assets/prefabs/itemPickup.prefab]
  218. 00:10:48.055 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:shovelDamage with inputs [/CoreAssets/assets/prefabs/damageTypes/shovelDamage.prefab]
  219. 00:10:48.070 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab WeatherManager:rain with inputs [/WeatherManager/assets/prefabs/particleEffects/rain.prefab]
  220. 00:10:48.076 [main] ERROR o.t.p.t.TypeHandlerLibrary - Unsupported field: 'engine:ParticleEmitter.affectorFunctionMap'
  221. 00:10:48.078 [main] ERROR o.t.p.t.TypeHandlerLibrary - Unsupported field: 'engine:ParticleEmitter.generatorFunctionMap'
  222. 00:10:48.082 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:succeed with inputs [/engine/assets/prefabs/behaviorActions/succeed.prefab]
  223. 00:10:48.086 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:dynselector with inputs [/engine/assets/prefabs/behaviorActions/dynselector.prefab]
  224. 00:10:48.091 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:shovelTier2Damage with inputs [/CoreAssets/assets/prefabs/damageTypes/shovelTier2Dama
  225. ge.prefab]
  226. 00:10:48.093 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:shovelTier3Damage with inputs [/CoreAssets/assets/prefabs/damageTypes/shovelTier3Dama
  227. ge.prefab]
  228. 00:10:48.096 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:lookup with inputs [/engine/assets/prefabs/behaviorActions/lookup.prefab]
  229. 00:10:48.099 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:setAnimation with inputs [/engine/assets/prefabs/behaviorActions/setAnimation.prefab]
  230. 00:10:48.102 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:directDamage with inputs [/engine/assets/prefabs/damageTypes/directDamage.prefab]
  231. 00:10:48.104 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:axe with inputs [/CoreAssets/assets/prefabs/tools/axe.prefab]
  232. 00:10:48.107 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:axeDamage with inputs [/CoreAssets/assets/prefabs/damageTypes/axeDamage.prefab]
  233. 00:10:48.109 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:pickaxeTier3Damage with inputs [/CoreAssets/assets/prefabs/damageTypes/pickaxeTier3Da
  234. mage.prefab]
  235. 00:10:48.111 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:pickaxeTier2Damage with inputs [/CoreAssets/assets/prefabs/damageTypes/pickaxeTier2Da
  236. mage.prefab]
  237. 00:10:48.119 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:fail with inputs [/engine/assets/prefabs/behaviorActions/fail.prefab]
  238. 00:10:48.122 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:supportRemovedDamage with inputs [/engine/assets/prefabs/damageTypes/supportRemovedDamage
  239. .prefab]
  240. 00:10:48.129 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:blockItemBase with inputs [/engine/assets/prefabs/blocks/blockItemBase.prefab]
  241. 00:10:48.133 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:remotePersonHeldItemMountPoint with inputs [/engine/assets/prefabs/player/remotePersonHel
  242. dItemMountPoint.prefab]
  243. 00:10:48.135 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:pickaxe with inputs [/CoreAssets/assets/prefabs/tools/pickaxe.prefab]
  244. 00:10:48.136 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:pickaxeDamage with inputs [/CoreAssets/assets/prefabs/damageTypes/pickaxeDamage.prefa
  245. b]
  246. 00:10:48.141 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:null with inputs [/engine/assets/prefabs/null.prefab]
  247. 00:10:48.143 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:healingDamage with inputs [/engine/assets/prefabs/damageTypes/healingDamage.prefab]
  248. 00:10:48.147 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:timeout with inputs [/engine/assets/prefabs/behaviorActions/timeout.prefab]
  249. 00:10:48.150 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:floatingCube with inputs [/engine/assets/prefabs/floatingCube.prefab]
  250. 00:10:48.303 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'Health'
  251. 00:10:48.311 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:playMusic with inputs [/engine/assets/prefabs/behaviorActions/playMusic.prefab]
  252. 00:10:48.313 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:pickaxeImproved with inputs [/CoreAssets/assets/prefabs/tools/pickaxeImproved.prefab
  253. 00:10:48.317 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:multiWorldSim with inputs [/engine/assets/prefabs/multiWorldSim.prefab]
  254. 00:10:48.322 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:sequence with inputs [/engine/assets/prefabs/behaviorActions/sequence.prefab]
  255. 00:10:48.325 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:explosiveDamage with inputs [/engine/assets/prefabs/damageTypes/explosiveDamage.prefab]
  256. 00:10:48.329 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab WeatherManager:hail with inputs [/WeatherManager/assets/prefabs/particleEffects/hail.prefab]
  257. 00:10:48.340 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:defaultVisualCharacter with inputs [/engine/assets/prefabs/defaultVisualCharacter.prefab]
  258. 00:10:48.342 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:lava with inputs [/CoreAssets/assets/prefabs/lava.prefab]
  259. 00:10:48.346 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:dustEffect with inputs [/CoreAssets/assets/prefabs/particleEffects/dustEffect.prefab]
  260. 00:10:48.357 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:loop with inputs [/engine/assets/prefabs/behaviorActions/loop.prefab]
  261. 00:10:48.363 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:axeImproved with inputs [/CoreAssets/assets/prefabs/tools/axeImproved.prefab]
  262. 00:10:48.366 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:axeTier2Damage with inputs [/CoreAssets/assets/prefabs/damageTypes/axeTier2Damage.pre
  263. fab]
  264. 00:10:48.367 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:axeTier3Damage with inputs [/CoreAssets/assets/prefabs/damageTypes/axeTier3Damage.pre
  265. fab]
  266. 00:10:48.368 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:Torch with inputs [/CoreAssets/assets/prefabs/Torch.prefab]
  267. 00:10:48.371 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:blockType with inputs [/engine/assets/prefabs/blocks/blockType.prefab]
  268. 00:10:48.375 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:camera with inputs [/engine/assets/prefabs/player/camera.prefab]
  269. 00:10:48.395 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:shovelImproved with inputs [/CoreAssets/assets/prefabs/tools/shovelImproved.prefab]
  270. 00:10:48.398 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:gaze with inputs [/engine/assets/prefabs/player/gaze.prefab]
  271. 00:10:48.403 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:player with inputs [/engine/assets/prefabs/player/player.prefab]
  272. 00:10:48.404 [main] WARN o.t.p.s.ComponentSerializer - Cannot deserialize unknown field 'groundFriction' onto 'engine:CharacterMovement'
  273. 00:10:48.405 [main] WARN o.t.p.s.ComponentSerializer - Cannot deserialize unknown field 'maxGroundSpeed' onto 'engine:CharacterMovement'
  274. 00:10:48.405 [main] WARN o.t.p.s.ComponentSerializer - Cannot deserialize unknown field 'distanceBetweenSwimStrokes' onto 'engine:CharacterMovement'
  275. 00:10:48.696 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:counter with inputs [/engine/assets/prefabs/behaviorActions/counter.prefab]
  276. 00:10:48.701 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:running with inputs [/engine/assets/prefabs/behaviorActions/running.prefab]
  277. 00:10:48.704 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:smokeExplosion with inputs [/CoreAssets/assets/prefabs/particleEffects/smokeExplosion
  278. .prefab]
  279. 00:10:48.708 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:defaultBlockParticles with inputs [/CoreAssets/assets/prefabs/particleEffects/default
  280. BlockParticles.prefab]
  281. 00:10:48.712 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:drowningDamage with inputs [/engine/assets/prefabs/damageTypes/drowningDamage.prefab]
  282. 00:10:48.712 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'damageSound'
  283. 00:10:48.719 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:client with inputs [/engine/assets/prefabs/player/client.prefab]
  284. 00:10:48.720 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:water with inputs [/CoreAssets/assets/prefabs/water.prefab]
  285. 00:10:48.723 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:firstPersonHeldItemMountPoint with inputs [/engine/assets/prefabs/player/firstPersonHeldI
  286. temMountPoint.prefab]
  287. 00:10:48.726 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:sleep with inputs [/engine/assets/prefabs/behaviorActions/sleep.prefab]
  288. 00:10:48.731 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab WeatherManager:snow with inputs [/WeatherManager/assets/prefabs/particleEffects/snow.prefab]
  289. 00:10:48.745 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:invert with inputs [/engine/assets/prefabs/behaviorActions/invert.prefab]
  290. 00:10:48.749 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:test with inputs [/engine/assets/prefabs/test.prefab]
  291. 00:10:48.806 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:guard with inputs [/engine/assets/prefabs/behaviorActions/guard.prefab]
  292. 00:10:48.809 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:playSound with inputs [/engine/assets/prefabs/behaviorActions/playSound.prefab]
  293. 00:10:48.813 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:hand with inputs [/engine/assets/prefabs/player/hand.prefab]
  294. 00:10:48.864 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:selector with inputs [/engine/assets/prefabs/behaviorActions/selector.prefab]
  295. 00:10:48.869 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab engine:parallel with inputs [/engine/assets/prefabs/behaviorActions/parallel.prefab]
  296. 00:10:48.872 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab CoreAssets:gooeysFist with inputs [/CoreAssets/assets/prefabs/tools/gooeysFist.prefab]
  297. 00:10:48.874 [main] INFO o.t.e.prefab.internal.PrefabFormat - Attempting to deserialize prefab FlowingLiquids:smooshingDamage with inputs [/FlowingLiquids/assets/prefabs/damageTypes/smooshing
  298. Damage.prefab]
  299. 00:10:49.369 [main] ERROR o.t.engine.ComponentSystemManager - Cannot load ModuleRendering, must be a subclass of ComponentSystem
  300. 00:10:50.207 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1321), capping to 1000
  301. 00:10:50.316 [main] INFO o.t.w.c.b.ExtraBlockDataManager - Extra data slots registered: BiomesAPI.biomeHash -> 0, flowingLiquids.flow -> 1
  302. 00:10:50.363 [main] INFO o.t.e.m.l.InitialiseWorld - World seed: "7YQQnzptfSb0YzWR"
  303. 00:10:51.473 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,engine:unloaded]
  304. 00:10:51.473 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block engine:unloaded with id 1
  305. 00:10:53.220 [main] INFO o.t.r.world.WorldRendererImpl -
  306. Initialising rendering class CoreRenderingModule from CoreRendering module.
  307.  
  308. 00:10:53.317 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:lastUpdatedGBufferClearingNode:BufferPair1(connected to CoreRendering:backdropNode:BufferPair1, ;) to C
  309. oreRendering:backdropNode (BackdropNode).
  310. 00:10:53.356 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:backdropNode:BufferPair1(connected to CoreRendering:opaqueObjectsNode:BufferPair1, ;) to CoreRendering:
  311. opaqueObjectsNode (OpaqueObjectsNode).
  312. 00:10:53.376 [main] INFO o.t.rendering.dag.RenderGraph - Warning, Output:CoreRendering:backdropNode:BufferPair1(connected to CoreRendering:opaqueObjectsNode:BufferPair1, ;)connection is alrea
  313. dy read somewhere else.
  314. 00:10:53.377 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:backdropNode:BufferPair1(connected to CoreRendering:opaqueBlocksNode:BufferPair1, CoreRendering:opaqueO
  315. bjectsNode:BufferPair1, ;) to CoreRendering:opaqueBlocksNode (OpaqueBlocksNode).
  316. 00:10:53.397 [main] INFO o.t.rendering.dag.RenderGraph - Warning, Output:CoreRendering:backdropNode:BufferPair1(connected to CoreRendering:opaqueBlocksNode:BufferPair1, CoreRendering:opaqueOb
  317. jectsNode:BufferPair1, ;)connection is already read somewhere else.
  318. 00:10:53.397 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:backdropNode:BufferPair1(connected to CoreRendering:alphaRejectBlocksNode:BufferPair1, CoreRendering:op
  319. aqueBlocksNode:BufferPair1, CoreRendering:opaqueObjectsNode:BufferPair1, ;) to CoreRendering:alphaRejectBlocksNode (AlphaRejectBlocksNode).
  320. 00:10:53.413 [main] INFO o.t.rendering.dag.RenderGraph - Warning, Output:CoreRendering:backdropNode:BufferPair1(connected to CoreRendering:alphaRejectBlocksNode:BufferPair1, CoreRendering:opa
  321. queBlocksNode:BufferPair1, CoreRendering:opaqueObjectsNode:BufferPair1, ;)connection is already read somewhere else.
  322. 00:10:53.414 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:backdropNode:BufferPair1(connected to CoreRendering:alphaRejectBlocksNode:BufferPair1, CoreRendering:ov
  323. erlaysNode:BufferPair1, CoreRendering:opaqueBlocksNode:BufferPair1, CoreRendering:opaqueObjectsNode:BufferPair1, ;) to CoreRendering:overlaysNode (OverlaysNode).
  324. 00:10:53.431 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:opaqueObjectsNode:BufferPair1(connected to CoreRendering:deferredPointLightsNode:BufferPair1, ;) to Cor
  325. eRendering:deferredPointLightsNode (DeferredPointLightsNode).
  326. 00:10:53.450 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:opaqueBlocksNode:BufferPair1(connected to CoreRendering:deferredMainLightNode:BufferPair1, ;) to CoreRe
  327. ndering:deferredMainLightNode (DeferredMainLightNode).
  328. 00:10:53.467 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:deferredMainLightNode:BufferPair1(connected to CoreRendering:applyDeferredLightingNode:BufferPair1, ;)
  329. to CoreRendering:applyDeferredLightingNode (ApplyDeferredLightingNode).
  330. 00:10:53.492 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:applyDeferredLightingNode:BufferPair1(connected to CoreRendering:outlineNode:BufferPair1, ;) to CoreRen
  331. dering:outlineNode (OutlineNode).
  332. 00:10:53.509 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:reflectedBufferClearingNode:FBO1(connected to CoreRendering:reflectedBackdropNode:FBO1, ;) to CoreRende
  333. ring:reflectedBackdropNode (BackdropReflectionNode).
  334. 00:10:53.526 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:reflectedBackdropNode:FBO1(connected to CoreRendering:worldReflectionNode:FBO1, ;) to CoreRendering:wor
  335. ldReflectionNode (WorldReflectionNode).
  336. 00:10:53.553 [main] INFO o.t.rendering.dag.RenderGraph - Warning, Output:CoreRendering:applyDeferredLightingNode:BufferPair1(connected to CoreRendering:outlineNode:BufferPair1, ;)connection i
  337. s already read somewhere else.
  338. 00:10:53.553 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:applyDeferredLightingNode:BufferPair1(connected to CoreRendering:chunksRefractiveReflectiveNode:BufferP
  339. air1, CoreRendering:outlineNode:BufferPair1, ;) to CoreRendering:chunksRefractiveReflectiveNode (RefractiveReflectiveBlocksNode).
  340. 00:10:53.553 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:reflectedRefractedBufferClearingNode:FBO1(connected to CoreRendering:chunksRefractiveReflectiveNode:FBO
  341. 1, ;) to CoreRendering:chunksRefractiveReflectiveNode (RefractiveReflectiveBlocksNode).
  342. 00:10:53.554 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:worldReflectionNode:FBO1(connected to CoreRendering:chunksRefractiveReflectiveNode:FBO2, ;) to CoreRend
  343. ering:chunksRefractiveReflectiveNode (RefractiveReflectiveBlocksNode).
  344. 00:10:53.572 [main] INFO o.t.rendering.dag.RenderGraph - Warning, Output:CoreRendering:applyDeferredLightingNode:BufferPair1(connected to CoreRendering:chunksRefractiveReflectiveNode:BufferPa
  345. ir1, CoreRendering:outlineNode:BufferPair1, ;)connection is already read somewhere else.
  346. 00:10:53.572 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:applyDeferredLightingNode:BufferPair1(connected to CoreRendering:chunksRefractiveReflectiveNode:BufferP
  347. air1, CoreRendering:prePostCompositeNode:BufferPair1, CoreRendering:outlineNode:BufferPair1, ;) to CoreRendering:prePostCompositeNode (PrePostCompositeNode).
  348. 00:10:53.572 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:outlineNode:FBO1(connected to CoreRendering:prePostCompositeNode:FBO2, ;) to CoreRendering:prePostCompo
  349. siteNode (PrePostCompositeNode).
  350. 00:10:53.573 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:chunksRefractiveReflectiveNode:FBO1(connected to CoreRendering:prePostCompositeNode:FBO4, ;) to CoreRen
  351. dering:prePostCompositeNode (PrePostCompositeNode).
  352. 00:10:53.590 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:prePostCompositeNode:BufferPair1(connected to CoreRendering:simpleBlendMaterialsNode:BufferPair1, ;) to
  353. CoreRendering:simpleBlendMaterialsNode (SimpleBlendMaterialsNode).
  354. 00:10:53.625 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:simpleBlendMaterialsNode:FBO1(connected to CoreRendering:exposureDownSamplerTo16pixels:FBO1, ;) to Core
  355. Rendering:exposureDownSamplerTo16pixels (DownSamplerForExposureNode).
  356. 00:10:53.626 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:exposureDownSamplerTo16pixels:FBO1(connected to CoreRendering:exposureDownSamplerTo8pixels:FBO1, ;) to
  357. CoreRendering:exposureDownSamplerTo8pixels (DownSamplerForExposureNode).
  358. 00:10:53.626 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:exposureDownSamplerTo8pixels:FBO1(connected to CoreRendering:exposureDownSamplerTo4pixels:FBO1, ;) to C
  359. oreRendering:exposureDownSamplerTo4pixels (DownSamplerForExposureNode).
  360. 00:10:53.627 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:exposureDownSamplerTo4pixels:FBO1(connected to CoreRendering:exposureDownSamplerTo2pixels:FBO1, ;) to C
  361. oreRendering:exposureDownSamplerTo2pixels (DownSamplerForExposureNode).
  362. 00:10:53.627 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:exposureDownSamplerTo2pixels:FBO1(connected to CoreRendering:exposureDownSamplerTo1pixel:FBO1, ;) to Co
  363. reRendering:exposureDownSamplerTo1pixel (DownSamplerForExposureNode).
  364. 00:10:53.657 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:exposureDownSamplerTo1pixel:FBO1(connected to CoreRendering:updateExposureNode:FBO1, ;) to CoreRenderin
  365. g:updateExposureNode (UpdateExposureNode).
  366. 00:10:53.708 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:simpleBlendMaterialsNode:BufferPair1(connected to CoreRendering:initialPostProcessingNode:BufferPair1,
  367. ;) to CoreRendering:initialPostProcessingNode (InitialPostProcessingNode).
  368. 00:10:53.728 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:initialPostProcessingNode:FBO1(connected to CoreRendering:toneMappingNode:FBO1, ;) to CoreRendering:ton
  369. eMappingNode (ToneMappingNode).
  370. 00:10:53.762 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:toneMappingNode:FBO1(connected to CoreRendering:firstLateBlurNode:FBO1, ;) to CoreRendering:firstLateBl
  371. urNode (LateBlurNode).
  372. 00:10:53.763 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:firstLateBlurNode:FBO1(connected to CoreRendering:secondLateBlurNode:FBO1, ;) to CoreRendering:secondLa
  373. teBlurNode (LateBlurNode).
  374. 00:10:53.781 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:initialPostProcessingNode:BufferPair1(connected to CoreRendering:finalPostProcessingNode:BufferPair1, ;
  375. ) to CoreRendering:finalPostProcessingNode (FinalPostProcessingNode).
  376. 00:10:53.782 [main] INFO o.t.rendering.dag.RenderGraph - Warning, Output:CoreRendering:toneMappingNode:FBO1(connected to CoreRendering:firstLateBlurNode:FBO1, ;)connection is already read som
  377. ewhere else.
  378. 00:10:53.782 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:toneMappingNode:FBO1(connected to CoreRendering:firstLateBlurNode:FBO1, CoreRendering:finalPostProcessi
  379. ngNode:FBO1, ;) to CoreRendering:finalPostProcessingNode (FinalPostProcessingNode).
  380. 00:10:53.782 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:secondLateBlurNode:FBO1(connected to CoreRendering:finalPostProcessingNode:FBO2, ;) to CoreRendering:fi
  381. nalPostProcessingNode (FinalPostProcessingNode).
  382. 00:10:53.817 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:finalPostProcessingNode:BufferPair1(connected to CoreRendering:outputToScreenNode:BufferPair1, ;) to Co
  383. reRendering:outputToScreenNode (OutputToScreenNode).
  384. 00:10:53.818 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:finalPostProcessingNode:FBO1(connected to CoreRendering:outputToScreenNode:FBO1, ;) to CoreRendering:ou
  385. tputToScreenNode (OutputToScreenNode).
  386. 00:10:53.818 [main] INFO o.t.r.world.WorldRendererImpl -
  387. Initialising rendering class AdvancedRenderingModule from CoreRendering module.
  388.  
  389. 00:10:53.836 [main] INFO o.t.rendering.dag.RenderGraph - Warning, Output:CoreRendering:backdropNode:BufferPair1(connected to CoreRendering:alphaRejectBlocksNode:BufferPair1, CoreRendering:ove
  390. rlaysNode:BufferPair1, CoreRendering:opaqueBlocksNode:BufferPair1, CoreRendering:opaqueObjectsNode:BufferPair1, ;)connection is already read somewhere else.
  391. 00:10:53.836 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:backdropNode:BufferPair1(connected to CoreRendering:alphaRejectBlocksNode:BufferPair1, CoreRendering:ov
  392. erlaysNode:BufferPair1, CoreRendering:intermediateHazeNode:BufferPair1, CoreRendering:opaqueBlocksNode:BufferPair1, CoreRendering:opaqueObjectsNode:BufferPair1, ;) to CoreRendering:intermediat
  393. eHazeNode (HazeNode).
  394. 00:10:53.837 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:intermediateHazeNode:BufferPair1(connected to CoreRendering:finalHazeNode:BufferPair1, ;) to CoreRender
  395. ing:finalHazeNode (HazeNode).
  396. 00:10:53.837 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:intermediateHazeNode:FBO1(connected to CoreRendering:finalHazeNode:FBO1, ;) to CoreRendering:finalHazeN
  397. ode (HazeNode).
  398. 00:10:53.848 [main] INFO o.t.rendering.dag.RenderGraph - Attempting reconnection of CoreRendering:opaqueObjectsNode to CoreRendering:finalHazeNode's output.
  399. 00:10:53.863 [main] WARN o.t.rendering.dag.RenderGraph - Trying to disconnect two nodes that aren't connected, CoreRendering:backdropNode and CoreRendering:opaqueObjectsNode
  400. 00:10:53.863 [main] INFO o.t.rendering.dag.RenderGraph - Reconnecting finished.
  401. 00:10:53.863 [main] INFO o.t.rendering.dag.RenderGraph - Attempting reconnection of CoreRendering:opaqueBlocksNode to CoreRendering:finalHazeNode's output.
  402. 00:10:53.863 [main] WARN o.t.rendering.dag.RenderGraph - WARNING: destination connection (Output:CoreRendering:finalHazeNode:BufferPair1(connected to CoreRendering:opaqueObjectsNode:BufferPai
  403. r1, ;)) is already connected to ({CoreRendering:opaqueObjectsNode:BufferPair1=Input:CoreRendering:opaqueObjectsNode:BufferPair1(connected to CoreRendering:finalHazeNode:BufferPair1, ;)}
  404. 00:10:53.864 [main] WARN o.t.rendering.dag.RenderGraph - Trying to disconnect two nodes that aren't connected, CoreRendering:backdropNode and CoreRendering:opaqueBlocksNode
  405. 00:10:53.864 [main] INFO o.t.rendering.dag.RenderGraph - Reconnecting finished.
  406. 00:10:53.864 [main] INFO o.t.rendering.dag.RenderGraph - Attempting reconnection of CoreRendering:alphaRejectBlocksNode to CoreRendering:finalHazeNode's output.
  407. 00:10:53.864 [main] WARN o.t.rendering.dag.RenderGraph - WARNING: destination connection (Output:CoreRendering:finalHazeNode:BufferPair1(connected to CoreRendering:opaqueBlocksNode:BufferPair
  408. 1, CoreRendering:opaqueObjectsNode:BufferPair1, ;)) is already connected to ({CoreRendering:opaqueBlocksNode:BufferPair1=Input:CoreRendering:opaqueBlocksNode:BufferPair1(connected to CoreRende
  409. ring:finalHazeNode:BufferPair1, ;), CoreRendering:opaqueObjectsNode:BufferPair1=Input:CoreRendering:opaqueObjectsNode:BufferPair1(connected to CoreRendering:finalHazeNode:BufferPair1, ;)}
  410. 00:10:53.865 [main] WARN o.t.rendering.dag.RenderGraph - Trying to disconnect two nodes that aren't connected, CoreRendering:backdropNode and CoreRendering:alphaRejectBlocksNode
  411. 00:10:53.865 [main] INFO o.t.rendering.dag.RenderGraph - Reconnecting finished.
  412. 00:10:53.865 [main] INFO o.t.rendering.dag.RenderGraph - Attempting reconnection of CoreRendering:overlaysNode to CoreRendering:finalHazeNode's output.
  413. 00:10:53.865 [main] WARN o.t.rendering.dag.RenderGraph - WARNING: destination connection (Output:CoreRendering:finalHazeNode:BufferPair1(connected to CoreRendering:alphaRejectBlocksNode:Buffe
  414. rPair1, CoreRendering:opaqueBlocksNode:BufferPair1, CoreRendering:opaqueObjectsNode:BufferPair1, ;)) is already connected to ({CoreRendering:alphaRejectBlocksNode:BufferPair1=Input:CoreRenderi
  415. ng:alphaRejectBlocksNode:BufferPair1(connected to CoreRendering:finalHazeNode:BufferPair1, ;), CoreRendering:opaqueBlocksNode:BufferPair1=Input:CoreRendering:opaqueBlocksNode:BufferPair1(conne
  416. cted to CoreRendering:finalHazeNode:BufferPair1, ;), CoreRendering:opaqueObjectsNode:BufferPair1=Input:CoreRendering:opaqueObjectsNode:BufferPair1(connected to CoreRendering:finalHazeNode:Buff
  417. erPair1, ;)}
  418. 00:10:53.865 [main] WARN o.t.rendering.dag.RenderGraph - Trying to disconnect two nodes that aren't connected, CoreRendering:backdropNode and CoreRendering:overlaysNode
  419. 00:10:53.866 [main] INFO o.t.rendering.dag.RenderGraph - Reconnecting finished.
  420. 00:10:53.866 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:finalHazeNode:FBO1(connected to CoreRendering:prePostCompositeNode:FBO3, ;) to CoreRendering:prePostCom
  421. positeNode (PrePostCompositeNode).
  422. 00:10:53.892 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:shadowMapClearingNode:FBO1(connected to CoreRendering:shadowMapNode:FBO1, ;) to CoreRendering:shadowMap
  423. Node (ShadowMapNode).
  424. 00:10:53.893 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:shadowMapNode:FBO1(connected to CoreRendering:deferredMainLightNode:FBO1, ;) to CoreRendering:deferredM
  425. ainLightNode (DeferredMainLightNode).
  426. 00:10:53.909 [main] INFO o.t.rendering.dag.RenderGraph - Warning, Output:CoreRendering:applyDeferredLightingNode:BufferPair1(connected to CoreRendering:chunksRefractiveReflectiveNode:BufferPa
  427. ir1, CoreRendering:prePostCompositeNode:BufferPair1, CoreRendering:outlineNode:BufferPair1, ;)connection is already read somewhere else.
  428. 00:10:53.909 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:applyDeferredLightingNode:BufferPair1(connected to CoreRendering:chunksRefractiveReflectiveNode:BufferP
  429. air1, CoreRendering:prePostCompositeNode:BufferPair1, CoreRendering:outlineNode:BufferPair1, CoreRendering:ambientOcclusionNode:BufferPair1, ;) to CoreRendering:ambientOcclusionNode (AmbientOc
  430. clusionNode).
  431. 00:10:53.926 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:ambientOcclusionNode:BufferPair1(connected to CoreRendering:blurredAmbientOcclusionNode:BufferPair1, ;)
  432. to CoreRendering:blurredAmbientOcclusionNode (BlurredAmbientOcclusionNode).
  433. 00:10:53.926 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:ambientOcclusionNode:FBO1(connected to CoreRendering:blurredAmbientOcclusionNode:FBO1, ;) to CoreRender
  434. ing:blurredAmbientOcclusionNode (BlurredAmbientOcclusionNode).
  435. 00:10:53.927 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:blurredAmbientOcclusionNode:FBO1(connected to CoreRendering:prePostCompositeNode:FBO1, ;) to CoreRender
  436. ing:prePostCompositeNode (PrePostCompositeNode).
  437. 00:10:53.952 [main] INFO o.t.rendering.dag.RenderGraph - Warning, Output:CoreRendering:simpleBlendMaterialsNode:BufferPair1(connected to CoreRendering:initialPostProcessingNode:BufferPair1, ;
  438. )connection is already read somewhere else.
  439. 00:10:53.952 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:simpleBlendMaterialsNode:BufferPair1(connected to CoreRendering:initialPostProcessingNode:BufferPair1,
  440. CoreRendering:lightShaftsNode:BufferPair1, ;) to CoreRendering:lightShaftsNode (LightShaftsNode).
  441. 00:10:53.952 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:lightShaftsNode:FBO1(connected to CoreRendering:initialPostProcessingNode:FBO1, ;) to CoreRendering:ini
  442. tialPostProcessingNode (InitialPostProcessingNode).
  443. 00:10:53.969 [main] INFO o.t.rendering.dag.RenderGraph - Warning, Output:CoreRendering:simpleBlendMaterialsNode:BufferPair1(connected to CoreRendering:initialPostProcessingNode:BufferPair1, C
  444. oreRendering:lightShaftsNode:BufferPair1, ;)connection is already read somewhere else.
  445. 00:10:53.969 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:simpleBlendMaterialsNode:BufferPair1(connected to CoreRendering:highPassNode:BufferPair1, CoreRendering
  446. :initialPostProcessingNode:BufferPair1, CoreRendering:lightShaftsNode:BufferPair1, ;) to CoreRendering:highPassNode (HighPassNode).
  447. 00:10:53.986 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:highPassNode:FBO1(connected to CoreRendering:halfScaleBlurredBloomNode:FBO1, ;) to CoreRendering:halfSc
  448. aleBlurredBloomNode (BloomBlurNode).
  449. 00:10:53.987 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:halfScaleBlurredBloomNode:FBO1(connected to CoreRendering:quarterScaleBlurredBloomNode:FBO1, ;) to Core
  450. Rendering:quarterScaleBlurredBloomNode (BloomBlurNode).
  451. 00:10:53.987 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:quarterScaleBlurredBloomNode:FBO1(connected to CoreRendering:one8thScaleBlurredBloomNode:FBO1, ;) to Co
  452. reRendering:one8thScaleBlurredBloomNode (BloomBlurNode).
  453. 00:10:53.987 [main] INFO o.t.rendering.dag.RenderGraph - Connected Output:CoreRendering:one8thScaleBlurredBloomNode:FBO1(connected to CoreRendering:initialPostProcessingNode:FBO2, ;) to CoreR
  454. endering:initialPostProcessingNode (InitialPostProcessingNode).
  455. 00:10:53.996 [main] WARN o.t.engine.internal.TimeBase - Delta too great (3675), capping to 1000
  456. 00:10:54.699 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_de
  457. 00:10:54.699 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_hi
  458. 00:10:54.699 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_sq
  459. 00:10:54.699 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ro
  460. 00:10:54.699 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_fa
  461. 00:10:54.700 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ja
  462. 00:10:54.700 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_uk
  463. 00:10:54.700 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ar
  464. 00:10:54.700 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_fr
  465. 00:10:54.700 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_it
  466. 00:10:54.700 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_en
  467. 00:10:54.700 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_gl
  468. 00:10:54.700 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_pt
  469. 00:10:54.700 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:game
  470. 00:10:54.700 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_sv
  471. 00:10:54.700 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_pr
  472. 00:10:54.700 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:game_en
  473. 00:10:54.700 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_nl
  474. 00:10:54.701 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_tr
  475. 00:10:54.701 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_pl
  476. 00:10:54.701 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_id
  477. 00:10:54.701 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu
  478. 00:10:54.701 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_cs
  479. 00:10:54.701 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_es
  480. 00:10:54.701 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_zh
  481. 00:10:54.701 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_hu
  482. 00:10:54.701 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ko
  483. 00:10:54.701 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ru
  484. 00:10:54.918 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_de
  485. 00:10:54.918 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_hi
  486. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_sq
  487. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ro
  488. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_fa
  489. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ja
  490. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_uk
  491. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ar
  492. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_fr
  493. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_it
  494. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_en
  495. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_gl
  496. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_pt
  497. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:game
  498. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_sv
  499. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_pr
  500. 00:10:54.919 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:game_en
  501. 00:10:54.920 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_nl
  502. 00:10:54.920 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_tr
  503. 00:10:54.920 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_pl
  504. 00:10:54.920 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_id
  505. 00:10:54.920 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu
  506. 00:10:54.920 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_cs
  507. 00:10:54.920 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_es
  508. 00:10:54.920 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_zh
  509. 00:10:54.920 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_hu
  510. 00:10:54.920 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ko
  511. 00:10:54.920 [main] INFO o.t.i18n.TranslationSystemImpl - Discovered engine:menu_ru
  512. 00:10:55.243 [main] INFO o.t.p.updating.ParticleUpdaterImpl - Registering GeneratorFunction for Component class class org.terasology.particles.components.generators.TextureOffsetGeneratorComp
  513. onent
  514. 00:10:55.244 [main] INFO o.t.p.updating.ParticleUpdaterImpl - Registering GeneratorFunction for Component class class org.terasology.particles.components.generators.VelocityRangeGeneratorComp
  515. onent
  516. 00:10:55.245 [main] INFO o.t.p.updating.ParticleUpdaterImpl - Registering AffectorFunction for Component class class org.terasology.particles.components.affectors.AccelerationAffectorComponen
  517. t
  518. 00:10:55.245 [main] INFO o.t.p.updating.ParticleUpdaterImpl - Registering AffectorFunction for Component class class org.terasology.particles.components.affectors.VelocityAffectorComponent
  519. 00:10:55.245 [main] INFO o.t.p.updating.ParticleUpdaterImpl - Registering GeneratorFunction for Component class class org.terasology.particles.components.generators.EnergyRangeGeneratorCompon
  520. ent
  521. 00:10:55.246 [main] INFO o.t.p.updating.ParticleUpdaterImpl - Registering GeneratorFunction for Component class class org.terasology.particles.components.generators.PositionRangeGeneratorComp
  522. onent
  523. 00:10:55.246 [main] INFO o.t.p.updating.ParticleUpdaterImpl - Registering GeneratorFunction for Component class class org.terasology.particles.components.generators.ScaleRangeGeneratorCompone
  524. nt
  525. 00:10:55.246 [main] INFO o.t.p.updating.ParticleUpdaterImpl - Registering GeneratorFunction for Component class class org.terasology.particles.components.generators.ColorRangeGeneratorCompone
  526. nt
  527. 00:10:55.268 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,engine:air]
  528. 00:10:55.269 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block engine:air with id 2
  529. 00:10:55.278 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,FlowingLiquids:DebugLiquid]
  530. 00:10:55.279 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block FlowingLiquids:DebugLiquid with id 3
  531. 00:10:55.325 [main] INFO o.terasology.biomesAPI.BiomeManager - Registered biome CoreWorlds:MOUNTAINS with id 3084
  532. 00:10:55.325 [main] INFO o.terasology.biomesAPI.BiomeManager - Registered biome CoreWorlds:SNOW with id -7875
  533. 00:10:55.325 [main] INFO o.terasology.biomesAPI.BiomeManager - Registered biome CoreWorlds:DESERT with id -25265
  534. 00:10:55.325 [main] INFO o.terasology.biomesAPI.BiomeManager - Registered biome CoreWorlds:FOREST with id -15017
  535. 00:10:55.325 [main] INFO o.terasology.biomesAPI.BiomeManager - Registered biome CoreWorlds:OCEAN with id -16252
  536. 00:10:55.325 [main] INFO o.terasology.biomesAPI.BiomeManager - Registered biome CoreWorlds:BEACH with id 26857
  537. 00:10:55.325 [main] INFO o.terasology.biomesAPI.BiomeManager - Registered biome CoreWorlds:PLAINS with id 18723
  538. 00:10:55.350 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,WeatherManager:Cloud]
  539. 00:10:55.350 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block WeatherManager:Cloud with id 4
  540. 00:10:55.572 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:Stone]
  541. 00:10:55.572 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Stone with id 5
  542. 00:10:55.576 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:Water]
  543. 00:10:55.576 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Water with id 6
  544. 00:10:55.579 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:Ice]
  545. 00:10:55.579 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Ice with id 7
  546. 00:10:55.608 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:Sand]
  547. 00:10:55.608 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Sand with id 8
  548. 00:10:55.612 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:Grass]
  549. 00:10:55.612 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Grass with id 9
  550. 00:10:55.666 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:Snow]
  551. 00:10:55.666 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Snow with id 10
  552. 00:10:55.670 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:Dirt]
  553. 00:10:55.670 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Dirt with id 11
  554. 00:10:55.700 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:TallGrass1]
  555. 00:10:55.700 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:TallGrass1 with id 12
  556. 00:10:55.703 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:TallGrass2]
  557. 00:10:55.703 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:TallGrass2 with id 13
  558. 00:10:55.706 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:TallGrass3]
  559. 00:10:55.707 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:TallGrass3 with id 14
  560. 00:10:55.710 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:Dandelion]
  561. 00:10:55.710 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Dandelion with id 15
  562. 00:10:55.715 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:Glowbell]
  563. 00:10:55.715 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Glowbell with id 16
  564. 00:10:55.718 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:Iris]
  565. 00:10:55.718 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Iris with id 17
  566. 00:10:55.721 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:Lavender]
  567. 00:10:55.721 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Lavender with id 18
  568. 00:10:55.723 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:RedClover]
  569. 00:10:55.724 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:RedClover with id 19
  570. 00:10:55.726 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:RedFlower]
  571. 00:10:55.726 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:RedFlower with id 20
  572. 00:10:55.729 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:Tulip]
  573. 00:10:55.729 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Tulip with id 21
  574. 00:10:55.732 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:YellowFlower]
  575. 00:10:55.732 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:YellowFlower with id 22
  576. 00:10:55.735 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:BigBrownShroom]
  577. 00:10:55.735 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:BigBrownShroom with id 23
  578. 00:10:55.738 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:BrownShroom]
  579. 00:10:55.738 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:BrownShroom with id 24
  580. 00:10:55.741 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:RedShroom]
  581. 00:10:55.741 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:RedShroom with id 25
  582. 00:10:55.777 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:OakTrunk]
  583. 00:10:55.777 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:OakTrunk with id 26
  584. 00:10:55.780 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:PineTrunk]
  585. 00:10:55.780 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:PineTrunk with id 27
  586. 00:10:55.784 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:BirchTrunk]
  587. 00:10:55.784 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:BirchTrunk with id 28
  588. 00:10:55.789 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:GreenLeaf]
  589. 00:10:55.790 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:GreenLeaf with id 29
  590. 00:10:55.792 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:DarkLeaf]
  591. 00:10:55.793 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:DarkLeaf with id 30
  592. 00:10:55.796 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:RedLeaf]
  593. 00:10:55.796 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:RedLeaf with id 31
  594. 00:10:55.802 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,CoreAssets:Cactus]
  595. 00:10:55.802 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Cactus with id 32
  596. 00:10:55.930 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[symmetric,WeatherManager:snow]
  597. 00:10:55.931 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block WeatherManager:snow with id 33
  598. 00:10:55.932 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[freeform,CoreAssets:Water:engine:eighthBlock]
  599. 00:10:55.933 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block CoreAssets:Water:engine:eighthBlock with id 34
  600. 00:11:02.531 [main] WARN o.t.logic.players.PlayerFactory - entity org.terasology.entitySystem.entity.EntityBuilder@47f0e078 does not have any known extent specification - using default
  601. 00:11:03.282 [main] ERROR o.terasology.engine.TerasologyEngine - Uncaught exception, attempting clean game shutdown
  602. java.lang.NoSuchMethodError: org.terasology.world.block.shapes.BlockMeshPart.getVertex(I)Lorg/joml/Vector3f;
  603. at org.terasology.flowingliquids.rendering.primitives.BlockMeshGeneratorLiquid.lowerPart(BlockMeshGeneratorLiquid.java:119)
  604. at org.terasology.flowingliquids.rendering.primitives.BlockMeshGeneratorLiquid.generateChunkMesh(BlockMeshGeneratorLiquid.java:96)
  605. at org.terasology.rendering.primitives.ChunkTessellator.generateMesh(ChunkTessellator.java:58)
  606. at org.terasology.rendering.world.RenderableWorldImpl.pregenerateChunks(RenderableWorldImpl.java:156)
  607. at org.terasology.rendering.world.WorldRendererImpl.pregenerateChunks(WorldRendererImpl.java:269)
  608. at org.terasology.engine.modes.loadProcesses.PrepareWorld.step(PrepareWorld.java:46)
  609. at org.terasology.engine.modes.StateLoading.update(StateLoading.java:246)
  610. at org.terasology.engine.TerasologyEngine.tick(TerasologyEngine.java:464)
  611. at org.terasology.engine.TerasologyEngine.mainLoop(TerasologyEngine.java:427)
  612. at org.terasology.engine.TerasologyEngine.run(TerasologyEngine.java:403)
  613. at org.terasology.engine.Terasology.main(Terasology.java:163)
  614. 00:11:03.283 [main] INFO o.terasology.engine.TerasologyEngine - Shutting down Terasology...
  615. 00:11:03.319 [Thread-5] INFO o.t.e.s.rpc.DiscordRPCSubSystem - Discord RPC >> Disconnected!
Add Comment
Please, Sign In to add comment