TheCBProject / CBMultipart

An API for dynamically handling different functional parts in the one block space.
Other
22 stars 27 forks source link

Can't place Forge Multipart blocks #40

Closed drzpk closed 6 years ago

drzpk commented 6 years ago

After updating Forge MultiPart CBE version (2.4.2.58 -> 2.5.0.69) items from Project Red can't be placed. There is no crash, but log's being flooded with errors and stack traces.

This issue could be caused by one of the Project Red mods, but it appeared after updating Forge Multipart CBE.

log.txt

covers1624 commented 6 years ago

Can i please get your full log?

drzpk commented 6 years ago

Here you go. latest.log

covers1624 commented 6 years ago

Please test with https://cdn.discordapp.com/attachments/159971888485892096/473457055353536532/ForgeMultipart-1.12.2-2.5.0.null-universal.jar

drzpk commented 6 years ago

Everything works fine now, but the version you provided is doing something CPU-intensive in the background (nearly 100% CPU usage on all cores).

covers1624 commented 6 years ago

I doubt its anything i did, its likely something else on your system. The Minecraft server is single threaded, so it it was MC it would be pinning one core instead of all of them. But anyway, the actual issue here seemed to be with something forge adds, BlockSnapshots, basically allows modders to capture blocks being placed, FMP didn't play well with them, but it should be fixed now.

drzpk commented 6 years ago

I doubt its anything i did, its likely something else on your system.

I just took two screenshots:

They were taken in the exactly same spot, one after another. As you can see, in the bad screenshot, on the pie chart there is something called scheduledExecutables that causes an extreme lag.