Skip to content
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

Lair [BCUS98112] #12406

Open
duduke opened this issue Jul 27, 2022 · 9 comments
Open

Lair [BCUS98112] #12406

duduke opened this issue Jul 27, 2022 · 9 comments

Comments

@duduke
Copy link

duduke commented Jul 27, 2022

Quick summary

Game seems to freeze (music keeps playing) after either backing out of the Options menu or selecting a save slot when starting a new game.

Details

The game seems to freeze when writing. either saving changed game options, or writing to a new save slot when starting a new game.
I've tried this with both the original 2.00 and 2.10 versions (2.10 allows the use regular controls and crosshair).
The game successfully renders the intro video sequences.

Attach a log file

RPCS3.log

Attach capture files for visual issues

No response

System configuration

CPU: Intel XEON E3-1240 v3 (comparable to a Core-i7 4th gen Haswell) @3.4Ghz
GPU: NVIDIA GTX960 2GB
RAM: 16GB 1800Mhz DDR3

Other details

RPCS3 Version: 0.0.23-13974-8f7209f8 Alpha | master
Default Settings

@Megamouse
Copy link
Contributor

I've had this issue for years btw.
All the other guys can play it for some reason.

@Darkhost1999
Copy link
Contributor

Darkhost1999 commented Jul 27, 2022

Possibly related #10812
Backing out of options menu cause game to freeze but audio continues, background loop video in the main menu continues playing. Essentially only 1 thread is locked. The rest of the threads are running fine. The only thread I can pause and play to effect the music and background video is the main thread. There's no spus listed in the debugger. Every thread with 44 00 00 02 is just waiting for another thread to initiate something. RSX is just waiting for somebody else to say go.
Sys_mutex lock is unlocking just fine and will continually just lock run the timer and unlock. Using elads optimizations it happens so fast I can't even see it without slow motion. But presently it locks counts 4s and unlocks. There's no errors in log, no evident cause anywhere that I can see. It's just an issue trying to overwrite the users .ini file for the game. Not a permissions issue cause everything is contained in H:\RPCS3 for me.

@elad335
Copy link
Contributor

elad335 commented Jul 29, 2022

Can you log kernel explorer with the pr and upload log?

@Darkhost1999
Copy link
Contributor

Can you log kernel explorer with the pr and upload log?

The lvl 2 optimizations PR?

@elad335
Copy link
Contributor

elad335 commented Jul 29, 2022

yes.

@Darkhost1999
Copy link
Contributor

OK but this is for Oblivion #10812
E {PPU[0x1000010] Thread (Thread_SaveOptions) [0x01736908]} SYS: 'sys_mmapper_allocate_shared_memory' failed with 0x80010004 : CELL_ENOMEM [1]
I logged before and after the issue and that error stuck out in between logging kernel explorer
RPCS3.log.gz

@DarkPhobia0
Copy link

Hi everyone, I've tested both BCES00004 & BCUS98112 and they show the same error identified by duduke

@DarkPhobia0
Copy link

Hi everyone, good news!
Enabling libvdec.sprx on advanced options helps you bypass the error and boot without issues.

@olivierchatry
Copy link

Hi everyone, good news! Enabling libvdec.sprx on advanced options helps you bypass the error and boot without issues.

Can confirm that works !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants