FontRenderer icon indicating copy to clipboard operation
FontRenderer copied to clipboard

error 1.12.2

Open Ximai271 opened this issue 4 months ago • 0 comments

Hello everyone, I have an error that after loading into the minecraft menu it crashes, my path is like this: super(FontUtil.getFontFromTTF(new ResourceLocation("assets/javarust/Fonts" + NameFontTTF+".ttf"), size,fonttype), antiAlias, fractionalMetrics); and I call the font itself like this: public static fr = new FontRenderer("RobotoCondensed-Bold", 20, Font.PLAIN, true, true); and in drawscreen fr.drawStringWithShadow("Your String", 3, 3, Color.WHITE.getRGB()); and it crashes for me, in debug it says this:

Task :Start.main() FAILED ERROR: transport library not found: dt_socket ERROR: transport library not found: dt_socket

ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_LOAD(509) JDWP exit error AGENT_ERROR_TRANSPORT_LOAD(196): No transports initialized [debugInit.c:750] FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_LOAD(196)

ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_LOAD(509)

Execution failed for task ':Start.main()'.

Process 'command 'C:/Users/user/.jdks/corretto-1.8.0_462/bin/java.exe'' finished with non-zero exit value 1

  • Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

help pls

Ximai271 avatar Aug 15 '25 08:08 Ximai271