Solved Mindcrack v7 Server Crash

  • 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

perroman8698

New Member
Jul 29, 2019
11
0
0
First off, info
  • I am using Windows 7
  • I am hosting from my computer using hamachi
  • I am using Mindcrack v7
  • I did not add any mods to the pack
Now, I have been running the server with a few of my friends since v6 and simply though that transferring the world file to an updated server folder would allow us to use the same map. When ever I load up the server with the old world it only loads about three chunks around my player and the server crashes. If anyone can figure this out/knows if I can update the server map please tell me. The crash log is attached.
 

Attachments

  • server log.txt
    11.8 KB · Views: 94

DR3ADLORD

New Member
Jul 29, 2019
51
0
0
We had a problem on the server I am playing on with the new Forestry and the person running it changed the configs to have unknown chromosomes for tree just to be oak saplings or something along those line. Hope this helps!
 

Toadzilla

New Member
Jul 29, 2019
46
0
0
Had the same problem. Got it fixed with the solution below

Go into your server files, config, Forestry, and edit the common.conf file with a notepad, word, or some text editor. Scroll to the genetics area, and change both genetics.invalid.chromosome.clearing and genetics.clear.invalid.chromosomes to true (should be false by default). Save and try the server again.

#####################
# GENETICS
#####################
# set to true to clear chromosomes which contain invalid alleles.
genetics.invalid.chromosome.clearing=true
# NEW: set to true to clear chromosomes which contain invalid alleles.
genetics.clear.invalid.chromosomes=true
 

perroman8698

New Member
Jul 29, 2019
11
0
0
Had the same problem. Got it fixed with the solution below

Go into your server files, config, Forestry, and edit the common.conf file with a notepad, word, or some text editor. Scroll to the genetics area, and change both genetics.invalid.chromosome.clearing and genetics.clear.invalid.chromosomes to true (should be false by default). Save and try the server again.

#####################
# GENETICS
#####################
# set to true to clear chromosomes which contain invalid alleles.
genetics.invalid.chromosome.clearing=true
# NEW: set to true to clear chromosomes which contain invalid alleles.
genetics.clear.invalid.chromosomes=true
Thanks for telling me this! I actually found this out by myself about twenty minutes ago messing with the forestry configs and this did work.