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

[1.14.4] Sidedness issue when run on a dedicated server. Attempted to load class net/minecraft/client/resources/I18 #339

Closed
ProsperCraft opened this issue Aug 6, 2019 · 8 comments
Labels
1.14 This issue or pull request only pertains to MC 1.14 bug Something isn't working

Comments

@ProsperCraft
Copy link

When players use building gadgets on the server, it doesn't crash the server but it has this stacktrace in console-

https://gist.github.com/ProsperCraft/e9ca3f07236d6c2c68299b5526fcd6bb

@MajorTuvok MajorTuvok added 1.14 This issue or pull request only pertains to MC 1.14 bug Something isn't working labels Aug 7, 2019
@MajorTuvok
Copy link
Contributor

This is missing descriptions...
Version:?
Other mods?
But this isn't necessary in this case I guess, cause the stacktrace already shows where ir comes from..

@ProsperCraft
Copy link
Author

Right, sidedness issues are very clear. The Minecraft version is in the topic.

@MichaelHillcox
Copy link
Collaborator

I'm closing this until actual detail is supplied.

Required:

  • Mod version
  • Forge version
  • Full crash log
  • Other mods if applicable.

Our template is to help us fix the issue as fast as possible. If you can't provide this information we won't waste our time trying to resolve the issue with limited information.

@ProsperCraft
Copy link
Author

Right, well 95% of all of the mods updating to 1.14.4 have had issues with sidedness because it changed in 1.14 I thought building gadgets was in the clear and was impressed until players started using it then saw this in the server console, the player reports it still works, and surprisingly it doesn't crash when calling client code on the dedicated server.

If you check my github history you will see this problem has been reported and resolved many many many times.

Steps to reproduce-
Set up a dedicated server
install building gadgets
connect to dedicated server
use the device, watch console.

buildinggadgets-3.0.0
forge-1.14.4-28.0.40
There is no crash log as the server did no crash.

Modlist- https://www.curseforge.com/minecraft/modpacks/the-adventures-of-halk
144 mods

server log-
2019-08-06-3.log

@MajorTuvok
Copy link
Contributor

MajorTuvok commented Aug 7, 2019

This is not an update issue - you can propably find this one in 1.12.2 too. It was caused by rewriting the mode System

@MajorTuvok MajorTuvok reopened this Aug 7, 2019
@MajorTuvok
Copy link
Contributor

MajorTuvok commented Aug 7, 2019

Looking at 1.12.2 I can't seem to find that TextComponent?!? Is it missing?

@MajorTuvok
Copy link
Contributor

So @MichaelHillcox just found the commit which fixed it in 1.12 (6fcc113)...
This looks like it was straight up not applied for the 1.14 branch sorry @ProsperCraft

@MichaelHillcox
Copy link
Collaborator

Should be fixed as of b609b6f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.14 This issue or pull request only pertains to MC 1.14 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants