RPCS3 / rpcs3

PlayStation 3 emulator and debugger
https://rpcs3.net/
GNU General Public License v2.0
15.44k stars 1.92k forks source link

Guilty Gear Xrd titles giving "unmapped memory"-error #9520

Closed ZheksOne closed 2 years ago

ZheksOne commented 3 years ago

The Guilty Gear Xrd-titles fail to start anymore on latest revisions on default config with an "unmapped memory"-error. I unfortunately don't know from which revision this started but I'd say a few weeks. The compatibility guide also mentions it as playable. Sometimes it does starts once after reinstalling firmware I believe but then the 2nd time it fails with this error again, even after removing all caches.

Happens on for instance BLUS31588 and NPUB31555 2020-12-29 23_14_32-rpcs32

MMy specs: 2020-12-29 23_21_35-RPCS3 0 0 13-11490-c952e99f Alpha

I hope I filled this in correctly, thank you. RPCS3.log

AniLeo commented 3 years ago

Missing build that introduced the regression to be labeled as a regression

GitArUs commented 3 years ago

Maybe setting "Accurate PPU 128 Reservations" on Debug tab to anything other than "Disabled" will help like in other cases ?

ZheksOne commented 3 years ago

Maybe setting "Accurate PPU 128 Reservations" on Debug tab to anything other than "Disabled" will help like in other cases ?

Thanks for the suggestion mate but does not work unfortunately.

GitArUs commented 3 years ago

One more try - in addition to above set "Driver wake-up Delay" to 600 us on advanced tab (or experiment with different values).

ZheksOne commented 3 years ago

One more try - in addition to above set "Driver wake-up Delay" to 600 us on advanced tab (or experiment with different values).

Nope...thanks

Leggo87 commented 3 years ago

The memory issue happened in the build 0.0.11-10791-190822c2

In v-0.0.11-10790-d000d648 boot and run as inteded.

Leggo87 commented 3 years ago

unknown

RainbowCookie32 commented 3 years ago

That'd be PR #8663

Augusto7743 commented 3 years ago

unmapped memory error also happen in others games and look how the emulator in few seconds try to allocate more of 1 GB RAM being that not had need to do it. Ultimate Marvel VS Capcom 3 selecting an stage with few details and even not moving both players characters randomly the game crash with "unmapped memory" or "trying to allocate 1 GB and was possible only 200 MB" (the values are example because the "trying value" is 5 times the current allocated). Is how if the emulator try to allocate memory not need because of wrong code.

assortedkingdede commented 3 years ago

This issue appears to be present again. Seems to be happening in Guilty Gear Xrd Sign version 1.04

ZheksOne commented 3 years ago

I don't think it ever left since I reported this?

assortedkingdede commented 3 years ago

I starting to wonder if the issue could be related to timing since the emulator is trying to read unmapped memory which could imply that something could be happening before it is supposed to.

CallMeHercules commented 2 years ago

I had the same issue, the problem was solved by simulating a psn network. You can see the orange warnings where the matchmaking threw an error.

RipleyTom commented 2 years ago

Please test with https://github.com/RPCS3/rpcs3/pull/11887