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

    1.6 IC2 Nuclear Stuff

    A few months old thread, but i must say that i disagree. It took me a ton of resources to make 5 mv-solar panels, which only produce 320 EU/t at daytime. ME network consumes over 130 EU/t, IC2 machines, Laser drills, UU-matter fabrication cost a ton of power. Just a single 6-chamber reactor that...
  2. Z

    Windows .exe RAM not being allocated to minecraft

    Sure, but point i made with your last attempt was most likely causing more potential problems, than fixing them. You should be trying to set the slider to 2GB, be it working or not, it's what should work best. A little more than that and you can get into problems, as my post describes. By...
  3. Z

    IC2 Experimental - How does the enrgy work now?

    I don't recommend enabling that mod yet at least. The machines almost work, but have bugs you don't want in the game. Overclocked macerator or compressor really do at least as good job as them. (I also took it off from my server soon after writing that last message)
  4. Z

    Windows .exe RAM not being allocated to minecraft

    I'm not entirely sure of what i'm about to say, but i think Minecraft singleplayer means actually 2 Java processes, client and server. Mojang went away from single-process model ages ago, as far as i know... so that they don't have to develop both things separately and have unique bugs for...
  5. Z

    Very high cpu use on server

    I'm using Direwolf server 1.0.8 for Minecraft 1.6.4. Currently looking at task manager after it's been running idle for hours, without any players and it's showing steady 33-35% cpu use. Also i get alot of "[WARNING] [Minecraft-Server] Can't keep up! Did the system time change, or is the server...
  6. Z

    FTB direwolf20 on 32bit windows

    Some forum threads already exist about it, try a quick search. You can try disabling some mods, to start with, first mod to go could be Opis. Second is Ars Magica (AM2) which alone is as big as 20-30 other mods combined, or could be compared to a HD texturepack for Skyrim...
  7. Z

    Windows .exe cant play any 1.6 modpack

    I'll try explain with pictures. Change your install path to something that is easy for you. And after the Launcher has finished installing, you should find folders like this:
  8. Z

    Windows .exe cant play any 1.6 modpack

    Main part is propably this java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException You can find information about both errors with google, seems little tricky. Check your launcher options for client path. It should have made folders libraries\org\lwjgl\ in there... I would recommend something...
  9. Z

    FTB was fine, all out of nowhere no modpacks launch.

    Have you tried rebooting your computer? Crash might have caused some process to remain alive and reserving some files.
  10. Z

    Unix Quarry do not work anymore

    You need to prove to us that it's not game mechanics reason, because many mods changed from 1.5 to 1.6. Are you transferring power with Tesseracts? Then you need a chunk loaders on both sides. Also IC2 power might not work at all for anything else than IC2 devices, which quarry is not.
  11. Z

    Direwolf 1.0.7 for mc 1.6.4 server crash

    Ok, our setup was not direwolf 1.0.7 in regards to just 2 changes. We don't have AM2 installed, but we do have AdvancedMachines mod for Rotary macerator and Singularity compressor (which were bugging a bit to be honest, by detaching themselves from energynet on server restarts). Anyway, we...
  12. Z

    Direwolf 1.0.7 for mc 1.6.4 server crash

    Crashlog: http://pastebin.com/VQ9ESWuA Everytime i start server, it crashes before any players even join. java.lang.ArrayIndexOutOfBoundsException: -1 at thermalexpansion.part.conduit.item.ConduitItem.doRouteItem(ConduitItem.java:529) That part to me seems that the culprit is thermal...
  13. Z

    IC2 Experimental - How does the enrgy work now?

    IC2 in Direwolf pack 1.0.7 and stuff will definitely explode again... Just lost singularity compressor and rotary macerator by connecting them directly to MFE with only 1 transformer upgrade :p (you need 2, not 1)
  14. Z

    IC2 Experimental - How does the enrgy work now?

    I don't know fully how ic2 experimental works, it would help if something was written about it in wiki, but last time i saw it was all for 1.5.2. LazerusKI gave a nice explanation. 1 observation i could add, is that removing Macerator (and possibly solar panels and other devices if i remember...
  15. Z

    IC2 Experimental - How does the enrgy work now?

    As far as i understand IC2, each powerline is actually a combination of many powerlines internally. You should be able to connect, say 100 solar panels on a tin cable that supports 32 EU per tick on each internal power line. Connecting that to batbox should gain 100 EU/t. It's just a tad bit...
  16. Z

    Electric Boat

    Having electric boat difficulties with IC2 experimental that comes with direwolf 1.6.4 pack. Firstly power tiers in this mod are: Storage blocks: Batbox, CESU, MFE, MFSU and 3 tiers of packs: Batpack, Adv.Batpack, Energypack After trying all kinds of key combinations, packs and stuff, we can't...
  17. Z

    Help with nightvision goggles

    Just to confirm that night vision goggles work with IC2 that comes with FTB 1.6.4 Direwolf pack. As partly mentioned in this thread, default keys are Alt and M, but it is possible that you have changed both of them. In options they are [IC2 ALT Key] + [IC2 Mode Switch Key]
  18. Z

    My Launcher Wont Start?

    You are using so called "Early access" version of Java, which is kind of a beta release. Things may work or not, but the launcher is built for latest stable Java that is update 45 (yours is 60). We still don't know if this is the cause, just finding out things that seem unusual.
  19. Z

    My Launcher Wont Start?

    There should be a space between "java" and "-version" as i typed in my posts, because it is a command parameter. I understood perfectly, ftb launcher will not even open if you don't have java installed properly. It wouldn't even write a log for you to copy, because that too requires java. (You...
  20. Z

    My Launcher Wont Start?

    I meant it for OP. It is relevant to know if the OS environment variables have correct java path set to 64-bit binaries. Doing java -version tells all that, if it fails to run at all, it would be no wonder launcher won't start.