Quantcast
Channel: Feed the Beast Support - Topics tagged server
Viewing all 179 articles
Browse latest View live

Error occurred during initialization of VM Could not reserve enough space for 3145728KB object heap

$
0
0

@dreonix wrote:

I am trying to set up a skyfactory 3 server for me and my friends but everytime i run the ServerStart.bat I get this error. How do I fix this?

Posts: 4

Participants: 2

Read full topic


Cannot get the Serverstart to actually start the server

$
0
0

@Soul1092 wrote:

Modpack: Skyfactory 3

Modpack Version: 3.0.15

Link to log:

Description of issue: I am trying to get the server up and running, but for some reason i cannot get the serverstart application to finish and open the game.

Posts: 5

Participants: 2

Read full topic

Skyfactory 3 concurrent modification exception

$
0
0

@flanigomik wrote:

Modpack Name: skyfactory 3

Modpack Version (E.g Infinity 2.2.1): FTBPresentsSkyfactory3-3.0.15 - server

Launcher Version (E.g 1.4.10 or Curse): twitch app

Link to Log (Required): http://paste.feed-the-beast.com/view/fdca6590

Have you made any changes to the pack? (If yes please list the changes): yes, added openFM. ran like that for 2 weeks with no issues

Issue Details: seemingly at random the server will kick all clients with ‘server closed’ we have not been able to correlate it to anything specific, the server has been running without issue for a month and a bit. sometimes it takes an hour to crash one time it crashed instantly after restart. the only things of note we have done just before the crash is create a max size big reactor and start using botania, we also recently filled a tier 7 and tier 5 draconic battery. we have tried a lot of things from disabling the reactor to picking up all botania blocks in the world but this behavior persists even if there is only one idle player doing absolutely nothing (tested overnight by myself) as a last resort since this crash report i have raised dedicated ram from 4gb to 8gb and the server hasn’t crashed yet but i have no idea if that is related and doesn’t answer why it ran up till now. the server has never crashed with no players online. thanks for any help!

Posts: 8

Participants: 2

Read full topic

FTB Beyond Server Consistent Crashing

$
0
0

@bobous wrote:

FTB Beyond

Modpack Version: 1.10

Launcher Version: Curse

Link to Log (Required): http://paste.feed-the-beast.com/view/ce5d20b2

Have you made any changes to the pack? (If yes please list the changes): No Changes

Issue Details:
Yesterday the server was working just fine all day and then I shut my computer down for the night.
I go to start the server today and it refuses to cooperate now. I’ve tried looking through the server log myself and found and error with ChunkNibbleArray saying it needs to be set to 2048 instead of 0 and I can’t locate this file or data anywhere. The error shows up after the log says it has prepared the spawn about 20%.

Thanks in advance for the help!

Posts: 1

Participants: 1

Read full topic

Infinity Evolved Linux Server OutOfBoundsException

$
0
0

@erisgriffon wrote:

Modpack Name:
Linux Server - FTB Infinity Evolved

Modpack Version (E.g Infinity 2.2.1):
Infinity Evolved 3.0.1

Launcher Version (E.g 1.4.10 or Curse):
Curse/Twitch

Link to Log (Required):
Crash log followed by console output:
https://pastebin.com/QqeTNQ0S

Have you made any changes to the pack? (If yes please list the changes):
Yes. Added a few mods. Sanguimancy, Blood Arsenal, Blood Baubles, Thaumic Bases, Dummy Core, NotEnoughThaumcraftTabs

Issue Details:
Server starts up successfully, but crashes when a player logs in. Server has plenty of compute, memory, and disk resources.

Server is started with command:
java -server -Xms3g -Xmx5g -XX:PermSize=512M -XX:+UseConcMarkSweepGC -XX:+AggressiveOpts -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -jar FTBServer-1.7.10-1614.jar nogui

Posts: 1

Participants: 1

Read full topic

Failed to login: Invalid session (Try restarting your game)

$
0
0

@Ellerof wrote:

Modpack Name: Skyfactory 3

Modpack Version (E.g Infinity 2.2.1): 3.0.15

Launcher Version (E.g 1.4.10 or Curse): 1.4.15

Link to Log (Required): http://paste.feed-the-beast.com/view/7182f725

Have you made any changes to the pack? (If yes please list the changes): Substituted the charset mod with the newest version as it was causing issues with our old server.

Issue Details: I have switched from a Windows 7 PC to a Windows 10 PC on sunday. While I am still able to log into the server just fine with my Windows 7 PC, the new PC will not connect me to the server. Or any other server for that matter. Things that I have tried so far:

  • Switching my PC off and back on again
  • Completely re-installing FTB
  • Copying over the files from the old PC to the new PC
  • Allowing FTB and Java to access outbound and inbound connections
  • Switching off my Firewall
  • Switching off my Antivirus

I have searched for this problem online and have mostly found help for the issue that I am not able to replicate or that do not help. If anyone knows any fix that I have not tried yet, I will gladly attempt it.

Posts: 4

Participants: 2

Read full topic

FTB Server crashes on connect

$
0
0

@DumperJumper wrote:

Modpack Name: FTB Infinity Evolved

Modpack Version (E.g Infinity 2.2.1): Infinity Evolved 3.0.2

Launcher Version (E.g 1.4.10 or Curse): 1.4.15

Link to Log (Required): https://pastebin.com/p5JUDVq4

Have you made any changes to the pack? (If yes please list the changes): No

Issue Details: This happenes whenever a player connects to the server.

Posts: 3

Participants: 2

Read full topic

Unexplainable low performance in Direwolf20 1.12.2

$
0
0

@DutchCrusader wrote:

So i set up a server a few days ago, and it went fine, but after a little bit of playing a little bit, with one friend we started noticing lag. So i checked the console and it was showing such a message:

[02:27:07] [Server thread/WARN]: Can’t keep up! Did the system time change, or is the server overloaded? Running 8018ms behind, skipping 160 tick(s)

So i immediately checked task manager for problems, but everything seemed normal, not spikes in processor utilization, no high ram usage, all under 30%.
My first attempted fix was allocating 4g in my newly created settings-local.sh. This solved nothing, thinking it may have been a processor bottleneck i searched the minecraft forums (was not thinking of coming here yet). Here i found a way to make the server run multithreaded. Here are my current java arguments:

-server -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=4 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:+AggressiveOpts

(-server is to force java to use a server version of JDK or something, im not sure it’s supposed to be here.)

This Did end up Showing some results, BUT only in task manager, where now 4 threads instead of 2 are being utilized more than the 2 i left unused.

But even after this i do not end up with a positive result. An observation i made is that when we were exploring and entering the nether for the first time caused a lot of lag too, which stayed till after we stopped exploring.

(all relevant)Server specs(my old gaming pc):
CPU: AMD FX-6350
Ram: kingston hyperx ddr3 1866mhz 4x4gb
SSD; 850 evo 250gb

One other, probably unrelated, thing is that the red orchid causes a memory leak, me and my friend both experienced it 2 times. when it is held in hand, not in inventory. after wich we trashcanned it.

Greeting
Daniel

Posts: 1

Participants: 1

Read full topic


Server crashes while loading

$
0
0

@Nik2103 wrote:

Hello!
The server worked perfectly and then it shut down.
When I try to open the server again-it crashes (While loading the server ).

Crash report- https://pastebin.com/pMq5eAkM

Thanks for helping, if any other information is needed tell me

Posts: 2

Participants: 2

Read full topic

SkyFactory 3 Server Setup

$
0
0

@AygunServet wrote:

Modpack Name: SkyFactory 3

Modpack Version (E.g Infinity 2.2.1): v3.0.15

Launcher Version (E.g 1.4.10 or Curse): 1.4.10

Link to Log (Required): http://paste.feed-the-beast.com/view/90f26335

Have you made any changes to the pack? (If yes please list the changes):

Issue Details: server setup shut down . i can’t setup server help me . i really need this

Posts: 4

Participants: 2

Read full topic

FTB Revelation Server Issue? Help!

$
0
0

@skullyi wrote:

Okay, so I’m relatively new to the whole FTB mod pack community, I’m fairly green when it comes to MC servers but I know a bit about them.

So my current issue:

I’m running FTB Revelation, the latest version as of 18/01/2018 which I believe is 1.3.0 and I cant seem to get it to load past the bedpatch mod during initialisation, the server has been running fine until today and Im not sure whats caused it. The only command I can issue to the server is the stop command, nothing else is working so the server is doing SOMETHING, but what I haven’t the foggiest.

Im not sure which log’s people need to look at but let me know and I’ll grab them for the upload, but if anyone has any ideas then any help would be appreciated.

Thanks!

EDIT so I managed to get the debug menu open and its referring to Root and Root.save taking too long over and over, but my Minecraft knowledge of this area is rather limited, anyone got any ideas?

Posts: 5

Participants: 2

Read full topic

I am not able to start the SkyFactory 3 Server

$
0
0

@Troxter wrote:

Modpack Name: SkyFactory 3

Modpack Version (E.g Infinity 2.2.1): 3.0.15

Launcher Version (E.g 1.4.10 or Curse): 1.4.15

Link to Log (Required): https://pastebin.com/fLDMuTx9

Have you made any changes to the pack? (If yes please list the changes): Nothing

Issue Details: Every time i try to start the server it stops loading at some specific point. I have more than enough RAM and my PC is quiet good so i am sure that isnt the Problem. I also tryed to download a new Server and just include my World so maybe the World is the Problem. (The Point where the Server stuck is [Hammer Core [ASM]]: Transforming net.minecraft.util.HttpUtil (oh)…

Posts: 2

Participants: 2

Read full topic

Can't connect to my friends server (Connection Timed Out: Unkown Error)

$
0
0

@ibraheemlinkin wrote:

Feed the Beast Infinity Evolved

**Modpack Version: Infinity 3.0.2

**Launcher Version: Twitch Launcher

Link to Log (Required): https://pastebin.com/N0WDXNaq

**Have you made any changes to the pack?: Nope

**Issue Details: Can’t connect to friends server. I’m the only one from my friend group who can’t connect to the server. I can however connect to other FTB public servers.

Posts: 1

Participants: 1

Read full topic

Direwolf20 modpack clients login to the server but then get timed out immediately

$
0
0

@minecobalt wrote:

Hi im having issues with my Direwolf20 v1.8.0 modded server. When clients login it will only keep them on the server for about 30/40 seconds before timing the connection out. The server has been running fine and I cannot see any apparent errors or slowdowns in the server.

Latest.log https://pastebin.com/TVWNtG51
fml-latest.log https://pastebin.com/ZWpqw77i
fml-junk-earlystartup.log (around disconnect time) https://pastebin.com/s9tipAE5

Posts: 1

Participants: 1

Read full topic

Please delete this post

$
0
0

@trt86bg wrote:

Modpack Name: skyfactory 3,foolcraft etc

Modpack Version (E.g Infinity 2.2.1): 1.10.2

Launcher Version (E.g 1.4.10 or Curse): 7.5.6611.39437

Link to Log (Required): Java HotSpot™ 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
Java HotSpot™ 64-Bit Server VM warning: Option UseParNewGC was deprecated in version 9.0 and will likely be removed in a future release.
Unrecognized VM option 'CMSIncrementalPacing’
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Exiting…
Press any key to continue . . .

Have you made any changes to the pack? (If yes please list the changes): NO

Issue Details:
I cant start a modded server on my pc
everytime I get this
I think there is a problem with my java but java 7 is dead and now I cant start the server

Posts: 2

Participants: 2

Read full topic


Trouble connecting to FTB Revelations server

I cant play single player or multiplayer

$
0
0

@bub wrote:

Modpack Name:
FTB Infinity Evolved
Modpack Version:
Infinity Evolved 3.0.2
Launcher Version (E.g 1.4.10 or Curse):
Twitch
Link to Log (Required):
http://paste.feed-the-beast.com/view/6d4a75a8
Have you made any changes to the pack? (If yes please list the changes):
No
Issue Details:
Whenever I try and go into a world (be it new or existing) it doesn’t load fully and either says ‘timed out’ or it just sends me back to the menu with no error message.

Posts: 2

Participants: 2

Read full topic

[Info] Revelation 1.7.0 Server - new ftb config path (missing patchnotes)

$
0
0

@Eld0r wrote:

I updated my server from 1.6.0 to 1.7.0.
Exept one thing everything else seem to work fine.

All settings in “…\FTBRevelationServer\local\ftbutilities\config.cfg” are ignored.
It includes settings for: backup, login / message of the day and world / team
simple reason: this file is no part of 1.7.0

instead of "…\FTBRevelationServer\local\ftbutilities\config.cfg"
use “…\FTBRevelationServer\config\ftbutilities.cfg” now!
The structure is the same, the new file only contain more comments.
Maybe the default values have changed - I didn’t control this.

regarding new patch notes:
forge now shows 182 instead of 181 mods - or is this just ftbutils?
keep me updated about further changes.

so my dear server owner comrades.
have fun with your volks and keep them happy.

Posts: 1

Participants: 1

Read full topic

Server not responding on startup

$
0
0

@MarkusPriska wrote:

Modpack: Direwolf20 1.12
Hello, so i have a weird problem, so i played as normal, but today the server startet to not respond. My client is playing fine, but i dont get drops from destorying blocks and i cant interact with any machines hence why the server is not responding. I am playing single player, and i did not make any changes to configs or files in the mod pack the day it stopped working. The weird thing is that i worked one time, today, but now it’s not working. The server crashes as soon as i enter the game, and i have no clue what has happend… Any help would be great :slight_smile: The entire minecraft log is linked. Also i did not do anything before it crashed, i just happend when i started my game up again. I should also metion that it only crashes in this world, i tried to generate a new world, and it worked fine…

Link to log file: https://paste.feed-the-beast.com/view/3da9eacb

Posts: 1

Participants: 1

Read full topic

FTB Continuum and SpongeForge

$
0
0

@ToastyNikk wrote:

Hello, so with the new pack coming out, I wanted to throw up a Continuum server for friends and others to join. However, whenever I add SpongeForge to it, it crashes upon start up. But it does not crash when I take it out. Here are the latest log (https://pastebin.com/gEyQ61UR) and debug log (https://pastebin.com/t10q40k2). I am using Continuum v1.0.1 server files. For sponge, I have tried spongeforge-1.12.2-2611-7.1.0-BETA-3002 and spongeforge-1.12.2-2655-7.1.0-BETA-3080. Both crash the server. Thanks for all the help!

Posts: 2

Participants: 2

Read full topic

Viewing all 179 articles
Browse latest View live