Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

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

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.

  • 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]

  • 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...

  • 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.

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.