McJtyMods / RFToolsDimensions

Companion mod for RFTools which handles the dimensions
MIT License
63 stars 24 forks source link

Starting server with Rftools dimensions #152

Open Zdyzeus opened 6 years ago

Zdyzeus commented 6 years ago

So, I'm trying to start a server for my DIWHY modded profile. The thing is, at a point the server says: RFTools: server is starting Registering RFTools dimensions And the just goes the server cannot keep up blah blah basically forever. Any ideas?

McJty commented 6 years ago

That's just rftools dimensions saying it is initializing. Do you have rftools dimensions already? If not then this literally does nothing

Zdyzeus commented 6 years ago

I don't in the server file. It just says that over and over, I felt it for half an hour and that's all it was still. I tried to connect to it and it just disconnected me.

On Sun, Dec 10, 2017 at 10:11 PM, McJty notifications@github.com wrote:

That's just rftools dimensions saying it is initializing. Do you have rftools dimensions already? If not then this literally does nothing

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/McJty/RFToolsDimensions/issues/152#issuecomment-350618276, or mute the thread https://github.com/notifications/unsubscribe-auth/AHrkBBOBscVhM5XI2uZn5bSElQLzgr7hks5s_KuLgaJpZM4Q81pf .

McJty commented 6 years ago

Show me the full log

Zdyzeus commented 6 years ago

Here's the latest log and a screenshot of what's happening. latest.log capture

Tahakk commented 6 years ago

Ok, what is your rig that you are trying to run it on. And what the hell is that log? Is that some kind of lite version? Find full log Not talking that there is not one line that would say: Registering RFTools dimensions

ghost commented 4 years ago

Sorry to bump this Issue, but I experience a similar problem right now after running the Dugneons, Dragons and SpaceShuttles Mod packet for some weeks, with a small player base (<4 active).

Basically after server is starting all is fine until Dimensions should be initialized, so Server is already visible for Clients as "Online".

Important thing to note is: We have never ever done anything with RF Dim yet. So we can't explain why over time it takes longer and longer to finish. Also we only explored the Overworld, Nether, End and Twilight Forest so far... so not many dims loaded at all.

This is the Log output at the end:

[22:27:49] [Server thread/INFO] [mcjtylib_ng]: RFTools: server is starting [22:27:49] [Server thread/INFO] [mcjtylib_ng]: Registering RFTools dimensions:

// This is 6 minutes of 100% CPU Usage and no output

[22:33:40] [Server thread/INFO] [Astral Sorcery]: Load CachedWorldData 'lightnetwork' for world 0 [22:33:40] [Server thread/INFO] [Astral Sorcery]: Loading of 'lightnetwork' for world 0 finished. [22:33:41] [Server thread/INFO] [Astral Sorcery]: Load CachedWorldData 'structurematcher' for world 0 [22:33:41] [Server thread/INFO] [Astral Sorcery]: Loading of 'structurematcher' for world 0 finished. [22:33:42] [Server thread/INFO] [FML]: Unloading dimension 1 [22:33:42] [Server thread/INFO] [FML]: Unloading dimension 28885 [22:33:42] [Server thread/INFO] [FML]: Unloading dimension -11325 [22:33:42] [Server thread/INFO] [FML]: Unloading dimension 4598 [22:33:42] [Server thread/INFO] [FML]: Unloading dimension -1

These 6 minutes had been < 60s only a week earlier. I had to change the max-tick rate to -1 already so that the server won't crash at that point. It finishes, but it takes a long time.

Also since player already are able to connect. If someone connects before this is finished. The whole process won't finish, even after waiting 30+ minutes.

Specs of the V-Server aren't the greatest but should be enough: CPU: 2 Cores of an Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz RAM: 12 Gigabytes (now reduced to 10Gig, since we got some hs_err_pid) Diskpace: 10Gig space left (no problem here, checked IO speeds etc.)