I need help with this bug

CirlurByrbos

Terrarian
[20:31:24] [1/INFO] [tML]: Starting tModLoader v0.11.8.5 Win32NT client (10/2/2021)
[20:31:24] [1/INFO] [tML]: Running on NetFramework 4.8
[20:31:24] [1/INFO] [tML]: Engine: FNA
[20:31:24] [1/INFO] [tML]: Executable: C:\Program Files (x86)\Steam\steamapps\common\tModLoader\tModLoader64Bit.exe
[20:31:24] [1/INFO] [tML]: Working Directory: C:\Program Files (x86)\Steam\steamapps\common\tModLoader
[20:31:24] [1/INFO] [tML]: Launch Parameters:
[20:31:24] [1/DEBUG] [tML]: Assembly Resolve: -> MonoMod.RuntimeDetour, Version=19.12.19.1, Culture=neutral, PublicKeyToken=null
[20:31:24] [1/DEBUG] [tML]: Assembly Resolve: MonoMod.RuntimeDetour, Version=19.12.19.1, Culture=neutral, PublicKeyToken=null -> MonoMod.Utils, Version=19.12.19.1, Culture=neutral, PublicKeyToken=null
[20:31:24] [1/DEBUG] [tML]: Assembly Resolve: MonoMod.RuntimeDetour, Version=19.12.19.1, Culture=neutral, PublicKeyToken=null -> Mono.Cecil, Version=0.11.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e
[20:31:24] [1/DEBUG] [tML]: Assembly Resolve: -> Ionic.Zip.Reduced, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c
[20:31:24] [1/DEBUG] [tML]: Assembly Resolve: -> FNA, Version=20.4.0.0, Culture=neutral, PublicKeyToken=null
[20:31:24] [1/DEBUG] [tML]: Assembly Resolve: -> Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
[20:31:24] [1/DEBUG] [tML]: Assembly Resolve: -> Steamworks.NET, Version=9.1.0.0, Culture=neutral, PublicKeyToken=null
[20:31:24] [1/DEBUG] [tML]: Assembly Resolve: ReLogic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null -> FNA, Version=17.4.0.0, Culture=neutral, PublicKeyToken=null
[20:31:24] [1/WARN] [tML]: Upgraded Reference FNA -> Version=17.4.0.0 -> 20.4.0.0
[20:31:24] [1/WARN] [tML]: Silently Caught Exception:
System.DllNotFoundException: Unable to load DLL '/usr/lib/libobjc.A.dylib': No se puede encontrar el módulo especificado. (Exception from HRESULT: 0x8007007E)
at Microsoft.Xna.Framework.Graphics.MetalDevice.sel_registerName(Byte[] name)
at Microsoft.Xna.Framework.Graphics.MetalDevice..cctor()
at Microsoft.Xna.Framework.SDL2_FNAPlatform.CreateWindow()
at Microsoft.Xna.Framework.Game..ctor()
at Terraria.Main..ctor()
at Terraria.Program.LaunchGame_()
at Terraria.Program.LaunchGame(String[] args, Boolean monoArgs)
at Terraria.FNALaunch.Main(String[] args)

[20:31:24] [1/DEBUG] [tML]: Hook On.Terraria.IO.WorldFile::LoadChests(BinaryReader) added by tModLoader
[20:31:24] [1/DEBUG] [tML]: Hook On.Terraria.IO.WorldFile::SaveChests(BinaryWriter) added by tModLoader
[20:31:25] [1/INFO] [tML]: Checking Steam installation...
[20:31:25] [1/INFO] [tML]: Steam installation OK.
[20:31:25] [1/WARN] [tML]: Silently Caught Exception:
Newtonsoft.Json.JsonReaderException: Error parsing boolean value. Path '', line 1, position 1.
at Newtonsoft.Json.JsonTextReader.ParseTrue()
at Newtonsoft.Json.JsonTextReader.ParseValue()
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType(JsonReader reader, JsonContract contract, Boolean hasConverter)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at Terraria.IO.FavoritesFile.Load()
 
Back
Top Bottom