Cazadorsniper / PO3

Project Ozone 3
42 stars 14 forks source link

Server Console pumping out this issue non stop! #1658

Closed Dm5354 closed 2 years ago

Dm5354 commented 2 years ago

Haven't seen this issue!

Pack Version: 3.4.4 Pack Mode: Mythic Multiplayer Server with 2 playes

Server Console is flooded with this issue regarding ME autocrafting when making the Dimension Builder:

[23:45:27] [Server thread/WARN] [AE2:S]: Using CraftingManager fallback: Recipe for output 1xtile.BasicBlock2@4 rejected inputs [1xitem.ControlCircuit@1, 1xtile.BasicBlock2@4, 1xitem.ControlCircuit@1, 1xtile.BasicBlock2@4, 1xtile.EnergyCube@0, 1xtile.BasicBlock2@4, 1xitem.ControlCircuit@1, 1xtile.BasicBlock2@4, 1xitem.ControlCircuit@1]. NOT FOUND, please report.

After this issue pops up the server shuts down and restarts

[23:41:17] [Server Watchdog/FATAL] [net.minecraft.server.dedicated.ServerHangWatchdog]: A single server tick took 60.00 seconds (should be max 0.05) [23:41:17] [Server Watchdog/FATAL] [net.minecraft.server.dedicated.ServerHangWatchdog]: Considering it to be crashed, server will forcibly shutdown. [23:41:18] [Server Watchdog/WARN] [enderio]: @Devs: See github for dev env setup; set INDEV if needed. [23:41:18] [Server thread/WARN] [AE2:S]: Using CraftingManager fallback: Recipe for output 1xtile.BasicBlock2@3 rejected inputs [1xitem.EnergyTablet@0, 1xtile.BasicBlock2@3, 1xitem.EnergyTablet@0, 1xtile.BasicBlock2@3, 1xtile.EnergyCube@0, 1xtile.BasicBlock2@3, 1xitem.EnergyTablet@0, 1xtile.BasicBlock2@3, 1xitem.EnergyTablet@0]. NOT FOUND, please report. [23:41:18] [Server Watchdog/ERROR] [net.minecraft.server.dedicated.ServerHangWatchdog]: This crash report has been saved to: /home/container/./crash-reports/crash-2022-06-01_23.41.18-server.txt [23:41:18] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server

Kicks all players (Me)

and the error is still floods the console!

Log: https://pastebin.pl/view/0455dad3

Can't really reproduce

Crash Log: https://pastebin.pl/view/774f123f

Laggoggles Dump: https://pastebin.pl/view/ea22746d

If you need a look on the server I can share it with you, both ip and mod list to have a check!

And how the heck is this 108K bytes?

Is it Mekanism issue or is it ME is the question now? Cos I know for a fact that me doesn't handle autocrafting items with an NBT value, but is it this bad?

image

Tried it twice, the crafting still takes 108K bytes even if it has all the materials for the craft!

Note:

Tried it in creative in a blank world!

And it takes 75 bytes of crafting storage not 108K

Cazadorsniper commented 2 years ago

Do you have EMC stuff connected to the ME system?

Dm5354 commented 2 years ago

Not at all yet! at the stage of making the first singularity so, nope!

Cazadorsniper commented 2 years ago

You could try updating the modpack and see if that helps.

Dm5354 commented 2 years ago

An update itself wouldn't really solve it!

This issue is a bit too complicated, it has to do with both ME and mekanism!

Trough some investigation I found out that when I disconnected a lot of things from my network, the crafting bytes went down, but the console flood was a still a thing!

Turns out any craft with mekanisms basicblock2[0-3] and basicblock1[0-3] and ME really dont like each other! My suspicion is that the recipe result is different then the on in Jei when you encode, and I got around that by using OreDict Substitution which works but then the issue is present!

Digged up the item listing in ME config:

mekanism:basicblock2:1, Induction Casing mekanism:basicblock2:2, Induction Port mekanism:basicblock2:3, Basic Induction Cell mekanism:basicblock2:3, Advanced Induction Cell mekanism:basicblock2:3, Elite Induction Cell mekanism:basicblock2:3, Ultimate Induction Cell mekanism:basicblock2:4, Basic Induction Provider mekanism:basicblock2:4, Advanced Induction Provider mekanism:basicblock2:4, Elite Induction Provider mekanism:basicblock2:4, Ultimate Induction Provider

And AE/ME doesn't know what to do with it thats why it relies on the crafting manager fallback!

Can you mark yueh from ME, so he could know about it to!

Cazadorsniper commented 2 years ago

Update the modpack because a recent update uses a fork of AE2 that was still getting bugfixes.

Dm5354 commented 2 years ago

I have the latest version and revision of both ae and mekanism! Though I don't really wanna update the pack cos on the server it's a pain in the ass! May I ask what would update with it?

Cazadorsniper commented 2 years ago

Just mod updates and recipe fixes.

Dm5354 commented 2 years ago

I fixed it manually! You can close the issue!