Jump to content

[SOLVED][1.7.10] Unable to start server in Eclipse


coolAlias

Recommended Posts

EDIT: Open eula.txt in the working directory and change the value to true. I'm feeling pretty smart today... derp.

 

Hi guys,

 

After updating to Forge 1180, attempting to run a debug server in Eclipse always crashes with the following log:

 

[07:50:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[07:50:06] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[07:50:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[07:50:06] [main/INFO] [FML]: Forge Mod Loader version 7.10.18.1180 for Minecraft 1.7.10 loading
[07:50:06] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[07:50:06] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[07:50:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[07:50:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[07:50:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[07:50:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[07:50:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[07:50:07] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[07:50:14] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[07:50:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[07:50:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[07:50:15] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[07:50:19] [server thread/INFO]: Starting minecraft server version 1.7.10
[07:50:19] [server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[07:50:20] [server thread/INFO] [FML]: MinecraftForge v10.13.0.1180 Initialized
[07:50:20] [server thread/INFO] [FML]: Replaced 182 ore recipies
[07:50:20] [server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[07:50:21] [server thread/INFO] [FML]: Searching D:\Games\Minecraft\Modding-1.7.2\Github\run\mods for mods
[07:50:22] [server thread/ERROR] [FML]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
[07:50:25] [server thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[07:50:26] [server thread/INFO] [FML]: Processing ObjectHolder annotations
[07:50:26] [server thread/INFO] [FML]: Found 341 ObjectHolder annotations
[07:50:26] [server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[07:50:26] [server thread/INFO] [FML]: Applying holder lookups
[07:50:26] [server thread/INFO] [FML]: Holder lookups applied
[07:50:26] [server thread/INFO]: Loading properties
[07:50:26] [server thread/INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.
[07:50:26] [server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
[07:50:26] [server thread/INFO] [FML]: Applying holder lookups
[07:50:26] [server thread/INFO] [FML]: Holder lookups applied
[07:50:26] [server thread/INFO] [FML]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.

 

 

I tried deleting the old server world data, commenting out all my network code just in case, and even commenting out the entire code in my main class so it isn't loading anything, which leads me to believe it is a problem with my run configuration; I'm using GradleStartServer for my main class with no program or VM arguments - is that incorrect?

 

Thanks for any assistance.

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.