Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report [Fabric]: Stack overflow when mounting an NPC #180

Open
2 of 4 tasks
xunto opened this issue Mar 5, 2024 · 1 comment
Open
2 of 4 tasks

Bug report [Fabric]: Stack overflow when mounting an NPC #180

xunto opened this issue Mar 5, 2024 · 1 comment

Comments

@xunto
Copy link

xunto commented Mar 5, 2024

Describe the bug
Mounting an NPC sometimes crashes the server with Stack Overflow error.

Platform(s)

  • Fabric
  • Forge (not tested)

Environment(s)

  • Singleplayer (not tested)
  • Server

Versions

  • Minecraft 1.19.2
  • Taterzens 1.11.1

To Reproduce
Steps to reproduce the behavior:

  1. Mount NPC
  2. See error

Doesn't happen every time

Expected behavior
NPC is mounted, no crash appeared.

Logs

[21:37:41] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.StackOverflowError: null
	at net.minecraft.class_1297.addPassengersDeep(class_1297.java:12221) ~[server-intermediary.jar:?]
	at net.minecraft.class_1297.addPassengersDeep(class_1297.java:12221) ~[server-intermediary.jar:?]
	at net.minecraft.class_1297.addPassengersDeep(class_1297.java:12221) ~[server-intermediary.jar:?]
	at net.minecraft.class_1297.addPassengersDeep(class_1297.java:12221) ~[server-intermediary.jar:?]
	at net.minecraft.class_1297.addPassengersDeep(class_1297.java:12221) ~[server-intermediary.jar:?]
	at net.minecraft.class_1297.addPassengersDeep(class_1297.java:12221) ~[server-intermediary.jar:?]
	at net.minecraft.class_1297.addPassengersDeep(class_1297.java:12221) ~[server-intermediary.jar:?]
	at net.minecraft.class_1297.addPassengersDeep(class_1297.java:12221) ~[server-intermediary.jar:?]
	at net.minecraft.class_1297.addPassengersDeep(class_1297.java:12221) ~[server-intermediary.jar:?]
	at net.minecraft.class_1297.addPassengersDeep(class_1297.java:12221) ~[server-intermediary.jar:?]
	at net.minecraft.class_1297.addPassengersDeep(class_1297.java:12221) ~[server-intermediary.jar:?]
	at net.minecraft.class_1297.addPassengersDeep(class_1297.java:12221) ~[server-intermediary.jar:?]
	at net.minecraft.class_1297.addPassengersDeep(class_1297.java:12221) ~[server-intermediary.jar:?]
...
@xunto xunto changed the title Bug report [Fabric]: Stack overflow when mounting NPC Bug report [Fabric]: Stack overflow when mounting an NPC Mar 5, 2024
@samolego
Copy link
Owner

samolego commented Mar 6, 2024

Ugh, that's bad. You said it doesn't happen every time - appears to be "random"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants