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

game remains in ram #3

Closed
1vanK opened this issue Mar 15, 2025 · 7 comments
Closed

game remains in ram #3

1vanK opened this issue Mar 15, 2025 · 7 comments

Comments

@1vanK
Copy link

1vanK commented Mar 15, 2025

Elden_Ring.exe (runned through Port Proton) still exists in memory after exit. Without preload the game closes normally. What can be done about this?

@arunanshub
Copy link
Owner

Do you mind using https://github.com/arunanshub/preload-rs instead and report back? This is a newer rust based implementation.

@1vanK
Copy link
Author

1vanK commented Mar 15, 2025

I could try, but I need a miniguide on how to compile and install it xD

@arunanshub
Copy link
Owner

Every CI run of preload-rs produces a fresh binary. Feel free to download and run it. https://github.com/arunanshub/preload-rs/actions/runs/13868058049#artifacts

Unfortunately I haven't had the time to create a documention or release build process. 😅

@1vanK
Copy link
Author

1vanK commented Mar 15, 2025

user@pc-000:~/Загрузки$ sudo ./preload-rs
2025-03-15T08:46:00.822021Z  WARN kernel::state::inner: Cannot get exe path for pid=2865. Am I running as root?
2025-03-15T08:46:00.822104Z  WARN kernel::state::inner: Cannot get exe path for pid=789. Am I running as root?
2025-03-15T08:46:00.822115Z  WARN kernel::state::inner: Cannot get exe path for pid=593. Am I running as root?
2025-03-15T08:46:00.822136Z  WARN kernel::state::inner: Cannot get exe path for pid=208. Am I running as root?
2025-03-15T08:46:00.822204Z  WARN kernel::state::inner: Cannot get exe path for pid=7100. Am I running as root?
2025-03-15T08:46:00.822218Z  WARN kernel::state::inner: Cannot get exe path for pid=101. Am I running as root?
2025-03-15T08:46:00.822228Z  WARN kernel::state::inner: Cannot get exe path for pid=28. Am I running as root?
....

@arunanshub
Copy link
Owner

arunanshub commented Mar 15, 2025 via email

@arunanshub
Copy link
Owner

Also @1vanK, do you mind reporting your problems over on https://github.com/arunanshub/preload-rs?

Also, make sure to run preload-rs like so:

sudo preload-rs -s state.db

It's important that you let preload-rs collect runtime info and store it somewhere.

@1vanK
Copy link
Author

1vanK commented Mar 15, 2025

@1vanK 1vanK closed this as completed Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants