[๐]: Pneumaticcraft Drone Crafting Blocks of Flint causes severe tick drop / hang
voltingshock opened this issue ยท 1 comments
Before Continuing:
- Check you are using the latest version of the mods and its dependencies
- Always include a latest.log if you are crashing
- Remove known hacky mods such as: Optifine, Fabric API/Connector on forge, and every kind of hybrid server like Mohist and Velocity. None of these are supported. Also try without other lesser usual suspects like Sodium and Lithium.
- If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit - Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version
1.21.1-NEOFORGE
Supplementaries Version
3.4.12
Moonlight Lib Version
2.22.6
Describe Issue
I made a drone program to turn flint into flint blocks in my server, and upon putting it down it immediately caused a hanging tick that was unrecoverable. Upon doing further testing, I cut every mod out of the modpack except PNC and Supplementaries (and moonlight), and the drone crafting two or more stacks of flint blocks will cause a tickrate drop so severe it hangs forever. If I only give it enough flint to craft one stack, it will delay the server roughly 120 ticks but it can recover after freezing everything for a few seconds. This would be unnatural for any drone program, especially such a short and simple one on an empty world (I've had concurrent crafting programs making thousands more items without issue). This was tested on both a high end and medium machine. I've attached a video, latest.log, and a spark profiler but there is very little info as the hanging tick doesn't give a crash report when I force close it nor show in the logs.
latest.log
https://spark.lucko.me/YXzMHcOevp
https://www.youtube.com/watch?v=mSKZHa0K7-k
It didn't matter whether I used an external program, drone, programmable controller, any method of executing the PNC program caused the same issue.