Jump to content

No server console output with "nogui"


Amazong

Recommended Posts

I'm having the same problem that is in this topic: http://www.minecraftforge.net/forum/index.php?topic=1476.0

Server is using Forge 4.1.1.251 and I'm starting the server with "nogui". Console shows nothing when trying to use a command like help.

ForgeModLoader-server-0.log, server.log and the server GUI that shows up without "nogui" do show the help list properly.

I didn't have this problem with Forge 3 for 1.2.5

 

0ar14.png

ForgeModLoader-server-0.log:

 

2012-09-09 16:07:23 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.196.366 for Minecraft client:1.3.2, server:1.3.2 loading

2012-09-09 16:07:23 [FINEST] [ForgeModLoader] All core mods are successfully located

2012-09-09 16:07:23 [FINEST] [ForgeModLoader] Discovering coremods

2012-09-09 16:07:23 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

 

2012-09-09 16:07:23 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

 

2012-09-09 16:07:23 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

 

2012-09-09 16:07:23 [FINEST] [ForgeModLoader] Running coremod plugins

2012-09-09 16:07:23 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2012-09-09 16:07:23 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2012-09-09 16:07:23 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2012-09-09 16:07:23 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2012-09-09 16:07:23 [FINEST] [ForgeModLoader] Validating minecraft

2012-09-09 16:07:23 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2012-09-09 16:07:23 [iNFO] [sTDOUT] 195 recipes

2012-09-09 16:07:23 [iNFO] [sTDOUT] 27 achievements

2012-09-09 16:07:23 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2012-09-09 16:07:23 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2012-09-09 16:07:23 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2012-09-09 16:07:23 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2012-09-09 16:07:23 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Amazong\Desktop\moddata\testserver2 u6 1.3.2\minecraft_server.jar, examining for mod candidates

2012-09-09 16:07:23 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Amazong\Desktop\moddata\testserver2 u6 1.3.2\lib\argo-2.25.jar

2012-09-09 16:07:23 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Amazong\Desktop\moddata\testserver2 u6 1.3.2\lib\guava-12.0.1.jar

2012-09-09 16:07:23 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Amazong\Desktop\moddata\testserver2 u6 1.3.2\lib\asm-all-4.0.jar

2012-09-09 16:07:23 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2012-09-09 16:07:23 [iNFO] [ForgeModLoader] Searching C:\Users\Amazong\Desktop\moddata\testserver2 u6 1.3.2\mods for mods

2012-09-09 16:07:23 [FINE] [ForgeModLoader] Examining file minecraft_server.jar for potential mods

2012-09-09 16:07:23 [FINE] [ForgeModLoader] The mod container minecraft_server.jar appears to be missing an mcmod.info file

2012-09-09 16:07:24 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 2 mods to load

2012-09-09 16:07:24 [FINE] [ForgeModLoader] Received a system property request ''

2012-09-09 16:07:24 [FINE] [ForgeModLoader] System property request managing the state of 0 mods

2012-09-09 16:07:24 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2012-09-09 16:07:24 [FINE] [ForgeModLoader] Activating mod FML

2012-09-09 16:07:24 [FINE] [ForgeModLoader] Activating mod Forge

2012-09-09 16:07:24 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied

2012-09-09 16:07:24 [FINE] [ForgeModLoader] All mod requirements are satisfied

2012-09-09 16:07:24 [FINE] [ForgeModLoader] Sorting mods into an ordered list

2012-09-09 16:07:24 [FINE] [ForgeModLoader] Mod sorting completed successfully

2012-09-09 16:07:24 [FINE] [ForgeModLoader] Mod sorting data:

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@343dd4b6 to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@343dd4b6 delivered to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@343dd4b6 to mod Forge

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@343dd4b6 delivered to mod Forge

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@20a07db0 to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@20a07db0 delivered to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@20a07db0 to mod Forge

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@20a07db0 delivered to mod Forge

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@59db869 to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@59db869 delivered to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@59db869 to mod Forge

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@59db869 delivered to mod Forge

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@71e53662 to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@71e53662 delivered to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@71e53662 to mod Forge

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@71e53662 delivered to mod Forge

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@4c01acb7 to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@4c01acb7 delivered to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@4c01acb7 to mod Forge

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@4c01acb7 delivered to mod Forge

2012-09-09 16:07:24 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 2 mods

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@4389f6ad to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@4389f6ad delivered to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@4389f6ad to mod Forge

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@4389f6ad delivered to mod Forge

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@6444b374 to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@6444b374 delivered to mod FML

2012-09-09 16:07:24 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@6444b374 to mod Forge

2012-09-09 16:07:24 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@6444b374 delivered to mod Forge

2012-09-09 16:07:25 [iNFO] [ForgeModLoader] MinecraftForge v4.1.1.251 Initialized

2012-09-09 16:08:58 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@1b362c68 to mod FML

2012-09-09 16:08:58 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@1b362c68 delivered to mod FML

2012-09-09 16:08:58 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@1b362c68 to mod Forge

2012-09-09 16:08:58 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@1b362c68 delivered to mod Forge

2012-09-09 16:08:58 [iNFO] [sTDERR] 2012-09-09 16:07:23 [iNFO] Starting minecraft server version 1.3.2

2012-09-09 16:07:24 [iNFO] Loading properties

2012-09-09 16:07:24 [iNFO] Default game type: SURVIVAL

2012-09-09 16:07:24 [iNFO] Generating keypair

2012-09-09 16:07:24 [iNFO] Starting Minecraft server on *:25565

2012-09-09 16:07:24 [iNFO] Preparing level "world"

2012-09-09 16:07:24 [iNFO] Preparing start region for level 0

2012-09-09 16:07:24 [iNFO] Done (0,556s)! For help, type "help" or "?"

2012-09-09 16:08:01 [iNFO] --- Showing help page 1 of 5 (/help <page>) ---

2012-09-09 16:08:01 [iNFO] /ban <name> [reason ...]

2012-09-09 16:08:01 [iNFO] /ban-ip <address|name> [reason ...]

2012-09-09 16:08:01 [iNFO] /banlist [ips|players]

2012-09-09 16:08:01 [iNFO] /debug

2012-09-09 16:08:01 [iNFO] /defaultgamemode <mode>

2012-09-09 16:08:01 [iNFO] /deop <player>

2012-09-09 16:08:01 [iNFO] /gamemode <mode> [player]

2012-09-09 16:08:58 [iNFO] Stopping the server

2012-09-09 16:08:58 [iNFO] Stopping server

2012-09-09 16:08:58 [iNFO] Saving players

2012-09-09 16:08:58 [iNFO] Saving worlds

2012-09-09 16:08:58 [iNFO] Saving chunks for level 'world'/Overworld

java.net.SocketException: socket closed

2012-09-09 16:08:58 [iNFO] [sTDERR] at java.net.DualStackPlainSocketImpl.accept0(Native Method)

2012-09-09 16:08:58 [iNFO] [sTDERR] at java.net.DualStackPlainSocketImpl.socketAccept(Unknown Source)

2012-09-09 16:08:58 [iNFO] [sTDERR] at java.net.AbstractPlainSocketImpl.accept(Unknown Source)

2012-09-09 16:08:58 [iNFO] [sTDERR] at java.net.PlainSocketImpl.accept(Unknown Source)

2012-09-09 16:08:58 [iNFO] [sTDERR] at java.net.ServerSocket.implAccept(Unknown Source)

2012-09-09 16:08:58 [iNFO] [sTDERR] at java.net.ServerSocket.accept(Unknown Source)

2012-09-09 16:08:58 [iNFO] [sTDERR] at fy.run(ServerListenThread.java:75)

2012-09-09 16:08:58 [iNFO] [sTDOUT] MinecraftForge v4.1.1.251 Initialized

Closing listening thread

 

 

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.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello i wanna make a modded server for me and my friends and the game is crashing when i use items that pop-up and UI and we cannot place modded blocks.  Here is the video i take so it's more easy for you guys to see.   Help please! Thanks
    • The thought process for this would be checking the EnderMan class, as its not behaviour intrinsecally connected to the item but rather the enderman: The EnderMan.isLookingAtMeMethod should return false when a player is wearing your armour piece. In that method you can see a call to ForgeHooks.shouldSuppressEnderManAnger() which uses an ItemStack of the object on the players head. This uses IForgeItem's isEnderMask method that brings you to: default boolean isEnderMask(ItemStack stack, Player player, EnderMan endermanEntity) { return stack.getItem() == Blocks.CARVED_PUMPKIN.asItem(); } which means you can override it on your armour item (since all item classes extend from IForgeItem, including ArmorItem from which you will most likely want to extend from)   As for the second thing you'll most likely need to get creative: Using levitation can work if you want to make it floaty, but you most likely want to make it work as if the player is walking on air. I'd suggest something along the lines of checking the block immediately in the direction the player is facing, and if its air, place a transparent, solid block the player will walk on. As the player walks in some arbitrarry direction, keep checking to generate blocks in their path as well as deleting the ones left behind/in any direction the player isn't looking at. You will have to get *even more creative* to think how can you implement it as for only the armour user can stand on air (placing a solid block will make anyone be able to stand on it regardless of if wearing the armour or not)   So yeah. First thing pretty straightforward, second one youll have to make your own idea around it.
    • I have setup a 1.12.2 forge server  occasionally it throws a '[Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2316ms behind, skipping 46 tick(s)' and a ram usage spike  I have 32gb of ram installed in my pc and on a vanilla server l would normally just make a run.bat file but it is not working   When I launch the run.bat C:\Users\Max\Desktop\1.12.2 server>java -Xmx4G -Xms4G -jar minecraft_server.1.12.2.jar nogui C:\Users\Max\Desktop\1.12.2 server>PAUSE Press any key to continue . . .   The run.bat file contains java -Xmx4G -Xms4G -jar minecraft_server.1.12.2.jar nogui PAUSE Any advice would be appreciated
    • I'm opening the forge 1.8.9 installer properly I click install with the client option selected, it says it installs properly but when I go into my files and also when I go into the minecraft launcher, it's just not there.  JVM info: Oracle Corporation - 1.8.0_431 - 25.431-b10 java.net.preferIPv4Stack=true Found java version 1.8.0_431 Considering minecraft client jar Considering library net.minecraftforge:forge:1.8.9-11.15.1.2318-1.8.9: Not Downloading {Wrong Side} Considering library net.minecraft:launchwrapper:1.12: Not Downloading {Wrong Side} Considering library org.ow2.asm:asm-all:5.0.3: Not Downloading {Wrong Side} Considering library jline:jline:2.13: Not Downloading {Wrong Side} Considering library com.typesafe.akka:akka-actor_2.11:2.3.3 Considering library com.typesafe:config:1.2.1 Considering library org.scala-lang:scala-actors-migration_2.11:1.1.0 Considering library org.scala-lang:scala-compiler:2.11.1 Considering library org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2 Considering library org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2 Considering library org.scala-lang:scala-library:2.11.1 Considering library org.scala-lang:scala-parser-combinators_2.11:1.0.1 Considering library org.scala-lang:scala-reflect:2.11.1 Considering library org.scala-lang:scala-swing_2.11:1.0.1 Considering library org.scala-lang:scala-xml_2.11:1.0.2 Considering library lzma:lzma:0.0.1: Not Downloading {Wrong Side} Considering library net.sf.jopt-simple:jopt-simple:4.6: Not Downloading {Wrong Side} Considering library java3d:vecmath:1.5.2 Considering library net.sf.trove4j:trove4j:3.0.3 Extracting: /forge-1.8.9-11.15.1.2318-1.8.9-universal.jar To: C:\Users\Ian\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.8.9-11.15.1.2318-1.8.9\forge-1.8.9-11.15.1.2318-1.8.9.jar That's the installer log and I have no idea if anything is wrong.
    • https://mclo.gs/NQ786zI   I don’t understand what I need to do.
  • Topics

×
×
  • Create New...

Important Information

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