Jump to content

Recommended Posts

Hi.

I'm working on my first mod, and everything seemed to be going well until my collaborator tried to play as our character as a client on a server I hosted. The game continued to run smoothly for me, but crashed on her end - three times, with three different error messages:

Error 1
Error 2
Error 3

After some testing, we realize these crashes happen only after the client starts moving the character after spawning.

Here's the log for Error 2:

Spoiler

[00:00:00]:
System Memory:
    Memory Load: 32%
    Available Physical Memory: 5363m/7991m
    Available Page File: 5948m/9271m
    Available Virtual Memory: 3972m/4095m
    Available Extended Virtual Memory: 0m
[00:00:00]:
Process Memory:
    Peak Working Set Size: 29m
    Working Set Size: 29m
    Quota Peak Page Pool Usage: 241k
    Quota Page Pool Usage: 234k
    Quota Peak Non Paged Pool Usage:17k
    Quota Non Paged Pool Usage: 16k
    Page File Usage: 5m
    Peak Page File Usage: 5m
[00:00:00]: PersistRootStorage is now APP:Klei//DoNotStarveTogether/
[00:00:00]: Starting Up
[00:00:00]: Version: 233071
[00:00:00]: Current time: Thu Sep 28 18:44:42 2017

[00:00:00]: Don't Starve Together: 233071 WIN32_STEAM
[00:00:00]: Build Date: 2243
[00:00:00]: Parsing command line
[00:00:00]: Command Line Arguments:
[00:00:00]: Initializing distribution platform
[00:00:00]: Initializing Minidump handler
[00:00:00]: ....Done
[00:00:00]: Steam AppBuildID: 2127799
[00:00:00]: ....Done
[00:00:00]: Fixing DPI
[00:00:00]: ...Done
[00:00:00]: THREAD - started 'GAClient' (5284)
[00:00:00]: CurlRequestManager::ClientThread::Main()
[00:00:03]: ProfileIndex:5.39
[00:00:03]: [Connect] PendingConnection::Reset(true)
[00:00:03]: Network tick rate: U=15(2), D=0
[00:00:03]: Authorized application C:\Program Files (x86)\Steam\steamapps\common\Don't Starve Together\bin\dontstarve_steam.exe is enabled in the firewall.
[00:00:03]: WindowsFirewall - Application already authorized
[00:00:03]: THREAD - started 'StreamInput' (5092)
[00:00:03]: loaded ping_cache
[00:00:03]: Offline user ID: OU_76561198097558965
[00:00:03]: SteamID: 76561198097558965
[00:00:03]: HardwareStats:
  OS                        
    name                      Microsoft Windows 10 Pro
    version                   10.0.15063
    architecture              64-bit
    platformSpecific          SP 0.0
  CPU                       
    numCores                  2
    features                  SSE,SSE2,SSE3,SSSE3,SSE41,SSE42
    name                      Intel(R) Core(TM) i5 CPU         650  @ 3.20GHz
    manufacturer              GenuineIntel
    clockSpeed                3333
  RAM                       
    megsOfRam                 8196
  GPU                       
    name                      Intel(R) HD Graphics
    driverDate                20121126000000.000000-000
    megsOfRam                 3771
    refreshRate               59
    videoModeDescription      1366 x 768 x 4294967296 colors
    driverVersion             8.15.10.2900

[00:00:03]: cGame::InitializeOnMainThread
[00:00:03]: WindowManager::Initialize
[00:00:03]: CreateWindow: Requesting 1362,705 - 5/6/5 - -1/-1/-1 - 0
[00:00:03]: CreateEGLContext: 16 configs found
[00:00:03]:      0: 8/8/8 -  0/ 0/ 0 - 0
[00:00:03]:      1: 8/8/8 -  0/16/ 0 - 0
[00:00:03]:      2: 8/8/8 -  0/24/ 0 - 0
[00:00:03]:      3: 8/8/8 -  0/24/ 8 - 0
[00:00:03]:      4: 5/5/5 -  0/ 0/ 0 - 0
[00:00:03]:      5: 5/5/5 -  1/ 0/ 0 - 0
[00:00:03]:      6: 5/5/5 -  0/16/ 0 - 0
[00:00:03]:      7: 5/5/5 -  1/16/ 0 - 0
[00:00:03]:      8: 5/5/5 -  0/24/ 0 - 0
[00:00:03]:      9: 5/5/5 -  1/24/ 0 - 0
[00:00:03]:     10: 5/5/5 -  0/24/ 8 - 0
[00:00:03]:     11: 5/5/5 -  1/24/ 8 - 0
[00:00:03]:     12: 8/8/8 -  8/ 0/ 0 - 0
[00:00:03]:     13: 8/8/8 -  8/16/ 0 - 0
[00:00:03]:     14: 8/8/8 -  8/24/ 0 - 0
[00:00:03]:     15: 8/8/8 -  8/24/ 8 - 0
[00:00:03]: RestoreWindowPosition
[00:00:03]:    Saved Client Pos (0 x 23)
[00:00:03]:    Adjusted Window Pos (-8 x -8)
[00:00:03]: EnsureWindowOnScreen
[00:00:03]:    All good.
[00:00:03]: GLInfo
[00:00:03]: ~~~~~~
[00:00:03]: GL_VENDOR: Google Inc.
[00:00:03]: GL_RENDERER: ANGLE (Intel(R) HD Graphics)
[00:00:03]: GL_VERSION: OpenGL ES 2.0 (ANGLE 1.0.0.2249)
[00:00:03]: GL_SHADING_LANGUAGE_VERSION: OpenGL ES GLSL ES 1.00 (ANGLE 1.0.0.2249)
[00:00:03]: THREAD - started 'WindowsInputManager' (2648)
[00:00:03]: OpenGL extensions (18, 18):
[00:00:03]: GL_ANGLE_depth_texture
[00:00:03]: GL_ANGLE_framebuffer_blit
[00:00:03]: GL_ANGLE_instanced_arrays
[00:00:03]: GL_ANGLE_pack_reverse_row_order
[00:00:03]: GL_ANGLE_texture_compression_dxt3
[00:00:03]: GL_ANGLE_texture_compression_dxt5
[00:00:03]: GL_ANGLE_texture_usage
[00:00:03]: GL_ANGLE_translated_shader_source
[00:00:03]: GL_EXT_read_format_bgra
[00:00:03]: GL_EXT_robustness
[00:00:03]: GL_EXT_texture_compression_dxt1
[00:00:03]: GL_EXT_texture_format_BGRA8888
[00:00:03]: GL_EXT_texture_storage
[00:00:03]: GL_OES_get_program_binary
[00:00:03]: GL_OES_packed_depth_stencil
[00:00:03]: GL_OES_rgb8_rgba8
[00:00:03]: GL_OES_standard_derivatives
[00:00:03]: GL_OES_texture_npot
[00:00:03]: GL_MAX_TEXTURE_SIZE = 8192
[00:00:03]: GL_MAX_TEXTURE_IMAGE_UNITS = 16
[00:00:03]: GL_MAX_RENDERBUFFER_SIZE = 8192
[00:00:03]: GL_MAX_VIEWPORT_DIMS = 8192, 8192
[00:00:03]: GL_MAX_VARYING_VECTORS = 10
[00:00:03]: GL_MAX_VERTEX_ATTRIBS = 16
[00:00:03]: GL_MAX_VERTEX_UNIFORM_VECTORS = 254
[00:00:03]: GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 4
[00:00:03]: GL_MAX_FRAGMENT_UNIFORM_VECTORS = 221
[00:00:03]: 4 compressed texture formats
[00:00:03]: texture format 0x83f0
[00:00:03]: texture format 0x83f1
[00:00:03]: texture format 0x83f2
[00:00:03]: texture format 0x83f3
[00:00:03]: Renderer initialize: Okay
[00:00:04]: AnimManager initialize: Okay
[00:00:04]: Buffers initialize: Okay
[00:00:04]: cDontStarveGame::DoGameSpecificInitialize()
[00:00:04]: GameSpecific initialize: Okay
[00:00:04]: cGame::StartPlaying
[00:00:04]: LOADING LUA
[00:00:04]: DoLuaFile scripts/main.lua
[00:00:04]: DoLuaFile loading buffer scripts/main.lua
[00:00:04]: running main.lua
    
[00:00:04]: loaded modindex    
[00:00:04]: ModIndex: Beginning normal load sequence.
    
[00:00:06]: LOADING LUA SUCCESS
[00:00:06]: PlayerDeaths loaded morgue    5184    
[00:00:06]: PlayerHistory loaded player_history    589    
[00:00:06]: bloom_enabled    false    
[00:00:06]: loaded saveindex    
[00:00:06]: OnFilesLoaded()    
[00:00:06]: OnUpdatePurchaseStateComplete    
[00:00:09]:     Load FE    
[00:00:10]:     Load FE: done    
[00:00:10]: OnLoadPermissionList: APP:Klei//DoNotStarveTogether/client_save/blocklist.txt (Failure)
[00:00:10]: OnLoadPermissionList: APP:Klei//DoNotStarveTogether/client_save/adminlist.txt (Failure)
[00:00:10]: OnLoadUserIdList: APP:Klei//DoNotStarveTogether/client_save/whitelist.txt (Failure)
[00:00:10]: SimLuaProxy::QueryServer()
[00:00:10]: ModIndex: Load sequence finished successfully.    
[00:00:10]: Reset() returning
[00:00:12]: [Steam] Auth Session Ticket requested...
[00:00:12]: [Steam] Got Auth Session Ticket
[00:00:13]: [200] Account Communication Success (3)
[00:00:13]: loaded inventory_cache
[00:00:13]: Logging in as KU_Vk_kf2xu
[00:00:13]: loaded inventory_cache
[00:00:14]: SimLuaProxy::QueryServer()
[00:00:18]:    EResult 15, 463655483
[00:00:18]: Failed getting mod details.
[00:00:19]: Friends are currently playing in 1 games(s)!
[00:00:19]: You belong to 2 clan(s)!
[00:00:19]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Error string decoding unsupported Net ID type: 'X'
[00:00:19]: Downloaded server listings - full: 3196 filtered: 1712
[00:02:12]: Friends are currently playing in 1 games(s)!
[00:02:12]: You belong to 2 clan(s)!
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Error string decoding unsupported Net ID type: 'X'
[00:02:12]: Downloaded server listings - full: 3214 filtered: 1714
[00:02:25]: [Connect] Got new join server request from lua
[00:02:25]: [Connect] Init client connection to (S) <1105714750340952546>
[00:02:25]: [Connect] PendingConnection::Reset(true)
[00:02:25]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:02:25]: [Connect] InternalInitClient <2894534574463243491>
[00:02:25]: [Shard] Starting shard mode as player
[00:02:25]: [Connect] Starting online connection to 208.101.155.28|10999
[00:02:25]: [Connect] Server name: Test World
[00:02:26]: [200] Account Communication Success (13)
[00:02:26]: [Connect] Sending ping(s)...
[00:02:26]: [Connect] Ping 208.101.155.28|10999
[00:02:26]: [P2P] Create session: 126.172.48.90|1 '76561198107021492'
[00:02:26]: [Connect] Punchthrough address is 126.172.48.90|1.
[00:02:26]: [Connect] Ping 208.101.155.28|10999
[00:02:26]: [Connect] Ping 126.172.48.90|1
[00:02:26]: [P2P] Sent to 126.172.48.90|1 '76561198107021492'
[00:02:26]: [Connect] Ping 208.101.155.28|10999
[00:02:26]: [Connect] Ping 126.172.48.90|1
[00:02:26]: [Connect] Ping 208.101.155.28|10999
[00:02:26]: [Connect] Ping 126.172.48.90|1
[00:02:26]: [Connect] Ping 208.101.155.28|10999
[00:02:26]: [Connect] Ping 126.172.48.90|1
[00:02:27]: [Connect] Ping 208.101.155.28|10999
[00:02:27]: [Connect] Ping 126.172.48.90|1
[00:02:27]: [Connect] Ping 208.101.155.28|10999
[00:02:27]: [Connect] Ping 126.172.48.90|1
[00:02:27]: [Connect] Ping 208.101.155.28|10999
[00:02:27]: [Connect] Ping 126.172.48.90|1
[00:02:27]: [Connect] Ping 208.101.155.28|10999
[00:02:27]: [Connect] Ping 126.172.48.90|1
[00:02:27]: [Connect] Ping 208.101.155.28|10999
[00:02:27]: [Connect] Ping 126.172.48.90|1
[00:02:32]: [P2P] Received from 126.172.48.90|1 '76561198107021492'
[00:02:32]: [Connect] Ping response from 126.172.48.90|1
[00:02:32]: [Connect] Joining server from ping response (silent)...
[00:02:32]: [Connect] PendingConnectionDoConnect to 126.172.48.90|1
[00:02:32]: [Connect] DirectConnect to 126.172.48.90|1
[00:02:34]: Connection accepted to 126.172.48.90|1 <1105714750340952546>
[00:02:34]: Network external address discovered: 7.110.225.74|1
[00:02:34]: SendClientHandShakePacket "pgs-usc^KU_Vk_kf2xu^DontStarveTogether^JkL68PJxkLtOhozAxkPSIxFA4dV/HAQabYE9S/kTlJU=" to <1105714750340952546>
[00:02:37]: DeserializeHandShakeServerListing
[00:02:37]: Network tick rate: U=10(3), D=15
[00:02:37]: Version: 233071
[00:02:37]: SendClientInventoryHandShakePacket to <1105714750340952546>
[00:02:40]: Begin Session: 6DEC6835CFEDC3F4
[00:02:41]: Done Downloading Client Object Data
[00:02:41]: DownloadMods and temp disable    
[00:02:41]: We now have the required mods, enable them for server    
[00:02:41]: Temp Enabling workshop-1145848156    
[00:02:41]: ModIndex:SetTempModConfigData    
[00:02:41]: Setting temp mod config for mod     workshop-1145848156    
[00:02:41]: Mods are setup for server, save the mod index and proceed.    
[00:02:41]: Downloading [0] From: server_temp
[00:02:47]: 0 (43%) 1/1 server_temp\server_save 114000b / 263475b
[00:02:59]: 0 (86%) 1/1 server_temp\server_save 228000b / 263475b
[00:03:00]: 0 (100%) 1/1 server_temp\server_save 263475b / 263475b
[00:03:00]: Download complete[0] Files: 1 Size: 263475
[00:03:02]: Collecting garbage...
[00:03:02]: lua_gc took 0.04 seconds
[00:03:02]: ~ShardLuaProxy()
[00:03:02]: ~ItemServerLuaProxy()
[00:03:02]: ~InventoryLuaProxy()
[00:03:02]: ~NetworkLuaProxy()
[00:03:02]: ~SimLuaProxy()
[00:03:02]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:03:03]: lua_close took 0.04 seconds
[00:03:03]: ReleaseAll
[00:03:03]: ReleaseAll Finished
[00:03:03]: cGame::StartPlaying
[00:03:03]: LOADING LUA
[00:03:03]: DoLuaFile scripts/main.lua
[00:03:03]: DoLuaFile loading buffer scripts/main.lua
[00:03:03]: running main.lua
    
[00:03:03]: loaded modindex    
[00:03:03]: ModIndex: Beginning normal load sequence.
    
[00:03:03]: ModIndex:GetModsToLoad inserting moddir,     workshop-1145848156    
[00:03:03]: Could not load mod_config_data/modconfiguration_workshop-1145848156_CLIENT    
[00:03:03]: Loading mod: workshop-1145848156 (Pollen) Version:1.1.5    
[00:03:03]: Mod: workshop-1145848156 (Pollen)    Loading modworldgenmain.lua    
[00:03:03]: Mod: workshop-1145848156 (Pollen)      Mod had no modworldgenmain.lua. Skipping.    
[00:03:03]: Mod: workshop-1145848156 (Pollen)    Loading modmain.lua    
[00:03:03]: LOADING LUA SUCCESS
[00:03:03]: PlayerDeaths loaded morgue    5184    
[00:03:03]: PlayerHistory loaded player_history    589    
[00:03:03]: bloom_enabled    false    
[00:03:03]: loaded saveindex    
[00:03:03]: OnFilesLoaded()    
[00:03:03]: OnUpdatePurchaseStateComplete    
[00:03:03]:     Unload FE    
[00:03:03]:     Unload FE done    
[00:03:05]: Mod: workshop-1145848156 (Pollen)    Registering prefabs    
[00:03:05]: Mod: workshop-1145848156 (Pollen)      Registering prefab file: prefabs/apidae    
[00:03:05]: Mod: workshop-1145848156 (Pollen)        apidae    
[00:03:05]: Mod: workshop-1145848156 (Pollen)      Registering prefab file: prefabs/apidae_none    
[00:03:05]: Mod: workshop-1145848156 (Pollen)        apidae_none    
[00:03:05]: Mod: workshop-1145848156 (Pollen)      Registering default mod prefab    
[00:03:06]: ../mods/workshop-1145848156/images/saveslot_portraits/apidae.tex is 120x104 but compressed textures must have power of 2 dimensions.
[00:03:06]: ../mods/workshop-1145848156/images/selectscreen_portraits/apidae.tex is 188x284 but compressed textures must have power of 2 dimensions.
[00:03:06]: ../mods/workshop-1145848156/images/selectscreen_portraits/apidae_silho.tex is 188x284 but compressed textures must have power of 2 dimensions.
[00:03:06]:     LOAD BE    
[00:03:09]:     LOAD BE: done    
[00:03:09]: Loading world: client_temp/server_save    
[00:03:09]: Save file is at version 4.77    
[00:03:09]: MiniMapComponent::AddAtlas( minimap/minimap_data.xml )
[00:03:09]: MiniMapComponent::AddAtlas( ../mods/workshop-1145848156/images/map_icons/apidae.xml )
[00:03:10]: Loading Nav Grid    
[00:03:10]: setting     summerlength    15    
[00:03:10]: setting     isnightmaredawn    false    
[00:03:10]: setting     elapseddaysinseason    3    
[00:03:10]: setting     isfullmoon    false    
[00:03:10]: setting     moisture    418.32681274414    
[00:03:10]: setting     springlength    20    
[00:03:10]: setting     isnightmarewild    false    
[00:03:10]: setting     moonphase    quarter    
[00:03:10]: setting     precipitationrate    0    
[00:03:10]: setting     iswet    false    
[00:03:10]: setting     isnewmoon    false    
[00:03:10]: setting     iswinter    false    
[00:03:10]: setting     israining    false    
[00:03:10]: setting     issummer    false    
[00:03:10]: setting     time    0.40690898895264    
[00:03:10]: setting     wetness    0    
[00:03:10]: setting     moistureceil    755.09143066406    
[00:03:10]: setting     isday    true    
[00:03:10]: setting     nightmaretimeinphase    0    
[00:03:10]: setting     season    autumn    
[00:03:10]: setting     isnight    false    
[00:03:10]: setting     cycles    3    
[00:03:10]: setting     isnightmarecalm    false    
[00:03:10]: setting     timeinphase    0.81381797790527    
[00:03:10]: setting     isdusk    false    
[00:03:10]: setting     iscavedusk    false    
[00:03:10]: setting     isautumn    true    
[00:03:10]: setting     iscaveday    true    
[00:03:10]: setting     remainingdaysinseason    17    
[00:03:10]: setting     phase    day    
[00:03:10]: setting     snowlevel    0    
[00:03:10]: setting     iswaxingmoon    true    
[00:03:10]: setting     autumnlength    20    
[00:03:10]: setting     pop    0.5540081581594    
[00:03:10]: setting     nightmaretime    0    
[00:03:10]: setting     isspring    false    
[00:03:10]: setting     winterlength    15    
[00:03:10]: setting     nightmarephase    none    
[00:03:10]: setting     issnowcovered    false    
[00:03:10]: setting     issnowing    false    
[00:03:10]: setting     iscavenight    false    
[00:03:10]: setting     temperature    28.124964919938    
[00:03:10]: setting     cavephase    day    
[00:03:10]: setting     precipitation    none    
[00:03:10]: setting     isnightmarewarn    false    
[00:03:10]: Reconstructing topology    
[00:03:10]:     ...Sorting points    
[00:03:10]:     ...Sorting edges    
[00:03:10]:     ...Connecting nodes    
[00:03:10]:     ...Validating connections    
[00:03:10]:     ...Housekeeping    
[00:03:10]:     ...Done!    
[00:03:10]: ModIndex: Load sequence finished successfully.    
[00:03:10]: Reset() returning
[00:03:11]: Attempting to send resume request
[00:03:11]: ReceiveResumeNotification
[00:03:11]: Deleting user: session/6DEC6835CFEDC3F4/A7JUTVNA8BNO/0000000001
[00:03:28]: Movement prediction enabled    
[00:03:28]: Deserialized invalid parent for entity apidae[100496]
[00:03:28]: Deserializing tile data (392 x 392)
[00:03:30]: Deserialized invalid parent for entity apidae[100496]
[00:03:31]: Deserialized invalid parent for entity apidae[100496]
[00:03:31]: Deserialized invalid parent for entity apidae[100496]
[00:03:35]: Deserialized invalid parent for entity apidae[100496]
[00:03:37]: Deserialized invalid parent for entity apidae[100496]
[00:03:38]: Deserialized invalid parent for entity apidae[100496]
[00:03:38]: Deserialized invalid parent for entity apidae[100496]
[00:03:38]: Deserialized invalid parent for entity apidae[100496]
[00:03:39]: Deserialized invalid parent for entity apidae[100496]
[00:03:39]: Deserialized invalid parent for entity apidae[100496]
[00:03:40]: Deserialized invalid parent for entity apidae[100496]
[00:03:40]: Deserialized invalid parent for entity apidae[100496]
[00:03:41]: Deserialized invalid parent for entity apidae[100496]
[00:03:42]: Deserialized invalid parent for entity apidae[100496]
[00:03:43]: Deserialized invalid parent for entity apidae[100496]
[00:03:44]: Deserialized invalid parent for entity apidae[100496]
[00:03:45]: Deserialized invalid parent for entity apidae[100496]
[00:03:46]: Deserialized invalid parent for entity apidae[100496]
[00:03:49]: Deserialized invalid parent for entity apidae[100496]
[00:03:49]: Deserialized invalid parent for entity apidae[100496]
[00:03:50]: Deserialized invalid parent for entity apidae[100496]
[00:03:50]: Deserialized invalid parent for entity apidae[100496]
[00:03:58]: Deserialized invalid parent for entity apidae[100496]
[00:04:18]: Deserialized invalid parent for entity apidae[100496]
[00:04:20]: Deserialized invalid parent for entity apidae[100496]
[00:04:21]: Deserialized invalid parent for entity apidae[100496]
[00:04:21]: Deserialized invalid parent for entity apidae[100496]
[00:04:22]: Deserialized invalid parent for entity apidae[100496]
[00:04:22]: Deserialized invalid parent for entity apidae[100496]
[00:04:22]: Deserialized invalid parent for entity apidae[100496]
[00:04:23]: Deserialized invalid parent for entity apidae[100496]
[00:04:23]: Deserialized invalid parent for entity apidae[100496]
[00:04:24]: Deserialized invalid parent for entity apidae[100496]
[00:04:26]: Deserialized invalid parent for entity apidae[100496]
[00:04:27]: Deserialized invalid parent for entity apidae[100496]
[00:04:28]: ERROR: Mod component actions are out of sync for mod workshop-1145848156. This is likely a result of your mod's calls to AddComponentAction not happening on both the server and the client.    
[00:04:28]:     K:     workshop-1145848156     V:     table: 402A09A8    
[00:04:28]:         K:     1     V:     48    
[00:04:28]:         K:     2     V:     34    
[00:04:28]:         K:     3     V:     34    
[00:04:28]:         K:     4     V:     14    
[00:04:28]:         K:     5     V:     3    
[00:04:28]:         K:     6     V:     8    
[00:04:28]:         K:     7     V:     37    
[00:04:28]:         K:     8     V:     40    
[00:04:28]:         K:     9     V:     21    
[00:04:28]: self.modactioncomponents is
    
[00:04:28]: MOD_COMPONENT_ACTIONS is
    
[00:04:28]: [string "scripts/componentactions.lua"]:1164: attempt to index a nil value
LUA ERROR stack traceback:
scripts/componentactions.lua:1164 in (method) CollectActions (Lua) <1150-1176>
   self (valid:true) =
      DynamicShadow = DynamicShadow (3630F158)
      inlimbo = false
      GetMoistureRateScale = function - scripts/prefabs/player_common.lua:146
      ghostenabled = true
      EnableMovementPrediction = function - scripts/prefabs/player_common.lua:521
      worldstatewatching = table: 217DF140
      playercolour = table: 217E11C0
      IsOverheating = function - scripts/prefabs/player_common.lua:116
      Light = Light (3630F378)
      Network = Network (3630F0D8)
      OnRemoveEntity = function - scripts/prefabs/player_common.lua:667
      GetMoisture = function - scripts/prefabs/player_common.lua:126
      pendingtasks = table: 217DDA98
      LightWatcher = LightWatcher (3630EFD8)
      inherentactions = table: 388D57F8
      spawntime = 16.866667546332
      SetGhostMode = function - scripts/prefabs/player_common.lua:582
      modactioncomponents = table: 40294270
      Transform = Transform (3630F398)
      inherentsceneaction = table: 0CF93CC8
      name = unykness
      actionreplica = table: 217DD098
      event_listening = table: 217DD458
      prefab = apidae
      actioncomponents = table: 388CCA40
      userid = KU_VdUZUi2D
      lower_components_shadow = table: 217DD200
      GetMaxMoisture = function - scripts/prefabs/player_common.lua:136
      updatecomponents = table: 217E02C0
      entity = Entity (437DFA38)
      CanUseTouchStone = function - scripts/prefabs/player_common.lua:86
      IsCarefulWalking = function - scripts/prefabs/player_common.lua:160
      IsActionsVisible = function - scripts/prefabs/player_common.lua:1314
      AttachClassified = function - scripts/prefabs/player_common.lua:656
      ShakeCamera = function - scripts/prefabs/player_common.lua:1368
      persists = true
      GUID = 100496
      MiniMapEntity = MiniMapEntity (3630F2D8)
      SoundEmitter = SoundEmitter (3630F2B8)
      GetSandstormLevel = function - scripts/prefabs/player_common.lua:156
      IsFreezing = function - scripts/prefabs/player_common.lua:106
      AnimState = AnimState (3630F058)
      Physics = Physics (3630F618)
      event_listeners = table: 217DD5E8
      DetachClassified = function - scripts/prefabs/player_common.lua:662
      replica = table: 217DCFA8
      components = table: 217DCE40
      GetTemperature = function - scripts/prefabs/player_common.lua:96
   actiontype = SCENE
   arg = nil
   t = table: 12E0D560
   modname = workshop-1145848156
   cmplist = table: 402A09A8
scripts/components/playeractionpicker.lua:96 in (method) GetSceneActions (Lua) <93-118>
   self =
      actionfilterstack = table: 37FBC0C8
      inst = 100497 - wilson (valid:true)
      containers = table: 37FBC280
      actionfilter = function - scripts/prefabs/player_common.lua:561
      map = Map (4031FF78)
   useitem = 100496 - apidae (valid:true)
   right = nil
   actions = table: 217DF280
scripts/components/playeractionpicker.lua:214 in (method) GetLeftClickActions (Lua) <175-233>
   self =
      actionfilterstack = table: 37FBC0C8
      inst = 100497 - wilson (valid:true)
      containers = table: 37FBC280
      actionfilter = function - scripts/prefabs/player_common.lua:561
      map = Map (4031FF78)
   position = (-339.80, 0.00, -255.03)
   target = 100496 - apidae (valid:true)
   actions = nil
   useitem = nil
   equipitem = nil
   ispassable = true
scripts/components/playeractionpicker.lua:309 in (method) DoGetMouseActions (Lua) <278-313>
   self =
      actionfilterstack = table: 37FBC0C8
      inst = 100497 - wilson (valid:true)
      containers = table: 37FBC280
      actionfilter = function - scripts/prefabs/player_common.lua:561
      map = Map (4031FF78)
   position = (-339.80, 0.00, -255.03)
   target = 100496 - apidae (valid:true)
scripts/components/playercontroller.lua:1610 in (method) OnUpdate (Lua) <1492-1858>
   self =
      ondetachclassified = function - scripts/components/playercontroller.
[00:04:28]: [string "scripts/componentactions.lua"]:1164: attempt to index a nil value
LUA ERROR stack traceback:
    scripts/componentactions.lua:1164 in (method) CollectActions (Lua) <1150-1176>
    scripts/components/playeractionpicker.lua:96 in (method) GetSceneActions (Lua) <93-118>
    scripts/components/playeractionpicker.lua:214 in (method) GetLeftClickActions (Lua) <175-233>
    scripts/components/playeractionpicker.lua:309 in (method) DoGetMouseActions (Lua) <278-313>
    scripts/components/playercontroller.lua:1610 in (method) OnUpdate (Lua) <1492-1858>
    scripts/update.lua:192 in () ? (Lua) <149-228>
    
[00:04:28]: Deserialized invalid parent for entity apidae[100496]
[00:04:29]: Deserialized invalid parent for entity apidae[100496]
[00:04:29]: Deserialized invalid parent for entity apidae[100496]
[00:04:30]: Deserialized invalid parent for entity apidae[100496]
[00:04:30]: Deserialized invalid parent for entity apidae[100496]
[00:04:32]: Deserialized invalid parent for entity apidae[100496]
[00:04:33]: Deserialized invalid parent for entity apidae[100496]
[00:04:33]: Deserialized invalid parent for entity apidae[100496]
[00:04:34]: Deserialized invalid parent for entity apidae[100496]
[00:04:35]: Deserialized invalid parent for entity apidae[100496]
[00:04:36]: Deserialized invalid parent for entity apidae[100496]
[00:04:37]: Deserialized invalid parent for entity apidae[100496]
[00:04:37]: Deserialized invalid parent for entity apidae[100496]
[00:04:38]: Deserialized invalid parent for entity apidae[100496]
[00:04:38]: Deserialized invalid parent for entity apidae[100496]
[00:04:39]: Deserialized invalid parent for entity apidae[100496]
[00:04:39]: Deserialized invalid parent for entity apidae[100496]
[00:04:40]: Deserialized invalid parent for entity apidae[100496]
[00:04:41]: Deserialized invalid parent for entity apidae[100496]
[00:04:42]: Deserialized invalid parent for entity apidae[100496]
[00:04:43]: Deserialized invalid parent for entity apidae[100496]
[00:04:44]: SAVING Morgue    40    
[00:04:45]: Deserialized invalid parent for entity apidae[100496]
[00:04:47]: Deserialized invalid parent for entity apidae[100496]
[00:04:47]: Deserialized invalid parent for entity apidae[100496]
[00:04:48]: Deserialized invalid parent for entity apidae[100496]
[00:04:48]: Deserialized invalid parent for entity apidae[100496]
[00:04:57]: Deserialized invalid parent for entity apidae[100496]
[00:04:59]: Deserialized invalid parent for entity apidae[100496]
[00:05:01]: Serializing user: session/6DEC6835CFEDC3F4/A7JUTVNA8BNO/0000000001
[00:05:04]: Deserialized invalid parent for entity apidae[100496]
[00:05:05]: Deserialized invalid parent for entity apidae[100496]
[00:05:05]: Deserialized invalid parent for entity apidae[100496]
[00:05:06]: Deserialized invalid parent for entity apidae[100496]
[00:05:07]: Deserialized invalid parent for entity apidae[100496]
[00:05:07]: Deserialized invalid parent for entity apidae[100496]
[00:05:08]: Deserialized invalid parent for entity apidae[100496]
[00:05:19]: Deserialized invalid parent for entity apidae[100496]
[00:05:19]: Deserialized invalid parent for entity apidae[100496]
[00:05:20]: Deserialized invalid parent for entity apidae[100496]
[00:05:21]: Deserialized invalid parent for entity apidae[100496]
[00:05:21]: Deserialized invalid parent for entity apidae[100496]
[00:05:22]: Deserialized invalid parent for entity apidae[100496]
[00:05:23]: Deserialized invalid parent for entity apidae[100496]
[00:05:48]: Deserialized invalid parent for entity apidae[100496]
[00:05:49]: Deserialized invalid parent for entity apidae[100496]
[00:05:49]: Deserialized invalid parent for entity apidae[100496]
[00:05:50]: Deserialized invalid parent for entity apidae[100496]
[00:05:51]: Deserialized invalid parent for entity apidae[100496]
[00:05:51]: Deserialized invalid parent for entity apidae[100496]
[00:05:55]: Deserialized invalid parent for entity apidae[100496]
[00:05:55]: Deserialized invalid parent for entity apidae[100496]
[00:06:13]: Deserialized invalid parent for entity apidae[100496]
[00:06:14]: Deserialized invalid parent for entity apidae[100496]
[00:06:16]: Deserialized invalid parent for entity apidae[100496]
[00:06:17]: Deserialized invalid parent for entity apidae[100496]
[00:06:20]: Deserialized invalid parent for entity apidae[100496]
[00:06:20]: Deserialized invalid parent for entity apidae[100496]
[00:06:21]: Deserialized invalid parent for entity apidae[100496]
[00:06:28]: Force aborting...
[00:06:28]: unloading prefabs for mod MOD_workshop-1145848156    
[00:06:28]: [Shard] Stopping shard mode
[00:06:28]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:06:28]: Collecting garbage...
[00:06:28]: lua_gc took 0.04 seconds
[00:06:28]: ~ShardLuaProxy()
[00:06:28]: ~ItemServerLuaProxy()
[00:06:28]: ~InventoryLuaProxy()
[00:06:28]: ~NetworkLuaProxy()
[00:06:28]: ~SimLuaProxy()
[00:06:28]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:06:28]: lua_close took 0.05 seconds
[00:06:28]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:06:28]: saved ping_cache
[00:06:28]: [Steam] Auth ticket cancelled
[00:06:28]:  Manager - ORPHANED UNKNOWN RESOURCES:
[00:06:28]: shaders/ui_yuv.ksh - 1
[00:06:28]: Orphaned unnamed resource. This resource must have used Add( resource ) to insert itself into the manager.
[00:06:28]: Orphaned unnamed resource. This resource must have used Add( resource ) to insert itself into the manager.
[00:06:28]: Orphaned unnamed resource. This resource must have used Add( resource ) to insert itself into the manager.
[00:06:28]: Orphaned unnamed resource. This resource must have used Add( resource ) to insert itself into the manager.
[00:06:28]: Orphaned unnamed resource. This resource must have used Add( resource ) to insert itself into the manager.
[00:06:28]: Orphaned unnamed resource. This resource must have used Add( resource ) to insert itself into the manager.
[00:06:28]: Orphaned unnamed resource. This resource must have used Add( resource ) to insert itself into the manager.
[00:06:28]: Orphaned unnamed resource. This resource must have used Add( resource ) to insert itself into the manager.
[00:06:28]: Orphaned unnamed resource. This resource must have used Add( resource ) to insert itself into the manager.
[00:06:28]: CurlRequestManager::ClientThread::Main() complete
[00:06:28]: HttpClient2 discarded 0 callbacks.
[00:06:28]: Shutting down

Error 3:

Spoiler

[00:00:00]:
System Memory:
    Memory Load: 32%
    Available Physical Memory: 5387m/7991m
    Available Page File: 6620m/9271m
    Available Virtual Memory: 3972m/4095m
    Available Extended Virtual Memory: 0m
[00:00:00]:
Process Memory:
    Peak Working Set Size: 29m
    Working Set Size: 29m
    Quota Peak Page Pool Usage: 241k
    Quota Page Pool Usage: 234k
    Quota Peak Non Paged Pool Usage:16k
    Quota Non Paged Pool Usage: 16k
    Page File Usage: 5m
    Peak Page File Usage: 5m
[00:00:00]: PersistRootStorage is now APP:Klei//DoNotStarveTogether/
[00:00:00]: Starting Up
[00:00:00]: Version: 233071
[00:00:00]: Current time: Sat Sep 30 11:44:12 2017

[00:00:00]: Don't Starve Together: 233071 WIN32_STEAM
[00:00:00]: Build Date: 2243
[00:00:00]: Parsing command line
[00:00:00]: Command Line Arguments:
[00:00:00]: Initializing distribution platform
[00:00:00]: Initializing Minidump handler
[00:00:00]: ....Done
[00:00:04]: Steam AppBuildID: 2127799
[00:00:04]: ....Done
[00:00:04]: Fixing DPI
[00:00:04]: ...Done
[00:00:04]: THREAD - started 'GAClient' (7932)
[00:00:04]: CurlRequestManager::ClientThread::Main()
[00:00:06]: ProfileIndex:4.48
[00:00:06]: [Connect] PendingConnection::Reset(true)
[00:00:06]: Network tick rate: U=15(2), D=0
[00:00:06]: Authorized application C:\Program Files (x86)\Steam\steamapps\common\Don't Starve Together\bin\dontstarve_steam.exe is enabled in the firewall.
[00:00:06]: WindowsFirewall - Application already authorized
[00:00:06]: THREAD - started 'StreamInput' (8124)
[00:00:06]: loaded ping_cache
[00:00:06]: Offline user ID: OU_76561198097558965
[00:00:06]: SteamID: 76561198097558965
[00:00:06]: HardwareStats:
  OS                        
    name                      Microsoft Windows 10 Pro
    version                   10.0.15063
    architecture              64-bit
    platformSpecific          SP 0.0
  CPU                       
    numCores                  2
    features                  SSE,SSE2,SSE3,SSSE3,SSE41,SSE42
    name                      Intel(R) Core(TM) i5 CPU         650  @ 3.20GHz
    manufacturer              GenuineIntel
    clockSpeed                3333
  RAM                       
    megsOfRam                 8196
  GPU                       
    name                      Intel(R) HD Graphics
    driverDate                20121126000000.000000-000
    megsOfRam                 3771
    refreshRate               59
    videoModeDescription      1366 x 768 x 4294967296 colors
    driverVersion             8.15.10.2900

[00:00:06]: cGame::InitializeOnMainThread
[00:00:06]: WindowManager::Initialize
[00:00:07]: CreateWindow: Requesting 1362,705 - 5/6/5 - -1/-1/-1 - 0
[00:00:07]: CreateEGLContext: 16 configs found
[00:00:07]:      0: 8/8/8 -  0/ 0/ 0 - 0
[00:00:07]:      1: 8/8/8 -  0/16/ 0 - 0
[00:00:07]:      2: 8/8/8 -  0/24/ 0 - 0
[00:00:07]:      3: 8/8/8 -  0/24/ 8 - 0
[00:00:07]:      4: 5/5/5 -  0/ 0/ 0 - 0
[00:00:07]:      5: 5/5/5 -  1/ 0/ 0 - 0
[00:00:07]:      6: 5/5/5 -  0/16/ 0 - 0
[00:00:07]:      7: 5/5/5 -  1/16/ 0 - 0
[00:00:07]:      8: 5/5/5 -  0/24/ 0 - 0
[00:00:07]:      9: 5/5/5 -  1/24/ 0 - 0
[00:00:07]:     10: 5/5/5 -  0/24/ 8 - 0
[00:00:07]:     11: 5/5/5 -  1/24/ 8 - 0
[00:00:07]:     12: 8/8/8 -  8/ 0/ 0 - 0
[00:00:07]:     13: 8/8/8 -  8/16/ 0 - 0
[00:00:07]:     14: 8/8/8 -  8/24/ 0 - 0
[00:00:07]:     15: 8/8/8 -  8/24/ 8 - 0
[00:00:07]: RestoreWindowPosition
[00:00:07]:    Saved Client Pos (0 x 23)
[00:00:07]:    Adjusted Window Pos (-8 x -8)
[00:00:07]: EnsureWindowOnScreen
[00:00:07]:    All good.
[00:00:07]: GLInfo
[00:00:07]: ~~~~~~
[00:00:07]: GL_VENDOR: Google Inc.
[00:00:07]: GL_RENDERER: ANGLE (Intel(R) HD Graphics)
[00:00:07]: GL_VERSION: OpenGL ES 2.0 (ANGLE 1.0.0.2249)
[00:00:07]: GL_SHADING_LANGUAGE_VERSION: OpenGL ES GLSL ES 1.00 (ANGLE 1.0.0.2249)
[00:00:07]: THREAD - started 'WindowsInputManager' (2524)
[00:00:07]: OpenGL extensions (18, 18):
[00:00:07]: GL_ANGLE_depth_texture
[00:00:07]: GL_ANGLE_framebuffer_blit
[00:00:07]: GL_ANGLE_instanced_arrays
[00:00:07]: GL_ANGLE_pack_reverse_row_order
[00:00:07]: GL_ANGLE_texture_compression_dxt3
[00:00:07]: GL_ANGLE_texture_compression_dxt5
[00:00:07]: GL_ANGLE_texture_usage
[00:00:07]: GL_ANGLE_translated_shader_source
[00:00:07]: GL_EXT_read_format_bgra
[00:00:07]: GL_EXT_robustness
[00:00:07]: GL_EXT_texture_compression_dxt1
[00:00:07]: GL_EXT_texture_format_BGRA8888
[00:00:07]: GL_EXT_texture_storage
[00:00:07]: GL_OES_get_program_binary
[00:00:07]: GL_OES_packed_depth_stencil
[00:00:07]: GL_OES_rgb8_rgba8
[00:00:07]: GL_OES_standard_derivatives
[00:00:07]: GL_OES_texture_npot
[00:00:07]: GL_MAX_TEXTURE_SIZE = 8192
[00:00:07]: GL_MAX_TEXTURE_IMAGE_UNITS = 16
[00:00:07]: GL_MAX_RENDERBUFFER_SIZE = 8192
[00:00:07]: GL_MAX_VIEWPORT_DIMS = 8192, 8192
[00:00:07]: GL_MAX_VARYING_VECTORS = 10
[00:00:07]: GL_MAX_VERTEX_ATTRIBS = 16
[00:00:07]: GL_MAX_VERTEX_UNIFORM_VECTORS = 254
[00:00:07]: GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 4
[00:00:07]: GL_MAX_FRAGMENT_UNIFORM_VECTORS = 221
[00:00:07]: 4 compressed texture formats
[00:00:07]: texture format 0x83f0
[00:00:07]: texture format 0x83f1
[00:00:07]: texture format 0x83f2
[00:00:07]: texture format 0x83f3
[00:00:07]: Renderer initialize: Okay
[00:00:08]: AnimManager initialize: Okay
[00:00:08]: Buffers initialize: Okay
[00:00:08]: cDontStarveGame::DoGameSpecificInitialize()
[00:00:08]: GameSpecific initialize: Okay
[00:00:08]: cGame::StartPlaying
[00:00:08]: LOADING LUA
[00:00:08]: DoLuaFile scripts/main.lua
[00:00:08]: DoLuaFile loading buffer scripts/main.lua
[00:00:09]: running main.lua
    
[00:00:09]: loaded modindex    
[00:00:10]: ModIndex: Beginning normal load sequence.
    
[00:00:13]: LOADING LUA SUCCESS
[00:00:15]: PlayerDeaths loaded morgue    5314    
[00:00:15]: PlayerHistory loaded player_history    587    
[00:00:15]: bloom_enabled    false    
[00:00:15]: loaded saveindex    
[00:00:15]: OnFilesLoaded()    
[00:00:15]: OnUpdatePurchaseStateComplete    
[00:00:20]:     Load FE    
[00:00:24]:     Load FE: done    
[00:00:24]: OnLoadPermissionList: APP:Klei//DoNotStarveTogether/client_save/blocklist.txt (Failure)
[00:00:24]: OnLoadPermissionList: APP:Klei//DoNotStarveTogether/client_save/adminlist.txt (Failure)
[00:00:24]: OnLoadUserIdList: APP:Klei//DoNotStarveTogether/client_save/whitelist.txt (Failure)
[00:00:24]: SimLuaProxy::QueryServer()
[00:00:24]: ModIndex: Load sequence finished successfully.    
[00:00:24]: Reset() returning
[00:00:27]: [Steam] Auth Session Ticket requested...
[00:00:27]: [Steam] Got Auth Session Ticket
[00:00:28]: [200] Account Communication Success (3)
[00:00:28]: loaded inventory_cache
[00:00:28]: Logging in as KU_Vk_kf2xu
[00:00:29]: loaded inventory_cache
[00:00:30]: SimLuaProxy::QueryServer()
[00:00:32]: QueryStats: { "req":"modrank", "field":"Session.Loads.Mods.list", "fieldop":"unwind", "linkpref":"external", "limit": 20}
[00:00:32]: Frontend-Unloading mod 'all'.    
[00:00:32]: FrontendLoadMod    Pollen - Copy    
[00:00:32]: Could not load mod_config_data/modconfiguration_Pollen - Copy    
[00:00:32]: Fontend-Loading mod: Pollen - Copy (Pollen) Version:1.1.4    
[00:00:32]: Mod: Pollen - Copy (Pollen)    Loading modworldgenmain.lua    
[00:00:32]: Mod: Pollen - Copy (Pollen)      Mod had no modworldgenmain.lua. Skipping.    
[00:00:33]: ../mods/workshop-429396134/modicon.tex is 220x220 but compressed textures must have power of 2 dimensions.
[00:00:33]: ../mods/workshop-767776640/modicon.tex is 640x640 but compressed textures must have power of 2 dimensions.
[00:00:33]: ../mods/workshop-375488964/modicon.tex is 268x268 but compressed textures must have power of 2 dimensions.
[00:00:35]:    EResult 15, 463655483
[00:00:35]: Failed getting mod details.
[00:00:36]:    EResult 15, 364255295
[00:00:36]: Failed getting mod details.
[00:00:39]: DownloadPublishedFileV2()
[00:00:39]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 463655483
[00:00:39]: DownloadPublishedFileV2()
[00:00:39]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 364255295
[00:00:40]: Frontend-Unloading mod 'all'.    
[00:00:40]: ../mods/workshop-375488964/modicon.tex is 268x268 but compressed textures must have power of 2 dimensions.
[00:00:40]: ../mods/workshop-429396134/modicon.tex is 220x220 but compressed textures must have power of 2 dimensions.
[00:00:40]: ../mods/workshop-767776640/modicon.tex is 640x640 but compressed textures must have power of 2 dimensions.
[00:00:42]: QueryStats: { "req":"modrank", "field":"Session.Loads.Mods.list", "fieldop":"unwind", "linkpref":"external", "limit": 20}
[00:00:42]: Frontend-Unloading mod 'all'.    
[00:00:42]: FrontendLoadMod    Pollen - Copy    
[00:00:42]: Could not load mod_config_data/modconfiguration_Pollen - Copy    
[00:00:42]: Fontend-Loading mod: Pollen - Copy (Pollen) Version:1.1.4    
[00:00:42]: Mod: Pollen - Copy (Pollen)    Loading modworldgenmain.lua    
[00:00:42]: Mod: Pollen - Copy (Pollen)      Mod had no modworldgenmain.lua. Skipping.    
[00:00:42]: ../mods/workshop-375488964/modicon.tex is 268x268 but compressed textures must have power of 2 dimensions.
[00:00:42]: ../mods/workshop-429396134/modicon.tex is 220x220 but compressed textures must have power of 2 dimensions.
[00:00:42]: ../mods/workshop-767776640/modicon.tex is 640x640 but compressed textures must have power of 2 dimensions.
[00:00:44]:    EResult 15, 463655483
[00:00:44]: Failed getting mod details.
[00:00:44]: Frontend-Unloading mod 'all'.    
[00:00:45]: ../mods/workshop-429396134/modicon.tex is 220x220 but compressed textures must have power of 2 dimensions.
[00:00:45]: ../mods/workshop-767776640/modicon.tex is 640x640 but compressed textures must have power of 2 dimensions.
[00:00:45]: ../mods/workshop-375488964/modicon.tex is 268x268 but compressed textures must have power of 2 dimensions.
[00:00:46]:    EResult 15, 364255295
[00:00:46]: Failed getting mod details.
[00:00:47]: Friends are currently playing in 1 games(s)!
[00:00:47]: You belong to 2 clan(s)!
[00:00:47]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Error string decoding unsupported Net ID type: 'X'
[00:00:47]: Downloaded server listings - full: 4918 filtered: 2273
[00:01:18]: [Connect] Got new join server request from lua
[00:01:18]: [Connect] Init client connection to (S) <3854832118860591965>
[00:01:18]: [Connect] PendingConnection::Reset(true)
[00:01:18]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:01:18]: [Connect] InternalInitClient <3913685347951278101>
[00:01:18]: [Shard] Starting shard mode as player
[00:01:18]: [Connect] Starting online connection to 208.101.141.241|10999
[00:01:18]: [Connect] Server name: Test World
[00:01:18]: [200] Account Communication Success (13)
[00:01:18]: [Connect] Sending ping(s)...
[00:01:18]: [Connect] Ping 208.101.141.241|10999
[00:01:18]: [P2P] Create session: 216.182.91.11|1 '76561198107021492'
[00:01:18]: [Connect] Punchthrough address is 216.182.91.11|1.
[00:01:18]: [Connect] Ping 208.101.141.241|10999
[00:01:18]: [Connect] Ping 216.182.91.11|1
[00:01:18]: [P2P] Sent to 216.182.91.11|1 '76561198107021492'
[00:01:19]: [Connect] Ping 208.101.141.241|10999
[00:01:19]: [Connect] Ping 216.182.91.11|1
[00:01:19]: [Connect] Ping 208.101.141.241|10999
[00:01:19]: [Connect] Ping 216.182.91.11|1
[00:01:19]: [Connect] Ping 208.101.141.241|10999
[00:01:19]: [Connect] Ping 216.182.91.11|1
[00:01:19]: [Connect] Ping 208.101.141.241|10999
[00:01:19]: [Connect] Ping 216.182.91.11|1
[00:01:19]: [Connect] Ping 208.101.141.241|10999
[00:01:19]: [Connect] Ping 216.182.91.11|1
[00:01:20]: [Connect] Ping 208.101.141.241|10999
[00:01:20]: [Connect] Ping 216.182.91.11|1
[00:01:20]: [Connect] Ping 208.101.141.241|10999
[00:01:20]: [Connect] Ping 216.182.91.11|1
[00:01:20]: [Connect] Ping 208.101.141.241|10999
[00:01:20]: [Connect] Ping 216.182.91.11|1
[00:01:24]: [P2P] Received from 216.182.91.11|1 '76561198107021492'
[00:01:24]: [Connect] Ping response from 216.182.91.11|1
[00:01:24]: [Connect] Joining server from ping response (silent)...
[00:01:24]: [Connect] PendingConnectionDoConnect to 216.182.91.11|1
[00:01:24]: [Connect] DirectConnect to 216.182.91.11|1
[00:01:24]: Connection accepted to 216.182.91.11|1 <3854832118860591965>
[00:01:24]: Network external address discovered: 232.110.192.161|1
[00:01:24]: SendClientHandShakePacket "pgs-usc^KU_Vk_kf2xu^DontStarveTogether^3u1bjQeveanz9LvWHhKFmSYMbXG1C3DveHaU8y4fPJI=" to <3854832118860591965>
[00:01:25]: DeserializeHandShakeServerListing
[00:01:25]: Network tick rate: U=10(3), D=15
[00:01:25]: Version: 233071
[00:01:25]: SendClientInventoryHandShakePacket to <3854832118860591965>
[00:01:26]: Begin Session: 6DEC6835CFEDC3F4
[00:01:26]: Done Downloading Client Object Data
[00:01:26]: DownloadMods and temp disable    
[00:01:26]: We now have the required mods, enable them for server    
[00:01:26]: Temp Enabling workshop-1145848156    
[00:01:26]: ModIndex:SetTempModConfigData    
[00:01:26]: Setting temp mod config for mod     workshop-1145848156    
[00:01:26]: Mods are setup for server, save the mod index and proceed.    
[00:01:27]: Downloading [0] From: server_temp
[00:01:31]: 0 (43%) 1/1 server_temp\server_save 114000b / 263407b
[00:01:38]: 0 (86%) 1/1 server_temp\server_save 228000b / 263407b
[00:01:40]: 0 (100%) 1/1 server_temp\server_save 263407b / 263407b
[00:01:40]: Download complete[0] Files: 1 Size: 263407
[00:01:42]: Collecting garbage...
[00:01:42]: lua_gc took 0.03 seconds
[00:01:42]: ~ShardLuaProxy()
[00:01:42]: ~ItemServerLuaProxy()
[00:01:42]: ~InventoryLuaProxy()
[00:01:42]: ~NetworkLuaProxy()
[00:01:42]: ~SimLuaProxy()
[00:01:42]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:01:42]: lua_close took 0.05 seconds
[00:01:42]: ReleaseAll
[00:01:42]: ReleaseAll Finished
[00:01:42]: cGame::StartPlaying
[00:01:42]: LOADING LUA
[00:01:42]: DoLuaFile scripts/main.lua
[00:01:42]: DoLuaFile loading buffer scripts/main.lua
[00:01:43]: running main.lua
    
[00:01:43]: loaded modindex    
[00:01:43]: ModIndex: Beginning normal load sequence.
    
[00:01:43]: ModIndex:GetModsToLoad inserting moddir,     workshop-1145848156    
[00:01:43]: Could not load mod_config_data/modconfiguration_workshop-1145848156_CLIENT    
[00:01:43]: Loading mod: workshop-1145848156 (Pollen) Version:1.1.5    
[00:01:43]: Mod: workshop-1145848156 (Pollen)    Loading modworldgenmain.lua    
[00:01:43]: Mod: workshop-1145848156 (Pollen)      Mod had no modworldgenmain.lua. Skipping.    
[00:01:43]: Mod: workshop-1145848156 (Pollen)    Loading modmain.lua    
[00:01:43]: LOADING LUA SUCCESS
[00:01:43]: PlayerDeaths loaded morgue    5314    
[00:01:43]: PlayerHistory loaded player_history    587    
[00:01:43]: bloom_enabled    false    
[00:01:43]: loaded saveindex    
[00:01:43]: OnFilesLoaded()    
[00:01:43]: OnUpdatePurchaseStateComplete    
[00:01:43]:     Unload FE    
[00:01:43]:     Unload FE done    
[00:01:45]: Mod: workshop-1145848156 (Pollen)    Registering prefabs    
[00:01:45]: Mod: workshop-1145848156 (Pollen)      Registering prefab file: prefabs/apidae    
[00:01:45]: Mod: workshop-1145848156 (Pollen)        apidae    
[00:01:45]: Mod: workshop-1145848156 (Pollen)      Registering prefab file: prefabs/apidae_none    
[00:01:45]: Mod: workshop-1145848156 (Pollen)        apidae_none    
[00:01:45]: Mod: workshop-1145848156 (Pollen)      Registering default mod prefab    
[00:01:46]: ../mods/workshop-1145848156/images/saveslot_portraits/apidae.tex is 120x104 but compressed textures must have power of 2 dimensions.
[00:01:46]: ../mods/workshop-1145848156/images/selectscreen_portraits/apidae.tex is 188x284 but compressed textures must have power of 2 dimensions.
[00:01:46]: ../mods/workshop-1145848156/images/selectscreen_portraits/apidae_silho.tex is 188x284 but compressed textures must have power of 2 dimensions.
[00:01:46]:     LOAD BE    
[00:01:57]:     LOAD BE: done    
[00:01:57]: Loading world: client_temp/server_save    
[00:01:57]: Save file is at version 4.77    
[00:01:57]: MiniMapComponent::AddAtlas( minimap/minimap_data.xml )
[00:01:57]: MiniMapComponent::AddAtlas( ../mods/workshop-1145848156/images/map_icons/apidae.xml )
[00:01:58]: Loading Nav Grid    
[00:01:58]: setting     summerlength    15    
[00:01:58]: setting     isnightmaredawn    false    
[00:01:58]: setting     elapseddaysinseason    4    
[00:01:58]: setting     isfullmoon    false    
[00:01:58]: setting     moisture    531.71563720703    
[00:01:58]: setting     springlength    20    
[00:01:58]: setting     isnightmarewild    false    
[00:01:58]: setting     moonphase    half    
[00:01:58]: setting     precipitationrate    0    
[00:01:58]: setting     iswet    false    
[00:01:58]: setting     isnewmoon    false    
[00:01:58]: setting     iswinter    false    
[00:01:58]: setting     israining    false    
[00:01:58]: setting     issummer    false    
[00:01:58]: setting     time    0.2630873521169    
[00:01:58]: setting     wetness    0    
[00:01:58]: setting     moistureceil    755.09143066406    
[00:01:58]: setting     isday    true    
[00:01:58]: setting     nightmaretimeinphase    0    
[00:01:58]: setting     season    autumn    
[00:01:58]: setting     isnight    false    
[00:01:58]: setting     cycles    4    
[00:01:58]: setting     isnightmarecalm    false    
[00:01:58]: setting     timeinphase    0.52617470423381    
[00:01:58]: setting     isdusk    false    
[00:01:58]: setting     iscavedusk    false    
[00:01:58]: setting     isautumn    true    
[00:01:58]: setting     iscaveday    true    
[00:01:58]: setting     remainingdaysinseason    16    
[00:01:58]: setting     phase    day    
[00:01:58]: setting     snowlevel    0    
[00:01:58]: setting     iswaxingmoon    true    
[00:01:58]: setting     autumnlength    20    
[00:01:58]: setting     pop    0.70417384652269    
[00:01:58]: setting     nightmaretime    0    
[00:01:58]: setting     isspring    false    
[00:01:58]: setting     winterlength    15    
[00:01:58]: setting     nightmarephase    none    
[00:01:58]: setting     issnowcovered    false    
[00:01:58]: setting     issnowing    false    
[00:01:58]: setting     iscavenight    false    
[00:01:58]: setting     temperature    28.865598743498    
[00:01:58]: setting     cavephase    day    
[00:01:58]: setting     precipitation    none    
[00:01:58]: setting     isnightmarewarn    false    
[00:01:58]: Reconstructing topology    
[00:01:58]:     ...Sorting points    
[00:01:58]:     ...Sorting edges    
[00:01:58]:     ...Connecting nodes    
[00:01:58]:     ...Validating connections    
[00:01:58]:     ...Housekeeping    
[00:01:58]:     ...Done!    
[00:01:58]: ModIndex: Load sequence finished successfully.    
[00:01:58]: Reset() returning
[00:01:59]: Attempting to send resume request
[00:01:59]: ReceiveResumeNotification
[00:02:00]: Movement prediction enabled    
[00:02:00]: Deserializing tile data (392 x 392)
[00:02:02]: Deserialized invalid parent for entity apidae[100920]
[00:02:10]: Deserialized invalid parent for entity apidae[100920]
[00:02:11]: Deserialized invalid parent for entity apidae[100920]
[00:02:12]: Deserialized invalid parent for entity apidae[100920]
[00:02:12]: Deserialized invalid parent for entity apidae[100920]
[00:02:13]: Deserialized invalid parent for entity apidae[100920]
[00:02:16]: Deserialized invalid parent for entity apidae[100920]
[00:02:17]: Deserialized invalid parent for entity apidae[100920]
[00:02:17]: Deserialized invalid parent for entity apidae[100920]
[00:02:21]: Deserialized invalid parent for entity apidae[100920]
[00:02:21]: Deserialized invalid parent for entity apidae[100920]
[00:02:21]: Deserialized invalid parent for entity apidae[100920]
[00:02:22]: Deserialized invalid parent for entity apidae[100920]
[00:02:57]: Deserialized invalid parent for entity apidae[100920]
[00:02:57]: Deserialized invalid parent for entity apidae[100920]
[00:02:59]: Deserialized invalid parent for entity apidae[100920]
[00:03:04]: Deserialized invalid parent for entity apidae[100920]
[00:03:05]: Deserialized invalid parent for entity apidae[100920]
[00:03:05]: Deserialized invalid parent for entity apidae[100920]
[00:03:06]: Deserialized invalid parent for entity apidae[100920]
[00:03:06]: Deserialized invalid parent for entity apidae[100920]
[00:03:33]: Deserialized invalid parent for entity apidae[100920]
[00:03:34]: Deserialized invalid parent for entity apidae[100920]
[00:03:34]: Deserialized invalid parent for entity apidae[100920]
[00:03:35]: Deserialized invalid parent for entity apidae[100920]
[00:03:36]: Deserialized invalid parent for entity apidae[100920]
[00:03:52]: Deserialized invalid parent for entity apidae[100920]
[00:04:00]: Deserialized invalid parent for entity apidae[100920]
[00:04:01]: Deserialized invalid parent for entity apidae[100920]
[00:04:02]: Deserialized invalid parent for entity apidae[100920]
[00:04:03]: Deserialized invalid parent for entity apidae[100920]
[00:04:10]: Deserialized invalid parent for entity apidae[100920]
[00:04:14]: Deserialized invalid parent for entity apidae[100920]
[00:04:14]: Deserialized invalid parent for entity apidae[100920]
[00:04:14]: Deserialized invalid parent for entity apidae[100920]
[00:04:15]: Deserialized invalid parent for entity apidae[100920]
[00:04:15]: Deserialized invalid parent for entity apidae[100920]
[00:04:16]: Deserialized invalid parent for entity apidae[100920]
[00:04:17]: Deserialized invalid parent for entity apidae[100920]
[00:04:18]: Deserialized invalid parent for entity apidae[100920]
[00:04:18]: Deserialized invalid parent for entity apidae[100920]
[00:04:19]: Deserialized invalid parent for entity apidae[100920]
[00:04:19]: Deserialized invalid parent for entity apidae[100920]
[00:04:20]: Deserialized invalid parent for entity apidae[100920]
[00:04:21]: Deserialized invalid parent for entity apidae[100920]
[00:04:21]: Deserialized invalid parent for entity apidae[100920]
[00:04:26]: Deserialized invalid parent for entity apidae[100920]
[00:04:27]: Deserialized invalid parent for entity apidae[100920]
[00:04:27]: Deserialized invalid parent for entity apidae[100920]
[00:04:39]: Deserialized invalid parent for entity apidae[100920]
[00:04:41]: Deserialized invalid parent for entity apidae[100920]
[00:04:44]: Deserialized invalid parent for entity apidae[100920]
[00:04:46]: Deserialized invalid parent for entity apidae[100920]
[00:05:39]: Deserialized invalid parent for entity apidae[100920]
[00:05:42]: Deserialized invalid parent for entity apidae[100920]
[00:05:59]: attempt to call a nil value
[00:06:09]: DoRestart:    true    
[00:06:10]: Serializing user: session/6DEC6835CFEDC3F4/A7JUTVNA8BNO/0000000001
[00:06:10]: [Shard] Stopping shard mode
[00:06:10]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:06:10]: unloading prefabs for mod MOD_workshop-1145848156    
[00:06:10]: Collecting garbage...
[00:06:10]: lua_gc took 0.04 seconds
[00:06:10]: ~ShardLuaProxy()
[00:06:10]: ~ItemServerLuaProxy()
[00:06:10]: ~InventoryLuaProxy()
[00:06:10]: ~NetworkLuaProxy()
[00:06:10]: ~SimLuaProxy()
[00:06:10]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:06:10]: lua_close took 0.04 seconds
[00:06:10]: ReleaseAll
[00:06:10]: ReleaseAll Finished
[00:06:10]: cGame::StartPlaying
[00:06:10]: LOADING LUA
[00:06:10]: DoLuaFile scripts/main.lua
[00:06:10]: DoLuaFile loading buffer scripts/main.lua
[00:06:10]: running main.lua
    
[00:06:10]: loaded modindex    
[00:06:11]: ModIndex: Beginning normal load sequence.
    
[00:06:11]: LOADING LUA SUCCESS
[00:06:11]: PlayerDeaths loaded morgue    5314    
[00:06:11]: PlayerHistory loaded player_history    587    
[00:06:11]: bloom_enabled    false    
[00:06:11]: loaded saveindex    
[00:06:11]: OnFilesLoaded()    
[00:06:11]: OnUpdatePurchaseStateComplete    
[00:06:11]:     Unload BE    
[00:06:11]:     Unload BE done    
[00:06:11]: Could not unload undefined prefab 0xa796fa (minotaurchest)
[00:06:11]: Could not unload undefined prefab 0xbcbaa3e (redgem)
[00:06:11]: Could not unload undefined prefab 0x399804b (hat_chester_costume)
[00:06:11]: Could not unload undefined prefab 0xc01796b (corn_seeds)
[00:06:11]: Could not unload undefined prefab 0xb1e7b61 (dragonfruit)
[00:06:11]: Could not unload undefined prefab 0x71127e3 (carrot_cooked)
[00:06:11]: Could not unload undefined prefab 0xb0a79a1 (twiggy_nut)
[00:06:11]: Could not unload undefined prefab 0x1765df93 (monkey)
[00:06:11]: Could not unload undefined prefab 0x13c2a611 (gridplacer)
[00:06:11]: Could not unload undefined prefab 0x162c669d (marble)
[00:06:11]: Could not unload undefined prefab 0x29ad5029 (spoiled_food)
[00:06:11]: Could not unload undefined prefab 0x359da624 (log)
[00:06:11]: Could not unload undefined prefab 0x29d8efdb (red_leaves_chop)
[00:06:11]: Could not unload undefined prefab 0x39590c78 (orange_leaves_chop)
[00:06:11]: Could not unload undefined prefab 0x2d1c40c (deciduous_root)
[00:06:11]: Could not unload undefined prefab 0x41ba89b5 (nightmarefuel)
[00:06:11]: Could not unload undefined prefab 0x29ad5029 (spoiled_food)
[00:06:11]: Could not unload undefined prefab 0x235a9a90 (birchnutdrake)
[00:06:11]: Could not unload undefined prefab 0x184178b (meat)
[00:06:11]: Could not unload undefined prefab 0x2cf27a76 (bishop_charge)
[00:06:11]: Could not unload undefined prefab 0x2ae7e3b3 (purplegem)
[00:06:11]: Could not unload undefined prefab 0xbcbaa3e (redgem)
[00:06:11]: Could not unload undefined prefab 0x1941243b (yellowgem)
[00:06:11]: Could not unload undefined prefab 0x2ae7e3b3 (purplegem)
[00:06:11]: Could not unload undefined prefab 0x1d19e671 (chessjunk_spawner)
[00:06:11]: Could not unload undefined prefab 0x55862b48 (stalker_minion1)
[00:06:11]: Could not unload undefined prefab 0x55862b49 (stalker_minion2)
[00:06:11]: Could not unload undefined prefab 0x184178b (meat)
[00:06:11]: Could not unload undefined prefab 0xd84f8ee (minotaurchestspawner)
[00:06:11]: Could not unload undefined prefab 0x4c79e836 (atrium_key_icon)
[00:06:11]: Could not unload undefined prefab 0x318ff1b0 (minotaur_spawner)
[00:06:11]: Could not unload undefined prefab 0x1ab03cb5 (silk)
[00:06:11]: Could not unload undefined prefab 0x1ab03cb5 (silk)
[00:06:11]: Could not unload undefined prefab 0x1ab03cb5 (silk)
[00:06:11]: Could not unload undefined prefab 0x29ad5029 (spoiled_food)
[00:06:11]: Could not unload undefined prefab 0x4790f393 (deciduoustree)
[00:06:11]: Could not unload undefined prefab 0x203935e6 (shadowheart)
[00:06:11]: Could not unload undefined prefab 0x1fa19f1a (fossilspike)
[00:06:11]: Could not unload undefined prefab 0x41ba89b5 (nightmarefuel)
[00:06:11]: Could not unload undefined prefab 0x10c53670 (stalker_forest)
[00:06:11]: Could not unload undefined prefab 0x1fa19f1a (fossilspike)
[00:06:11]: Could not unload undefined prefab 0x67e02798 (fossilspike2)
[00:06:11]: Could not unload undefined prefab 0x351e1215 (stalker_shield1)
[00:06:11]: Could not unload undefined prefab 0x351e1216 (stalker_shield2)
[00:06:11]: Could not unload undefined prefab 0x351e1217 (stalker_shield3)
[00:06:11]: Could not unload undefined prefab 0x351e1218 (stalker_shield4)
[00:06:11]: Could not unload undefined prefab 0x5c4a9f29 (stalker_minion)
[00:06:11]: Could not unload undefined prefab 0x41ba89b5 (nightmarefuel)
[00:06:11]: Could not unload undefined prefab 0x41fa4c33 (thurible_smoke)
[00:06:11]: Could not unload undefined prefab 0x2ffe1998 (flower_evil)
[00:06:11]: Could not unload undefined prefab 0x24c01fd0 (planted_flower)
[00:06:11]: Could not unload undefined prefab 0x39eb2c81 (ancient_altar_broken)
[00:06:11]: Could not unload undefined prefab 0x107f3fc2 (seeds)
[00:06:11]: Could not unload undefined prefab 0x6d529a32 (smallmeat)
[00:06:11]: Could not unload undefined prefab 0x39d1762b (cookedsmallmeat)
[00:06:11]: Could not unload undefined prefab 0x39ecf974 (cutgrass)
[00:06:11]: Could not unload undefined prefab 0x29ad5029 (spoiled_food)
[00:06:11]: Could not unload undefined prefab 0x359da624 (log)
[00:06:11]: Could not unload undefined prefab 0x2a9524cd (blue_cap)
[00:06:11]: Could not unload undefined prefab 0x706870b6 (green_cap)
[00:06:11]: Could not unload undefined prefab 0x1c1e3dc4 (red_cap)
[00:06:11]: Could not unload undefined prefab 0x3036fc96 (ash)
[00:06:11]: Could not unload undefined prefab 0x1a35332f (spore_medium)
[00:06:11]: Could not unload undefined prefab 0x427b5b39 (shatter)
[00:06:11]: Could not unload undefined prefab 0x8119781a (cookedmandrake)
[00:06:11]: Could not unload undefined prefab 0x8c6be253 (mandrake)
[00:06:11]: Could not unload undefined prefab 0x8c6be253 (mandrake)
[00:06:11]: Could not unload undefined prefab 0xa694a25e (mandrake_planted)
[00:06:11]: Could not unload undefined prefab 0x359da624 (log)
[00:06:11]: Could not unload undefined prefab 0x184178b (meat)
[00:06:11]: Could not unload undefined prefab 0x359da624 (log)
[00:06:11]: Could not unload undefined prefab 0x1078732c (character_fire)
[00:06:11]: Could not unload undefined prefab 0x184178b (meat)
[00:06:11]: Could not unload undefined prefab 0x359da624 (log)
[00:06:11]: Could not unload undefined prefab 0x1078732c (character_fire)
[00:06:11]: Could not unload undefined prefab 0x78d69cdc (rock_petrified_tree_short)
[00:06:11]: Could not unload undefined prefab 0x4f122f8c (rock_petrified_tree_med)
[00:06:11]: Could not unload undefined prefab 0x9ce1eaee (rocks)
[00:06:11]: Could not unload undefined prefab 0x7e6d93ac (nitre)
[00:06:11]: Could not unload undefined prefab 0x50155047 (rock_petrified_tree_old)
[00:06:11]: Could not unload undefined prefab 0x57d6a669 (petrified_tree_fx_short)
[00:06:11]: Could not unload undefined prefab 0x39dfc71a (petrified_tree_fx_normal)
[00:06:11]: Could not unload undefined prefab 0x15e8f040 (petrified_tree_fx_tall)
[00:06:11]: Could not unload undefined prefab 0xb14e9054 (petrified_tree_fx_old)
[00:06:11]: Could not unload undefined prefab 0x47f35864 (petrified_trunk_break_fx)
[00:06:11]: Could not unload undefined prefab 0xb50c4e4c (pinecone_sapling)
[00:06:11]: Could not unload undefined prefab 0x3036fc96 (ash)
[00:06:11]: Could not unload undefined prefab 0x995bc6df (winter_ornament_boss_bearger)
[00:06:11]: Could not unload undefined prefab 0x248c7e89 (winter_ornament_boss_beequeen)
[00:06:11]: Could not unload undefined prefab 0x407d4c1f (winter_ornament_boss_dragonfly)
[00:06:11]: Could not unload undefined prefab 0x16eec5e (winter_ornament_boss_moose)
[00:06:11]: Could not unload undefined prefab 0x71aadfec (winter_ornament_boss_toadstool)
[00:06:11]: Could not unload undefined prefab 0x22a5ef58 (winter_ornament_plain1)
[00:06:11]: Could not unload undefined prefab 0x22a5ef59 (winter_ornament_plain2)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5a (winter_ornament_plain3)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5b (winter_ornament_plain4)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5c (winter_ornament_plain5)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5d (winter_ornament_plain6)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5e (winter_ornament_plain7)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5f (winter_ornament_plain8)
[00:06:11]: Could not unload undefined prefab 0xb3b14d39 (winter_ornament_fancy1)
[00:06:11]: Could not unload undefined prefab 0xb3b14d3a (winter_ornament_fancy2)
[00:06:11]: Could not unload undefined prefab 0xb3b14d3b (winter_ornament_fancy3)
[00:06:11]: Could not unload undefined prefab 0xb3b14d3c (winter_ornament_fancy4)
[00:06:11]: Could not unload undefined prefab 0x14e023cc (winter_ornament_light1)
[00:06:11]: Could not unload undefined prefab 0x14e023cd (winter_ornament_light2)
[00:06:11]: Could not unload undefined prefab 0x14e023ce (winter_ornament_light3)
[00:06:11]: Could not unload undefined prefab 0x14e023cf (winter_ornament_light4)
[00:06:11]: Could not unload undefined prefab 0x6aafab59 (winter_food1)
[00:06:11]: Could not unload undefined prefab 0x6aafab5a (winter_food2)
[00:06:11]: Could not unload undefined prefab 0x6aafab5b (winter_food3)
[00:06:11]: Could not unload undefined prefab 0x6aafab5c (winter_food4)
[00:06:11]: Could not unload undefined prefab 0x6aafab5d (winter_food5)
[00:06:11]: Could not unload undefined prefab 0x6aafab5e (winter_food6)
[00:06:11]: Could not unload undefined prefab 0x6aafab5f (winter_food7)
[00:06:11]: Could not unload undefined prefab 0x6aafab60 (winter_food8)
[00:06:11]: Could not unload undefined prefab 0x6aafab61 (winter_food9)
[00:06:11]: Could not unload undefined prefab 0x46094f1b (beefalohat)
[00:06:11]: Could not unload undefined prefab 0x1ab03cb5 (silk)
[00:06:11]: Could not unload undefined prefab 0xb5c89c61 (orangegem)
[00:06:11]: Could not unload undefined prefab 0x7e6d93ac (nitre)
[00:06:11]: Could not unload undefined prefab 0x4058bc0 (molehat)
[00:06:11]: Could not unload undefined prefab 0xbcbaa3e (redgem)
[00:06:11]: Could not unload undefined prefab 0x8a2d55ba (catcoonhat)
[00:06:11]: Could not unload undefined prefab 0x1941243b (yellowgem)
[00:06:11]: Could not unload undefined prefab 0x2e54b535 (cane)
[00:06:11]: Could not unload undefined prefab 0x49ba2e4d (walrushat)
[00:06:11]: Could not unload undefined prefab 0x303eb17b (strawhat_floppy)
[00:06:11]: Could not unload undefined prefab 0x44873d17 (reviver_cupid)
[00:06:11]: Could not unload undefined prefab 0x359da624 (log)
[00:06:11]: Could not unload undefined prefab 0x2a9524cd (blue_cap)
[00:06:11]: Could not unload undefined prefab 0x706870b6 (green_cap)
[00:06:11]: Could not unload undefined prefab 0x1c1e3dc4 (red_cap)
[00:06:11]: Could not unload undefined prefab 0x3036fc96 (ash)
[00:06:11]: Could not unload undefined prefab 0xed18eed (spore_small)
[00:06:11]: Could not unload undefined prefab 0x8539b55b (mushtree_small_burntfx)
[00:06:11]: Could not unload undefined prefab 0x994e32df (mushtree_small_bloom_burntfx)
[00:06:11]: Could not unload undefined prefab 0x79922e (cane_ancient_fx1)
[00:06:11]: Could not unload undefined prefab 0x79922f (cane_ancient_fx2)
[00:06:11]: Could not unload undefined prefab 0x799230 (cane_ancient_fx3)
[00:06:11]: Could not unload undefined prefab 0x3532833e (minisign_item)
[00:06:11]: Could not unload undefined prefab 0x65eb274a (petals_evil)
[00:06:11]: Could not unload undefined prefab 0x359da624 (log)
[00:06:11]: Could not unload undefined prefab 0x2a9524cd (blue_cap)
[00:06:11]: Could not unload undefined prefab 0x706870b6 (green_cap)
[00:06:11]: Could not unload undefined prefab 0x1c1e3dc4 (red_cap)
[00:06:11]: Could not unload undefined prefab 0x3036fc96 (ash)
[00:06:11]: Could not unload undefined prefab 0x5286daa7 (spore_tall)
[00:06:11]: Could not unload undefined prefab 0x9db421e9 (mushtree_tall_burntfx)
[00:06:11]: Could not unload undefined prefab 0x4336ea6d (mushtree_tall_bloom_burntfx)
[00:06:11]: Could not unload undefined prefab 0xbc5dcbd5 (poopcloud)
[00:06:11]: Could not unload undefined prefab 0x2cf27a76 (bishop_charge)
[00:06:11]: Could not unload undefined prefab 0x2ae7e3b3 (purplegem)
[00:06:11]: Could not unload undefined prefab 0x41ba89b5 (nightmarefuel)
[00:06:11]: Could not unload undefined prefab 0xc6739a73 (thulecite_pieces)
[00:06:11]: Could not unload undefined prefab 0x96bf006 (bishop_nightmare_spawner)
[00:06:11]: Could not unload undefined prefab 0xc2911ec3 (cane_ancient_fx)
[00:06:11]: Could not unload undefined prefab 0x42a4d2ca (shadow_puff_large_front)
[00:06:11]: Could not unload undefined prefab 0xc7cceaa6 (shadow_puff_large_back)
[00:06:11]: Could not unload undefined prefab 0xc63a5a5c (moonrocknugget)
[00:06:11]: Could not unload undefined prefab 0x76807d6d (moonpig)
[00:06:11]: Could not unload undefined prefab 0xc5912515 (gargoyle_werepighowl_fx)
[00:06:11]: Could not unload undefined prefab 0x3036fc96 (ash)
[00:06:11]: Could not unload undefined prefab 0xd0ee1bd5 (collapse_small)
[00:06:11]: Could not unload undefined prefab 0x674707c2 (acorn_sapling)
[00:06:11]: Could not unload undefined prefab 0x7e58aebd (acorn_cooked)
[00:06:11]: Could not unload undefined prefab 0x29ad5029 (spoiled_food)
[00:06:11]: Could not unload undefined prefab 0x995bc6df (winter_ornament_boss_bearger)
[00:06:11]: Could not unload undefined prefab 0x248c7e89 (winter_ornament_boss_beequeen)
[00:06:11]: Could not unload undefined prefab 0xbd7ba41a (winter_ornament_boss_deerclops)
[00:06:11]: Could not unload undefined prefab 0x407d4c1f (winter_ornament_boss_dragonfly)
[00:06:11]: Could not unload undefined prefab 0x16eec5e (winter_ornament_boss_moose)
[00:06:11]: Could not unload undefined prefab 0x71aadfec (winter_ornament_boss_toadstool)
[00:06:11]: Could not unload undefined prefab 0x22a5ef58 (winter_ornament_plain1)
[00:06:11]: Could not unload undefined prefab 0x22a5ef59 (winter_ornament_plain2)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5a (winter_ornament_plain3)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5b (winter_ornament_plain4)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5c (winter_ornament_plain5)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5d (winter_ornament_plain6)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5e (winter_ornament_plain7)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5f (winter_ornament_plain8)
[00:06:11]: Could not unload undefined prefab 0xb3b14d39 (winter_ornament_fancy1)
[00:06:11]: Could not unload undefined prefab 0xb3b14d3a (winter_ornament_fancy2)
[00:06:11]: Could not unload undefined prefab 0xb3b14d3b (winter_ornament_fancy3)
[00:06:11]: Could not unload undefined prefab 0xb3b14d3c (winter_ornament_fancy4)
[00:06:11]: Could not unload undefined prefab 0x14e023cc (winter_ornament_light1)
[00:06:11]: Could not unload undefined prefab 0x14e023cd (winter_ornament_light2)
[00:06:11]: Could not unload undefined prefab 0x14e023ce (winter_ornament_light3)
[00:06:11]: Could not unload undefined prefab 0x14e023cf (winter_ornament_light4)
[00:06:11]: Could not unload undefined prefab 0x6aafab59 (winter_food1)
[00:06:11]: Could not unload undefined prefab 0x6aafab5a (winter_food2)
[00:06:11]: Could not unload undefined prefab 0x6aafab5b (winter_food3)
[00:06:11]: Could not unload undefined prefab 0x6aafab5c (winter_food4)
[00:06:11]: Could not unload undefined prefab 0x6aafab5d (winter_food5)
[00:06:11]: Could not unload undefined prefab 0x6aafab5e (winter_food6)
[00:06:11]: Could not unload undefined prefab 0x6aafab5f (winter_food7)
[00:06:11]: Could not unload undefined prefab 0x6aafab60 (winter_food8)
[00:06:11]: Could not unload undefined prefab 0x6aafab61 (winter_food9)
[00:06:11]: Could not unload undefined prefab 0xc49ee298 (green_leaves)
[00:06:11]: Could not unload undefined prefab 0x7132400a (red_leaves)
[00:06:11]: Could not unload undefined prefab 0x29d8efdb (red_leaves_chop)
[00:06:11]: Could not unload undefined prefab 0x5a4e2f2d (orange_leaves)
[00:06:11]: Could not unload undefined prefab 0x39590c78 (orange_leaves_chop)
[00:06:11]: Could not unload undefined prefab 0xc3289d07 (yellow_leaves)
[00:06:11]: Could not unload undefined prefab 0x6831af1e (yellow_leaves_chop)
[00:06:11]: Could not unload undefined prefab 0xb80b9acc (greengem)
[00:06:11]: Could not unload undefined prefab 0x46094f1b (beefalohat)
[00:06:11]: Could not unload undefined prefab 0x1ab03cb5 (silk)
[00:06:11]: Could not unload undefined prefab 0xb5c89c61 (orangegem)
[00:06:11]: Could not unload undefined prefab 0x7e6d93ac (nitre)
[00:06:11]: Could not unload undefined prefab 0x4058bc0 (molehat)
[00:06:11]: Could not unload undefined prefab 0xbcbaa3e (redgem)
[00:06:11]: Could not unload undefined prefab 0xcda99af6 (winterhat)
[00:06:11]: Could not unload undefined prefab 0x8a2d55ba (catcoonhat)
[00:06:11]: Could not unload undefined prefab 0xc63a5a5c (moonrocknugget)
[00:06:11]: Could not unload undefined prefab 0x1941243b (yellowgem)
[00:06:11]: Could not unload undefined prefab 0x2e54b535 (cane)
[00:06:11]: Could not unload undefined prefab 0x49ba2e4d (walrushat)
[00:06:11]: Could not unload undefined prefab 0xc63a5a5c (moonrocknugget)
[00:06:11]: Could not unload undefined prefab 0x97bd555d (gargoyle_hounddeath)
[00:06:11]: Could not unload undefined prefab 0x956d0cc5 (monstermeat)
[00:06:11]: Could not unload undefined prefab 0xbcbaa3e (redgem)
[00:06:11]: Could not unload undefined prefab 0x2c345110 (gargoyle_houndatk_fx)
[00:06:11]: Could not unload undefined prefab 0xc63a5a5c (moonrocknugget)
[00:06:11]: Could not unload undefined prefab 0x76807d6d (moonpig)
[00:06:11]: Could not unload undefined prefab 0xb0a48afd (gargoyle_werepigdeath_fx)
[00:06:11]: Could not unload undefined prefab 0x3036fc96 (ash)
[00:06:11]: Could not unload undefined prefab 0xa94d6852 (gift_unwrap)
[00:06:11]: Could not unload undefined prefab 0xc2b7de33 (ancient_altar)
[00:06:11]: Could not unload undefined prefab 0x92132840 (poop)
[00:06:11]: Could not unload undefined prefab 0xb430ba46 (splash_ocean)
[00:06:11]: Could not unload undefined prefab 0xec8853ad (charcoal)
[00:06:11]: Could not unload undefined prefab 0x3036fc96 (ash)
[00:06:11]: Could not unload undefined prefab 0xd0ee1bd5 (collapse_small)
[00:06:11]: Could not unload undefined prefab 0xec587250 (gift)
[00:06:11]: Could not unload undefined prefab 0xb0a79a1 (twiggy_nut)
[00:06:11]: Could not unload undefined prefab 0x995bc6df (winter_ornament_boss_bearger)
[00:06:11]: Could not unload undefined prefab 0x248c7e89 (winter_ornament_boss_beequeen)
[00:06:11]: Could not unload undefined prefab 0xbd7ba41a (winter_ornament_boss_deerclops)
[00:06:11]: Could not unload undefined prefab 0x407d4c1f (winter_ornament_boss_dragonfly)
[00:06:11]: Could not unload undefined prefab 0x16eec5e (winter_ornament_boss_moose)
[00:06:11]: Could not unload undefined prefab 0x71aadfec (winter_ornament_boss_toadstool)
[00:06:11]: Could not unload undefined prefab 0x22a5ef58 (winter_ornament_plain1)
[00:06:11]: Could not unload undefined prefab 0x22a5ef59 (winter_ornament_plain2)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5a (winter_ornament_plain3)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5b (winter_ornament_plain4)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5c (winter_ornament_plain5)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5d (winter_ornament_plain6)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5e (winter_ornament_plain7)
[00:06:11]: Could not unload undefined prefab 0x22a5ef5f (winter_ornament_plain8)
[00:06:11]: Could not unload undefined prefab 0xb3b14d39 (winter_ornament_fancy1)
[00:06:11]: Could not unload undefined prefab 0xb3b14d3a (winter_ornament_fancy2)
[00:06:11]: Could not unload undefined prefab 0xb3b14d3b (winter_ornament_fancy3)
[00:06:11]: Could not unload undefined prefab 0xb3b14d3c (winter_ornament_fancy4)
[00:06:11]: Could not unload undefined prefab 0x14e023cc (winter_ornament_light1)
[00:06:11]: Could not unload undefined prefab 0x14e023cd (winter_ornament_light2)
[00:06:11]: Could not unload undefined prefab 0x14e023ce (winter_ornament_light3)
[00:06:11]: Could not unload undefined prefab 0x14e023cf (winter_ornament_light4)
[00:06:11]: Could not unload undefined prefab 0x6aafab59 (winter_food1)
[00:06:11]: Could not unload undefined prefab 0x6aafab5a (winter_food2)
[00:06:11]: Could not unload undefined prefab 0x6aafab5b (winter_food3)
[00:06:11]: Could not unload undefined prefab 0x6aafab5c (winter_food4)
[00:06:11]: Could not unload undefined prefab 0x6aafab5d (winter_food5)
[00:06:11]: Could not unload undefined prefab 0x6aafab5e (winter_food6)
[00:06:11]: Could not unload undefined prefab 0x6aafab5f (winter_food7)
[00:06:11]: Could not unload undefined prefab 0x6aafab60 (winter_food8)
[00:06:11]: Could not unload undefined prefab 0x6aafab61 (winter_food9)
[00:06:11]: Could not unload undefined prefab 0xb80b9acc (greengem)
[00:06:11]: Could not unload undefined prefab 0xf07d70f5 (bluegem)
[00:06:11]: Could not unload undefined prefab 0x46094f1b (beefalohat)
[00:06:11]: Could not unload undefined prefab 0xe5306269 (flint)
[00:06:11]: Could not unload undefined prefab 0x1ab03cb5 (silk)
[00:06:11]: Could not unload undefined prefab 0xb5c89c61 (orangegem)
[00:06:11]: Could not unload undefined prefab 0xdf809124 (gears)
[00:06:11]: Could not unload undefined prefab 0x7e6d93ac (nitre)
[00:06:11]: Could not unload undefined prefab 0x4058bc0 (molehat)
[00:06:11]: Could not unload undefined prefab 0xbcbaa3e (redgem)
[00:06:11]: Could not unload undefined prefab 0xcda99af6 (winterhat)
[00:06:11]: Could not unload undefined prefab 0x8a2d55ba (catcoonhat)
[00:06:11]: Could not unload undefined prefab 0xc63a5a5c (moonrocknugget)
[00:06:11]: Could not unload undefined prefab 0x1941243b (yellowgem)
[00:06:11]: Could not unload undefined prefab 0xe6af29d2 (compass)
[00:06:11]: Could not unload undefined prefab 0xec43b9f4 (sewing_kit)
[00:06:11]: Could not unload undefined prefab 0xf0330963 (panflute)
[00:06:11]: Could not unload undefined prefab 0x2e54b535 (cane)
[00:06:11]: Could not unload undefined prefab 0x49ba2e4d (walrushat)
[00:06:11]: Could not unload undefined prefab 0xe609bac6 (batwing_cooked)
[00:06:11]: Could not unload undefined prefab 0x4f30b406 (meat_dried)
[00:06:11]: Could not unload undefined prefab 0x29ad5029 (spoiled_food)
[00:06:12]:     Load FE    
[00:06:13]:     Load FE: done    
[00:06:13]: OnLoadPermissionList: APP:Klei//DoNotStarveTogether/client_save/blocklist.txt (Failure)
[00:06:13]: OnLoadPermissionList: APP:Klei//DoNotStarveTogether/client_save/adminlist.txt (Failure)
[00:06:13]: OnLoadUserIdList: APP:Klei//DoNotStarveTogether/client_save/whitelist.txt (Failure)
[00:06:13]: SimLuaProxy::QueryServer()
[00:06:13]: ModIndex: Load sequence finished successfully.    
[00:06:13]: Reset() returning
[00:06:21]: [200] Account Communication Success (6)
[00:06:21]: Received (KU_Vk_kf2xu) from TokenPurpose
[00:06:21]: [Steam] Auth Session Ticket requested...
[00:06:21]: loaded inventory_cache
[00:06:21]: [Steam] Got Auth Session Ticket
[00:06:22]: loaded inventory_cache
[00:06:23]: SimLuaProxy::QueryServer()
[00:06:26]: QueryStats: { "req":"modrank", "field":"Session.Loads.Mods.list", "fieldop":"unwind", "linkpref":"external", "limit": 20}
[00:06:26]: Frontend-Unloading mod 'all'.    
[00:06:26]: FrontendLoadMod    Pollen - Copy    
[00:06:26]: Could not load mod_config_data/modconfiguration_Pollen - Copy    
[00:06:26]: Fontend-Loading mod: Pollen - Copy (Pollen) Version:1.1.4    
[00:06:26]: Mod: Pollen - Copy (Pollen)    Loading modworldgenmain.lua    
[00:06:26]: Mod: Pollen - Copy (Pollen)      Mod had no modworldgenmain.lua. Skipping.    
[00:06:26]: ../mods/workshop-429396134/modicon.tex is 220x220 but compressed textures must have power of 2 dimensions.
[00:06:26]: ../mods/workshop-767776640/modicon.tex is 640x640 but compressed textures must have power of 2 dimensions.
[00:06:26]: ../mods/workshop-375488964/modicon.tex is 268x268 but compressed textures must have power of 2 dimensions.
[00:06:27]:    EResult 15, 463655483
[00:06:27]: Failed getting mod details.
[00:06:28]:    EResult 15, 364255295
[00:06:28]: Failed getting mod details.
[00:06:32]: DownloadPublishedFileV2()
[00:06:32]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 463655483
[00:06:32]: DownloadPublishedFileV2()
[00:06:32]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 364255295
[00:06:36]:    EResult 15, 463655483
[00:06:36]: Failed getting mod details.
[00:06:37]:    EResult 15, 364255295
[00:06:37]: Failed getting mod details.
[00:06:41]: DownloadPublishedFileV2()
[00:06:41]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 463655483
[00:06:41]: DownloadPublishedFileV2()
[00:06:41]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 364255295
[00:06:44]:    EResult 15, 463655483
[00:06:44]: Failed getting mod details.
[00:06:45]:    EResult 15, 364255295
[00:06:45]: Failed getting mod details.
[00:06:49]: DownloadPublishedFileV2()
[00:06:49]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 463655483
[00:06:49]: DownloadPublishedFileV2()
[00:06:49]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 364255295
[00:06:53]:    EResult 15, 463655483
[00:06:53]: Failed getting mod details.
[00:06:54]:    EResult 15, 364255295
[00:06:54]: Failed getting mod details.
[00:06:58]: DownloadPublishedFileV2()
[00:06:58]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 463655483
[00:06:58]: DownloadPublishedFileV2()
[00:06:58]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 364255295
[00:07:02]:    EResult 15, 463655483
[00:07:02]: Failed getting mod details.
[00:07:03]:    EResult 15, 364255295
[00:07:03]: Failed getting mod details.
[00:07:07]: DownloadPublishedFileV2()
[00:07:07]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 463655483
[00:07:07]: DownloadPublishedFileV2()
[00:07:07]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 364255295
[00:07:11]:    EResult 15, 463655483
[00:07:11]: Failed getting mod details.
[00:07:12]:    EResult 15, 364255295
[00:07:12]: Failed getting mod details.
[00:07:15]: DownloadPublishedFileV2()
[00:07:15]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 463655483
[00:07:15]: DownloadPublishedFileV2()
[00:07:15]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 364255295
[00:07:19]:    EResult 15, 463655483
[00:07:19]: Failed getting mod details.
[00:07:21]:    EResult 15, 364255295
[00:07:21]: Failed getting mod details.
[00:07:24]: DownloadPublishedFileV2()
[00:07:24]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 463655483
[00:07:24]: DownloadPublishedFileV2()
[00:07:24]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 364255295
[00:07:28]:    EResult 15, 463655483
[00:07:28]: Failed getting mod details.
[00:07:29]:    EResult 15, 364255295
[00:07:29]: Failed getting mod details.
[00:07:33]: DownloadPublishedFileV2()
[00:07:33]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 463655483
[00:07:33]: DownloadPublishedFileV2()
[00:07:33]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 364255295
[00:07:37]:    EResult 15, 463655483
[00:07:37]: Failed getting mod details.
[00:07:38]:    EResult 15, 364255295
[00:07:38]: Failed getting mod details.
[00:07:41]: DownloadPublishedFileV2()
[00:07:41]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 463655483
[00:07:41]: DownloadPublishedFileV2()
[00:07:41]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 364255295
[00:07:45]:    EResult 15, 463655483
[00:07:45]: Failed getting mod details.
[00:07:46]:    EResult 15, 364255295
[00:07:46]: Failed getting mod details.
[00:07:50]: DownloadPublishedFileV2()
[00:07:50]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 463655483
[00:07:50]: DownloadPublishedFileV2()
[00:07:50]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 364255295
[00:07:54]:    EResult 15, 463655483
[00:07:54]: Failed getting mod details.
[00:07:55]:    EResult 15, 364255295
[00:07:55]: Failed getting mod details.
[00:07:58]: DownloadPublishedFileV2()
[00:07:58]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 463655483
[00:07:58]: DownloadPublishedFileV2()
[00:07:58]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 364255295
[00:08:02]:    EResult 15, 463655483
[00:08:02]: Failed getting mod details.
[00:08:04]:    EResult 15, 364255295
[00:08:04]: Failed getting mod details.
[00:08:07]: DownloadPublishedFileV2()
[00:08:07]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 463655483
[00:08:07]: DownloadPublishedFileV2()
[00:08:07]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 364255295
[00:08:11]: Frontend-Unloading mod 'all'.    
[00:08:11]:    EResult 15, 463655483
[00:08:11]: Failed getting mod details.
[00:08:11]: ../mods/workshop-375488964/modicon.tex is 268x268 but compressed textures must have power of 2 dimensions.
[00:08:11]: ../mods/workshop-429396134/modicon.tex is 220x220 but compressed textures must have power of 2 dimensions.
[00:08:11]: ../mods/workshop-767776640/modicon.tex is 640x640 but compressed textures must have power of 2 dimensions.
[00:08:13]:    EResult 15, 364255295
[00:08:13]: Failed getting mod details.
[00:08:14]: Friends are currently playing in 1 games(s)!
[00:08:14]: You belong to 2 clan(s)!
[00:08:14]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:14]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Error string decoding unsupported Net ID type: 'X'
[00:08:15]: Downloaded server listings - full: 4843 filtered: 2228
[00:08:19]: [Connect] Got new join server request from lua
[00:08:19]: [Connect] Init client connection to (S) <7587763964842551966>
[00:08:19]: [Connect] PendingConnection::Reset(true)
[00:08:19]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:08:19]: [Connect] InternalInitClient <4183292627045514389>
[00:08:19]: [Shard] Starting shard mode as player
[00:08:19]: [Connect] Starting online connection to 208.101.141.241|10999
[00:08:19]: [Connect] Server name: unykness's World
[00:08:20]: [200] Account Communication Success (13)
[00:08:20]: [Connect] Sending ping(s)...
[00:08:20]: [Connect] Ping 208.101.141.241|10999
[00:08:20]: [Connect] Punchthrough address is 216.182.91.11|1.
[00:08:20]: [Connect] Ping 208.101.141.241|10999
[00:08:20]: [Connect] Ping 216.182.91.11|1
[00:08:20]: [P2P] Sent to 216.182.91.11|1 '76561198107021492'
[00:08:20]: [Connect] Ping 208.101.141.241|10999
[00:08:20]: [Connect] Ping 216.182.91.11|1
[00:08:21]: [Connect] Ping 208.101.141.241|10999
[00:08:21]: [Connect] Ping 216.182.91.11|1
[00:08:21]: [Connect] Ping 208.101.141.241|10999
[00:08:21]: [Connect] Ping 216.182.91.11|1
[00:08:21]: [Connect] Ping 208.101.141.241|10999
[00:08:21]: [Connect] Ping 216.182.91.11|1
[00:08:21]: [Connect] Ping 208.101.141.241|10999
[00:08:21]: [Connect] Ping 216.182.91.11|1
[00:08:21]: [Connect] Ping 208.101.141.241|10999
[00:08:21]: [Connect] Ping 216.182.91.11|1
[00:08:22]: [Connect] Ping 208.101.141.241|10999
[00:08:22]: [Connect] Ping 216.182.91.11|1
[00:08:22]: [Connect] Ping 208.101.141.241|10999
[00:08:22]: [Connect] Ping 216.182.91.11|1
[00:08:26]: [P2P] Received from 216.182.91.11|1 '76561198107021492'
[00:08:26]: [Connect] Ping response from 216.182.91.11|1
[00:08:26]: [Connect] Joining server from ping response (silent)...
[00:08:26]: [Connect] PendingConnectionDoConnect to 216.182.91.11|1
[00:08:26]: [Connect] DirectConnect to 216.182.91.11|1
[00:08:26]: Connection accepted to 216.182.91.11|1 <7587763964842551966>
[00:08:26]: Network external address discovered: 232.110.192.161|1
[00:08:26]: SendClientHandShakePacket "pgs-usc^KU_Vk_kf2xu^DontStarveTogether^j2wbrEvyI5N572y026Ggf84yMMvLo0ug6UahVE+iypE=" to <7587763964842551966>
[00:08:27]: DeserializeHandShakeServerListing
[00:08:27]: Network tick rate: U=10(3), D=15
[00:08:27]: Version: 233071
[00:08:27]: SendClientInventoryHandShakePacket to <7587763964842551966>
[00:08:28]: Begin Session: 51401EC740CF6823
[00:08:28]: Done Downloading Client Object Data
[00:08:28]: DownloadMods and temp disable    
[00:08:28]: We now have the required mods, enable them for server    
[00:08:28]: Temp Enabling workshop-1145848156    
[00:08:28]: ModIndex:SetTempModConfigData    
[00:08:28]: Setting temp mod config for mod     workshop-1145848156    
[00:08:28]: Mods are setup for server, save the mod index and proceed.    
[00:08:28]: Downloading [1] From: server_temp
[00:08:34]: 1 (55%) 1/1 server_temp\server_save 114000b / 205579b
[00:08:38]: 1 (100%) 1/1 server_temp\server_save 205579b / 205579b
[00:08:38]: Download complete[1] Files: 1 Size: 205579
[00:08:40]: Collecting garbage...
[00:08:40]: lua_gc took 0.06 seconds
[00:08:40]: ~ShardLuaProxy()
[00:08:40]: ~ItemServerLuaProxy()
[00:08:40]: ~InventoryLuaProxy()
[00:08:40]: ~NetworkLuaProxy()
[00:08:40]: ~SimLuaProxy()
[00:08:40]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:08:40]: lua_close took 0.06 seconds
[00:08:40]: ReleaseAll
[00:08:40]: ReleaseAll Finished
[00:08:40]: cGame::StartPlaying
[00:08:40]: LOADING LUA
[00:08:40]: DoLuaFile scripts/main.lua
[00:08:40]: DoLuaFile loading buffer scripts/main.lua
[00:08:40]: running main.lua
    
[00:08:40]: loaded modindex    
[00:08:40]: ModIndex: Beginning normal load sequence.
    
[00:08:40]: ModIndex:GetModsToLoad inserting moddir,     workshop-1145848156    
[00:08:40]: Could not load mod_config_data/modconfiguration_workshop-1145848156_CLIENT    
[00:08:40]: Loading mod: workshop-1145848156 (Pollen) Version:1.1.5    
[00:08:40]: Mod: workshop-1145848156 (Pollen)    Loading modworldgenmain.lua    
[00:08:40]: Mod: workshop-1145848156 (Pollen)      Mod had no modworldgenmain.lua. Skipping.    
[00:08:40]: Mod: workshop-1145848156 (Pollen)    Loading modmain.lua    
[00:08:40]: LOADING LUA SUCCESS
[00:08:40]: PlayerDeaths loaded morgue    5314    
[00:08:40]: PlayerHistory loaded player_history    587    
[00:08:40]: bloom_enabled    false    
[00:08:40]: loaded saveindex    
[00:08:40]: OnFilesLoaded()    
[00:08:40]: OnUpdatePurchaseStateComplete    
[00:08:40]:     Unload FE    
[00:08:40]:     Unload FE done    
[00:08:42]: Mod: workshop-1145848156 (Pollen)    Registering prefabs    
[00:08:42]: Mod: workshop-1145848156 (Pollen)      Registering prefab file: prefabs/apidae    
[00:08:42]: Mod: workshop-1145848156 (Pollen)        apidae    
[00:08:42]: Mod: workshop-1145848156 (Pollen)      Registering prefab file: prefabs/apidae_none    
[00:08:42]: Mod: workshop-1145848156 (Pollen)        apidae_none    
[00:08:42]: Mod: workshop-1145848156 (Pollen)      Registering default mod prefab    
[00:08:42]: ../mods/workshop-1145848156/images/saveslot_portraits/apidae.tex is 120x104 but compressed textures must have power of 2 dimensions.
[00:08:42]: ../mods/workshop-1145848156/images/selectscreen_portraits/apidae.tex is 188x284 but compressed textures must have power of 2 dimensions.
[00:08:42]: ../mods/workshop-1145848156/images/selectscreen_portraits/apidae_silho.tex is 188x284 but compressed textures must have power of 2 dimensions.
[00:08:42]:     LOAD BE    
[00:08:45]:     LOAD BE: done    
[00:08:45]: Loading world: client_temp/server_save    
[00:08:45]: Save file is at version 4.77    
[00:08:45]: MiniMapComponent::AddAtlas( minimap/minimap_data.xml )
[00:08:45]: MiniMapComponent::AddAtlas( ../mods/workshop-1145848156/images/map_icons/apidae.xml )
[00:08:46]: Loading Nav Grid    
[00:08:46]: Reconstructing topology    
[00:08:46]:     ...Sorting points    
[00:08:46]:     ...Sorting edges    
[00:08:46]:     ...Connecting nodes    
[00:08:46]:     ...Validating connections    
[00:08:46]:     ...Housekeeping    
[00:08:46]:     ...Done!    
[00:08:46]: ModIndex: Load sequence finished successfully.    
[00:08:46]: Reset() returning
[00:08:47]: Attempting to send resume request
[00:08:47]: ReceiveResumeNotification
[00:08:47]: Deleting user: session/51401EC740CF6823/A7JUTVNA8BNO/0000000001
[00:08:55]: Could not find anim [emote_strikepose] in bank [FROMNUM]
[00:08:58]: Movement prediction enabled    
[00:08:58]: Deserializing tile data (350 x 350)
[00:09:02]: [string "scripts/components/playeractionpicker.lua"]:184: attempt to index field 'inventory' (a nil value)
LUA ERROR stack traceback:
scripts/components/playeractionpicker.lua:184 in (method) GetLeftClickActions (Lua) <175-233>
   self =
      actionfilterstack = table: 26E68020
      inst = 100422 - apidae (valid:true)
      containers = table: 26E68278
      actionfilter = function - scripts/prefabs/player_common.lua:561
      map = Map (3FE800D0)
   position = (118.00, 0.00, 144.11)
   target = nil
   actions = nil
scripts/components/playeractionpicker.lua:309 in (method) DoGetMouseActions (Lua) <278-313>
   self =
      actionfilterstack = table: 26E68020
      inst = 100422 - apidae (valid:true)
      containers = table: 26E68278
      actionfilter = function - scripts/prefabs/player_common.lua:561
      map = Map (3FE800D0)
   position = (118.00, 0.00, 144.11)
   target = nil
scripts/components/playercontroller.lua:1610 in (method) OnUpdate (Lua) <1492-1858>
   self =
      ondetachclassified = function - scripts/components/playercontroller.lua:94
      isclientcontrollerattached = false
      predictionsent = false
      predictwalking = false
      dragwalking = false
      handler = table: 0B1A0578
      inst = 100422 - apidae (valid:true)
      remote_vector = (109.62, 3.00, 145.62)
      classified = 101172 - player_classified (valid:true)
      map = Map (3FE800D0)
      directwalking = true
      locomotor = table: 26E6D638
      remote_controls = table: 2C6710C0
      ismastersim = false
      controller_target_age = 1.#INF
      mousetimeout = 10
      draggingonground = false
      deploy_mode = true
      time_direct_walking = 0.33333335071802
   dt = 0.033333335071802
   isenabled = true
   ishudblocking = nil
   controller_mode = false
   new_highlight = nil
scripts/update.lua:192 in () ? (Lua) <149-228>
   dt = 0.033333335071802
   tick = 456
   k = 100422
   v = 100422 - apidae (valid:true)
   cmp = table: 2C671430

[00:09:02]: [string "scripts/components/playeractionpicker.lua"]:184: attempt to index field 'inventory' (a nil value)
LUA ERROR stack traceback:
    scripts/components/playeractionpicker.lua:184 in (method) GetLeftClickActions (Lua) <175-233>
    scripts/components/playeractionpicker.lua:309 in (method) DoGetMouseActions (Lua) <278-313>
    scripts/components/playercontroller.lua:1610 in (method) OnUpdate (Lua) <1492-1858>
    scripts/update.lua:192 in () ? (Lua) <149-228>
    
[00:09:02]: Deserialized invalid parent for entity apidae[100422]
[00:09:49]: Connection lost to 216.182.91.11|1 <7587763964842551966>
[00:09:49]: [Connect] PendingConnection::Reset(true)
[00:09:49]: PushNetworkDisconnectEvent With Reason: "ID_CONNECTION_LOST", reset: true
[00:09:49]: Serializing user: session/51401EC740CF6823/A7JUTVNA8BNO/0000000001
[00:09:49]: [Shard] Stopping shard mode
[00:09:49]: ModWorkshop::CancelDownloads clearing all unfinished downloads

 

character lua:

Spoiler


local MakePlayerCharacter = require "prefabs/player_common"


local assets = {
    Asset("SCRIPT", "scripts/prefabs/player_common.lua"),
    Asset( "ANIM", "anim/player_basic.zip" ),
    Asset( "ANIM", "anim/player_idles_shiver.zip" ),
    Asset( "ANIM", "anim/player_actions.zip" ),
    Asset( "ANIM", "anim/player_actions_axe.zip" ),
    Asset( "ANIM", "anim/player_actions_pickaxe.zip" ),
    Asset( "ANIM", "anim/player_actions_shovel.zip" ),
    Asset( "ANIM", "anim/player_actions_blowdart.zip" ),
    Asset( "ANIM", "anim/player_actions_eat.zip" ),
    Asset( "ANIM", "anim/player_actions_item.zip" ),
    Asset( "ANIM", "anim/player_actions_uniqueitem.zip" ),
    Asset( "ANIM", "anim/player_actions_bugnet.zip" ),
    Asset( "ANIM", "anim/player_actions_fishing.zip" ),
    Asset( "ANIM", "anim/player_actions_boomerang.zip" ),
    Asset( "ANIM", "anim/player_bush_hat.zip" ),
    Asset( "ANIM", "anim/player_attacks.zip" ),
    Asset( "ANIM", "anim/player_idles.zip" ),
    Asset( "ANIM", "anim/player_rebirth.zip" ),
    Asset( "ANIM", "anim/player_jump.zip" ),
    Asset( "ANIM", "anim/player_amulet_resurrect.zip" ),
    Asset( "ANIM", "anim/player_teleport.zip" ),
    Asset( "ANIM", "anim/wilson_fx.zip" ),
    Asset( "ANIM", "anim/player_one_man_band.zip" ),
    Asset( "ANIM", "anim/shadow_hands.zip" ),
    Asset( "SOUND", "sound/sfx.fsb" ),
    Asset( "SOUND", "sound/wilson.fsb" ),
    Asset( "ANIM", "anim/beard.zip" ),
}
local prefabs = {
"bee", "killerbee",}

-- Custom starting items
local start_inv = {
"bee", "bee", "bee", "bee", "honeycomb", "boards", "boards", "beebox_blueprint",
}

-- When the character is revived from human
local function onbecamehuman(inst)
    -- Set speed when reviving from ghost (optional)
end

local function onbecameghost(inst)
    -- Remove speed modifier when becoming a ghost
   inst.components.locomotor:RemoveExternalSpeedMultiplier(inst, "apidae_speed_mod", 1)
end

-- When loading or spawning the character
local function onload(inst)
    inst:ListenForEvent("ms_respawnedfromghost", onbecamehuman)
    inst:ListenForEvent("ms_becameghost", onbecameghost)

    if inst:HasTag("playerghost") then
        onbecameghost(inst)
    else
        onbecamehuman(inst)
    end
end
        
-- This initializes for both the server and client. Tags can be added here.
local common_postinit = function(inst)
    -- Minimap icon
    inst.MiniMapEntity:SetIcon( "apidae.tex" )
    
    inst:AddTag("beehive")
    inst:AddTag("bee")
    inst:AddTag("insect")
    inst:AddTag("hive")
    inst:AddTag "wasphive"
    inst:AddTag("smallcreature")
    inst:AddTag("flying")
    inst:AddTag ("worker")
    inst:AddTag ("pollinator")
    inst:AddTag ("flower")    
end

-- This initializes for the server only. Components are added here.
local master_postinit = function(inst)
    -- choose which sounds this character will play
    inst.soundsname = "wx78"
    
    -- Uncomment if "wathgrithr"(Wigfrid) or "webber" voice is used
    --inst.talker_path_override = "dontstarve_DLC001/characters/"
    
    -- Damage multiplier (optional)
    inst.components.combat.damagemultiplier = 1
    
    -- Hunger rate (optional)
    inst.components.hunger.hungerrate = 0.5 * TUNING.WILSON_HUNGER_RATE
    
    -- Stats

local function OnHit(inst, attacker, damage)
    if inst.components.childspawner ~= nil then
        inst.components.childspawner:ReleaseAllChildren(attacker, "killerbee")
        inst.components.childspawner.childname = "killerbee"
        inst.components.childspawner:SetMaxChildren(TUNING.WASPHIVE_WASPS)
        inst.components.childspawner.emergencychildname = "killerbee"
        inst.components.childspawner.emergencychildrenperplayer = 1
        inst.components.childspawner:SetMaxEmergencyChildren(TUNING.WASPHIVE_EMERGENCY_WASPS)
        inst.components.childspawner:SetEmergencyRadius(TUNING.WASPHIVE_EMERGENCY_RADIUS)
    end
end

local function SeasonalSpawnChanges(inst, season)
    if inst.components.childspawner ~= nil then
        if season == SEASONS.SPRING then
            inst.components.health:SetMaxHealth(150)
            inst.components.hunger:SetMax(100)
            inst.components.sanity:SetMax(150)
            inst.components.combat.damagemultiplier = 1.5
            inst.components.locomotor.walkspeed = 9
            inst.components.locomotor.runspeed = 10
        elseif season == SEASONS.SUMMER then
            inst.components.health:SetMaxHealth(125)
            inst.components.hunger:SetMax(90)
            inst.components.sanity:SetMax(125)
            inst.components.combat.damagemultiplier = 1
            inst.components.locomotor.walkspeed = 8
            inst.components.locomotor.runspeed = 9
        elseif season == SEASONS.AUTUMN then
            inst.components.health:SetMaxHealth(100)
            inst.components.hunger:SetMax(80)
            inst.components.sanity:SetMax(100)
            inst.components.combat.damagemultiplier = 0.5
            inst.components.locomotor.walkspeed = 7
            inst.components.locomotor.runspeed = 8
        elseif season == SEASONS.WINTER then
            inst.components.health:SetMaxHealth(75)
            inst.components.hunger:SetMax(70)
            inst.components.sanity:SetMax(75)
            inst.components.combat.damagemultiplier = 0        
            inst.components.locomotor.walkspeed = 6
            inst.components.locomotor.runspeed = 7
        end
    end
end

    inst:AddComponent("childspawner")
    inst.components.childspawner.childname = "killerbee"
    SeasonalSpawnChanges(inst, TheWorld.state.season)
    inst:WatchWorldState("season", SeasonalSpawnChanges)
    inst.components.childspawner.emergencychildname = "killerbee"
    inst.components.childspawner.emergencychildrenperplayer = 1
    inst.components.childspawner:SetMaxEmergencyChildren(TUNING.BEEHIVE_EMERGENCY_BEES)
    inst.components.childspawner:SetEmergencyRadius(TUNING.BEEHIVE_EMERGENCY_RADIUS)
    
    inst.components.combat:SetOnHit(OnHit)
    
    MakeLargePropagator(inst)
        
    inst.OnLoad = onload
    inst.OnNewSpawn = onload
end

return MakePlayerCharacter("apidae", prefabs, assets, common_postinit, master_postinit, start_inv)

 

modmain:

Spoiler

PrefabFiles = {
    "apidae",
    "apidae_none",
}

Assets = {
    Asset( "IMAGE", "images/saveslot_portraits/apidae.tex" ),
    Asset( "ATLAS", "images/saveslot_portraits/apidae.xml" ),

    Asset( "IMAGE", "images/selectscreen_portraits/apidae.tex" ),
    Asset( "ATLAS", "images/selectscreen_portraits/apidae.xml" ),
    
    Asset( "IMAGE", "images/selectscreen_portraits/apidae_silho.tex" ),
    Asset( "ATLAS", "images/selectscreen_portraits/apidae_silho.xml" ),

    Asset( "IMAGE", "bigportraits/apidae.tex" ),
    Asset( "ATLAS", "bigportraits/apidae.xml" ),
    
    Asset( "IMAGE", "images/map_icons/apidae.tex" ),
    Asset( "ATLAS", "images/map_icons/apidae.xml" ),
    
    Asset( "IMAGE", "images/avatars/avatar_apidae.tex" ),
    Asset( "ATLAS", "images/avatars/avatar_apidae.xml" ),
    
    Asset( "IMAGE", "images/avatars/avatar_ghost_apidae.tex" ),
    Asset( "ATLAS", "images/avatars/avatar_ghost_apidae.xml" ),
    
    Asset( "IMAGE", "images/avatars/self_inspect_apidae.tex" ),
    Asset( "ATLAS", "images/avatars/self_inspect_apidae.xml" ),
    
    Asset( "IMAGE", "images/names_apidae.tex" ),
    Asset( "ATLAS", "images/names_apidae.xml" ),
    
    Asset( "IMAGE", "bigportraits/apidae_none.tex" ),
    Asset( "ATLAS", "bigportraits/apidae_none.xml" ),
}

local require = GLOBAL.require
local STRINGS = GLOBAL.STRINGS

-- The character select screen lines
STRINGS.CHARACTER_TITLES.apidae = "A Friendly Bee"
STRINGS.CHARACTER_NAMES.apidae = "Pollen"
STRINGS.CHARACTER_DESCRIPTIONS.apidae = "*Bees defend her\n*Stronger in spring\n*Weak in the winter"
STRINGS.CHARACTER_QUOTES.apidae = "\"Hear that buzzing?\""

-- Custom speech strings
STRINGS.CHARACTERS.APIDAE = require "speech_apidae"

-- The character's name as appears in-game
STRINGS.NAMES.APIDAE = "Pollen"

AddMinimapAtlas("images/map_icons/apidae.xml")

-- Add mod character to mod character list. Also specify a gender. Possible genders are MALE, FEMALE, ROBOT, NEUTRAL, and PLURAL.
AddModCharacter("apidae", "FEMALE")

 

modinfo:

Spoiler

-- This information tells other players more about the mod
name = "Pollen"
description = "A friendly  bee.\nShe has a following swarm of bees to defend her.\nStrongest in spring, powerless in winter."
author = "Bee and Unykness"
version = "1.1.5" -- This is the version of the template. Change it to your own number.

-- This is the URL name of the mod's thread on the forum; the part after the ? and before the first & in the url
forumthread = "/files/file/950-extended-sample-character/"


-- This lets other players know if your mod is out of date, update it to match the current version in the game
api_version = 10

-- Compatible with Don't Starve Together
dst_compatible = true

-- Not compatible with Don't Starve
dont_starve_compatible = false
reign_of_giants_compatible = false

-- Character mods need this set to true
all_clients_require_mod = true

icon_atlas = "modicon.xml"
icon = "modicon.tex"

-- The mod's tags displayed on the server list
server_filter_tags = {
"character", "bee", "insect",
}

--configuration_options = {}

 

I'm also having trouble figuring out how to make the character caves compatible. I'd appreciate any insight I can get. Thanks!

 

 

 

 

 

 

Edited by FeatherFallen

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...