-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{RSX [0x02a6238]} VM: Access violation reading location 0xcf900000 (unmapped memory) (Dynasty Warriors 8 XL) #9055
Comments
|
@Archim119 Did you use a RPCS3 patch ? I got a similar message on another game #8985 |
|
@jy95 With or without patches enabled, the game still freezes at the same point. Did you manage to get yours to work? I've tried enabling certain libraries to solve the issue, while it does get rid of the access violation it is then replaced with this: E {PPU[0x1000000] Thread (main_thread) [0x014b8a30]} SYS: 'sys_mutex_create' failed with 0x80010005 : CELL_ESRCH [1] I've also tried disabling accurate LLVM DFMA, but that didn't work either. |
|
Last comment is approximately 2 years old. Is this still an issue? |
|
@Darkhost1999 yes, sadly still an issue |
|
3 years later and still not fixed although i got a different access violation code Game ID is: NPJB00511 (DW8XL JPN Digital version) |
|
Upload updated log and savedata. |
|
I think I figured it out: We assume that the highest vertex index is the frequency divider when modulo op is used because there are vetex indices higher than it. But in reality we should do max_index = max(index % frequency, max_index) for each index. This is of course slower, but it can be optimized to not do it if we have a lot of free memory range left. |
|
RPCS3.log.gz Here is my log and savedata (mind you im not the original poster) |
|
Test #14505 |
|
sorry for not replying BUT this was the error code before i used the build 0xcf906420 (nearly identical with DW8XL error code) as pointed out on the comments in #14505 the fallback handler "This sucks" appears also 1x every like 1-2 second |
|
|
|
Somewhere in the update broke this again Last known good build: Old error code: 0xcf906420 seems like its in the same ballpark of issue |
|
RPCS3.log |






The game crashes when entering a stage, always within the first few seconds. I can get through a few minutes of the tutorial before the same happens.
Debug console mode changes the error from: F {RSX [0x0399668]} VM: Access violation reading location 0xcf900000 (unmapped memory)
To: F {PPU[0x1000000] Thread (main_thread) [0x00441ca4]} VM: Access violation writing location 0x0 (unmapped memory)
RPCS3.log
The text was updated successfully, but these errors were encountered: