Jump to content

[1.7.10][SOLVED]Client crash on connecting to server


Vtec234

Recommended Posts

Hello, I'm using the latest Forge (10.13.0.1187) and Minecraft 1.7.10. This error happened in a dev enviroment, but the stack trace doesn't say anything about my mod, so I'm posting this issue here. Basically, the server runs fine, but when I try to connect to it with client, the client crashes. Here are the Forge logs:

server > https://gist.github.com/anonymous/37914c517774ff094c35

Note: The error at line 183 is something else, it happens while closing the server manually. Client crash is at line 91.

client > https://gist.github.com/anonymous/577de12346e8fb31718a

From line 156.

Link to comment
Share on other sites

Default ForgeGradle ones, except I changed the username in client to my own.

CLIENT

Main class: GradleStart

JVM: -Xincgc -Xmx1024M -Xms1024M -Djava.library.path="D:/Programowanie/Java/MinecraftForgeDev\build\natives" -Dfml.ignoreInvalidMinecraftCertificates=true

Program arguments: --username=Vtec234

SERVER

Main class: GradleStartServer

JVM: -Xincgc -Dfml.ignoreInvalidMinecraftCertificates=true

Program arguments: none

Link to comment
Share on other sites

Thanks, I was actually wondering why I still had the default skin. It works with --username and --password. However, when I don't provide anything and use the default ForgeDevName I get the same crash. Does that mean you have to have bought Minecraft in order to test server-client?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.