Posted October 11, 20159 yr 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
October 11, 20159 yr In the source folder of your project, there's a folder called logs. Please send us the text file called "fml-client-latest". Preferably on pastebin.com. Sup bruh.
October 11, 20159 yr Author ok, here is the fml-server-latest.log http://pastebin.com/uWMJAgxS and here is the fml-client-latest.log http://pastebin.com/zRkTR9iF
October 11, 20159 yr Author 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]
October 11, 20159 yr Author 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...
October 11, 20159 yr Author So the issue happens on the client, too? Then that log you posted is useless. Post the lastest log you have. i have posted already, there are 2 links, one for server one for client...check it here:http://pastebin.com/zRkTR9iF
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.