Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. 00:00:00.396 | Application LoadApplication: Loading as NSP.
  2. 00:00:00.407 | Loader LoadExeFs: Loading rtld...
  3. 00:00:00.408 | Loader LoadExeFs: Loading main...
  4. 00:00:00.533 | Loader LoadExeFs: Loading subsdk0...
  5. 00:00:00.549 | Loader LoadExeFs: Loading sdk...
  6. 00:00:00.586 | ServiceTime InitializeLocationNameCache: TimeZoneBinary system title not found! TimeZone conversions will not work, provide the system archive to fix this warning. (See https://github.com/Ryujinx/Ryujinx#requirements for more informations)
  7. Marshaling row-activated signal
  8. 00:00:00.602 | Application Glib_UnhandledException: Unhandled exception caught: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
  9. ---> System.ArgumentNullException: Path cannot be null. (Parameter 'path')
  10. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
  11. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
  12. at LibHac.FsSystem.LocalStorage..ctor(String path, FileAccess access, FileMode mode)
  13. at Ryujinx.HLE.HOS.Services.Time.TimeZone.TimeZoneContentManager.GetTimeZoneBinary(String locationName, Stream& timeZoneBinaryStream, LocalStorage& ncaFile) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Services\Time\TimeZone\TimeZoneContentManager.cs:line 194
  14. at Ryujinx.HLE.HOS.Services.Time.TimeZone.TimeZoneContentManager.Initialize(TimeManager timeManager, Switch device) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Services\Time\TimeZone\TimeZoneContentManager.cs:line 70
  15. at Ryujinx.HLE.FileSystem.Content.ContentManager.LoadEntries(Switch device) in C:\projects\ryujinx\Ryujinx.HLE\FileSystem\Content\ContentManager.cs:line 160
  16. at Ryujinx.HLE.HOS.Horizon.LoadExeFs(IFileSystem codeFs, Npdm& metaData) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Horizon.cs:line 563
  17. at Ryujinx.HLE.HOS.Horizon.LoadNca(Nca mainNca, Nca patchNca, Nca controlNca) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Horizon.cs:line 501
  18. at Ryujinx.HLE.HOS.Horizon.LoadNsp(String nspFile) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Horizon.cs:line 444
  19. at Ryujinx.HLE.Switch.LoadNsp(String nspFile) in C:\projects\ryujinx\Ryujinx.HLE\Switch.cs:line 116
  20. at Ryujinx.Ui.MainWindow.LoadApplication(String path) in C:\projects\ryujinx\Ryujinx\Ui\MainWindow.cs:line 348
  21. at Ryujinx.Ui.MainWindow.Row_Activated(Object sender, RowActivatedArgs args) in C:\projects\ryujinx\Ryujinx\Ui\MainWindow.cs:line 651
  22. --- End of inner exception stack trace ---
  23. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
  24. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  25. at System.Delegate.DynamicInvokeImpl(Object[] args)
  26. at System.Delegate.DynamicInvoke(Object[] args)
  27. at GLib.Signal.ClosureInvokedCB(Object o, ClosureInvokedArgs args)
  28. at GLib.SignalClosure.Invoke(ClosureInvokedArgs args)
  29. at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement