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

Recipes opening crash (only with server) #686

Open
Kibonik opened this issue May 1, 2018 · 4 comments
Open

Recipes opening crash (only with server) #686

Kibonik opened this issue May 1, 2018 · 4 comments

Comments

@Kibonik
Copy link

Kibonik commented May 1, 2018

https://pastebin.com/2GQBxYm8 client log
https://pastebin.com/KwK9xudn server log
If i open thaumonomicon, and try to see recipes, when i move cursor to recipe ingredients - crash.
Crash come only with recipes, where one item can be replaced to some else ( for example, any log).
In single - i have no problem. When i connect to my dedicated server - i have problem.

@Kibonik
Copy link
Author

Kibonik commented May 2, 2018

Using only thaumcraft mod - same problem

@Kibonik
Copy link
Author

Kibonik commented May 2, 2018

So!
It's not a client-server problem. It's another.
For example. I open fabric receipt. Here crash come with string . Usually, when i stop cursor on string - it show me small square with info:
String(id)
minecraft:string
Click for recipe

BUT! If i have no researched Hedge alchemy, so i can't see recipe for string, and i have "Screen render" crash.

I checked this with clear MC 1.12.2, last forge, last thaumcraft

@Kibonik
Copy link
Author

Kibonik commented May 2, 2018

lines 2028-2037

    if (ref != null) {
      String[] sr = ref.split(";", 2);
      ResourceLocation res = new ResourceLocation(sr[0]);
      if (res.func_110623_a().equals("UNKNOWN")) {
        addtext.add(TextFormatting.DARK_RED + "" + TextFormatting.ITALIC + I18n.func_74838_a("recipe.unknown"));
      } else {
        addtext.add(TextFormatting.BLUE + "" + TextFormatting.ITALIC + I18n.func_74838_a("recipe.clickthrough"));
        reference.add(Arrays.asList(new Comparable[] { Integer.valueOf(mx), Integer.valueOf(my), res, sr[1] }));
      }
    }

whatever, you know recepe or not - if (res.func_110623_a().equals("UNKNOWN")) is false

@MainFreak
Copy link

Issues related to the beta versions of Thaumcraft 6 belong here

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