AllenSeitz / DimDungeons

A Minecraft mod which adds proceedurally generated dungeons.
15 stars 12 forks source link

My server crashes when trying to open a portal #68

Open XelaDK opened 1 year ago

XelaDK commented 1 year ago

Hello, so my server crashes when i try and open a portal to the dimension. It doesnt really give me an error message but it suddenly just stops responding and then when a tick take more than 60 seconds it crashes.

-XelaDK

XelaDK commented 1 year ago

My version is 1.19.2

AllenSeitz commented 1 year ago

This was an unfortunate problem in v177 that was fixed in v178 about a month ago. Are you using the latest version of Dimensional Dungeons?

XelaDK commented 1 year ago

Screenshot_5 It should be

AllenSeitz commented 1 year ago

Thank you. Now that v178 is established can you send me a log file please? Or maybe replicate the crash on purpose then send me your latest.log. Since you said this was your server it should be in the logs folder.

I'm mostly looking for the list of other mods installed and the "call stack" from the moment the crash happened. If you don't know what those are I can find them in the entire file myself.

XelaDK commented 1 year ago

latest.log Here it is, it just created the crash and took it out

AllenSeitz commented 1 year ago

Oh, that file looks cut off. And cut off near the start of the startup process. Maybe your server restarted itself automatically after the crash? And then it immediately replaced latest.log with a new file that shows it just beginning to start up.

In the same folder there should be some zip files whose filenames are dates and times. Now I need the one from when the crash happened please. I'm sorry this has required so much back and forth.

XelaDK commented 1 year ago

2023-07-29-1.log.gz 2023-07-29-2.log.gz Its one of these, they had around the same time stamp

AllenSeitz commented 1 year ago

Thank you!

This is unfortunate. There is no clear crash or culprit in the log. It is as you said, it hung rather than crashed.

There is one last thing to try. The server log referred to the following files

crash-reports/df0abd04-2cee-4c8e-9c44-50cf6e63a1ef-server.txt and crash-reports/57e353ee-bc97-4ea9-8125-4ccdad94d825-server.txt

I've never had to look at those files before, and I'm not sure if they'll be useful. But it's the last lead.

Since the hangup happened when you put the key in the portal I'm assuming there is some problem with chunk generation, but I can't imagine what. It almost certainly has to be a mod interaction but I'm not aware of any incompatibilities with Dimensional Dungeons. Especially not in 1.19.2. And even in older versions, none that would cause a crash.

XelaDK commented 1 year ago

Unfortunaley i cant find the two crashreports naywhere on my server panel

XelaDK commented 1 year ago

But it works in single player, just not on the server.

bmarquismarkail commented 1 year ago

I managed to reproduce this issue, when I logged back in, no portal was made: here are my server logs: crash-2023-09-15_09.00.46-server.txt 2023-09-15-2.log

Edit: Found Client Log 2023-09-15-1.log

bmarquismarkail commented 1 year ago

I can now confirm that this issue was resolved in my side by removing Dimensional Threading Reforged

AllenSeitz commented 1 year ago

Thank you for the report. I looked at your logs and that makes sense for the cause.