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

    Server Start bat file issue

    Id also recommend renaming the folder where you have the server: From: C:\Users\Mikd\Desktop\modpack^Direwolf20_1_6_4^1_0_11^Direwolf20Server\ to: C:\Users\Mikd\Desktop\Direwolf20Server\ basically something shorter and without the ^ characters in it.
  2. K

    SOFTWARE FOR PURGE MEMORY ?

    How much RAM do you have on your PC?
  3. K

    Weird things you've skipped

    never been to the end on my own (always used somebody else's portal) Never fought a wither -- or even SEEN one. never build any IC2 nuke stuff Never done anything with the magic-related mods (TC3/4 Ars) Never built a mob grinder and im sure theres stuff I missed
  4. K

    Building a Gaming / Work Rig. Looking to do for around 1500-2000 Need suggestions!

    suggestions: If your going to use this PC for your work/livelihood you will want stability. So dont overclock it. Nothing worse than having it fall over in the middle of big project, and then find you have no warranty cause it was overclocked. If you are going to do rendering and/or vmware...
  5. K

    Buying A New Computer Advice Needed!

    +1 to this A bad or low quality PSU can fry the rest of your system when you get a power surge. But the more common scenario is it will very slowly fry random components in your PC and over time cause your system to have "weird problems" which get worse and and worse, ending up costing you...
  6. K

    some hardware suggestions

    never been a fan of water cooling. Too much potential for major damage if something leaks. but if your case is too small, try these: http://www.newegg.com/Product/Product.aspx?Item=N82E16811139019 http://www.newegg.com/Product/Product.aspx?Item=N82E16811129174...
  7. K

    ME system question

    I went with the export bus attached to DSU approach. Using an adv export bus set to transfer a stack at a time didnt take too long. Plus it was very simple. I already had an export bus and a DSU (obviously). So no new blocks to make or system reconfiguration needed. Plug it in, go work on...
  8. K

    Good Big Reactors setup

    I must be missing something here with these reactors. Using the link from LordLundar, I made a 7x7x7 reactor, filled it with plain vanilla water, added 3 fuel rods (with plans for more), and im making 2700RFT/t. The temp tops out around 585. Based on the wiki, it says the lower the heat, the...
  9. K

    Windows .exe Launcher closes after launch the modpack

    from your logs: FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_C6 Feed The Beast Mod Pack 114 mods loaded, 114 mods active Remove optifine and try again.
  10. K

    My ongoing Quest for Ender Pearls, built a mob farm, will the Endermen come?

    Another option for your mob spawner.. I think Endermen have a limit on how far they can teleport. so if you made the walls around your mob spawner thick enough they should not be able to teleport out.
  11. K

    Mod Developer Appreciation

    I second that too +1 to the authors of *my* favorite mods: TiC, Forestry and AE
  12. K

    Dumb Tricks - Dumb/OP Mod Interactions Edition

    Works like a charm. I spawned myself a stack of hv-solars in about 10mins best way to fix it is not to allow safari nets to work on luggage. not sure if the safari net has a blacklist setting.
  13. K

    Dealing with Flooded Quarries

    I usually morph in to a bat, and then fly around with a bucket stacks of dirt. use the bucket to pick up single blocks. use the dirt to fill in pools. dealing with poison and sludge is a pain, but you can do most of the same stuff. For creative mode? just spam sponges.
  14. K

    Can someone tell me what's going on?

    I see this happen frequently with optifine. which is why I stopped using it.
  15. K

    My managed farm does not plant/replant.

    the only thing i can see that looks odd is your farm block isnt square (3x3 4x4 5x5). however, since it IS harvesting... its working. Try making the central farm block square. no idea if this will fix it.. but its something to try. One thing I did have to do with wheat farms, is to place a...
  16. K

    Modding Questions

    With regards to this point. IMO, crafting 'X' to craft 'Y' is no big deal,if 'X' is USEFUL. Example is the iron chests mod. Your crafting a vanilla chest, in order to craft an iron chest. The vanilla chest is useful (in a limited way). Another example is the leadstone cells and conduit...
  17. K

    Windows .exe The never-seen-before problem...

    Well at this point im out of options with forum posts. There is a chance i could fix it if I was sitting at your PC. The java version is clearly installed correctly,but the FTB launcher is unable to see that its a 64bit version.
  18. K

    Windows .exe The never-seen-before problem...

    hrm. Seems theres a 32bit java in your windows folder (C:\windows\system32) try renaming that one and see what happens? BTW - I love your windows wallpapers. where do you find them?
  19. K

    Windows .exe The never-seen-before problem...

    Good, so there is only 1 java installed. Yes its possible for the 64bit installer to install both -- but they are not supposed to. Im not sure what else to try. but some stuff you can check open a dos prompt, and goto C:\program files\java\jre7\bin run java -version and see if it says 32...
  20. K

    Windows .exe The never-seen-before problem...

    you renamed the wrong java file you want the one here: C:\program files (x86)\jre\java\bin\ NOT this one: C:\program files\jre\java\bin\ as a general rule windows puts 32bit programs in C:\Program Files (x86)\ and 64bit programs in C:\Program Files\ But from your screenshots, it seems...