benbenlaw / skyopolis-5

modpack
3 stars 0 forks source link

Crash to desktop #29

Open Titanblade828 opened 1 year ago

Titanblade828 commented 1 year ago

when i right click to open the simple storage inventory from simple storage. I get a crash to desktop. I'm on version 4.1 of the pack i have included the crash report hope this helps. crash-2023-02-22_23.01.32-client.txt

---- Minecraft Crash Report ---- // You should try our sister game, Minceraft!

Time: 2/22/23, 11:01 PM Description: Unexpected error

java.lang.NoClassDefFoundError: mezz/jei/Internal at com.lothrazar.storagenetwork.jei.JeiHooks.getJeiTextInternal(JeiHooks.java:51) ~[SimpleStorageNetwork-1.18.2-1.6.2.jar%23188!/:1.18.2-1.6.2] {re:classloading} at com.lothrazar.storagenetwork.jei.JeiHooks.getFilterText(JeiHooks.java:21) ~[SimpleStorageNetwork-1.18.2-1.6.2.jar%23188!/:1.18.2-1.6.2] {re:classloading} at com.lothrazar.storagenetwork.gui.NetworkWidget.initJei(NetworkWidget.java:197) ~[SimpleStorageNetwork-1.18.2-1.6.2.jar%23188!/:1.18.2-1.6.2] {re:classloading} at com.lothrazar.storagenetwork.gui.NetworkWidget.initSearchbar(NetworkWidget.java:190) ~[SimpleStorageNetwork-1.18.2-1.6.2.jar%23188!/:1.18.2-1.6.2] {re:classloading} at com.lothrazar.storagenetwork.block.inventory.ScreenNetworkInventory.m7856(ScreenNetworkInventory.java:76) ~[SimpleStorageNetwork-1.18.2-1.6.2.jar%23188!/:1.18.2-1.6.2] {re:classloading} at net.minecraft.client.gui.screens.Screen.m6575(Screen.java:423) ~[client-1.18.2-20220404.173914-srg.jar%23215!/:?]

Gurkysword12 commented 1 year ago

What do you have connected to the network?

Titanblade828 commented 1 year ago

the only thing attached to the network is a chest with a link cable the network Root and storage request Table. not crossing any chunk borders either also tried without having anything attached to the network just the root and request table and it still crashes. looking deeper into the crash log it mentions about jei Hooks

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Render thread Stacktrace: at com.lothrazar.storagenetwork.jei.JeiHooks.getJeiTextInternal(JeiHooks.java:51) ~[SimpleStorageNetwork-1.18.2-1.6.2.jar%23188!/:1.18.2-1.6.2] {re:classloading} at com.lothrazar.storagenetwork.jei.JeiHooks.getFilterText(JeiHooks.java:21) ~[SimpleStorageNetwork-1.18.2-1.6.2.jar%23188!/:1.18.2-1.6.2] {re:classloading} at com.lothrazar.storagenetwork.gui.NetworkWidget.initJei(NetworkWidget.java:197) ~[SimpleStorageNetwork-1.18.2-1.6.2.jar%23188!/:1.18.2-1.6.2] {re:classloading} at com.lothrazar.storagenetwork.gui.NetworkWidget.initSearchbar(NetworkWidget.java:190) ~[SimpleStorageNetwork-1.18.2-1.6.2.jar%23188!/:1.18.2-1.6.2] {re:classloading} at com.lothrazar.storagenetwork.block.request.ScreenNetworkTable.m7856 hope this helps