Search results

  1. S

    1.0.3: Direwolf20 1.7.10 Modpack Crash on Startup

    Solving this by brute force: Simply add the library: http://mvnrepository.com/artifact/com.ibm.icu/icu4j/3.4.4 Put it in your libraries folder (com/ibm/icu/3.3.4/) I don't know why the combination of 1.7.10 & Forge cause this, but it's something to look at. Interestingly, when you try to...
  2. S

    1.0.3: Direwolf20 1.7.10 Modpack Crash on Startup

    I can replicate the same error. How much RAM? Enough. Added any mods? None. In fact, you can replicate the error even when removing all mods (except for Forge) Java version 8. it's not a FTB specific issue, but since FTB is using Forge for driving the modpack, it's simple to replicate with...
  3. S

    Server hosting

    To see what the fuss was about I setup an account with the Host-Blaze folks. Think of it as a walled-garden, with really high walls ;-) It's so-so. I had to resort to use a GUI FTP program like FileZilla so I could do recursive file transfers. I have two servers. One hosted at AllGamers...
  4. S

    Server hosting

    Premier with the dedicated IP address. Then pass the hat around among your buddies.
  5. S

    Server hosting

    Magic-8 Ball says: "What have you got to lose?" All indications point to a shoe-string operation (emphasis added by me). I got a query response from them just a few minutes ago: Hogwash. If the server is segregated as a virtual host it cannot touch the other clients data and I doubt...
  6. S

    Creating a new Server

    Your minimum memory allocation is too high for the specs of your machine. java -Xms1G -Xmx3G -jar ftbserver.jar Also, chmod 755 would be better than 777. 777 makes the file writable by those in your group (OS-wise) and others (anyone who has shell access). Someone can easily change...
  7. S

    Server hosting

    http://en.wikipedia.org/wiki/Operating_system_shell
  8. S

    Server hosting

    The FTB server, out of the .zip is a vanilla server for all practical purposes. It doesn't support Plugins (it cannot do Bukkit, or Spigot or any of that). It is as close to vanilla as you're going to get and still run the mods that come with FTB. Maybe it's just me, but I consider a server...
  9. S

    Server hosting

    Not a thing eh? Magic-8 Ball says "Hmm." You're fine. 2Gb can run a vanilla server and support many users. 3 Gb is more than enough for a 10 player vanilla server. If you run it at home first, before laying down the bread then you'll know. (Edit: 3Gb will probably run you $40-60/mo, unless...
  10. S

    Server hosting

    Debian is one of dozens of Distributions of the Linux/GNU operating system. You'd have to take a trip down memory lane to trace it's origin, but the short story is, the Debian distribution is one of several where the kernel of Linux and the accompanying software is packaged. debian.org...
  11. S

    Server hosting

    I might have come to the thread late -- The suggested memory per slot you see on hosting services has a caveat. It's based on Vanilla server (Eg., FTB w/o ForgeBukkit, or MCPC+, etc..) Read the asterisks on the page. So, for example, I pay to host a server. But the Plugins chew up a...
  12. S

    bPermissions + Essentials / conflict with /world command

    What is the work-around to let bPermissions and Essentials both coexist? The command /world is used by both.
  13. S

    Spawn setup, and mechanics questions

    Here's a short list of things on my to-do list that I need some help solving: Each item on the list is a separate task, not meant to relate to other tasks. System setup: FTB/MindCrack 8.3.2 Server MCPC+ (Not running BukkitForge) Plugin List: AutoMessage.jar GriefPrevention.jar...
  14. S

    Interop question: shop/economy. Need generic Primer.

    This is a question about how shop and economy plugins interoperate on FTB based servers. I'm going to have to talk about a lot of different plugins and stuff, but it's all FTB related since the coremods are kitted from the FTB MindCrack server, and the generally accepted workaround to enable...