未解决 TML0.12测试版报错,显示缺少运行库

HoRizon84

Lv2
LV
0
 
IP属地
未知
2022/03/02
1
0
  • · 发布于未知
屏幕截图 2022-03-02 224314.png
日志为:
[22:43:06] [Main Thread/INFO] [tML]: Starting tModLoader client 1.4.3.6+0.12-1.4-Alpha-22a16edf2dd7a27947c7866f3d14f7d674684f5a-5249504254314564353
[22:43:06] [Main Thread/INFO] [tML]: Log date: 2022/3/2
[22:43:06] [Main Thread/INFO] [tML]: Running on Windows X64 NetCore 6.0.2
[22:43:06] [Main Thread/INFO] [tML]: Executable: D:\Instruments\Game\steam\steamapps\common\tModLoader\tModLoader.dll
[22:43:06] [Main Thread/INFO] [tML]: Working Directory: D:\Instruments\Game\steam\steamapps\common\tModLoader
[22:43:06] [Main Thread/INFO] [tML]: Developer mode enabled
[22:43:06] [Main Thread/DEBUG] [tML]: Native Resolve: MonoMod.Utils, Version=22.1.29.1, Culture=neutral, PublicKeyToken=null -> libdl.so.2
[22:43:06] [Main Thread/WARN] [tML]: tModLoader.RuntimeErrorSilentlyCaughtException
System.IO.FileNotFoundException: Failed to find Native Library: D:\Instruments\Game\steam\steamapps\common\tModLoader\Libraries\Native\Windows\libdl.so.2.dll
at MonoLaunch.ResolveNativeLibrary(Assembly assembly, String name) in tModLoader\Terraria\MonoLaunch.cs:line 86
at System.Runtime.Loader.AssemblyLoadContext.GetResolvedUnmanagedDll(Assembly assembly, String unmanagedDllName)
at System.Runtime.Loader.AssemblyLoadContext.ResolveUnmanagedDllUsingEvent(String unmanagedDllName, Assembly assembly, IntPtr gchManagedAssemblyLoadContext)
at MonoMod.Utils.DynDll.dl2_dlerror()
at MonoMod.Utils.DynDll.dlerror()
at MonoMod.Utils.DynDll..cctor()
at MonoMod.Utils.DynDll.TryOpenLibrary(String name, IntPtr& libraryPtr, Boolean skipMapping, Nullable`1 flags)
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeNETCorePlatform.GetJitObject()
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeNETCorePlatform.Create()
at MonoMod.RuntimeDetour.DetourHelper.get_Runtime()
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase from, MethodInfo to, Object target, HookConfig& config)
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase from, MethodInfo to, Object target, HookConfig config)
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase from, MethodInfo to, Object target)
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase method, Delegate to)
at Terraria.ModLoader.Core.LoggingHooks.PrettifyStackTraceSources() in tModLoader\Terraria\ModLoader\Core\LoggingHooks.cs:line 38
at Terraria.ModLoader.Logging.Init(Boolean dedServ) in tModLoader\Terraria\ModLoader\Logging.cs:line 77
at Terraria.Program.LaunchGame(String[] args, Boolean monoArgs) in tModLoader\Terraria\Program.cs:line 166
at MonoLaunch.<>c__DisplayClass2_0.<Main>b__0() in tModLoader\Terraria\MonoLaunch.cs:line 60
at System.Threading.Thread.StartCallback()

[22:43:06] [Main Thread/WARN] [tML]: tModLoader.RuntimeErrorSilentlyCaughtException
System.TypeInitializationException: The type initializer for 'MonoMod.Utils.DynDll' threw an exception.
at MonoMod.Utils.DynDll.TryOpenLibrary(String name, IntPtr& libraryPtr, Boolean skipMapping, Nullable`1 flags)
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeNETCorePlatform.GetJitObject()
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeNETCorePlatform.Create()
at MonoMod.RuntimeDetour.DetourHelper.get_Runtime()
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase from, MethodInfo to, Object target, HookConfig& config)
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase from, MethodInfo to, Object target, HookConfig config)
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase from, MethodInfo to, Object target)
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase method, Delegate to)
at Terraria.ModLoader.Core.LoggingHooks.PrettifyStackTraceSources() in tModLoader\Terraria\ModLoader\Core\LoggingHooks.cs:line 38
at Terraria.ModLoader.Logging.Init(Boolean dedServ) in tModLoader\Terraria\ModLoader\Logging.cs:line 77
at Terraria.Program.LaunchGame(String[] args, Boolean monoArgs) in tModLoader\Terraria\Program.cs:line 166
at MonoLaunch.<>c__DisplayClass2_0.<Main>b__0() in tModLoader\Terraria\MonoLaunch.cs:line 60
at System.Threading.Thread.StartCallback()

[22:43:06] [Main Thread/DEBUG] [tML]: Native Resolve: MonoMod.RuntimeDetour, Version=22.1.29.1, Culture=neutral, PublicKeyToken=null -> libc
[22:43:06] [Main Thread/WARN] [tML]: tModLoader.RuntimeErrorSilentlyCaughtException
System.IO.FileNotFoundException: Failed to find Native Library: D:\Instruments\Game\steam\steamapps\common\tModLoader\Libraries\Native\Windows\libc.dll
at MonoLaunch.ResolveNativeLibrary(Assembly assembly, String name) in tModLoader\Terraria\MonoLaunch.cs:line 86
at System.Runtime.Loader.AssemblyLoadContext.GetResolvedUnmanagedDll(Assembly assembly, String unmanagedDllName)
at System.Runtime.Loader.AssemblyLoadContext.ResolveUnmanagedDllUsingEvent(String unmanagedDllName, Assembly assembly, IntPtr gchManagedAssemblyLoadContext)
at MonoMod.RuntimeDetour.Platforms.DetourNativeLibcPlatform.mprotect(IntPtr start, IntPtr len, MmapProts prot)
at MonoMod.RuntimeDetour.Platforms.DetourNativeLibcPlatform.SetMemPerms(IntPtr start, UInt64 len, MmapProts prot)
at MonoMod.RuntimeDetour.Platforms.DetourNativeLibcPlatform.MakeWritable(IntPtr src, UInt32 size)
at MonoMod.RuntimeDetour.DetourHelper.MakeWritable(IDetourNativePlatform plat, NativeDetourData detour)
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform._HookSelftest(MethodInfo from, MethodInfo to)
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform..ctor()
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeNETPlatform..ctor()
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeNETCorePlatform..ctor()
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeNETCorePlatform.Create()
at MonoMod.RuntimeDetour.DetourHelper.get_Runtime()
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase from, MethodInfo to, Object target, HookConfig& config)
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase from, MethodInfo to, Object target, HookConfig config)
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase from, MethodInfo to, Object target)
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase method, Delegate to)
at Terraria.ModLoader.Core.LoggingHooks.PrettifyStackTraceSources() in tModLoader\Terraria\ModLoader\Core\LoggingHooks.cs:line 38
at Terraria.ModLoader.Logging.Init(Boolean dedServ) in tModLoader\Terraria\ModLoader\Logging.cs:line 77
at Terraria.Program.LaunchGame(String[] args, Boolean monoArgs) in tModLoader\Terraria\Program.cs:line 166
at MonoLaunch.<>c__DisplayClass2_0.<Main>b__0() in tModLoader\Terraria\MonoLaunch.cs:line 60
at System.Threading.Thread.StartCallback()

[22:43:06] [Main Thread/FATAL] [Terraria]: Main engine crash
System.IO.FileNotFoundException: Failed to find Native Library: D:\Instruments\Game\steam\steamapps\common\tModLoader\Libraries\Native\Windows\libc.dll
at MonoLaunch.ResolveNativeLibrary(Assembly assembly, String name) in D:\a\tModLoader\tModLoader\src\tModLoader\Terraria\MonoLaunch.cs:line 86
at System.Runtime.Loader.AssemblyLoadContext.GetResolvedUnmanagedDll(Assembly assembly, String unmanagedDllName)
at System.Runtime.Loader.AssemblyLoadContext.ResolveUnmanagedDllUsingEvent(String unmanagedDllName, Assembly assembly, IntPtr gchManagedAssemblyLoadContext)
at MonoMod.RuntimeDetour.Platforms.DetourNativeLibcPlatform.mprotect(IntPtr start, IntPtr len, MmapProts prot)
at MonoMod.RuntimeDetour.Platforms.DetourNativeLibcPlatform.SetMemPerms(IntPtr start, UInt64 len, MmapProts prot)
at MonoMod.RuntimeDetour.Platforms.DetourNativeLibcPlatform.MakeWritable(IntPtr src, UInt32 size)
at MonoMod.RuntimeDetour.DetourHelper.MakeWritable(IDetourNativePlatform plat, NativeDetourData detour)
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform._HookSelftest(MethodInfo from, MethodInfo to)
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform..ctor()
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeNETPlatform..ctor()
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeNETCorePlatform..ctor()
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeNETCorePlatform.Create()
at MonoMod.RuntimeDetour.DetourHelper.get_Runtime()
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase from, MethodInfo to, Object target, HookConfig& config)
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase from, MethodInfo to, Object target, HookConfig config)
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase from, MethodInfo to, Object target)
at MonoMod.RuntimeDetour.Hook..ctor(MethodBase method, Delegate to)
at Terraria.ModLoader.Core.LoggingHooks.PrettifyStackTraceSources() in D:\a\tModLoader\tModLoader\src\tModLoader\Terraria\ModLoader\Core\LoggingHooks.cs:line 38
at Terraria.ModLoader.Logging.Init(Boolean dedServ) in D:\a\tModLoader\tModLoader\src\tModLoader\Terraria\ModLoader\Logging.cs:line 77
at Terraria.Program.LaunchGame(String[] args, Boolean monoArgs) in D:\a\tModLoader\tModLoader\src\tModLoader\Terraria\Program.cs:line 166
 

* 这是一则由 Google AdSense 自动推荐的广告,与本站无关,不对其真实性与可靠性负责

顶部