Page 1 of 1

Error

Posted: 15 Sep 2018, 22:18
by Grafh83
hello @ all,

I have the following problem.

my buddy and my son always get DC, but not me.
Error message:

[00:02:31] [JM-task-20/FATAL] [CodeChickenLib]: A CCL controlled model has been improperly handled by someone and will NOT be rendered. No more information available.


MFG Denjo

Re: Error

Posted: 16 Sep 2018, 12:46
by HanFox
From what I'm aware that specific error message doesn't actually disconnect or crash people it just makes that specific task for CodeChickenLib fail.

There's really no specific information related to the message available, but it's likely the disconnect is happening due to something else.

Maybe the RAM assigned to MC is filling up. If they have F3 open and in the top left there's a % for memory. Does it consistently get close to 100%? If it does they need to assign more and maybe add some other Java arguments to try and make the garbage collector more stable. I generally use (whether these are good or not is debatable, but my experience is generally fairly smooth):

Code: Select all

-XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
How is the server hosted? Maybe the server doesn't have enough resources assigned to it.

Re: Error

Posted: 17 Sep 2018, 04:16 
by Grafh83
Moin,



That's what I thought, our PC all have 16 GB RAM and we assigned 10 gb for Minecraft.



Hm the hoster is g-portal, we have booked 4 seats and with 1 GB RAM, I have booked 2 GB in addition but according to Front we already use about 3.75 GB ...