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

Crashes on AMDGPU #24

Closed
DBTDerpbox opened this issue May 13, 2024 · 10 comments
Closed

Crashes on AMDGPU #24

DBTDerpbox opened this issue May 13, 2024 · 10 comments

Comments

@DBTDerpbox
Copy link

ImmediatelyFast can crash on AMDGPU on Linux

Its up to you how you handle this, but here's the issue on ImmediatelyFast's GitHub repo: RaphiMC/ImmediatelyFast#183

Here's a log if its any help https://mclo.gs/k8VyH4C

@omo50
Copy link
Collaborator

omo50 commented May 13, 2024

hm. will have to look into how id exactly handle this? strange bug. I wouldnt like to remove the mod (as it does wonders performance wise)

Its also hard for me to work on a workaround if even possible due to me not running Linux or a AMD GPU

@DBTDerpbox
Copy link
Author

I decided to test ImmediatelyFast by itself and it doesn't seem to crash, so its some combination of mods causing it

@omo50
Copy link
Collaborator

omo50 commented May 13, 2024

Mind testing with Faster Random, Nvidium and IF? FR and Nvidium come to mind as they are the most recent additions

I will probably remove nvidium in the next version until a 1.20.6 port due to it having a memory leak on linux systems (patched in its 1.20.6 port)

@omo50
Copy link
Collaborator

omo50 commented May 13, 2024

also apologies for having you test, i just do not have the requirements to test myself 😅

@DBTDerpbox
Copy link
Author

Its fine, I'm the one who made the report

@DBTDerpbox
Copy link
Author

After a lot of testing, this seems to be caused by the config file you have for ImmediatelyFast

I'll do some more testing to try to figure out what specifically is wrong with it

@omo50
Copy link
Collaborator

omo50 commented May 13, 2024

@DBTDerpbox Maybe look at disabling the experimental options "experimental_disable_error_checking" and "experimental_disable_resource_pack_conflict_handling"?
Id also mess with increasing "fast_buffer_upload_size" to 128, although i heavily doubt thats causing it

@DBTDerpbox
Copy link
Author

This seems to be caused by "fast_buffer_upload_size_mb": 64,, everything else is fine

setting it to 128 does work, but the default is 256 so you might want to use that instead

@omo50
Copy link
Collaborator

omo50 commented May 13, 2024

the "fast_buffer_upload_size_mb" is iirc how often IF refreshes hud elements in some way. Unsure of what it does exactly, all i know is generally lower values = faster hud elements and better performance. 0.3.2 should release later with this change to 128. Thanks for your help

@omo50 omo50 closed this as completed May 13, 2024
@omo50
Copy link
Collaborator

omo50 commented May 13, 2024

let me know if any other issues occur 👍

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