Search the Community
Showing results for tags 'solution'.
-
The reason they are failing to launch was due to an Nvidia driver update. Step 1: Go to device manager, find your drivers and roll them back to the prior version. Step 2: Reinstall the Nvidia drivers, but select Custom instead of Express Step 3: Deselect everything except the drivers. Step 4: Reinstall
-
I just spend an amazing amount of time getting this to work, and I have seen no known solution for it so far. So, here's mine. It may be outdated now, and may not work for you. I haven't tested it well, but my server booted, and I could log in. Related problems - https://github.com/MinecraftPortCentral/Cauldron/issues/1657 https://github.com/MinecraftPortCentral/Cauldron/issues/980 Poor SW9876 of Github, I can't message you directly. -.- Anyways, this is upgrading Ultra Modded Survival Server v1.4.6 http://www.technicpack.net/modpack/details/ultra-modded-survival-pack.266012
-
- computercraft
- ultra modded
-
(and 3 more)
Tagged with:
-
Hey guys! I, like many of you were experiencing frequent server crashes on my MCPC+ server with many variations of Out of Memory errors. I just found a simple solution! I realized that when you install MCPC+, the mcpc.yml defaults to keeping ALL CHUNKS loaded NO MATTER WHAT in the "chunk-unload:" section. Set that to true, and your server will be unloading all those unused chunks that it WAS keeping in memory FOREVER... Until the server crashes! It's as easy as that! Another few tips would be to set "dump-heap-on-deadlock:" to "True" and "dump-chunks-on-deadlock:" to "True". These tw