You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.ML.OnnxRuntime.OnnxRuntimeException: [ErrorCode:RuntimeException] Exception during initialization:
at Microsoft.ML.OnnxRuntime.InferenceSession.Init(Byte[] modelData, SessionOptions options, PrePackedWeightsContainer prepackedWeightsContainer)
at Microsoft.ML.OnnxRuntime.InferenceSession..ctor(Byte[] model, SessionOptions options)
at Compunet.YoloV8.YoloV8Predictor..ctor(BinarySelector model, YoloV8Metadata metadata, YoloV8Configuration configuration, SessionOptions options)
at Compunet.YoloV8.YoloV8Builder.Build()
at BetterGenshinImpact.GameTask.AutoFishing.AutoFishingTrigger..ctor() in D:\HuiPrograming\Projects\CSharp\MiHoYo\BetterGenshinImpact\BetterGenshinImpact\GameTask\AutoFishing\AutoFishingTrigger.cs:line 35
at BetterGenshinImpact.GameTask.GameTaskManager.LoadInitialTriggers() in D:\HuiPrograming\Projects\CSharp\MiHoYo\BetterGenshinImpact\BetterGenshinImpact\GameTask\GameTaskManager.cs:line 45
at BetterGenshinImpact.GameTask.TaskTriggerDispatcher.Start(IntPtr hWnd, CaptureModes mode, Int32 interval) in D:\HuiPrograming\Projects\CSharp\MiHoYo\BetterGenshinImpact\BetterGenshinImpact\GameTask\TaskTriggerDispatcher.cs:line 140
at BetterGenshinImpact.ViewModel.Pages.HomePageViewModel.Start(IntPtr hWnd) in D:\HuiPrograming\Projects\CSharp\MiHoYo\BetterGenshinImpact\BetterGenshinImpact\ViewModel\Pages\HomePageViewModel.cs:line 208
at BetterGenshinImpact.ViewModel.Pages.HomePageViewModel.OnStartTriggerAsync() in D:\HuiPrograming\Projects\CSharp\MiHoYo\BetterGenshinImpact\BetterGenshinImpact\ViewModel\Pages\HomePageViewModel.cs:line 200
at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
复现步骤 / Reproduction steps:
The text was updated successfully, but these errors were encountered:
系统环境 / System Environment:
版本 Windows 11 专业版 版本号 24H2
BetterGI版本号 / BetterGI Version:
更好的原神 v0.39.1.0
问题描述 / Description of the issue:
The text was updated successfully, but these errors were encountered: