Fabric hangs on "Setting user: Player***" #1306
-
Whenever I debug a mod, I get this warning:
and a stack trace, generally pointing to Then Fabric hangs on After waiting a while, I noticed the message seemed to change to What's going wrong, is it just me or is it happening to everyone? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
The Which Java/LWJGL versions are you using? I've had some issues with version conflicts in production where the game would hang sometime around here. In addition, you say debugging the mod causes the issue. Does |
Beta Was this translation helpful? Give feedback.
The
@Mixin target
andFailed to verify authentication
errors are development environment quirks and can be safely ignored.Which Java/LWJGL versions are you using? I've had some issues with version conflicts in production where the game would hang sometime around here.
In addition, you say debugging the mod causes the issue. Does
./gradlew runClient
or a production environment from./gradlew build
work?