4EKUSHKAq ·
25-Май-26 16:57
(спустя 23 часа, ред. 25-Май-26 16:57)
При запуске вылетает без ошибки
log:
00:00:06.562 |S| {Common} ServiceAcc InitializeApplicationInfo: Stubbed. {TitleId: 72147685816868864}
00:00:06.614 |E| {Common} Application : Unhandled exception caught: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.NullReferenceException: Object reference not set to an instance of an object.
at Ryujinx.HLE.HOS.ServiceCtx.get_ClientProcessId() in /workspace/projects/Ryubing/src/Ryujinx.HLE/HOS/ServiceCtx.cs:line 19
at Ryujinx.HLE.HOS.Services.Account.Acc.IAccountServiceForApplication.IsUserAccountSwitchLocked(ServiceCtx context) in /workspace/projects/Ryubing/src/Ryujinx.HLE/HOS/Services/Account/Acc/IAccountServiceForApplication.cs:line 193
at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
--- End of inner exception stack trace ---
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Ryujinx.HLE.HOS.Services.IpcService.CallCmifMethod(ServiceCtx context) in /workspace/projects/Ryubing/src/Ryujinx.HLE/HOS/Services/IpcService.cs:line 154
at Ryujinx.HLE.HOS.Services.ServerBase.Process(Int32 serverSessionHandle, UInt64 recvListAddr) in /workspace/projects/Ryubing/src/Ryujinx.HLE/HOS/Services/ServerBase.cs:line 379
at Ryujinx.HLE.HOS.Services.ServerBase.ServerLoop() in /workspace/projects/Ryubing/src/Ryujinx.HLE/HOS/Services/ServerBase.cs:line 261
at Ryujinx.HLE.HOS.Kernel.Threading.KThread.ThreadStart() in /workspace/projects/Ryubing/src/Ryujinx.HLE/HOS/Kernel/Threading/KThread.cs:line 1296
at System.Threading.Thread.StartCallback()