Jump to content

cant increase HealthMax and StaminaMax


darchon

Recommended Posts

i want to increase the max health & stamina points from its current 200 and tried editing progression.xml:

 

<config>
<set xpath="/attributes/attribute[@name='attFortitude']/effect_group/passive_effect[@name='HealthMax' and @level='1,9']/@value">100,480</set>
<set xpath="/attributes/attribute[@name='attFortitude']/effect_group/passive_effect[@name='HealthMax' and @level='10']/@value">500</set>
<set xpath="/attributes/attribute[@name='attFortitude']/effect_group/passive_effect[@name='HealthMax' and @level='11,20']/@value">520,1000</set>

<set xpath="/attributes/attribute[@name='attFortitude']/effect_group/passive_effect[@name='StaminaMax' and @level='1,9']/@value">100,225</set>
<set xpath="/attributes/attribute[@name='attFortitude']/effect_group/passive_effect[@name='StaminaMax' and @level='10']/@value">250</set>
<set xpath="/attributes/attribute[@name='attFortitude']/effect_group/passive_effect[@name='StaminaMax' and @level='11,20']/@value">275,500</set>
</config>

 

but upon starting the game it said it did not apply the mod with no explanation why.

 

anyone have any ideas why?

Link to comment
Share on other sites

You are not pointing to the file that is why. The file in which this is contained is in progression.xml.

 

It should be....

 

<config>
<set xpath="/progression/attributes/attribute[@name='attFortitude']/effect_group/passive_effect[@name='HealthMax' and @level='1,9']/@value">100,480</set>
<set xpath="/progression/attributes/attribute[@name='attFortitude']/effect_group/passive_effect[@name='HealthMax' and @level='10']/@value">500</set>
<set xpath="/progression/attributes/attribute[@name='attFortitude']/effect_group/passive_effect[@name='HealthMax' and @level='11,20']/@value">520,1000</set>

<set xpath="/progression/attributes/attribute[@name='attFortitude']/effect_group/passive_effect[@name='StaminaMax' and @level='1,9']/@value">100,225</set>
<set xpath="/progression/attributes/attribute[@name='attFortitude']/effect_group/passive_effect[@name='StaminaMax' and @level='10']/@value">250</set>
<set xpath="/progression/attributes/attribute[@name='attFortitude']/effect_group/passive_effect[@name='StaminaMax' and @level='11,20']/@value">275,500</set>
</config>

Link to comment
Share on other sites

ok so this is weird, even after inserting "/progression" like you suggested, its still not applying...

 

Did the max health apply? For the second set you aren't calling the right attribute. Should be

 


<set xpath="/progression/attributes/attribute[@name='attAgilityName']/effect_group/passive_effect[@name='StaminaMax' and @level='1,9']/@value">100,225</set>
<set xpath="/progression/attributes/attribute[@name='attAgilityName']/effect_group/passive_effect[@name='StaminaMax' and @level='10']/@value">250</set>
<set xpath="/progression/attributes/attribute[@name='attAgilityName']/effect_group/passive_effect[@name='StaminaMax' and @level='11,20']/@value">275,500</set>

Link to comment
Share on other sites

nvm, on stgarting up, debug mode msgs said it didnt apply them but ingame, it worked!

 

- - - Updated - - -

 

right u are again! tx!

 

- - - Updated - - -

 

i do hv a question on this though, do the levels mean the level of your Fortitude and Agility skills? bcz if that's the case doesnt that max out at 10? why does it go beyond 10 to 20?

Link to comment
Share on other sites

nvm, on stgarting up, debug mode msgs said it didnt apply them but ingame, it worked!

 

- - - Updated - - -

 

right u are again! tx!

 

- - - Updated - - -

 

i do hv a question on this though, do the levels mean the level of your Fortitude and Agility skills? bcz if that's the case doesnt that max out at 10? why does it go beyond 10 to 20?

 

I think the extra levels listed there is when you start reading magazines and your level goes beyond the max for that short period.

Link to comment
Share on other sites

  • 8 months later...
healthmax no longer seems to work in alpha 18. anyone have any ideas how to increase the maximum health value in alpha 18?

Threw this into a modlet and it seems to work fine.

<append xpath="/progression/attributes/attribute[@name='attFortitude']">
<effect_group>
	<passive_effect name="HealthMax" operation="base_add" level="1,10" value="10,100"/>
	<passive_effect name="StaminaMax" operation="base_add" level="1,10" value="10,100"/>
</effect_group>
</append>

Link to comment
Share on other sites

Threw this into a modlet and it seems to work fine.

<append xpath="/progression/attributes/attribute[@name='attFortitude']">
<effect_group>
	<passive_effect name="HealthMax" operation="base_add" level="1,10" value="10,100"/>
	<passive_effect name="StaminaMax" operation="base_add" level="1,10" value="10,100"/>
</effect_group>
</append>

 

you're a genius! that worked perfectly!

Link to comment
Share on other sites

  • 4 months later...

If i play with this Mod in SP it works great, but if i start a dedicated server i cant join and in the server console i get:

NullReferenceException: Object reference not set to an instance of an object

I always stuck at "Creating Player"

Any ideas how i can get this to work on a server?

Link to comment
Share on other sites

Did you try to start a dedicated server without the mod? Does it work then? I suspect there may be a different reason for the Exception as the mod seems to be very unproblematic.

 

If you want people to help you probably should post your complete logfile, the General Support section has a sticky how to do that.

 

Link to comment
Share on other sites

Here is the Logfile, the only mod is the mod above:

 

Mono path[0] = 'D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Managed'
Mono config path = 'D:/Steam/steamapps/common/7 Days To Die/MonoBleedingEdge/etc'
Initialize engine version: 2019.1.0f2 (292b93d75a2c)
Forcing GfxDevice: Null
GfxDevice: creating device client; threaded=0
NullGfxDevice:
Version: NULL 1.0 [1.0]
Renderer: Null Device
Vendor: Unity Technologies
Begin MonoManager ReloadAssembly
- Completed reload, in 0.063 seconds
UnloadTime: 0.358400 ms
Unloading 6 Unused Serialized files (Serialized files now loaded: 0)
UnloadTime: 2.297400 ms
2020-04-10T18:41:45 0.009 INF Awake IsFocused: True
2020-04-10T18:41:45 0.009 INF Awake
2020-04-10T18:41:45 0.021 INF Version: Alpha 18.4 (b4) Compatibility Version: Alpha 18.4, Build: Windows 64 Bit
2020-04-10T18:41:45 0.021 INF System information:
2020-04-10T18:41:45 0.021 INF OS: Windows 10 (10.0.0) 64bit
2020-04-10T18:41:45 0.021 INF CPU: AMD Ryzen 9 3900X 12-Core Processor (cores: 24)
2020-04-10T18:41:45 0.021 INF RAM: 32717 MB
2020-04-10T18:41:45 0.021 INF GPU: Null Device (128 MB)
2020-04-10T18:41:45 0.022 INF Graphics API: NULL 1.0 [1.0] (shader level 3.0)
2020-04-10T18:41:45 0.035 INF Last played version: Alpha 18.4
2020-04-10T18:41:45 0.036 INF Local UTC offset: 2 hours
2020-04-10T18:41:45 0.041 INF Command line arguments: 7DaysToDie -logfile D:\Steam\steamapps\common\7 Days To Die\\7DaysToDie_Data\output_log__2020-04-10__18-41-43.txt -quit -batchmode -nographics -configfile=serverconfig.xml -dedicated
2020-04-10T18:41:45 0.048 INF Parsing server configfile: D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/../serverconfig.xml
2020-04-10T18:41:45 0.079 INF Parsing server configfile successfully completed
2020-04-10T18:41:45 0.079 INF Starting dedicated server level=Navezgane game name=Navezgane MP
2020-04-10T18:41:45 0.080 INF Maximum allowed players: 8
2020-04-10T18:41:45 0.080 INF Game mode: GameModeSurvival
2020-04-10T18:41:45 0.080 INF Not running in Big Picture Mode, no on-screen keyboard available
2020-04-10T18:41:45 0.080 INF Starting PlayerInputManager...
2020-04-10T18:41:45 0.094 INF InControl (version 1.6.17 build 9143, native module = False, XInput = False)
2020-04-10T18:41:45 0.158 INF Starting UserProfileManager...
2020-04-10T18:41:45 0.248 INF Occlusion: Awake
2020-04-10T18:41:45 0.250 INF Texture quality is set to 3
2020-04-10T18:41:45 0.283 INF [MODS] Start loading
2020-04-10T18:41:45 0.284 INF [MODS] Trying to load from folder: _____A18 running
2020-04-10T18:41:45 0.285 WRN [MODS] Folder _____A18 running does not contain a ModInfo.xml, ignoring
2020-04-10T18:41:45 0.285 WRN [MODS] Failed loading mod from folder: _____A18 running
2020-04-10T18:41:45 0.285 INF [MODS] Trying to load from folder: _ALL_Disabled
2020-04-10T18:41:45 0.285 WRN [MODS] Folder _ALL_Disabled does not contain a ModInfo.xml, ignoring
2020-04-10T18:41:45 0.285 WRN [MODS] Failed loading mod from folder: _ALL_Disabled
2020-04-10T18:41:45 0.285 INF [MODS] Trying to load from folder: A17 mods
2020-04-10T18:41:45 0.285 WRN [MODS] Folder A17 mods does not contain a ModInfo.xml, ignoring
2020-04-10T18:41:45 0.285 WRN [MODS] Failed loading mod from folder: A17 mods
2020-04-10T18:41:45 0.285 INF [MODS] Trying to load from folder: A18 disabled
2020-04-10T18:41:45 0.285 WRN [MODS] Folder A18 disabled does not contain a ModInfo.xml, ignoring
2020-04-10T18:41:45 0.285 WRN [MODS] Failed loading mod from folder: A18 disabled
2020-04-10T18:41:45 0.285 INF [MODS] Trying to load from folder: XXX_TESTXXX
2020-04-10T18:41:45 0.291 INF [MODS] Loaded Mod: TESTX (1.0.0)
2020-04-10T18:41:45 0.291 INF [MODS] Initializing mod code
2020-04-10T18:41:45 0.291 INF [MODS] Loading done
2020-04-10T18:41:45 0.300 INF Loading permissions file at 'C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves/serveradmin.xml'
2020-04-10T18:41:45 0.310 INF Loading permissions file done.
2020-04-10T18:41:45 0.604 INF UMA Overlay loading took 180 ms
2020-04-10T18:41:45 0.605 INF UMA Slot loading took 1 ms
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed
2020-04-10T18:41:46 1.053 INF Reloading serveradmin.xml
2020-04-10T18:41:46 1.053 INF Loading permissions file at 'C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves/serveradmin.xml'
2020-04-10T18:41:46 1.054 INF Loading permissions file done.
2020-04-10T18:41:46 1.117 INF WorldStaticData.Init() needed 0.509s
2020-04-10T18:41:46 1.127 INF Started Telnet on 8081
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/lib/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/lib/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/lib/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon
2020-04-10T18:41:46 1.211 INF WinThread started
2020-04-10T18:41:46 1.228 INF Started Terminal Window
2020-04-10T18:41:46 1.228 INF Awake done in 1220 ms

Unloading 832 unused Assets to reduce memory usage. Loaded Objects now: 9665.
Total: 24.635300 ms (FindLiveObjects: 0.832900 ms CreateObjectMapping: 0.182700 ms MarkObjects: 21.405400 ms DeleteObjects: 2.213500 ms)

2020-04-10T18:41:46 1.288 INF NET: Starting server protocols
2020-04-10T18:41:46 1.289 INF [NET] Disabling protocol: SteamNetworking
2020-04-10T18:41:46 1.295 INF NET: LiteNetLib server started
2020-04-10T18:41:46 1.298 INF StartGame
2020-04-10T18:41:46 1.533 INF Persistent GamePrefs saved
GamePref.AdminFileName = serveradmin.xml
GamePref.AirDropFrequency = 24
GamePref.AirDropMarker = True
GamePref.AutopilotMode = 0
GamePref.BedrollDeadZoneSize = 30
GamePref.BedrollExpiryTime = 45
GamePref.BlockDamageAI = 1
GamePref.BlockDamageAIBM = 25
GamePref.BlockDamagePlayer = 100
GamePref.BloodMoonEnemyCount = 8
GamePref.BloodMoonFrequency = 7
GamePref.BloodMoonRange = 0
GamePref.BloodMoonWarning = 8
GamePref.BuildCreate = True
GamePref.ConnectToServerIP = 127.0.0.1
GamePref.ConnectToServerPort = 26900
GamePref.ControlPanelEnabled = False
GamePref.ControlPanelPort = 8080
GamePref.CraftTimer =
GamePref.CreateLevelDim = 8
GamePref.CreateLevelName = My Level
GamePref.CreativeMenuEnabled = False
GamePref.DayCount = 3
GamePref.DayLightLength = 18
GamePref.DayNightLength = 60
GamePref.DebugMenuEnabled = False
GamePref.DebugMenuShowTasks = False
GamePref.DebugStopEnemiesMoving = False
GamePref.DropOnDeath = 0
GamePref.DropOnQuit = 0
GamePref.DynamicSpawner =
GamePref.EACEnabled = False
GamePref.EnemyDifficulty = 0
GamePref.EnemySpawnMode = True
GamePref.FavoriteServersList =
GamePref.FragLimit = 20
GamePref.GameDifficulty = 2
GamePref.GameGuidClient =
GamePref.GameMode = GameModeSurvival
GamePref.GameName = Navezgane MP
GamePref.GameNameClient = My Game
GamePref.GameVersion = Alpha 18.4
GamePref.GameWorld = Navezgane
GamePref.HideCommandExecutionLog = 0
GamePref.JoiningOptions = True
GamePref.LandClaimCount = 1
GamePref.LandClaimDeadZone = 30
GamePref.LandClaimDecayMode = 0
GamePref.LandClaimExpiryTime = 7
GamePref.LandClaimOfflineDelay = 0
GamePref.LandClaimOfflineDurabilityModifier = 4
GamePref.LandClaimOnlineDurabilityModifier = 4
GamePref.LandClaimSize = 41
GamePref.LastGameResetRevision = 13
GamePref.LastLoadedPrefab =
GamePref.LastLoadedPrefabSize =
GamePref.LootAbundance = 150
GamePref.LootRespawnDays = 10
GamePref.LootTimer =
GamePref.MatchLength = 10
GamePref.MaxSpawnedAnimals = 50
GamePref.MaxSpawnedZombies = 64
GamePref.MaxUncoveredMapChunksPerPlayer = 131072
GamePref.NoGraphicsMode = True
GamePref.OptionsAA = 1
GamePref.OptionsAllowController = True
GamePref.OptionsAmbientVolumeLevel = 0.3534483
GamePref.OptionsAudioOcclusion = False
GamePref.OptionsBackgroundGlobalOpacity = 0.75
GamePref.OptionsControllerVibration = True
GamePref.OptionsDeferredLighting = True
GamePref.OptionsDisableChunkLODs = False
GamePref.OptionsDynamicMusicDailyTime = 0.3
GamePref.OptionsDynamicMusicEnabled = True
GamePref.OptionsFieldOfView = 65
GamePref.OptionsFieldOfViewNew = 65
GamePref.OptionsForegroundGlobalOpacity = 1
GamePref.OptionsGamma = 0.375
GamePref.OptionsGfxBloom = True
GamePref.OptionsGfxDOF = False
GamePref.OptionsGfxMotionBlur = 1
GamePref.OptionsGfxOcclusion = True
GamePref.OptionsGfxSSAO = True
GamePref.OptionsGfxSSReflections = 1
GamePref.OptionsGfxSunShafts = True
GamePref.OptionsGraphicsQuality = 2
GamePref.OptionsGrassDistance = 1
GamePref.OptionsHudOpacity = 1
GamePref.OptionsHudSize = 2
GamePref.OptionsInterfaceSensitivity = 0.75
GamePref.OptionsInvertMouse = False
GamePref.OptionsJournalPopup = True
GamePref.OptionsLODDistance = 0.5
GamePref.OptionsMenuMusicVolumeLevel = 0.35
GamePref.OptionsMicVolumeLevel = 0.75
GamePref.OptionsMouseSensitivity = 0.11875
GamePref.OptionsMusicVolumeLevel = 0.2
GamePref.OptionsObjectQuality = 3
GamePref.OptionsOverallAudioVolumeLevel = 0.3491379
GamePref.OptionsPlayChanceFrequency = 3
GamePref.OptionsPlayChanceProbability = 0.983
GamePref.OptionsPlayerModel = playerMale
GamePref.OptionsPlayerModelTexture = Player/Male/Player_male
GamePref.OptionsPOICulling = 1
GamePref.OptionsReflectedShadows = False
GamePref.OptionsReflectionBounces = 0
GamePref.OptionsReflectionCullList = Default
GamePref.OptionsReflectionFarClip = 3000
GamePref.OptionsReflectionQuality = 1
GamePref.OptionsReflectionRefreshMode = ViaScripting
GamePref.OptionsReflectionRefreshRate = 0
GamePref.OptionsReflectionShadowDistance = 60
GamePref.OptionsReflectionTimeSlicingMode = IndividualFaces
GamePref.OptionsResolution = 0
GamePref.OptionsScreenBoundsValue = 1
GamePref.OptionsShadowDistance = 1
GamePref.OptionsShowCompass = True
GamePref.OptionsShowCrosshair = True
GamePref.OptionsStabSpawnBlocksOnGround = True
GamePref.OptionsStreamingMipmapsBudget = 4096
GamePref.OptionsStreamingMipmapsEnabled = True
GamePref.OptionsTempCelsius = False
GamePref.OptionsTerrainQuality = 3
GamePref.OptionsTextureFilter = 1
GamePref.OptionsTextureQuality = 1
GamePref.OptionsTreeDistance = 4
GamePref.OptionsUMATextureQuality = 1
GamePref.OptionsViewDistance = 6
GamePref.OptionsVoiceChatEnabled = True
GamePref.OptionsVoiceVolumeLevel = 0.75
GamePref.OptionsVsync = 1
GamePref.OptionsWaterParticleLimiter = 0.5
GamePref.OptionsWaterQuality = 1
GamePref.OptionsZoomMouseSensitivity = 0.5
GamePref.PartySharedKillRange = 500
GamePref.PersistentPlayerProfiles = False
GamePref.PlayerAutologin = False
GamePref.PlayerId =
GamePref.PlayerKillingMode = 0
GamePref.PlayerName = XXX
GamePref.PlayerSafeZoneHours = 5
GamePref.PlayerSafeZoneLevel = 5
GamePref.PlayerToken =
GamePref.RebuildMap = False
GamePref.SaveGameFolder = C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves
GamePref.SelectionContextMode = 0
GamePref.SelectionOperationMode = 0
GamePref.ServerAdminSlots = 0
GamePref.ServerAdminSlotsPermission = 0
GamePref.ServerDescription = A 7 Days to Die server
GamePref.ServerDisabledNetworkProtocols = SteamNetworking
GamePref.ServerIP =
GamePref.ServerIsPublic = True
GamePref.ServerLoginConfirmationText =
GamePref.ServerMaxAllowedViewDistance = 12
GamePref.ServerMaxPlayerCount = 8
GamePref.ServerMaxWorldTransferSpeedKiBs = 512
GamePref.ServerName = Test 1X
GamePref.ServerPort = 26900
GamePref.ServerReservedSlots = 0
GamePref.ServerReservedSlotsPermission = 100
GamePref.ServerVisibility = 0
GamePref.ServerWebsiteURL =
GamePref.ShowFriendPlayerOnMap = True
GamePref.TelnetEnabled = True
GamePref.TelnetFailedLoginLimit = 10
GamePref.TelnetFailedLoginsBlocktime = 10
GamePref.TelnetPort = 8081
GamePref.TerminalWindowEnabled = True
GamePref.UNUSED_OptionsBloom =
GamePref.UNUSED_OptionsDOF =
GamePref.UNUSED_OptionsImageEffects =
GamePref.UNUSED_OptionsMotionBlur =
GamePref.UNUSED_OptionsObjectBlur =
GamePref.UNUSED_OptionsSSAO =
GamePref.UNUSED_OptionsSunShafts =
GamePref.UserDataFolder = C:\Users\nikol\AppData\Roaming/7DaysToDie
GamePref.WorldGenSeed = asdf
GamePref.WorldGenSize = 4096
GamePref.XPMultiplier = 170
GamePref.ZombieBMMove = 3
GamePref.ZombieFeralMove = 3
GamePref.ZombieMove = 0
GamePref.ZombieMoveNight = 2
GamePref.ZombiePlayers = True
GameStat.AirDropFrequency = 0
GameStat.AirDropMarker = False
GameStat.AllowedViewDistance = 12
GameStat.AnimalCount = 0
GameStat.AutoParty = False
GameStat.BedrollExpiryTime = 45
GameStat.BlockDamagePlayer = 100
GameStat.BloodMoonDay = 0
GameStat.BloodMoonEnemyCount = 8
GameStat.BloodMoonWarning = 8
GameStat.ChunkStabilityEnabled = True
GameStat.CraftTimer =
GameStat.CurrentRoundIx = 0
GameStat.DayLightLength = 18
GameStat.DayLimitActive = False
GameStat.DayLimitThisRound = 0
GameStat.DropOnDeath = 1
GameStat.DropOnQuit = 0
GameStat.EnemyCount = 0
GameStat.EnemyDifficulty = Normal
GameStat.EnemySpawnMode = True
GameStat.FragLimitActive = False
GameStat.FragLimitThisRound = 0
GameStat.GameDifficulty = 2
GameStat.GameDifficultyBonus = 1
GameStat.GameModeId = 0
GameStat.GameState = 0
GameStat.GlobalMessageToShow =
GameStat.IsCreativeMenuEnabled = False
GameStat.IsFlyingEnabled = False
GameStat.IsPlayerCollisionEnabled = True
GameStat.IsPlayerDamageEnabled = True
GameStat.IsResetMapOnRestart = False
GameStat.IsSaveSupplyCrates = True
GameStat.IsSpawnEnemies = True
GameStat.IsSpawnNearOtherPlayer = False
GameStat.IsTeleportEnabled = False
GameStat.IsVersionCheckDone = False
GameStat.LandClaimCount = 1
GameStat.LandClaimDeadZone = 30
GameStat.LandClaimDecayMode = 0
GameStat.LandClaimExpiryTime = 3
GameStat.LandClaimOfflineDelay = 0
GameStat.LandClaimOfflineDurabilityModifier = 32
GameStat.LandClaimOnlineDurabilityModifier = 32
GameStat.LandClaimSize = 41
GameStat.LoadScene =
GameStat.LootTimer =
GameStat.OptionsPOICulling = 0
GameStat.PartySharedKillRange = 100
GameStat.PlayerKillingMode = KillStrangersOnly
GameStat.ScoreDiedMultiplier = -5
GameStat.ScorePlayerKillMultiplier = 1
GameStat.ScoreZombieKillMultiplier = 1
GameStat.ShowAllPlayersOnMap = False
GameStat.ShowFriendPlayerOnMap = True
GameStat.ShowSpawnWindow = False
GameStat.ShowWindow =
GameStat.ShowZombieCounter = False
GameStat.TimeLimitActive = False
GameStat.TimeLimitThisRound = 0
GameStat.TimeOfDayIncPerSec = 20
GameStat.XPMultiplier = 100
GameStat.ZombieHordeMeter = False
2020-04-10T18:41:46 1.632 INF StartAsServer
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed
2020-04-10T18:41:51 6.674 INF Block IDs with mapping
2020-04-10T18:41:51 6.675 INF BlockIDs from Mapping
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed
2020-04-10T18:41:54 9.546 INF Item IDs with mapping
2020-04-10T18:41:54 9.546 INF ItemIDs from Mapping
WARNING: Shader Unsupported: 'Hidden/Dof/DX11Dof' - Pass '' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/Dof/DX11Dof' - Setting to default shader.
HDR Render Texture not supported, disabling HDR on reflection probe.

(Filename: C:\buildslave\unity\build\Runtime/Camera/ReflectionProbes.cpp Line: 269)

WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed
2020-04-10T18:42:01 16.813 INF Reloading serveradmin.xml
2020-04-10T18:42:01 16.813 INF Loading permissions file at 'C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves/serveradmin.xml'
2020-04-10T18:42:01 16.813 INF Loading permissions file done.
2020-04-10T18:42:08 23.383 INF createWorld: Navezgane, Navezgane MP, GameModeSurvival
2020-04-10T18:42:08 23.384 INF Occlusion: Disabled
2020-04-10T18:42:08 23.438 INF Started thread ChunkRegeneration
2020-04-10T18:42:08 23.438 INF Started thread ChunkCalc
2020-04-10T18:42:08 23.534 INF World.Load: Navezgane
2020-04-10T18:42:08 23.548 INF BloodMoon SetDay: day 7, last day 0, freq 7, range 0
2020-04-10T18:42:11 26.252 INF Started thread GenerateChunks
2020-04-10T18:42:11 26.498 INF Loading dtm raw file took 194ms
2020-04-10T18:42:11 26.633 INF Biomes image size w= 3072, h = 3072
2020-04-10T18:42:11 26.831 INF Loading and creating biomes took 332ms
2020-04-10T18:42:13 28.155 INF Loading and creating shader control textures took 1323ms
2020-04-10T18:42:13 28.863 INF Loading and parsing of generator took 708ms
2020-04-10T18:42:13 28.919 INF Started thread SaveChunks C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves/Navezgane/Navezgane MP\Region
2020-04-10T18:42:15 30.004 INF [DECO] read 1/65
2020-04-10T18:42:15 30.368 INF AstarManager Init
2020-04-10T18:42:16 31.041 INF Weather Packages Created FROM BIOMES
2020-04-10T18:42:16 31.042 INF createWorld() done
2020-04-10T18:42:16 31.043 INF Calculating world hashes
2020-04-10T18:42:16 31.044 INF Loading players.xml
2020-04-10T18:42:16 31.136 INF Loaded player
2020-04-10T18:42:16 31.237 INF VehicleManager C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves/Navezgane/Navezgane MP/vehicles.dat, loaded 0
2020-04-10T18:42:16 31.345 INF Setting for 'DropOnDeath' does not match the default (server will go to the modded category): current = 0, default = 1
2020-04-10T18:42:16 31.345 INF Setting for 'BlockDamageAI' does not match the default (server will go to the modded category): current = 1, default = 100
2020-04-10T18:42:16 31.345 INF Setting for 'BlockDamageAIBM' does not match the default (server will go to the modded category): current = 25, default = 100
2020-04-10T18:42:16 31.345 INF Setting for 'LootRespawnDays' does not match the default (server will go to the modded category): current = 10, default = 30
2020-04-10T18:42:16 31.345 INF Setting for 'LootAbundance' does not match the default (server will go to the modded category): current = 150, default = 100
2020-04-10T18:42:16 31.345 INF Setting for 'AirDropFrequency' does not match the default (server will go to the modded category): current = 24, default = 72
2020-04-10T18:42:16 31.345 INF Setting for 'BuildCreate' does not match the default (server will go to the modded category): current = True, default = False
2020-04-10T18:42:16 31.345 INF Setting for 'XPMultiplier' does not match the default (server will go to the modded category): current = 170, default = 100
2020-04-10T18:42:16 31.424 INF StartGame done
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc
2020-04-10T18:42:16 31.751 INF [steamworks.NET] GameServer.Init successful
2020-04-10T18:42:18 33.068 INF [steamworks.NET] GameServer.LogOn successful, SteamID=90134276390798345, public IP=93.224.253.194
2020-04-10T18:42:19 34.665 INF Calculating hashes took 3622 ms (world size 683 MiB)
2020-04-10T18:42:53 68.593 INF NET: LiteNetLib: Connect from: 127.0.0.1:65362
2020-04-10T18:42:53 68.596 INF Started thread NCS_Reader_0_0
2020-04-10T18:42:53 68.596 INF Started thread NCS_Writer_0_0
2020-04-10T18:42:53 68.599 INF Started thread NCS_Reader_0_1
2020-04-10T18:42:53 68.599 INF Started thread NCS_Writer_0_1
2020-04-10T18:42:53 68.599 INF [NET] PlayerConnected EntityID=-1, PlayerID='', OwnerID='', PlayerName=''
2020-04-10T18:42:53 68.602 INF NPCID.Write
2020-04-10T18:42:53 68.652 INF NPPL.Read
2020-04-10T18:42:53 68.679 INF PlayerLogin: XXX/Alpha 18.4
2020-04-10T18:42:53 68.679 INF Client IP: 127.0.0.1
2020-04-10T18:42:53 68.680 INF [steamworks.NET] Auth.AuthenticateUser()
2020-04-10T18:42:53 68.685 INF [steamworks.NET] Authenticating player: XXX SteamId: STEAMID TicketLen: 1024 Result: k_EBeginAuthSessionResultOK
2020-04-10T18:42:54 69.134 INF [steamworks.NET] Authentication callback. ID: STEAMID, owner: STEAMID, result: k_EAuthSessionResponseOK
2020-04-10T18:42:54 69.134 INF Steam authentication successful, allowing user: EntityID=-1, PlayerID='STEAMID', OwnerID='STEAMID', PlayerName='XXX'
2020-04-10T18:42:54 69.134 INF Allowing player with id STEAMID
2020-04-10T18:42:54 69.282 INF RequestToEnterGame: STEAMID/XXX
2020-04-10T18:42:54 69.284 INF [DECO] written 1/65
2020-04-10T18:43:12 87.102 ERR Loading player data failed for player 'STEAMID', rolling back: Attempted to read past the end of the stream.
at PooledBinaryReader.ReadByte () [0x00008] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00069] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemStack.Read (System.IO.BinaryReader _br) [0x00015] in <3ca2702590144b2c95bd610195728952>:0
at GameUtils.ReadItemStack (System.IO.BinaryReader _br) [0x00012] in <3ca2702590144b2c95bd610195728952>:0
at PlayerDataFile.Read (System.IO.BinaryReader _br, System.UInt32 _version) [0x0004b] in <3ca2702590144b2c95bd610195728952>:0
at PlayerDataFile.Load (System.String _dir, System.String _playerName) [0x00086] in <3ca2702590144b2c95bd610195728952>:0
2020-04-10T18:43:12 87.120 ERR Loading backup player data failed for player 'STEAMID', rolling back: Attempted to read past the end of the stream.
at PooledBinaryReader.ReadByte () [0x00008] in <3ca2702590144b2c95bd610195728952>:0
at PooledBinaryReader.ReadBoolean () [0x00000] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00083] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemStack.Read (System.IO.BinaryReader _br) [0x00015] in <3ca2702590144b2c95bd610195728952>:0
at GameUtils.ReadItemStack (System.IO.BinaryReader _br) [0x00012] in <3ca2702590144b2c95bd610195728952>:0
at PlayerDataFile.Read (System.IO.BinaryReader _br, System.UInt32 _version) [0x0004b] in <3ca2702590144b2c95bd610195728952>:0
at PlayerDataFile.Load (System.String _dir, System.String _playerName) [0x0018c] in <3ca2702590144b2c95bd610195728952>:0
2020-04-10T18:43:12 87.121 INF RequestToSpawnPlayer: 181, XXX, 6
NullReferenceException: Object reference not set to an instance of an object
at ItemHasTags.IsValid (MinEventParams _params) [0x0000d] in <3ca2702590144b2c95bd610195728952>:0
at MinEffectGroup.canRun (MinEventParams _params) [0x0004f] in <3ca2702590144b2c95bd610195728952>:0
at MinEffectGroup.ModifyValue (EntityAlive _self, PassiveEffects _effect, System.Single& _base_value, System.Single& _perc_value, System.Single level, FastTags _tags, System.Int32 _multiplier) [0x0003b] in <3ca2702590144b2c95bd610195728952>:0
at MinEffectController.ModifyValue (EntityAlive _self, PassiveEffects _effect, System.Single& _base_value, System.Single& _perc_value, System.Single _level, FastTags _tags, System.Int32 multiplier) [0x0003c] in <3ca2702590144b2c95bd610195728952>:0
at ProgressionClass.ModifyValue (EntityAlive _ea, ProgressionValue _pv, PassiveEffects _effect, System.Single& _base_value, System.Single& _perc_value, FastTags _tags) [0x0001c] in <3ca2702590144b2c95bd610195728952>:0
at Progression.ModifyValue (PassiveEffects _effect, System.Single& _base_val, System.Single& _perc_val, FastTags _tags) [0x00055] in <3ca2702590144b2c95bd610195728952>:0
at EffectManager.GetValue (PassiveEffects _passiveEffect, ItemValue _originalItemValue, System.Single _originalValue, EntityAlive _entity, Recipe _recipe, FastTags tags, System.Boolean calcEquipment, System.Boolean calcHoldingItem, System.Boolean calcProgression, System.Boolean calcBuffs, System.Int32 craftingTier, System.Boolean useMods) [0x001b3] in <3ca2702590144b2c95bd610195728952>:0
at EntityStats..ctor (EntityAlive entity) [0x00076] in <3ca2702590144b2c95bd610195728952>:0
at EntityAlive.constructEntityStats () [0x00000] in <3ca2702590144b2c95bd610195728952>:0
at EntityAlive.Init (System.Int32 _entityClass) [0x00007] in <3ca2702590144b2c95bd610195728952>:0
at EntityPlayer.Init (System.Int32 _entityClass) [0x0002d] in <3ca2702590144b2c95bd610195728952>:0
at EntityFactory.CreateEntity (EntityCreationData _ecd) [0x00300] in <3ca2702590144b2c95bd610195728952>:0
at GameManager.RequestToSpawnPlayer (ClientInfo _cInfo, System.Int32 _chunkViewDim, PlayerProfile _playerProfile) [0x0026d] in <3ca2702590144b2c95bd610195728952>:0
at NetPackageRequestToSpawnPlayer.ProcessPackage (World _world, INetConnectionCallbacks _netConnectionCallback) [0x00007] in <3ca2702590144b2c95bd610195728952>:0
at ConnectionManager.ProcessPackages (INetConnection _connection, NetPackageDirection _disallowedDirection) [0x000b2] in <3ca2702590144b2c95bd610195728952>:0
at ConnectionManager.Update () [0x00053] in <3ca2702590144b2c95bd610195728952>:0

(Filename: <3ca2702590144b2c95bd610195728952> Line: 0)

2020-04-10T18:43:16 91.362 INF Time: 1.50m FPS: 19.87 Heap: 1086.4MB Max: 1086.4MB Chunks: 0 CGO: 0 Ply: 0 Zom: 0 Ent: 0 (1) Items: 0 CO: 0 RSS: 2252.5MB
2020-04-10T18:43:31 106.193 INF Shutdown game from Terminal Window
2020-04-10T18:43:31 106.274 INF Preparing quit
2020-04-10T18:43:31 106.274 INF Disconnect
2020-04-10T18:43:31 106.274 INF [NET] ServerShutdown
2020-04-10T18:43:31 106.275 INF NET: Stopping server protocols
2020-04-10T18:43:31 106.287 INF NET: LiteNetLib server stopped
2020-04-10T18:43:31 106.288 INF Player disconnected: EntityID=-1, PlayerID='STEAMID', OwnerID='STEAMID', PlayerName='XXX'
2020-04-10T18:43:31 106.293 INF Exited thread NCS_Reader_0_0
2020-04-10T18:43:31 106.293 INF Exited thread NCS_Writer_0_1
2020-04-10T18:43:31 106.293 INF Exited thread NCS_Writer_0_0
2020-04-10T18:43:31 106.293 INF Exited thread NCS_Reader_0_1
2020-04-10T18:43:31 106.294 INF SaveAndCleanupWorld
2020-04-10T18:43:31 106.320 INF Saving 0 of chunks took 19ms
2020-04-10T18:43:31 106.321 INF [DECO] written 1/65
2020-04-10T18:43:31 106.326 INF [steamworks.NET] Stopping server
2020-04-10T18:43:31 106.475 INF [steamworks.NET] Exiting Lobby
2020-04-10T18:43:31 106.476 INF AstarManager Cleanup
2020-04-10T18:43:31 106.479 INF World.Unload
2020-04-10T18:43:31 106.495 INF Exited thread GenerateChunks
2020-04-10T18:43:31 106.499 INF Exited thread SaveChunks C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves/Navezgane/Navezgane MP\Region
2020-04-10T18:43:31 106.519 INF World.Cleanup
2020-04-10T18:43:31 106.519 INF Exited thread ChunkRegeneration
2020-04-10T18:43:31 106.524 INF Exited thread ChunkCalc
2020-04-10T18:43:31 106.526 INF VehicleManager saving 0 (0 / 0)
2020-04-10T18:43:31 106.535 INF Persistent GamePrefs saved
2020-04-10T18:43:31 106.552 INF NET: LiteNetLib: Client disconnect from: 127.0.0.1:65362 (DisconnectPeerCalled)
NullReferenceException: Object reference not set to an instance of an object
at EntityAlive.Update () [0x000c9] in <3ca2702590144b2c95bd610195728952>:0
at EntityPlayer.Update () [0x00000] in <3ca2702590144b2c95bd610195728952>:0

(Filename: <3ca2702590144b2c95bd610195728952> Line: 0)

2020-04-10T18:43:31 106.555 INF Persistent GamePrefs saved
2020-04-10T18:43:31 106.556 INF Cleanup
2020-04-10T18:43:31 106.557 INF Closing Terminal Window
2020-04-10T18:43:31 106.598 INF WinThread ended
2020-04-10T18:43:31 106.600 INF Ended Terminal Window
NullReferenceException: Object reference not set to an instance of an object
at EntityAlive.Update () [0x000c9] in <3ca2702590144b2c95bd610195728952>:0
at EntityPlayer.Update () [0x00000] in <3ca2702590144b2c95bd610195728952>:0

(Filename: <3ca2702590144b2c95bd610195728952> Line: 0)

2020-04-10T18:43:31 106.807 INF Terminating threads
2020-04-10T18:43:31 106.807 INF OnApplicationQuit
2020-04-10T18:43:31 106.808 INF Terminating threads
2020-04-10T18:43:31 106.808 INF OnApplicationQuit
Setting up 12 worker threads for Enlighten.
Thread -> id: 1e3c -> priority: 1
Thread -> id: bc4 -> priority: 1
Thread -> id: 3d9c -> priority: 1
Thread -> id: 2900 -> priority: 1
Thread -> id: d50 -> priority: 1
Thread -> id: 1c54 -> priority: 1
Thread -> id: 19e4 -> priority: 1
Thread -> id: 26fc -> priority: 1
Thread -> id: 40ec -> priority: 1
Thread -> id: 5720 -> priority: 1
Thread -> id: 545c -> priority: 1
Thread -> id: 4cd8 -> priority: 1
GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer.

(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 48)

GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer.

(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 48)

GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer.

(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 48)

 

 

and here a logfile for a vanilla dedicated server. here i can join without problems:

 

Mono path[0] = 'D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Managed'
Mono config path = 'D:/Steam/steamapps/common/7 Days To Die/MonoBleedingEdge/etc'
Initialize engine version: 2019.1.0f2 (292b93d75a2c)
Forcing GfxDevice: Null
GfxDevice: creating device client; threaded=0
NullGfxDevice:
Version: NULL 1.0 [1.0]
Renderer: Null Device
Vendor: Unity Technologies
Begin MonoManager ReloadAssembly
- Completed reload, in 0.063 seconds
UnloadTime: 0.507500 ms
Unloading 6 Unused Serialized files (Serialized files now loaded: 0)
UnloadTime: 2.308800 ms
2020-04-10T18:44:17 0.009 INF Awake IsFocused: True
2020-04-10T18:44:17 0.010 INF Awake
2020-04-10T18:44:17 0.021 INF Version: Alpha 18.4 (b4) Compatibility Version: Alpha 18.4, Build: Windows 64 Bit
2020-04-10T18:44:17 0.021 INF System information:
2020-04-10T18:44:17 0.021 INF OS: Windows 10 (10.0.0) 64bit
2020-04-10T18:44:17 0.021 INF CPU: AMD Ryzen 9 3900X 12-Core Processor (cores: 24)
2020-04-10T18:44:17 0.021 INF RAM: 32717 MB
2020-04-10T18:44:17 0.021 INF GPU: Null Device (128 MB)
2020-04-10T18:44:17 0.022 INF Graphics API: NULL 1.0 [1.0] (shader level 3.0)
2020-04-10T18:44:17 0.036 INF Last played version: Alpha 18.4
2020-04-10T18:44:17 0.036 INF Local UTC offset: 2 hours
2020-04-10T18:44:17 0.041 INF Command line arguments: 7DaysToDie -logfile D:\Steam\steamapps\common\7 Days To Die\\7DaysToDie_Data\output_log__2020-04-10__18-44-15.txt -quit -batchmode -nographics -configfile=serverconfig.xml -dedicated
2020-04-10T18:44:17 0.049 INF Parsing server configfile: D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/../serverconfig.xml
2020-04-10T18:44:17 0.080 INF Parsing server configfile successfully completed
2020-04-10T18:44:17 0.080 INF Starting dedicated server level=Navezgane game name=Navezgane MP
2020-04-10T18:44:17 0.080 INF Maximum allowed players: 8
2020-04-10T18:44:17 0.080 INF Game mode: GameModeSurvival
2020-04-10T18:44:17 0.081 INF Not running in Big Picture Mode, no on-screen keyboard available
2020-04-10T18:44:17 0.081 INF Starting PlayerInputManager...
2020-04-10T18:44:17 0.095 INF InControl (version 1.6.17 build 9143, native module = False, XInput = False)
2020-04-10T18:44:17 0.160 INF Starting UserProfileManager...
2020-04-10T18:44:17 0.250 INF Occlusion: Awake
2020-04-10T18:44:17 0.251 INF Texture quality is set to 3
2020-04-10T18:44:17 0.284 INF [MODS] Start loading
2020-04-10T18:44:17 0.286 INF [MODS] Trying to load from folder: _____A18 running
2020-04-10T18:44:17 0.286 WRN [MODS] Folder _____A18 running does not contain a ModInfo.xml, ignoring
2020-04-10T18:44:17 0.286 WRN [MODS] Failed loading mod from folder: _____A18 running
2020-04-10T18:44:17 0.286 INF [MODS] Trying to load from folder: _ALL_Disabled
2020-04-10T18:44:17 0.286 WRN [MODS] Folder _ALL_Disabled does not contain a ModInfo.xml, ignoring
2020-04-10T18:44:17 0.286 WRN [MODS] Failed loading mod from folder: _ALL_Disabled
2020-04-10T18:44:17 0.286 INF [MODS] Trying to load from folder: A17 mods
2020-04-10T18:44:17 0.286 WRN [MODS] Folder A17 mods does not contain a ModInfo.xml, ignoring
2020-04-10T18:44:17 0.286 WRN [MODS] Failed loading mod from folder: A17 mods
2020-04-10T18:44:17 0.286 INF [MODS] Trying to load from folder: A18 disabled
2020-04-10T18:44:17 0.287 WRN [MODS] Folder A18 disabled does not contain a ModInfo.xml, ignoring
2020-04-10T18:44:17 0.287 WRN [MODS] Failed loading mod from folder: A18 disabled
2020-04-10T18:44:17 0.287 INF [MODS] Initializing mod code
2020-04-10T18:44:17 0.287 INF [MODS] Loading done
2020-04-10T18:44:17 0.295 INF Loading permissions file at 'C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves/serveradmin.xml'
2020-04-10T18:44:17 0.305 INF Loading permissions file done.
2020-04-10T18:44:17 0.599 INF UMA Overlay loading took 179 ms
2020-04-10T18:44:17 0.601 INF UMA Slot loading took 2 ms
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed
2020-04-10T18:44:18 1.049 INF Reloading serveradmin.xml
2020-04-10T18:44:18 1.049 INF Loading permissions file at 'C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves/serveradmin.xml'
2020-04-10T18:44:18 1.049 INF Loading permissions file done.
2020-04-10T18:44:18 1.110 INF WorldStaticData.Init() needed 0.506s
2020-04-10T18:44:18 1.120 INF Started Telnet on 8081
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libX11
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/lib/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/lib/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/lib/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon
2020-04-10T18:44:18 1.203 INF WinThread started
2020-04-10T18:44:18 1.220 INF Started Terminal Window
2020-04-10T18:44:18 1.220 INF Awake done in 1211 ms

Unloading 832 unused Assets to reduce memory usage. Loaded Objects now: 9665.
Total: 23.289500 ms (FindLiveObjects: 0.499300 ms CreateObjectMapping: 0.129000 ms MarkObjects: 20.514500 ms DeleteObjects: 2.146300 ms)

2020-04-10T18:44:18 1.279 INF NET: Starting server protocols
2020-04-10T18:44:18 1.280 INF [NET] Disabling protocol: SteamNetworking
2020-04-10T18:44:18 1.285 INF NET: LiteNetLib server started
2020-04-10T18:44:18 1.288 INF StartGame
2020-04-10T18:44:18 1.522 INF Persistent GamePrefs saved
GamePref.AdminFileName = serveradmin.xml
GamePref.AirDropFrequency = 24
GamePref.AirDropMarker = True
GamePref.AutopilotMode = 0
GamePref.BedrollDeadZoneSize = 30
GamePref.BedrollExpiryTime = 45
GamePref.BlockDamageAI = 1
GamePref.BlockDamageAIBM = 25
GamePref.BlockDamagePlayer = 100
GamePref.BloodMoonEnemyCount = 8
GamePref.BloodMoonFrequency = 7
GamePref.BloodMoonRange = 0
GamePref.BloodMoonWarning = 8
GamePref.BuildCreate = True
GamePref.ConnectToServerIP = 127.0.0.1
GamePref.ConnectToServerPort = 26900
GamePref.ControlPanelEnabled = False
GamePref.ControlPanelPort = 8080
GamePref.CraftTimer =
GamePref.CreateLevelDim = 8
GamePref.CreateLevelName = My Level
GamePref.CreativeMenuEnabled = False
GamePref.DayCount = 3
GamePref.DayLightLength = 18
GamePref.DayNightLength = 60
GamePref.DebugMenuEnabled = False
GamePref.DebugMenuShowTasks = False
GamePref.DebugStopEnemiesMoving = False
GamePref.DropOnDeath = 0
GamePref.DropOnQuit = 0
GamePref.DynamicSpawner =
GamePref.EACEnabled = False
GamePref.EnemyDifficulty = 0
GamePref.EnemySpawnMode = True
GamePref.FavoriteServersList =
GamePref.FragLimit = 20
GamePref.GameDifficulty = 2
GamePref.GameGuidClient =
GamePref.GameMode = GameModeSurvival
GamePref.GameName = Navezgane MP
GamePref.GameNameClient = My Game
GamePref.GameVersion = Alpha 18.4
GamePref.GameWorld = Navezgane
GamePref.HideCommandExecutionLog = 0
GamePref.JoiningOptions = True
GamePref.LandClaimCount = 1
GamePref.LandClaimDeadZone = 30
GamePref.LandClaimDecayMode = 0
GamePref.LandClaimExpiryTime = 7
GamePref.LandClaimOfflineDelay = 0
GamePref.LandClaimOfflineDurabilityModifier = 4
GamePref.LandClaimOnlineDurabilityModifier = 4
GamePref.LandClaimSize = 41
GamePref.LastGameResetRevision = 13
GamePref.LastLoadedPrefab =
GamePref.LastLoadedPrefabSize =
GamePref.LootAbundance = 150
GamePref.LootRespawnDays = 10
GamePref.LootTimer =
GamePref.MatchLength = 10
GamePref.MaxSpawnedAnimals = 50
GamePref.MaxSpawnedZombies = 64
GamePref.MaxUncoveredMapChunksPerPlayer = 131072
GamePref.NoGraphicsMode = True
GamePref.OptionsAA = 1
GamePref.OptionsAllowController = True
GamePref.OptionsAmbientVolumeLevel = 0.3534483
GamePref.OptionsAudioOcclusion = False
GamePref.OptionsBackgroundGlobalOpacity = 0.75
GamePref.OptionsControllerVibration = True
GamePref.OptionsDeferredLighting = True
GamePref.OptionsDisableChunkLODs = False
GamePref.OptionsDynamicMusicDailyTime = 0.3
GamePref.OptionsDynamicMusicEnabled = True
GamePref.OptionsFieldOfView = 65
GamePref.OptionsFieldOfViewNew = 65
GamePref.OptionsForegroundGlobalOpacity = 1
GamePref.OptionsGamma = 0.375
GamePref.OptionsGfxBloom = True
GamePref.OptionsGfxDOF = False
GamePref.OptionsGfxMotionBlur = 1
GamePref.OptionsGfxOcclusion = True
GamePref.OptionsGfxSSAO = True
GamePref.OptionsGfxSSReflections = 1
GamePref.OptionsGfxSunShafts = True
GamePref.OptionsGraphicsQuality = 2
GamePref.OptionsGrassDistance = 1
GamePref.OptionsHudOpacity = 1
GamePref.OptionsHudSize = 2
GamePref.OptionsInterfaceSensitivity = 0.75
GamePref.OptionsInvertMouse = False
GamePref.OptionsJournalPopup = True
GamePref.OptionsLODDistance = 0.5
GamePref.OptionsMenuMusicVolumeLevel = 0.35
GamePref.OptionsMicVolumeLevel = 0.75
GamePref.OptionsMouseSensitivity = 0.11875
GamePref.OptionsMusicVolumeLevel = 0.2
GamePref.OptionsObjectQuality = 3
GamePref.OptionsOverallAudioVolumeLevel = 0.3491379
GamePref.OptionsPlayChanceFrequency = 3
GamePref.OptionsPlayChanceProbability = 0.983
GamePref.OptionsPlayerModel = playerMale
GamePref.OptionsPlayerModelTexture = Player/Male/Player_male
GamePref.OptionsPOICulling = 1
GamePref.OptionsReflectedShadows = False
GamePref.OptionsReflectionBounces = 0
GamePref.OptionsReflectionCullList = Default
GamePref.OptionsReflectionFarClip = 3000
GamePref.OptionsReflectionQuality = 1
GamePref.OptionsReflectionRefreshMode = ViaScripting
GamePref.OptionsReflectionRefreshRate = 0
GamePref.OptionsReflectionShadowDistance = 60
GamePref.OptionsReflectionTimeSlicingMode = IndividualFaces
GamePref.OptionsResolution = 0
GamePref.OptionsScreenBoundsValue = 1
GamePref.OptionsShadowDistance = 1
GamePref.OptionsShowCompass = True
GamePref.OptionsShowCrosshair = True
GamePref.OptionsStabSpawnBlocksOnGround = True
GamePref.OptionsStreamingMipmapsBudget = 4096
GamePref.OptionsStreamingMipmapsEnabled = True
GamePref.OptionsTempCelsius = False
GamePref.OptionsTerrainQuality = 3
GamePref.OptionsTextureFilter = 1
GamePref.OptionsTextureQuality = 1
GamePref.OptionsTreeDistance = 4
GamePref.OptionsUMATextureQuality = 1
GamePref.OptionsViewDistance = 6
GamePref.OptionsVoiceChatEnabled = True
GamePref.OptionsVoiceVolumeLevel = 0.75
GamePref.OptionsVsync = 1
GamePref.OptionsWaterParticleLimiter = 0.5
GamePref.OptionsWaterQuality = 1
GamePref.OptionsZoomMouseSensitivity = 0.5
GamePref.PartySharedKillRange = 500
GamePref.PersistentPlayerProfiles = False
GamePref.PlayerAutologin = False
GamePref.PlayerId =
GamePref.PlayerKillingMode = 0
GamePref.PlayerName = XXX
GamePref.PlayerSafeZoneHours = 5
GamePref.PlayerSafeZoneLevel = 5
GamePref.PlayerToken =
GamePref.RebuildMap = False
GamePref.SaveGameFolder = C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves
GamePref.SelectionContextMode = 0
GamePref.SelectionOperationMode = 0
GamePref.ServerAdminSlots = 0
GamePref.ServerAdminSlotsPermission = 0
GamePref.ServerDescription = A 7 Days to Die server
GamePref.ServerDisabledNetworkProtocols = SteamNetworking
GamePref.ServerIP =
GamePref.ServerIsPublic = True
GamePref.ServerLoginConfirmationText =
GamePref.ServerMaxAllowedViewDistance = 12
GamePref.ServerMaxPlayerCount = 8
GamePref.ServerMaxWorldTransferSpeedKiBs = 512
GamePref.ServerName = Test 1X
GamePref.ServerPort = 26900
GamePref.ServerReservedSlots = 0
GamePref.ServerReservedSlotsPermission = 100
GamePref.ServerVisibility = 0
GamePref.ServerWebsiteURL =
GamePref.ShowFriendPlayerOnMap = True
GamePref.TelnetEnabled = True
GamePref.TelnetFailedLoginLimit = 10
GamePref.TelnetFailedLoginsBlocktime = 10
GamePref.TelnetPort = 8081
GamePref.TerminalWindowEnabled = True
GamePref.UNUSED_OptionsBloom =
GamePref.UNUSED_OptionsDOF =
GamePref.UNUSED_OptionsImageEffects =
GamePref.UNUSED_OptionsMotionBlur =
GamePref.UNUSED_OptionsObjectBlur =
GamePref.UNUSED_OptionsSSAO =
GamePref.UNUSED_OptionsSunShafts =
GamePref.UserDataFolder = C:\Users\nikol\AppData\Roaming/7DaysToDie
GamePref.WorldGenSeed = asdf
GamePref.WorldGenSize = 4096
GamePref.XPMultiplier = 170
GamePref.ZombieBMMove = 3
GamePref.ZombieFeralMove = 3
GamePref.ZombieMove = 0
GamePref.ZombieMoveNight = 2
GamePref.ZombiePlayers = True
GameStat.AirDropFrequency = 0
GameStat.AirDropMarker = False
GameStat.AllowedViewDistance = 12
GameStat.AnimalCount = 0
GameStat.AutoParty = False
GameStat.BedrollExpiryTime = 45
GameStat.BlockDamagePlayer = 100
GameStat.BloodMoonDay = 0
GameStat.BloodMoonEnemyCount = 8
GameStat.BloodMoonWarning = 8
GameStat.ChunkStabilityEnabled = True
GameStat.CraftTimer =
GameStat.CurrentRoundIx = 0
GameStat.DayLightLength = 18
GameStat.DayLimitActive = False
GameStat.DayLimitThisRound = 0
GameStat.DropOnDeath = 1
GameStat.DropOnQuit = 0
GameStat.EnemyCount = 0
GameStat.EnemyDifficulty = Normal
GameStat.EnemySpawnMode = True
GameStat.FragLimitActive = False
GameStat.FragLimitThisRound = 0
GameStat.GameDifficulty = 2
GameStat.GameDifficultyBonus = 1
GameStat.GameModeId = 0
GameStat.GameState = 0
GameStat.GlobalMessageToShow =
GameStat.IsCreativeMenuEnabled = False
GameStat.IsFlyingEnabled = False
GameStat.IsPlayerCollisionEnabled = True
GameStat.IsPlayerDamageEnabled = True
GameStat.IsResetMapOnRestart = False
GameStat.IsSaveSupplyCrates = True
GameStat.IsSpawnEnemies = True
GameStat.IsSpawnNearOtherPlayer = False
GameStat.IsTeleportEnabled = False
GameStat.IsVersionCheckDone = False
GameStat.LandClaimCount = 1
GameStat.LandClaimDeadZone = 30
GameStat.LandClaimDecayMode = 0
GameStat.LandClaimExpiryTime = 3
GameStat.LandClaimOfflineDelay = 0
GameStat.LandClaimOfflineDurabilityModifier = 32
GameStat.LandClaimOnlineDurabilityModifier = 32
GameStat.LandClaimSize = 41
GameStat.LoadScene =
GameStat.LootTimer =
GameStat.OptionsPOICulling = 0
GameStat.PartySharedKillRange = 100
GameStat.PlayerKillingMode = KillStrangersOnly
GameStat.ScoreDiedMultiplier = -5
GameStat.ScorePlayerKillMultiplier = 1
GameStat.ScoreZombieKillMultiplier = 1
GameStat.ShowAllPlayersOnMap = False
GameStat.ShowFriendPlayerOnMap = True
GameStat.ShowSpawnWindow = False
GameStat.ShowWindow =
GameStat.ShowZombieCounter = False
GameStat.TimeLimitActive = False
GameStat.TimeLimitThisRound = 0
GameStat.TimeOfDayIncPerSec = 20
GameStat.XPMultiplier = 100
GameStat.ZombieHordeMeter = False
2020-04-10T18:44:18 1.620 INF StartAsServer
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed
2020-04-10T18:44:23 6.679 INF Block IDs with mapping
2020-04-10T18:44:23 6.679 INF BlockIDs from Mapping
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed
2020-04-10T18:44:26 9.619 INF Item IDs with mapping
2020-04-10T18:44:26 9.620 INF ItemIDs from Mapping
WARNING: Shader Unsupported: 'Hidden/Dof/DX11Dof' - Pass '' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/Dof/DX11Dof' - Setting to default shader.
HDR Render Texture not supported, disabling HDR on reflection probe.

(Filename: C:\buildslave\unity\build\Runtime/Camera/ReflectionProbes.cpp Line: 269)

WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader
WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed
2020-04-10T18:44:30 13.805 INF Reloading serveradmin.xml
2020-04-10T18:44:30 13.806 INF Loading permissions file at 'C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves/serveradmin.xml'
2020-04-10T18:44:30 13.806 INF Loading permissions file done.
2020-04-10T18:44:40 23.398 INF createWorld: Navezgane, Navezgane MP, GameModeSurvival
2020-04-10T18:44:40 23.398 INF Occlusion: Disabled
2020-04-10T18:44:40 23.452 INF Started thread ChunkCalc
2020-04-10T18:44:40 23.452 INF Started thread ChunkRegeneration
2020-04-10T18:44:40 23.548 INF World.Load: Navezgane
2020-04-10T18:44:40 23.562 INF BloodMoon SetDay: day 7, last day 0, freq 7, range 0
2020-04-10T18:44:43 26.106 INF Started thread GenerateChunks
2020-04-10T18:44:43 26.347 INF Loading dtm raw file took 192ms
2020-04-10T18:44:43 26.476 INF Biomes image size w= 3072, h = 3072
2020-04-10T18:44:43 26.677 INF Loading and creating biomes took 326ms
2020-04-10T18:44:45 27.973 INF Loading and creating shader control textures took 1296ms
2020-04-10T18:44:45 28.682 INF Loading and parsing of generator took 709ms
2020-04-10T18:44:45 28.740 INF Started thread SaveChunks C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves/Navezgane/Navezgane MP\Region
2020-04-10T18:44:46 29.825 INF [DECO] read 1/65
2020-04-10T18:44:47 30.135 INF AstarManager Init
2020-04-10T18:44:47 30.817 INF Weather Packages Created FROM BIOMES
2020-04-10T18:44:47 30.818 INF createWorld() done
2020-04-10T18:44:47 30.819 INF Calculating world hashes
2020-04-10T18:44:47 30.820 INF Loading players.xml
2020-04-10T18:44:47 30.915 INF Loaded player
2020-04-10T18:44:48 31.015 INF VehicleManager C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves/Navezgane/Navezgane MP/vehicles.dat, loaded 0
2020-04-10T18:44:48 31.123 INF Setting for 'DropOnDeath' does not match the default (server will go to the modded category): current = 0, default = 1
2020-04-10T18:44:48 31.123 INF Setting for 'BlockDamageAI' does not match the default (server will go to the modded category): current = 1, default = 100
2020-04-10T18:44:48 31.123 INF Setting for 'BlockDamageAIBM' does not match the default (server will go to the modded category): current = 25, default = 100
2020-04-10T18:44:48 31.123 INF Setting for 'LootRespawnDays' does not match the default (server will go to the modded category): current = 10, default = 30
2020-04-10T18:44:48 31.123 INF Setting for 'LootAbundance' does not match the default (server will go to the modded category): current = 150, default = 100
2020-04-10T18:44:48 31.123 INF Setting for 'AirDropFrequency' does not match the default (server will go to the modded category): current = 24, default = 72
2020-04-10T18:44:48 31.123 INF Setting for 'BuildCreate' does not match the default (server will go to the modded category): current = True, default = False
2020-04-10T18:44:48 31.123 INF Setting for 'XPMultiplier' does not match the default (server will go to the modded category): current = 170, default = 100
2020-04-10T18:44:48 31.201 INF StartGame done
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc.dll
Fallback handler could not load library D:/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/Mono/libc
2020-04-10T18:44:48 31.531 INF [steamworks.NET] GameServer.Init successful
2020-04-10T18:44:49 32.594 INF [steamworks.NET] GameServer.LogOn successful, SteamID=90134276465820677, public IP=93.224.253.194
2020-04-10T18:44:51 34.383 INF Calculating hashes took 3564 ms (world size 683 MiB)
2020-04-10T18:44:54 36.941 INF NET: LiteNetLib: Connect from: 127.0.0.1:56552
2020-04-10T18:44:54 36.944 INF Started thread NCS_Reader_0_0
2020-04-10T18:44:54 36.944 INF Started thread NCS_Writer_0_0
2020-04-10T18:44:54 36.946 INF Started thread NCS_Reader_0_1
2020-04-10T18:44:54 36.947 INF Started thread NCS_Writer_0_1
2020-04-10T18:44:54 36.947 INF [NET] PlayerConnected EntityID=-1, PlayerID='', OwnerID='', PlayerName=''
2020-04-10T18:44:54 36.950 INF NPCID.Write
2020-04-10T18:44:54 36.998 INF NPPL.Read
2020-04-10T18:44:54 37.033 INF PlayerLogin: XXX/Alpha 18.4
2020-04-10T18:44:54 37.033 INF Client IP: 127.0.0.1
2020-04-10T18:44:54 37.034 INF [steamworks.NET] Auth.AuthenticateUser()
2020-04-10T18:44:54 37.038 INF [steamworks.NET] Authenticating player: XXX SteamId: "STEAMID" TicketLen: 1024 Result: k_EBeginAuthSessionResultOK
2020-04-10T18:44:54 37.536 INF [steamworks.NET] Authentication callback. ID: STEAMID, owner: STEAMID, result: k_EAuthSessionResponseOK
2020-04-10T18:44:54 37.537 INF Steam authentication successful, allowing user: EntityID=-1, PlayerID='STEAMID', OwnerID='STEAMID', PlayerName='XXX'
2020-04-10T18:44:54 37.537 INF Allowing player with id STEAMID
2020-04-10T18:44:54 37.733 INF RequestToEnterGame: STEAMID/XXX
2020-04-10T18:44:54 37.738 INF [DECO] written 1/65
2020-04-10T18:45:12 55.505 ERR Loading player data failed for player 'STEAMID', rolling back: Attempted to read past the end of the stream.
at PooledBinaryReader.ReadByte () [0x00008] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00069] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemStack.Read (System.IO.BinaryReader _br) [0x00015] in <3ca2702590144b2c95bd610195728952>:0
at GameUtils.ReadItemStack (System.IO.BinaryReader _br) [0x00012] in <3ca2702590144b2c95bd610195728952>:0
at PlayerDataFile.Read (System.IO.BinaryReader _br, System.UInt32 _version) [0x0004b] in <3ca2702590144b2c95bd610195728952>:0
at PlayerDataFile.Load (System.String _dir, System.String _playerName) [0x00086] in <3ca2702590144b2c95bd610195728952>:0
2020-04-10T18:45:12 55.522 ERR Loading backup player data failed for player 'STEAMID', rolling back: Attempted to read past the end of the stream.
at PooledBinaryReader.ReadByte () [0x00008] in <3ca2702590144b2c95bd610195728952>:0
at PooledBinaryReader.ReadBoolean () [0x00000] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00083] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x000f1] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
at ItemStack.Read (System.IO.BinaryReader _br) [0x00015] in <3ca2702590144b2c95bd610195728952>:0
at GameUtils.ReadItemStack (System.IO.BinaryReader _br) [0x00012] in <3ca2702590144b2c95bd610195728952>:0
at PlayerDataFile.Read (System.IO.BinaryReader _br, System.UInt32 _version) [0x0004b] in <3ca2702590144b2c95bd610195728952>:0
at PlayerDataFile.Load (System.String _dir, System.String _playerName) [0x0018c] in <3ca2702590144b2c95bd610195728952>:0
2020-04-10T18:45:12 55.523 INF RequestToSpawnPlayer: 182, XXX, 6
2020-04-10T18:45:12 55.556 INF Created player with id=182
2020-04-10T18:45:12 55.558 WRN InitBreadCrumbs XXX (52.5, 58.0, -1953.5)
2020-04-10T18:45:13 55.953 INF Entity animalChicken 173 killed
Calling Animator.GotoState on Synchronize layer

(Filename: C:\buildslave\unity\build\Modules/Animation/Director/AnimatorControllerPlayable.cpp Line: 1374)

2020-04-10T18:45:14 57.865 INF GMSG: Player 'XXX' joined the game
2020-04-10T18:45:14 57.868 INF PlayerSpawnedInWorld (reason: EnterMultiplayer, position: 52, 58, -1953): EntityID=182, PlayerID='STEAMID', OwnerID='STEAMID', PlayerName='XXX'
2020-04-10T18:45:17 60.840 INF MinEventLogMessage: XP gained during the last level:
2020-04-10T18:45:17 60.841 INF CVarLogValue: $xpFromLootThisLevel == 0
2020-04-10T18:45:17 60.841 INF CVarLogValue: $xpFromHarvestingThisLevel == 0
2020-04-10T18:45:17 60.841 INF CVarLogValue: $xpFromKillThisLevel == 0
2020-04-10T18:45:18 61.091 INF Time: 1.00m FPS: 20.98 Heap: 1100.3MB Max: 1100.3MB Chunks: 225 CGO: 22 Ply: 1 Zom: 0 Ent: 3 (3) Items: 0 CO: 1 RSS: 2281.5MB
2020-04-10T18:45:18 61.354 INF [DECO] written 1/65
2020-04-10T18:45:37 80.137 INF Player XXX disconnected after 0.4 minutes
2020-04-10T18:45:37 80.218 INF Player disconnected: EntityID=182, PlayerID='STEAMID', OwnerID='STEAMID', PlayerName='XXX'
2020-04-10T18:45:37 80.222 INF GMSG: Player 'XXX' left the game
2020-04-10T18:45:37 80.226 INF Exited thread NCS_Reader_0_0
2020-04-10T18:45:37 80.226 INF Exited thread NCS_Writer_0_0
2020-04-10T18:45:37 80.226 INF Exited thread NCS_Writer_0_1
2020-04-10T18:45:37 80.226 INF Exited thread NCS_Reader_0_1
2020-04-10T18:45:37 80.231 INF NET: LiteNetLib: Client disconnect from: 127.0.0.1:56552 (DisconnectPeerCalled)
2020-04-10T18:45:44 87.833 INF Shutdown game from Terminal Window
2020-04-10T18:45:44 87.906 INF Preparing quit
2020-04-10T18:45:44 87.906 INF Disconnect
2020-04-10T18:45:44 87.907 INF [NET] ServerShutdown
2020-04-10T18:45:44 87.907 INF NET: Stopping server protocols
2020-04-10T18:45:44 87.919 INF NET: LiteNetLib server stopped
2020-04-10T18:45:44 87.920 INF SaveAndCleanupWorld
2020-04-10T18:45:45 87.948 INF Saving 0 of chunks took 19ms
2020-04-10T18:45:45 87.950 INF [steamworks.NET] Stopping server
2020-04-10T18:45:45 88.092 INF [steamworks.NET] Exiting Lobby
2020-04-10T18:45:45 88.093 INF AstarManager Cleanup
2020-04-10T18:45:45 88.101 INF World.Unload
2020-04-10T18:45:45 88.112 INF Exited thread GenerateChunks
2020-04-10T18:45:45 88.113 INF Exited thread SaveChunks C:\Users\nikol\AppData\Roaming/7DaysToDie/Saves/Navezgane/Navezgane MP\Region
2020-04-10T18:45:45 88.134 INF World.Cleanup
2020-04-10T18:45:45 88.137 INF Exited thread ChunkRegeneration
2020-04-10T18:45:45 88.142 INF Exited thread ChunkCalc
2020-04-10T18:45:45 88.144 INF VehicleManager saving 0 (0 / 0)
2020-04-10T18:45:45 88.152 INF Persistent GamePrefs saved
2020-04-10T18:45:45 88.162 INF Persistent GamePrefs saved
2020-04-10T18:45:45 88.162 INF Cleanup
2020-04-10T18:45:45 88.163 INF Closing Terminal Window
2020-04-10T18:45:45 88.207 INF WinThread ended
2020-04-10T18:45:45 88.210 INF Ended Terminal Window
2020-04-10T18:45:45 88.414 INF Terminating threads
2020-04-10T18:45:45 88.414 INF OnApplicationQuit
2020-04-10T18:45:45 88.414 INF Terminating threads
2020-04-10T18:45:45 88.414 INF OnApplicationQuit
Setting up 12 worker threads for Enlighten.
Thread -> id: 2ba4 -> priority: 1
Thread -> id: a38 -> priority: 1
Thread -> id: 247c -> priority: 1
Thread -> id: 56f0 -> priority: 1
Thread -> id: 2b8c -> priority: 1
Thread -> id: 3d4c -> priority: 1
Thread -> id: 1ad0 -> priority: 1
Thread -> id: 19f8 -> priority: 1
Thread -> id: 4ed4 -> priority: 1
Thread -> id: 4040 -> priority: 1
Thread -> id: 32c0 -> priority: 1
Thread -> id: 4470 -> priority: 1
GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer.

(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 48)

GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer.

(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 48)

GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer.

(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 48)

 

 

 

 

 

Link to comment
Share on other sites

I usually play with multiple mods, two of them are the claymore Better Ability Mods for Agility and Fortitude.

If i start server without these Mods, everything works fine.

If i put in the Better agility mod, i´ll get the NullReference error and i stuck at the "Creating Player" screen.

Code for Better agility:

<Claymore>
// Agility Revamped
<append xpath="/progression/attributes/attribute[@name='attAgility']">
<effect_group>
<requirement tags="attAgility"/>
<passive_effect name="StaminaMax" operation="perc_add" level="2,10" value="0.2,1"/>
<passive_effect name="RunSpeed" operation="perc_add" level="2,10" value="0.1,0.5"/>
<passive_effect name="WalkSpeed" operation="perc_add" level="2,10" value="0.1,0.5"/>
<passive_effect name="CrouchSpeed" operation="perc_add" level="2,10" value="0.1,0.5"/>
</effect_group>
</append>
</Claymore>

 

If i remove the line

<passive_effect name="StaminaMax" operation="perc_add" level="2,10" value="0.2,1"/>

and start the server, everything works fine as well.

Therfore i think, it has something to do with the StaminaMax code of this mod.

Same problem with the Healthmax from Better Fortitude.

 

For testing i started the server only with this mod from this thread from Weyrling, which only inculde the StaminaMax and Healthmax thing and i also get the NullReference (as seen in the log above)

 

Dont know what is wrong with it but i think it has something to do with the "Max" commands

Link to comment
Share on other sites

Ok, you have two errors in your logfile and the first one is sort of hiding the second one.

 

The first one is that somewhere a player data file is damaged. So in both of your logfiles there is an error while reading the player data for your steamid:

 

ERR Loading player data failed for player 'STEAMID', rolling back: Attempted to read past the end of the stream. at PooledBinaryReader.ReadByte () [0x00008] in <3ca2702590144b2c95bd610195728952>:0 at ItemValue.Read (System.IO.BinaryReader _br) [0x00069] in <3ca2702590144b2c95bd610195728952>:0 at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0 at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0 at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0 at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0 at ItemValue.Read (System.IO.BinaryReader _br) [0x00098] in <3ca2702590144b2c95bd610195728952>:0
.....
at GameUtils.ReadItemStack (System.IO.BinaryReader _br) [0x00012] in <3ca2702590144b2c95bd610195728952>:0 at PlayerDataFile.Read (System.IO.BinaryReader _br, System.UInt32 _version) [0x0004b] in <3ca2702590144b2c95bd610195728952>:0 at PlayerDataFile.Load (System.String _dir, System.String _playerName) [0x00086] in <3ca2702590144b2c95bd610195728952>:0 2020-04-10T18:45:12 55.522 ERR Loading backup player data failed for player 'STEAMID', rolling back: Attempted to read past the end of the stream. at PooledBinaryReader.ReadByte () [0x00008] in <3ca2702590144b2c95bd610195728952>:0

 

So somewhere one of your player files is damaged or incomplete. I know only fragments of how player data is stored so I don't recommend listening to me when I suggest which files to check or delete :rapture:: You might start with deleting old save games you don't know anymore, then delete data in SavesLocal, which is (AFAIK) just cached information on the server. It might also be possible to replace player data files (those who have a ".bak file) with a previous version that might still be working.

 

I don't even know if the error can't be ignored safely.

 

---------------

 

The second error hidden by the first is this one:

 

NullReferenceException: Object reference not set to an instance of an object
at ItemHasTags.IsValid (MinEventParams _params) [0x0000d] in <547af08b786b418cbfcf3ef2ec18045a>:0
at MinEffectGroup.canRun (MinEventParams _params) [0x0004f] in <547af08b786b418cbfcf3ef2ec18045a>:0
at MinEffectGroup.ModifyValue (EntityAlive _self, PassiveEffects _effect, System.Single& _base_value, System.Single& _perc_value, System.Single level, FastTags _tags, System.Int32 _multiplier) [0x0003b] in <547af08b786b418cbfcf3ef2ec18045a>:0
at MinEffectController.ModifyValue (EntityAlive _self, PassiveEffects _effect, System.Single& _base_value, System.Single& _perc_value, System.Single _level, FastTags _tags, System.Int32 multiplier) [0x0003c] in <547af08b786b418cbfcf3ef2ec18045a>:0
at ProgressionClass.ModifyValue (EntityAlive _ea, ProgressionValue _pv, PassiveEffects _effect, System.Single& _base_value, System.Single& _perc_value, FastTags _tags) [0x0001c] in <547af08b786b418cbfcf3ef2ec18045a>:0
at Progression.ModifyValue (PassiveEffects _effect, System.Single& _base_val, System.Single& _perc_val, FastTags _tags) [0x00055] in <547af08b786b418cbfcf3ef2ec18045a>:0
at EffectManager.GetValue (PassiveEffects _passiveEffect, ItemValue _originalItemValue, System.Single _originalValue, EntityAlive _entity, Recipe _recipe, FastTags tags, System.Boolean calcEquipment, System.Boolean calcHoldingItem, System.Boolean calcProgression, System.Boolean calcBuffs, System.Int32 craftingTier, System.Boolean useMods) [0x001b3] in <547af08b786b418cbfcf3ef2ec18045a>:0
at EntityStats..ctor (EntityAlive entity) [0x00076] in <547af08b786b418cbfcf3ef2ec18045a>:0
at EntityAlive.constructEntityStats () [0x00000] in <547af08b786b418cbfcf3ef2ec18045a>:0
at EntityAlive.Init (System.Int32 _entityClass) [0x00007] in <547af08b786b418cbfcf3ef2ec18045a>:0
at EntityPlayer.Init (System.Int32 _entityClass) [0x0002d] in <547af08b786b418cbfcf3ef2ec18045a>:0
at EntityFactory.CreateEntity (EntityCreationData _ecd) [0x00300] in <547af08b786b418cbfcf3ef2ec18045a>:0
at GameManager.RequestToSpawnPlayer (ClientInfo _cInfo, System.Int32 _chunkViewDim, PlayerProfile _playerProfile) [0x0026d] in <547af08b786b418cbfcf3ef2ec18045a>:0
at NetPackageRequestToSpawnPlayer.ProcessPackage (World _world, INetConnectionCallbacks _netConnectionCallback) [0x00007] in <547af08b786b418cbfcf3ef2ec18045a>:0
at ConnectionManager.ProcessPackages (INetConnection _connection, NetPackageDirection _disallowedDirection) [0x000b2] in <547af08b786b418cbfcf3ef2ec18045a>:0
at ConnectionManager.Update () [0x00053] in <547af08b786b418cbfcf3ef2ec18045a>:0

 

I copied this error out of my own server game logfile after creating a game with the mod from Weyrling and trying to login. As you can see it barfs when trying to call "Progression.ModifyValue".

 

Since the error doesn't happen in SP I would say the chance is good that it is a bug. You can file a bug report, but don't expect them to fix modding bugs before they are finished with the vanilla game features, i.e. before a real beta phase.

Link to comment
Share on other sites

  • 2 weeks later...

I experience very much a similar issue regarding my mod and others joining in multiplayer or joining my own dedicated server locally. With an enormous 900-line progression.xml file touching most attributes and perks, I was at my wit's end over this issue. Simply commenting out those two lines addressing StaminaMax and HealthMax seemed to have solved my issues. I suppose I'll have to see about messing with modifying buffs in level-scaling instead for the time being.

Link to comment
Share on other sites

  • 6 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...