Advertisement
TokMor

Untitled

May 31st, 2022
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. JsonReaderException: After parsing a value an unexpected character was encountered: ". Path 'DisableDebugEvents', line 18, position 2.
  2. at Newtonsoft.Json.JsonTextReader.ParsePostValue (System.Boolean ignoreComments) [0x00000] in <00000000000000000000000000000000>:0
  3. at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in <00000000000000000000000000000000>:0
  4. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject (System.Object newObject, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.String id) [0x00000] in <00000000000000000000000000000000>:0
  5. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Populate (Newtonsoft.Json.JsonReader reader, System.Object target) [0x00000] in <00000000000000000000000000000000>:0
  6. at Newtonsoft.Json.JsonSerializer.PopulateInternal (Newtonsoft.Json.JsonReader reader, System.Object target) [0x00000] in <00000000000000000000000000000000>:0
  7. at Newtonsoft.Json.JsonConvert.PopulateObject (System.String value, System.Object target, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <00000000000000000000000000000000>:0
  8. at ProjectM.Shared.SettingsBase.TryLoadJsonFile (System.String path, System.Boolean logWarning, System.Boolean defaultSettings) [0x00000] in <00000000000000000000000000000000>:0
  9. at ProjectM.Shared.SettingsBase..ctor (System.String defaultFilePath, System.Boolean loadDefault, System.Boolean applyEnvironmentVariables) [0x00000] in <00000000000000000000000000000000>:0
  10. at ProjectM.ServerHostSettings..ctor () [0x00000] in <00000000000000000000000000000000>:0
  11. at ProjectM.SettingsManager.VerifyServerSettings () [0x00000] in <00000000000000000000000000000000>:0
  12. at ProjectM.SettingsManager.get_ServerHostSettings () [0x00000] in <00000000000000000000000000000000>:0
  13. at ProjectM.Auth.SteamPlatformSystem.TryInitServer () [0x00000] in <00000000000000000000000000000000>:0
  14. at ProjectM.Auth.SteamPlatformSystem.OnCreate () [0x00000] in <00000000000000000000000000000000>:0
  15. at Unity.Entities.ComponentSystemBase.CreateInstance (Unity.Entities.World world, Unity.Entities.SystemState* statePtr) [0x00000] in <00000000000000000000000000000000>:0
  16. at Unity.Entities.World.AddSystem_OnCreate_Internal (Unity.Entities.ComponentSystemBase system) [0x00000] in <00000000000000000000000000000000>:0
  17. at Unity.Entities.World.GetOrCreateSystemsAndLogException (System.Collections.Generic.IEnumerable`1[T] types, System.Int32 typesCount) [0x00000] in <00000000000000000000000000000000>:0
  18. at ProjectM.CustomWorldSpawning.AddSystemsToWorld (Unity.Entities.World world, ProjectM.WorldType worldType, System.Type[] systemTypes, System.Type initializationSystemGroupType, System.Type simulationSystemGroupType, System.Type presentationSystemGroupType, ProjectM.CustomWorld customWorld) [0x00000] in <00000000000000000000000000000000>:0
  19. at ProjectM.Bootstrap.Unity.Entities.ICustomBootstrap.Initialize (System.String defaultWorldName) [0x00000] in <00000000000000000000000000000000>:0
  20. at Unity.Entities.DefaultWorldInitialization.Initialize (System.String defaultWorldName, System.Boolean editorWorld) [0x00000] in <00000000000000000000000000000000>:0
  21. at Unity.Entities.AutomaticWorldBootstrap.Initialize () [0x00000] in <00000000000000000000000000000000>:0
  22. UnityEngine.Logger:LogException(Exception, Object)
  23. UnityEngine.Debug:LogException(Exception)
  24. Unity.Entities.World:GetOrCreateSystemsAndLogException(IEnumerable`1, Int32)
  25. ProjectM.CustomWorldSpawning:AddSystemsToWorld(World, WorldType, Type[], Type, Type, Type, CustomWorld)
  26. ProjectM.Bootstrap:Unity.Entities.ICustomBootstrap.Initialize(String)
  27. Unity.Entities.DefaultWorldInitialization:Initialize(String, Boolean)
  28. Unity.Entities.AutomaticWorldBootstrap:Initialize()
  29.  
  30. NullReferenceException: Object reference not set to an instance of an object.
  31. at ProjectM.CustomWorldSpawning.AddSystemsToWorld (Unity.Entities.World world, ProjectM.WorldType worldType, System.Type[] systemTypes, System.Type initializationSystemGroupType, System.Type simulationSystemGroupType, System.Type presentationSystemGroupType, ProjectM.CustomWorld customWorld) [0x00000] in <00000000000000000000000000000000>:0
  32. at ProjectM.Bootstrap.Unity.Entities.ICustomBootstrap.Initialize (System.String defaultWorldName) [0x00000] in <00000000000000000000000000000000>:0
  33. at Unity.Entities.DefaultWorldInitialization.Initialize (System.String defaultWorldName, System.Boolean editorWorld) [0x00000] in <00000000000000000000000000000000>:0
  34. at Unity.Entities.AutomaticWorldBootstrap.Initialize () [0x00000] in <00000000000000000000000000000000>:0
  35.  
  36. NullReferenceException: Object reference not set to an instance of an object.
  37. at GameVersionUtils.TryInitializePersistenceVersion () [0x00000] in <00000000000000000000000000000000>:0
  38. at GameVersionUtils.GetOrLoadPersistenceVersion () [0x00000] in <00000000000000000000000000000000>:0
  39. at ProjectM.GameBootstrap.Start () [0x00000] in <00000000000000000000000000000000>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement