Create

Create

86M Downloads

[1.19.2 Forge] Crash server

GitJhopa opened this issue ยท 5 comments

commented

Describe the Bug

Crash server - log :
crash-2023-10-17_22.52.16-server.txt

Reproduction Steps

  1. Server crashing.

Expected Result

No crashing server.

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Ubuntu 22

Mod Version

0.5.1e

Minecraft Version

1.19.2

Forge Version

1.19.2-43.2.21

Other Mods

No response

Additional Context

No response

commented

Unsupported software - Hybrid servercore

commented

That code should not be getting called on a server at all from what I can tell, since it's using the Minecraft.getInstance() method which doesn't exist on the server. Did this crash occur on the server side or on the client side?

If it was actually on the server side, the crash would have been something like:
cannot load CLIENT class net/minecraft/client/Minecraft/ on side SERVER.

commented

were you executing a command when the crash happened?

commented

i use GoldenForge core

commented

i use GoldenForge core

Goldenforge is currently in an alpha stage. Expect stuff to break. It's not ready for production. Please do not report issues to mod authors or forge.

So that's probably why