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. N

    Adding Ram to Server

    On what OS are you running the server? Cause unix for example doesn't use the .bat file. Is it a dedicated selfhosted server or are you renting one somewhere?
  2. N

    Moving 1.5.2 world to FTB

    Yes you can find resources in the world only......... You need to move x blocks (not sure how many) into new undiscovered chunks before the world gen starts kicking in an generating the new ores.
  3. N

    Mac version constantly crashing

    In the start i see the following in your paste: 2013-05-15 21:39:04 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg 2013-05-15 21:39:04 [INFO] [STDERR] java.io.IOException: Permission denied 2013-05-15 21:39:04 [INFO] [STDERR] at...
  4. N

    Problem FTB Ultimate server locking up

    Dennis, lets hop on skype orso tonight see if i can help ya
  5. N

    Problem Server crashing on startup

    Is that all in your server.log file? I expected quiet abit more of info (where the server starts and loads all mods).
  6. N

    Windows .exe Crashing every 5 minutes

    i see nothing special in the consoel log, everything loads like it should be [09:54:42] [INFO] LaunchFrame.main:166: Java version: 1.7.0_21 [09:54:42] [INFO] LaunchFrame.main:172: OS: amd64 Windows 8 6.2 [09:55:30] [INFO] MinecraftLauncher.setMemory:118: Setting MinMemory to 256 [09:55:30]...
  7. N

    FTB Disconnects/End of Stream error. HELP!

    End of stream can be a few things for example: Packetloss due to funky internet connections The server that can't keep up Upload speed of the serverconnection is to low Do other people who connect to the same server from outside of the servers network have the same problem?
  8. N

    Server crashes and players getting kicked

    java.lang.OutOfMemoryError: Java heap space Java is running out of memory / GC aint quick enough. What modpack are you using? on a side note i see your starting the server and instantly use 2GB ram of your server. I'm not sure if that is what you want -Xms2G -Xmx3G you might wanna change it to...
  9. N

    Crashing when joining worlds/servers

    Optifine 1.4.7 doesn't excist :P (http://optifine.net/downloads.php) Could you upload a logfile to pastebin of your launcher.log so i can check some things?
  10. N

    Windows .exe Crashing every 5 minutes

    Can you post the complete console log? I'm missing some critical info (OS / RAM / Java ver)
  11. N

    Dedicated server crashing constantly with Mindcrack, is it the processor? Specs inside

    Servers are always hard to troubleshoot due to everything going on. To start could you post the content of your server start .bat file?
  12. N

    Massive Server World Saving Errors

    Is the backup enabled in the configfile? If i recall it right McMyAdmin (MCMA) also keeps logfiles of everything it does. Do you see anything inthere?
  13. N

    Problem Server crashing on startup

    Can you delete your server.log file, try to start the server again. Afterwards upload your server.log file to pastebin.
  14. N

    HELP SERVER CRASHES WHENEVER I START IT UP

    java -xms100M -Xmx256M -jar ftbserver.jar That means your server starts with 100MB in use, and can use a maximum of 256MB RAM. In general this aint enough for FTB with mods. The more mods the more RAM you need. How much RAM do you have in your server?
  15. N

    Mac Problem launching modpacks

    From the crashlog: -- System Details -- Details: Minecraft Version: 1.4.7 Operating System: Mac OS X (x86_64) version 10.8.3 Java Version: 1.7.0_21, Oracle Corporation So nope you aint using java 6 but java 7
  16. N

    Crashing when joining worlds/servers

    What version of the mindcrack pack and what version of optifine are you using? I suspect optifine to be causing the problem
  17. N

    Problem Server hosting

    Normally putty shouldn't let the server stop when you close the connection, unless your not running the server in a seperate screen. Did you read further down or only the first post (and not follow the link in the guide)?
  18. N

    HELP SERVER CRASHES WHENEVER I START IT UP

    If your using the .bat file to start the server, just right-click it and choose EDIT. I expect your line to look something like java -xms100M -Xmx256M -jar ftbserver.jar Could you post the line?
  19. N

    Windows .exe [SOLVED]World Crash upon load Silverwood slab Problem?

    Is the file marked as readonly? When edited it should remember the change. If you make a backup of this file and open the backup (just to test)?