Advertisement
NeoJolt

Ryujinx error

Nov 17th, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.00 KB | Gaming | 0 0
  1. ~/Downloads/publish
  2. ❯ ./Ryujinx
  3. 00:00:00.007 |N| Application ReloadConfig: Loading configuration from: /home/[redacted]/.config/Ryujinx/Config.json
  4. 00:00:00.284 |I| Configuration LogValueChange: EnableFileLog set to: True
  5. 00:00:00.356 |I| Configuration LogValueChange: ResScale set to: 1
  6. 00:00:00.365 |I| Configuration LogValueChange: ResScaleCustom set to: 1
  7. 00:00:00.365 |I| Configuration LogValueChange: MaxAnisotropy set to: -1
  8. 00:00:00.366 |I| Configuration LogValueChange: AspectRatio set to: Fixed16x9
  9. 00:00:00.368 |I| Configuration LogValueChange: BackendThreading set to: Auto
  10. 00:00:00.369 |I| Configuration LogValueChange: GraphicsBackend set to: Vulkan
  11. 00:00:00.369 |I| Configuration LogValueChange: PreferredGpu set to: 0x10DE_0x1F10
  12. 00:00:00.370 |I| Configuration LogValueChange: AntiAliasing set to: None
  13. 00:00:00.372 |I| Configuration LogValueChange: ScalingFilter set to: Fsr
  14. 00:00:00.372 |I| Configuration LogValueChange: ScalingFilterLevel set to: 80
  15. 00:00:00.372 |I| Configuration LogValueChange: EnableDebug set to: False
  16. 00:00:00.375 |I| Configuration LogValueChange: Language set to: Dutch
  17. 00:00:00.375 |I| Configuration LogValueChange: Region set to: Europe
  18. 00:00:00.375 |I| Configuration LogValueChange: TimeZone set to: UTC
  19. 00:00:00.380 |I| Configuration LogValueChange: SystemTimeOffset set to: -550
  20. 00:00:00.380 |I| Configuration LogValueChange: EnableDockedMode set to: True
  21. 00:00:00.386 |I| Configuration LogValueChange: IgnoreApplet set to: False
  22. 00:00:00.387 |I| Configuration LogValueChange: EnableVsync set to: False
  23. 00:00:00.387 |I| Configuration LogValueChange: EnableShaderCache set to: True
  24. 00:00:00.387 |I| Configuration LogValueChange: EnableTextureRecompression set to: True
  25. 00:00:00.387 |I| Configuration LogValueChange: EnableMacroHLE set to: True
  26. 00:00:00.387 |I| Configuration LogValueChange: EnableColorSpacePassthrough set to: False
  27. 00:00:00.387 |I| Configuration LogValueChange: EnablePtc set to: True
  28. 00:00:00.387 |I| Configuration LogValueChange: EnableLowPowerPtc set to: False
  29. 00:00:00.388 |I| Configuration LogValueChange: EnableInternetAccess set to: True
  30. 00:00:00.388 |I| Configuration LogValueChange: EnableFsIntegrityChecks set to: True
  31. 00:00:00.388 |I| Configuration LogValueChange: FsGlobalAccessLogMode set to: 0
  32. 00:00:00.389 |I| Configuration LogValueChange: AudioBackend set to: SDL2
  33. 00:00:00.389 |I| Configuration LogValueChange: AudioVolume set to: 1
  34. 00:00:00.390 |I| Configuration LogValueChange: MemoryManagerMode set to: HostMappedUnsafe
  35. 00:00:00.391 |I| Configuration LogValueChange: DramSize set to: MemoryConfiguration8GiB
  36. 00:00:00.391 |I| Configuration LogValueChange: IgnoreMissingServices set to: False
  37. 00:00:00.391 |I| Configuration LogValueChange: UseHypervisor set to: True
  38. 00:00:00.394 |I| Configuration LogValueChange: MultiplayerMode set to: LdnRyu
  39. 00:00:00.394 |I| Configuration LogValueChange: DisableP2p set to: False
  40. 00:00:00.394 |I| Configuration LogValueChange: LdnPassphrase set to:
  41. 00:00:00.394 |I| Configuration LogValueChange: LdnServer set to:
  42. 00:00:00.397 |W| Application GetActualScaleFactor: Couldn't determine monitor DPI: Wayland not yet supported
  43. 00:00:00.398 |N| Application PrintSystemInfo: Ryujinx Canary Version: 1.2.40
  44. 00:00:00.412 |N| Application Print: Operating System: CachyOS (X64)
  45. 00:00:00.413 |N| Application Print: CPU: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz ; 12 logical
  46. 00:00:00.415 |N| Application Print: RAM: Total 31.1 GiB ; Available 25 GiB
  47. 00:00:00.420 |N| Application PrintSystemInfo: Logs Enabled: Info, Warning, Error, Guest, Stub
  48. 00:00:00.421 |N| Application PrintSystemInfo: Launch Mode: UserProfile
  49. 00:00:02.828 |E| Application : Unhandled exception caught: System.ArgumentOutOfRangeException: Index must be within the bounds of the List. (Parameter 'index')
  50.   at System.Collections.Generic.List`1.Insert(Int32, T)
  51.   at Ryujinx.Input.SDL2.SDL2GamepadDriver.HandleJoyStickConnected(Int32 joystickDeviceId, Int32 joystickInstanceId) in /home/runner/work/Ryujinx/Ryujinx/src/Ryujinx.Input.SDL2/SDL2GamepadDriver.cs:line 118
  52.   at Ryujinx.Input.SDL2.SDL2GamepadDriver..ctor() in /home/runner/work/Ryujinx/Ryujinx/src/Ryujinx.Input.SDL2/SDL2GamepadDriver.cs:line 44
  53.   at Ryujinx.Ava.UI.Windows.MainWindow..ctor() in /home/runner/work/Ryujinx/Ryujinx/src/Ryujinx/UI/Windows/MainWindow.axaml.cs:line 102
  54.   at Ryujinx.Ava.App.OnFrameworkInitializationCompleted() in /home/runner/work/Ryujinx/Ryujinx/src/Ryujinx/App.axaml.cs:line 56
  55.   at Avalonia.AppBuilder.SetupUnsafe()
  56.   at Avalonia.AppBuilder.Setup()
  57.   at Avalonia.AppBuilder.SetupWithLifetime(IApplicationLifetime)
  58.   at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime(AppBuilder, String[], Action`1 )
  59.   at Ryujinx.Ava.Program.Main(String[] args) in /home/runner/work/Ryujinx/Ryujinx/src/Ryujinx/Program.cs:line 64
  60. Unhandled exception. System.ArgumentOutOfRangeException: Index must be within the bounds of the List. (Parameter 'index')
  61.   at System.Collections.Generic.List`1.Insert(Int32, T)
  62.   at Ryujinx.Input.SDL2.SDL2GamepadDriver.HandleJoyStickConnected(Int32 joystickDeviceId, Int32 joystickInstanceId) in /home/runner/work/Ryujinx/Ryujinx/src/Ryujinx.Input.SDL2/SDL2GamepadDriver.cs:line 118
  63.   at Ryujinx.Input.SDL2.SDL2GamepadDriver..ctor() in /home/runner/work/Ryujinx/Ryujinx/src/Ryujinx.Input.SDL2/SDL2GamepadDriver.cs:line 44
  64.   at Ryujinx.Ava.UI.Windows.MainWindow..ctor() in /home/runner/work/Ryujinx/Ryujinx/src/Ryujinx/UI/Windows/MainWindow.axaml.cs:line 102
  65.   at Ryujinx.Ava.App.OnFrameworkInitializationCompleted() in /home/runner/work/Ryujinx/Ryujinx/src/Ryujinx/App.axaml.cs:line 56
  66.   at Avalonia.AppBuilder.SetupUnsafe()
  67.   at Avalonia.AppBuilder.Setup()
  68.   at Avalonia.AppBuilder.SetupWithLifetime(IApplicationLifetime)
  69.   at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime(AppBuilder, String[], Action`1 )
  70.   at Ryujinx.Ava.Program.Main(String[] args) in /home/runner/work/Ryujinx/Ryujinx/src/Ryujinx/Program.cs:line 64
  71. fish: Job 1, './Ryujinx' terminated by signal SIGABRT (Abort)
  72.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement