HDR-Development / HDR-Releases

The official releases channel for HewDraw Remix
83 stars 8 forks source link

Unable to Launch Past Loading Screen in Ryujinx #23

Closed Pokegamer129 closed 1 year ago

Pokegamer129 commented 1 year ago

Hi

I am trying to play HDR on Ryujinx. However, when I try to launch the game, it will go to the loading screen, then come up with this error message. 00:00:38.907 |E| HLE.GuestThread.31 Cpu InvalidAccessHandler: Invalid memory access at virtual address 0x0000000000000000. 00:00:38.944 |E| HLE.GuestThread.31 Application : Unhandled exception caught: Ryujinx.Memory.InvalidMemoryRegionException: Attempted to access an invalid memory region. at Ryujinx.Memory.Tracking.MemoryTracking.VirtualMemoryEvent(UInt64 address, UInt64 size, Boolean write, Boolean precise) in D:\a\Ryujinx\Ryujinx\Ryujinx.Memory\Tracking\MemoryTracking.cs:line 275 at ARMeilleure.Translation.Translator.Execute(ExecutionContext context, UInt64 address) in D:\a\Ryujinx\Ryujinx\ARMeilleure\Translation\Translator.cs:line 130 at Ryujinx.Cpu.Jit.JitCpuContext.Execute(IExecutionContext context, UInt64 address) in D:\a\Ryujinx\Ryujinx\Ryujinx.Cpu\Jit\JitCpuContext.cs:line 32 at Ryujinx.HLE.HOS.ArmProcessContext1.Execute(IExecutionContext context, UInt64 codeAddress) in D:\a\Ryujinx\Ryujinx\Ryujinx.HLE\HOS\ArmProcessContext.cs:line 40 at Ryujinx.HLE.HOS.Kernel.Threading.KThread.ThreadStart() in D:\a\Ryujinx\Ryujinx\Ryujinx.HLE\HOS\Kernel\Threading\KThread.cs:line 1265

How would I fix this?