#Crash on running forge instance in Arch Loom project

18 messages · Page 1 of 1 (latest)

worldly harbor
#

Minecraft: 1.20.1
Architectury Loom: 1.7-SNAPSHOT
Architectury API: 9.1.12

Brief
When running Forge Client, the game window firstly shows up and starts to load. But then the console throws an error related to Mixin, and the game window become irresponsive.

The fabric instance works totally fine.

I tried to apply solution "Fixing refmaps" given by KubeJs Github page for forge gradle, but it does not seem to be usable in arch loom, as minecraft does not exist in arch loom (neither in root project or forge module).

Related source codes: https://github.com/MUYUTwilighter/Croparia/commit/bcdd78ff18c23926f561684b5bf83bcf79bad37e
Log (copy from idea console as Mojang's logging system failed to grab all messages): https://pastebin.com/zXxfbGtq

edgy wolfBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

hazy stag
#

upload logs directly here or use https://mclo.gs due to

This page is no longer available. It has either expired, been removed by its creator, or removed by one of the Pastebin staff.

worldly harbor
#

ahh OK

delicate stirrup
#

No, don’t use that website xd

#

We heavily discourage that lol

hazy stag
#

pastebin or mclogs?

worldly harbor
empty sableBOT
#

Paste version of crash-2025-01-17_02.15.52-client.txt from @worldly harbor

delicate stirrup
#

Always just upload directly

worldly harbor
#

Is this fine?

#

I have tried manually implementing rhino using modApi "dev.latvian.mods:rhino-forge:${rhino_version}" in forge module, but it still crashes

hazy stag
#

I’ll leave this up to Lexxie or Lat 😅

worldly harbor
#

I have just tested kubeJs in 1.21 Arch (Fabric + NeoForge), there are also some issues.

Missing dependencies

I add maven repo and dependency using modApi "dev.latvian.mods:kubejs-neoforge:${kubejs_version}", the build failed and showed missing dependency for dev.latvian.apps:tiny-java-server.

Still crashes

I then tried to add kubejs and rhino in game directory (mods), but the game still crashes due to mixin issue.

Related code: https://github.com/MUYUTwilighter/Croparia/commit/fabda7fdf36c72568d6ff8692bff4c2f66858461

empty sableBOT
#

Paste version of 1.21-crash-2025-01-17_03.26.08-client.txt, 1.21-gradle.log, 1.21-minecraft.log from @worldly harbor

delicate stirrup
#

there is no 1.21 arch/fabric version for kjs