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 crash #7338

Closed
unaexploder opened this issue Feb 6, 2025 · 1 comment
Closed

Game crash #7338

unaexploder opened this issue Feb 6, 2025 · 1 comment
Labels
type: crash Issue where the game crashes wrong repo: addon Issue should be under a Create addon's repository

Comments

@unaexploder
Copy link

unaexploder commented Feb 6, 2025

Context

When i try using sand in the attribute filter my game crashes no matter what I do about it im playing on 1.19.2

Edit: nothing works in it no matter what i use my game crashes

Crash Report

https://mclo.gs/aBislQg

@unaexploder unaexploder added the type: crash Issue where the game crashes label Feb 6, 2025
@IThundxr IThundxr added the wrong repo: addon Issue should be under a Create addon's repository label Feb 6, 2025
@IThundxr
Copy link
Member

IThundxr commented Feb 6, 2025

some addon is adding null item attributes, do a binary search to figure out which one:

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.

@IThundxr IThundxr closed this as not planned Won't fix, can't repro, duplicate, stale Feb 6, 2025
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 wrong repo: addon Issue should be under a Create addon's repository
Projects
None yet
Development

No branches or pull requests

2 participants