Search results

  • 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
  1. F

    Mac ServerStart.sh problem

    It seems that it doesn't have access to execute ftbserver.jar. Have you tried "chmod a+x /Users/richbellemare/Desktop/Direwolf20_Server-1/ftbserver.jar"?
  2. F

    Problem Getting Rid of GregTech server-side (Ultimate Pack 1.01)

    First bear in mind that GregTech has a very flexible config, and any aspect of it that you do not like can most likely be disabled there. Removing GregTech.zip from your server's mods folder will completely disable the mod and players should still be able to connect without making any changes...
  3. F

    Errors in console during startup

    You are starting the server with only 32MB of memory, which is not enough for the server to run. If you are starting from a batch file or shell script, find the part that says -Xmx32M and change it to at least -Xmx1024M depending on how much memory the computer has available.
  4. F

    Problem Can't play with anyone.

    disconnectIDMismatch is generally caused by client and server running different configs, are you certain that this is not the case?
  5. F

    Problem Server Can't Keep Up. 32-bit System.

    There's a new Java update already? Anyway if your server was not lagging to begin with, it's possible that your setup is not the issue. It could possibly be too many item entities in loaded chunks, chunkloaders, or players generating new terrain. Have you investigated these common causes of lag...
  6. F

    Problem Server not booting, Crash.

    The DuplicateModsFoundException occurs when a mod is added twice to your server. This means that there are duplicated files in your /minecraft/mods directory. It would appear the problem is that "railcraft.zip" is conflicting with "railcraft.jar", as well as "miscperipherals.zip" conflicting...
  7. F

    Solved Direwolf20 5.1.1 client crash on log-in

    It sounds like your client crashes when attempting to render a certain RedPower item, either in your inventory or in the world based on the crash report. Try resetting your inventory on the server or moving your character to a location such as spawn where there are no RedPower items, and see if...
  8. F

    Your whitelist application for The Beast Unleashed has been accepted. For information on...

    Your whitelist application for The Beast Unleashed has been accepted. For information on downloading the extra mods, please visit our forum at http://beast.pwnz.org/forum/viewtopic.php?f=7&t=96. If you require any assistance, feel free to contact me, __Sirloin__, on the forums.
  9. F

    Problem Cannot Place Fireboxes

    I think I know what may have happened, fireboxes share the same item ID as World Anchors. Is it possible you use a mod to disable items and added all items with the ID 1054 to the blacklist?
  10. F

    Anyone know what causes this crash?

    Hi guys, when a player visits a certain area my server crashes with null pointer exception, something to do with a Thermal Expansion conduit. Anyone know what causes this crash? Full crash report here: http://pastebin.com/7nEheUsn. Server details: Mindcrack v8.1.1 + EE3 + IC2 Charge Pads +...
  11. F

    Problem Trying to make a server with a previous world

    On the client, world files are located inside /minecraft/saves/<worldnamehere> On the server, world files are located inside /minecraft/world Delete everything inside your new server's /minecraft/world folder and replace it with the world files from your client or existing server. Hope that...
  12. F

    Problem Cannot Place Fireboxes

    This sort of thing is normally caused by your client running different configs to your server. Try replacing your client's /minecraft/config/Railcraft directory with the one from your server and see if that fixes the problem. You say you copied railcraft.jar from your computer to the server, but...
  13. F

    Solved Direwolf20 5.1.1 client crash on log-in

    The client crash report says that you are running Java version 6, this problem will probably be solved by updating to the latest version of Java (currently 1.7.0_15) on the client's computer.
  14. F

    FTB Blocked?

    Have you tried running the FTB launcher as administrator?
  15. F

    Problem A critical problem occured registering the ASM transformer

    I believe that the world leaks error is simply a warning directed at mod developers and doesn't mean that you have done anything incorrectly. I just checked and this error is in my startup log as well, so hopefully its just something that will be fixed in a future modpack update.
  16. F

    Problem Server connection issues

    Falling into the void means that the map is still loading (you won't die). If you wait long enough, and you get "connection timed out", then you don't have a good connection to the servers you are trying to join. If it happens at certain times, then this may be caused by something else on your...
  17. F

    Problems with Mindcrack v 8.1.1

    This MIGHT be caused by you running Java version 6. Update to Java version 7 and see if that helps.
  18. F

    Problem Ticking screen issue when People Logging into my Mindcrack 8.1.0 server

    Yes, when you updated the server you may not have updated your server's config folder. 'disconnectIDMismatch' is caused by server and client running different configs in my experience.
  19. F

    Someone help

    Make sure that your server and your client are both using the same config files.
  20. F

    Problem Weird error with 'Code Chicken Core'

    Caused by: java.io.FileNotFoundException: .\config\WirelessRedstone.cfg (The requested operation cannot be performed on a file with a user-mapped section open) This is very strange, it appears that another process is using the file WirelessRedstone.cfg while you are booting the server. Perhaps...