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

1.20.1-fabric-client #1716

Open
zc1108aaa opened this issue Feb 19, 2025 · 3 comments
Open

1.20.1-fabric-client #1716

zc1108aaa opened this issue Feb 19, 2025 · 3 comments
Labels
type: crash Issue where the game crashes

Comments

@zc1108aaa
Copy link

Context

crash-2025-02-19_21.27.28-client.txt

2025-02-19-7.log.gz
Roll 50w rows of logs,All have your mod name

Crash Report

0

@zc1108aaa zc1108aaa added the type: crash Issue where the game crashes label Feb 19, 2025
@IThundxr
Copy link
Member

Install indium, you must install indium if you are using sodium with mods that depend on the fabric rendering api

@zc1108aaa
Copy link
Author

This is the latest record
No sodium added

@IThundxr
Copy link
Member

In that case you'll have to do a binary search to find the mod that's replacing the renderer

Try a binary search:

The binary search is a way of finding a faulty thing amongst a lot of other things, without having to remove the things one-by-one. This is useful for finding a broken mod among hundreds of mods, without having to spend time testing the mods one-by-one.

The procedure is simple:

  1. Remove half of the existing things, and put them aside.
  2. Run the program / game.
  3. Does the issue still exist?
    If YES: Repeat from step 1 with the current things.
    IF NO: Swap out the current things with the ones set aside, and repeat from step 1.
  4. Repeat this process until the problematic thing/s have been found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: crash Issue where the game crashes
Projects
None yet
Development

No branches or pull requests

2 participants