06-29-2023, 06:37 AM -
Game: Saints Row 2 [Serial Number - BLUS30201]
Specs: 1050ti, Intel 10400F, 16GB memory
Problem:
I keep seeing the following error when attempting to launch the game.
I manage to make it into the menu screen, which aside from the repeated error above, works perfectly. However new problems emerge in the loading screen when I actually try to start my game.
First the two errors above pay me a visit, then the following errors appear repeatedly while the audio lags horribly and I'm stuck in the loading screen.
Attempted Fix:
I saw the admin say in a thread that the memlock limit needs to be increased. I copied his code which resulted in no changes.
After running the command "ulimit -l", it is revealed that my memory limit is well above the required specifications of RPCS3.
Conclusion:
I have no clue why this is happening and no idea of how to solve it.
Specs: 1050ti, Intel 10400F, 16GB memory
Problem:
I keep seeing the following error when attempting to launch the game.
Code:
E VM: Failed to lock sudo memory (addr=0x70000000, size=0x8d00000). Consider increasing your system limits.
Code:
E SYS: 'cellAudioRemoveNotifyEventQueue' failed with 0x80310709 : CELL_AUDIO_ERROR_TRANS_EVENT [3]
E VM: Failed to lock sudo memory (addr=0x30810000, size=0x10000). Consider increasing your system limits.
First the two errors above pay me a visit, then the following errors appear repeatedly while the audio lags horribly and I'm stuck in the loading screen.
Code:
U cellAudio TODO: cellAudioPortOpen(): CELL_AUDIO_PORTATTR_OUT_SECONDARY
U cellMic TODO: cellMicSetNotifyEventQueue(key=0x72110700)
Attempted Fix:
I saw the admin say in a thread that the memlock limit needs to be increased. I copied his code which resulted in no changes.
Code:
* hard memlock unlimited
* soft memlock unlimited
##It's something like this. Typing this from memory as I'm too lazy to look it up right now.
Code:
[user@arch ~]$ ulimit -l
8192
Conclusion:
I have no clue why this is happening and no idea of how to solve it.