Recent content by TheChristensen

  1. T

    Ftb Unleashed crash on startup

    Like UniZero has said, backup your saves and config files, then go into the FTB Unleashed config folder and delete the problematic cfg file. In this case, delete the file updater.cfg from the folder denLibCore.
  2. T

    Problem FTB Ultimate 1.1.2 - High server load

    java -Xmx2G -Xms2G -jar /home/feedthebeast/ftbserver.jar nogui Here try this one next. One thing i've learned is that start from the bottom, go simple then build your way back up, that way you find the problem.
  3. T

    Problem FTB Ultimate 1.1.2 - High server load

    Of what I can tell, your server has 4gb of ram installed, right? and you set the parameters 3gb-4gb. Try decreasing this to say something like 2/2.5gb - 3gb and while you're at it... copy all the world data, and reinstall the modpack server. Sometimes things get corrupted and you need start...
  4. T

    Whitelist Server CodeRed | DW20 | White Listed | mature | New Start!| 18 slots

    In game Name: TheChristensen Age: 18 How often do you play Minecraft: Pretty much an hour or two every day What kind of Minecraft player would you say you are: I've played since Alpha, so, quite a while What kind of experience do you have with FTB? I've played it since it came out as modpacks...
  5. T

    Mac Private Pack box not working on .jar

    I'm pretty sure you tried this, but have you tried redownloading the launcher? And do other packs like Ultimate or Mindcrack work?
  6. T

    No plugins.

    OK, maybe this will help you understand what the difference between FTB and tekkit is. FTB is based off forge being installed within a vanilla Minecraft.jar. Tekkit on the other hand is based off of forge being installed in a bukkit server.jar. Same game, but bukkit is made to optimize running a...
  7. T

    Corrupt Chunk Issue

    OK first off, DON'T EVER CHANGE THE ID'S unless there is a compatibility issue with other mods, if it works, just leave it alone. And as for MCEdit, go here and download this version: http://www.mcedit.net/changes/0.1.7build466.html <- this somewhat supports mods by telling you the entity ID...
  8. T

    Server bat File

    You are right clicking the file, right? You could instead just open up command prompt, than drag the file into the window and hit enter.
  9. T

    Server bat File

    Are you using windows, linux, or mac os? If you are using windows, there is no need to put it in any special spot, the desktop would work just fine. If nothing happens when you click on the .bat (assuming you're using windows), then try right-clicking, then " open with" and select command prompt.
  10. T

    Windows .exe Fatal error has occurred when launching DireWolf20

    Try to move the launcher to your desktop, then create a folder on the desktop such as FTB or FTB_Files, then start the launcher. Make sure in the install folder in settings is the folder you just created, then just go back to modpacks, select the one you want, and hit play.
  11. T

    Crashes at Mojang Screen

    I have never seen this before, but try uninstalling, then reinstalling java. And make sure you get the right java version for windows.
  12. T

    Windows .exe Launcher Not Showing Any Modpacks

    When you launch again, and that problem comes up, click on Filter Settings, and Search, then the launcher should automatically refresh itself. Just hit Apply Filter or exit out
  13. T

    Problems with Installing

    I'm just making sure I understand this, when you run your client, the client runs just fine. But when you are running the server, it isn't working? When you go to start the server, are you using the admin panel for the server? If this doesn't work, just try having them help you out with...
  14. T

    Mac Different ways to launch FTB server

    I'm just curious, but are you running the server and playing minecraft on the same computer?
  15. T

    Mac Different ways to launch FTB server

    I don't know whether or not you use the ftbserver.sh, but try editing that with TextEdit and putting the following code in: java -jar -Xms1G -Xms3G ftbserver.jar //Note: If you don't want the window, and just the console open, add " nogui" to the end of the above code //If this doesn't work...