Own unleashed sever , Errors happening

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Okay he can join now but has nothing

Exactly.. sorry but that old .dat is simply corrupted then, he should be happy that he at least can join again. You can easily offset the lost items or whatever by cheating them in for him. :)
 
I have an old recent backup of his player data before it was corrupt but if i put it back in does that mean it will get corrupt soon
 
I have an old recent backup of his player data before it was corrupt but if i put it back in does that mean it will get corrupt soon

I never tried this myself sorry (only the delete and regenerate as I informed you to do), but you could give it a shot if you wish (or at least load it and find out what he had and note them, delete it again and give him the contents on the one that he on right now).
 
Couple of things I have to ask.

Hi again!, Was just wondering is there a Mcpc+ version for 1.6.4?? I want to test a Infinity Server
Unless I'm thinking of another pack, Infinity is 1.7 so you would need a 1.7 version of Mcpc+, which is called Cauldron or KCauldron.

hmmm, I have downloaded the pack ect and Added Mcpc-plus the 1.6.2 version i changed the ServerStart to java -server -Xms512m -Xmx8192M -XX:permSize=256m mcpc-plus-1.6.2-R0.1-forge804-B39 -jar nogui, And tried java -server -Xms512m -Xmx8192M -XX:permSize=256m mcpc-plus-1.6.2-R0.1-forge804-B39.jar nogui But none did not work and i got Error: Could not find or load main class ..
You should have -jar before mcpc-plus-1.6.2-R0.1-forge804-B39.jar
 
So for FTB infinity startup its this:
:startserver
java -server -Xms512m -Xmx4096M -XX:PermSize=256m -d64 -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -jar FTBServer-1.7.10-1408.jar nogui
echo Server process finished
pause

Would i remove anything when i download MCPC+??
 
Okay thankyou, So what would my ServerStart be??

:startserver
java -server -Xms512m -Xmx4096M -XX:PermSize=256m -d64 -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -jar FTBServer-1.7.10-1408.jar nogui
echo Server process finished
pause

KCauldron version is KCauldron-1.7.10-1448.121-server Where would that go in the startup??