Stormwind99 / FoodFunk

Minecraft mod: What is that funky smell in my backpack? Food spoils over time unless preserved. Configure any item to rot, any container to preserve items.
https://minecraft.curseforge.com/projects/food-funk
GNU Lesser General Public License v3.0
10 stars 8 forks source link

version 4.0.5+ startup crash with applecore #35

Closed Bucky420 closed 6 years ago

Bucky420 commented 6 years ago

EDIT: this is a compatibility issue with appleCore this is the stack trace for the crash i cant get heads or tails the cause. I think it could be a mod conflict

Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.util.SearchTree.func_194039_a(SourceFile:48)
    at java.util.ArrayList.forEach(Unknown Source)
    at net.minecraft.client.util.SearchTree.func_194042_b(SourceFile:48)
    at net.minecraft.client.util.SearchTree.func_194043_a(SourceFile:44)
    at java.util.ArrayList.forEach(Unknown Source)
    at net.minecraft.client.Minecraft.func_193986_ar(Minecraft.java:603)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:528)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

crash-2018-08-16_23.50.51-client.txt

Stormwind99 commented 6 years ago

I don't see any evidence of which mod is causing the crash. The stack trace is very odd and appears to be occurring during client initialization - before FoodFunk is even loaded.

Suggestions:

Bucky420 commented 6 years ago

reopen this as the issue is apple core