#Slightly Edited Craftoria pack crashing after being in world for a few minutes

24 messages · Page 1 of 1 (latest)

wise lotus
#

"Mod list changes beyond the modpack: Added mods: aquaculturedelight-1.2.0-neoforge-1.21.1.jar blueprint-1.21.1-8.0.5.jar Caupona-1.21.1-0.5.2.jar chefsdelight-1.0.4-neoforge-1.21.1.jar copycats-3.0.1+mc.1.21.1-neoforge.jar crabbersdelight-1.21.1-1.1.9.jar create-central-kitchen-2.1.2.jar create-confectionery1.21.1_v1.1.2.jar create-stuff-additions1.21.1_v2.1.0e.jar create_structures_arise-158.31.30-neoforge-1.21.1.jar create_things_and_misc-4.0-neoforge-1.21.1.jar create_winery-1.6.0-neoforge-1.21.1.jar createaddition-1.4.2.jar createfood-neoforge-1.21.1-2.0.0-beta.jar createoreexcavation-1.21-1.6.3.jar cuisinedelight-1.2.5.jar endersdelight-neoforge-1.21.1-1.1.0.jar Essential_1-3-6-2_neoforge_1-21-1.jar expandeddelight-0.1.3.1.jar garnished-2.1.3.6+1.21.1-neoforged.jar hauntedharvest-1.21-3.3.3-neoforge.jar incubation-1.21.1-5.0.0.jar Kleiders Custom Renderer API 7.2.0 1.21.1.jar nether-s-exoticism-1.21.1-1.2.9.jar protection_pixel-1.9.4-neoforge-1.21.1.jar rechiseledcreate-1.0.2-neoforge-mc1.21.jar solcarrot-1.21.1-1.16.5.jar someassemblyrequired-5.1.2.jar Removed mods: createfiltersanywhere-1.5.1.jar fancymenu_neoforge_3.5.0_MC_1.21.1.jar FramedBlocks-10.3.2.jar iris-flywheel-compat-NeoForge-2.0.0.jar Updated mods: balm (21.0.45 > 21.0.44)"
Those are all the mods ive added, when playing single player it works fine, but after a friend joins and we play for a couple minutes it freezes and then crashes without a report. It seems to be related to loading new chunks, any insight on what to do?

robust grail
#

read the crashlog
read the latest.log
read the debug.log

try to identify what is crashing and why

wise lotus
#

I have, any idea where in these I could find the issue?

#

and there isnt a crash log

robust grail
#

if minecraft crashed (like, really crashed not just shut the server down), there will be a crashlog
if java crashed, there will be an hs_err file instead
if the server is just closing, kicking you to the multiplayer menu, there wont be one

#

the info on the error should be around the message saying you disconnected

wise lotus
#

By using essential and playing for a couple minutes, the game freezes and shuts me out, and there isn't a crash log and this is all I get

robust grail
#

?e4mc

cloud bayBOT
#

This tag is trying to execute a command that does not exist.

wise lotus
#

I'll try it and keep you updated, forgot that existed lol.

robust grail
#

also, click upload all

wise lotus
#

closed out of it, will do next time!

celest zodiac
#

Doh, Ling beat me to it.

wise lotus
#

Craftoria crashed without a crash report. The logs have been uploaded to gnomebot.dev:

latest.log head / tail (~55k lines) | debug.log head / tail (~81MB & ~264k lines) | CurseForge: launcher_log.txt head / tail (~23MB & ~93k lines) | KubeJS: client.log / server.log / startup.log | crash_assistant_app.log | win_event1748911081996.txt

Found 1 log analysis results:
WasClosedByWindows in: win_event1748911081996.txt

Mod list changes beyond the modpack:

28 added, 4 removed, 1 updated.

Froze and crashed as soon as the other player joined with e4mc

robust grail
#

remove protection pixel

#

(and Kleiders Custom Renderer API)

wise lotus
#

Will keep you updated, just curious where did you find that to be the issue?

robust grail
#
[02Jun2025 20:37:13.088] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: sad_cicada27 joined the game

[02Jun2025 20:37:13.099] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] sad_cicada27 joined the game

[02Jun2025 20:37:13.192] [Server thread/INFO] [artifacts.Artifacts/]: Sending item configs to client

[02Jun2025 20:37:13.197] [Server thread/INFO] [actuallyadditions/]: Sending Player Data to player literal{sad_cicada27} with UUID a698b782-d2fa-46b2-93e0-5e91e6150be9.

[02Jun2025 20:37:13.197] [Render thread/ERROR] [net.minecraft.util.thread.BlockableEventLoop/FATAL]: Error executing task on Client
java.util.concurrent.CompletionException: java.lang.NullPointerException: Cannot invoke "net.minecraft.world.entity.Entity.getData(java.util.function.Supplier)" because the return value of "net.minecraft.world.level.Level.getEntity(int)" is null
...
Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.world.entity.Entity.getData(java.util.function.Supplier)" because the return value of "net.minecraft.world.level.Level.getEntity(int)" is null
    at com.kleiders.kleidersplayerrenderer.network.KleidersCustomRendererModVariables$PlayerVariablesSyncMessage.lambda$handleData$2:L115
    at net.neoforged.neoforge.network.handling.ClientPayloadContext.enqueueWork:L31
    at com.kleiders.kleidersplayerrenderer.network.KleidersCustomRendererModVariables$PlayerVariablesSyncMessage.handleData:L115

#

where the crashing started (and ended)

wise lotus
#

I don't know how you guys catch that stuff i would've never found that

robust grail
#

in this case, you know it has issues when joined, so you first find the join message sad_cicada27 joined the game

from there, you scroll until you find errors (fatal are pretty bad)

alternatively, if it crashes, you can scroll to the very bottom and scroll up until you get to the last crash message and work backwards from there (stack traces are inside to outside, so the lowest part of the stack trace is where it started)

wise lotus
#

oh thats so true, bless this community thx man. Testing it when my friend gets back home