Posted January 10, 201510 yr Hey when I open the launcher code launcher: java -Xmx1024M -Xms1024M -jar forge-1.7.10-10.13.2.1230-universal.jar It gives me an error: [11:07:03] [server thread / INFO] Starting minecraft server version 1.7.10 [11:07:05] [server thread / INFO] Loading properties [11:07:05] [server thread / INFO]: Default game type: SURVIVAL [11:07:05] [server thread / INFO]: Generating keypair [11:07:06] [server thread / INFO]: Starting Minecraft server on 192.168.1.101:25565 [11:07:06] [server thread / WARN]: **** FAILED TO BIND TO PORT! [11:07:06] [server thread / WARN]: The exception was: java.net.BindException: Can not assign requested address: bind [11:07:06] [server thread / WARN]: Perhaps a server is already running on that port? I tried to turn off and turn on the computer I tried to change the port Not working And another issue, that I want to add more RAM to my server And when I change the code of the launcher to: java -Xmx2048M -Xms2048M -jar forge-1.7.10-10.13.2.1230-universal.jar And click on the launcher to start the server so start the server and after a second, turns off the server Without data on crash
January 10, 201510 yr how much ram do you have? as far as i remember, with 4 or less gb of ram or on 32 bit systems you can assign only up to half of your total ram to a running program, and that's in good conditions when nothing else runs. back when i had 4 gb ram, i could only assign up to 1536 mb of ram, anything above that would crash. i had to turn everything else off, especially browsers, otherwise even that didn't work. if you use a built in gpu like intel hd or such, that will further drain your ram since it reserves some (about half a gb) for itself as vram.
January 10, 201510 yr Author my ram on my computer is 4 And thank you for your reply As for my second question, Does anyone have a solution?
January 17, 201510 yr Author No, it still crashes And the crash report wrote: [10:32:44] [server thread / INFO] Starting minecraft server version 1.7.10 [10:32:48] [server thread / INFO] Loading properties [10:32:48] [server thread / INFO]: Default game type: SURVIVAL [10:32:48] [server thread / INFO]: Generating keypair [10:32:48] [server thread / INFO]: Starting Minecraft server on 192.168.1.101:1 [10:32:48] [server thread / WARN]: **** FAILED TO BIND TO PORT! [10:32:48] [server thread / WARN]: The exception was: java.net.BindException: Can not assign requested address: bind [10:32:48] [server thread / WARN]: Perhaps a server is already running on that port?
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.