Jump to content

[1.7.10] MineCraft terminated at load screen with no crash report


tyker1

Recommended Posts

Hi there... i just paused my Mod for a while and now wanted to go on with it. but then i met this **** problem, when i click "run client" in eclipse, it do start the minecraft for me, but client will terminate at the load screen(for loading 7/7) and gives no information about y it terminated. In order to make sure that it is not the problem with my jre, i tried to start the official one with minecraft.exe, it works. Also i'm sure that my mod code dose nothing wrong(cause i tried to remove it from the mod folder and run mc in eclipse without custom mods, it also not work)... maybe someone has met the same problem? how u solve it? thx a lot for help

Link to comment
Share on other sites

Your common proxy class name is wrong in the @SidedProxy.

 

i though so. but when i checked in it:

 


@SidedProxy(clientSide="com.redintegrated.RedIntegratedMod.proxy.ClientProxy",
		serverSide="com.redintegrated.RedIntegratedMod.proxy.CommonProxy")
public static CommonProxy proxy;

 

and there my CommonProxy is:

package com.redintegrated.RedIntegratedMod.proxy;

public class CommonProxy {

public void initSounds() {
	// TODO Auto-generated method stub

}

public void initRanderers() {
	// TODO Auto-generated method stub

}

}

 

it's not wrong...also i have ran this mod for more than 30times before and never terminated like this time.(i havent modified anything since last time i edited and ran it successfully)...[/code]

Link to comment
Share on other sites

i tried to do that... but it dosent help.. also i'm now only running client, so i think theres nothing to do with fml-server-latest :(

 

also, i remember the first time i installed forge with gradle, i met this problem 2..and i tried to install forge in my .minecraft folder and then it works...but now..it happens again...

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.