Jump to content

FalseTetrabyte

Members
  • Posts

    24
  • Joined

  • Last visited

About FalseTetrabyte

  • Birthday 01/02/1981

Profile Information

  • Gender
    Not Telling

FalseTetrabyte's Achievements

Grass

Grass (2/9)

0

Reputation

  1. Edited for space: Bottom line - can we not host our zip files on our own? Or is Dropbox / cloud providers REQUIRED to host the modpack.zip file?
  2. I have things to add because I'm tired of not finding them on the wiki, but I can't do that if your stupid account is not working. Get with the program please.
  3. He's positive that the recipe is accurate. I'll have him double check, and I might even try it out with creative mode mats later. It's not a matter of idiot vs the world here I think, but since we're so new to the mod, I won't rule it out entirely.
  4. I believe he used a normal crafting bench. I myself haven't tried to make one yet, but wanted to try and nip this "problem" before I try it myself. We're coming from a Tekkit Lite server, so still trying to get used to all the nuances.
  5. Has anyone ever seen a situation where they aren't craftable, even when they're not explicitly denied in a permissions module? I manage a Tekkit server for a site and we've got a user with OP powers that can't craft them. The drill head piece itself is craftable just fine, but the precharger just won't craft at all. I did some search on the forums here and on other tekkit sites, including the wiki and I'm coming up empty. Any thoughts? We've got WorldEdit/Guard and Essentials installed, but I don't see anything in the files that says it's a blocked item per se. (and we're OK with our users having access to them)
  6. I can't get it to work anymore on Tekkit Lite. I was running 0.6.4 but upgraded to 0.6.5 since it improved stability for us overall, but I absolutely cannot get FE to work. It throws all kinds of errors after everything else (read: Tekkit Lite itself and Dynmap) load. I've also updated java, but it used to work fine, lately, not so much. I hadn't changed anything on the prior server build when it stopped working. Anyone know of a fix? My users (and myself!) want to be able to use /spawn and all that stuff that comes with FE. 2013-05-10 15:10:25 [sEVERE] [ForgeModLoader] Caught exception from ForgeEssentials java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.google.common.base.Throwables.propagate(Throwables.java:160) at com.ForgeEssentials.core.moduleLauncher.ModuleContainer.runServerInit(ModuleContainer.java:407) at com.ForgeEssentials.core.moduleLauncher.ModuleLauncher.serverStarting(ModuleLauncher.java:178) at com.ForgeEssentials.core.ForgeEssentials.serverStarting(ForgeEssentials.java:227) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487) at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86) at cpw.mods.fml.common.Loader.serverStarting(Loader.java:721) at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:315) at ho.c(DedicatedServer.java:199) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458) at fy.run(SourceFile:849) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.ForgeEssentials.core.moduleLauncher.ModuleContainer.runServerInit(ModuleContainer.java:402) ... 31 more Caused by: java.lang.NullPointerException at com.ForgeEssentials.data.ForgeConfigDataDriver.readClassFromProperty(ForgeConfigDataDriver.java:269) at com.ForgeEssentials.data.ForgeConfigDataDriver.readClassFromProperty(ForgeConfigDataDriver.java:286) at com.ForgeEssentials.data.ForgeConfigDataDriver.loadData(ForgeConfigDataDriver.java:68) at com.ForgeEssentials.data.ForgeConfigDataDriver.loadAll(ForgeConfigDataDriver.java:86) at com.ForgeEssentials.data.AbstractDataDriver.loadAllObjects(AbstractDataDriver.java:72) at com.ForgeEssentials.afterlife.Deathchest.load(Deathchest.java:61) at com.ForgeEssentials.afterlife.ModuleAfterlife.serverStarting(ModuleAfterlife.java:46) ... 36 more 2013-05-10 15:10:25 [iNFO] [sTDERR] Exception in thread "Server thread" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.google.common.base.Throwables.propagate(Throwables.java:160) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.ForgeEssentials.core.moduleLauncher.ModuleContainer.runServerInit(ModuleContainer.java:407) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.ForgeEssentials.core.moduleLauncher.ModuleLauncher.serverStarting(ModuleLauncher.java:178) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.ForgeEssentials.core.ForgeEssentials.serverStarting(ForgeEssentials.java:227) 2013-05-10 15:10:25 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-05-10 15:10:25 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-05-10 15:10:25 [iNFO] [sTDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-05-10 15:10:25 [iNFO] [sTDERR]at java.lang.reflect.Method.invoke(Unknown Source) 2013-05-10 15:10:25 [iNFO] [sTDERR]at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487) 2013-05-10 15:10:25 [iNFO] [sTDERR]at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) 2013-05-10 15:10:25 [iNFO] [sTDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-05-10 15:10:25 [iNFO] [sTDERR]at java.lang.reflect.Method.invoke(Unknown Source) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2013-05-10 15:10:25 [iNFO] [sTDERR]at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153) 2013-05-10 15:10:25 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-05-10 15:10:25 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-05-10 15:10:25 [iNFO] [sTDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-05-10 15:10:25 [iNFO] [sTDERR]at java.lang.reflect.Method.invoke(Unknown Source) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2013-05-10 15:10:25 [iNFO] [sTDERR]at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86) 2013-05-10 15:10:25 [iNFO] [sTDERR]at cpw.mods.fml.common.Loader.serverStarting(Loader.java:721) 2013-05-10 15:10:25 [iNFO] [sTDERR]at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:315) 2013-05-10 15:10:25 [iNFO] [sTDERR]at ho.c(DedicatedServer.java:199) 2013-05-10 15:10:25 [iNFO] [sTDERR]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458) 2013-05-10 15:10:25 [iNFO] [sTDERR]at fy.run(SourceFile:849) 2013-05-10 15:10:25 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException 2013-05-10 15:10:25 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-05-10 15:10:25 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-05-10 15:10:25 [iNFO] [sTDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-05-10 15:10:25 [iNFO] [sTDERR]at java.lang.reflect.Method.invoke(Unknown Source) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.ForgeEssentials.core.moduleLauncher.ModuleContainer.runServerInit(ModuleContainer.java:402) 2013-05-10 15:10:25 [iNFO] [sTDERR]... 31 more 2013-05-10 15:10:25 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.ForgeEssentials.data.ForgeConfigDataDriver.readClassFromProperty(ForgeConfigDataDriver.java:269) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.ForgeEssentials.data.ForgeConfigDataDriver.readClassFromProperty(ForgeConfigDataDriver.java:286) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.ForgeEssentials.data.ForgeConfigDataDriver.loadData(ForgeConfigDataDriver.java:68) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.ForgeEssentials.data.ForgeConfigDataDriver.loadAll(ForgeConfigDataDriver.java:86) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.ForgeEssentials.data.AbstractDataDriver.loadAllObjects(AbstractDataDriver.java:72) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.ForgeEssentials.afterlife.Deathchest.load(Deathchest.java:61) 2013-05-10 15:10:25 [iNFO] [sTDERR]at com.ForgeEssentials.afterlife.ModuleAfterlife.serverStarting(ModuleAfterlife.java:46) 2013-05-10 15:10:25 [iNFO] [sTDERR]... 36 more
  7. Anyone have a link for FP that works on 0.6.5? I'm not having much luck - the version I have is crashing something fierce and I can't make heads or tails of which version I need for 0.6.5.
  8. It must've just bumped last night then because sure enough, found the zip file and it's 0.6.4. ARGH. I wish there was a more universal method to keeping tabs on which version a server is running without all of this micromanage BS. (/rant off) That was it. (smh)
  9. I set up and successfully connected to, and built in, a new Tekkit Lite server last night. However when I launch my client and try to connect (and yes, i've quadruple checked my launcher, I AM using Tekkit Lite) and it says now that my mods are out of date. I deleted the tekkit folder (all of them actually...) and re-ran the launcher, made sure that the correct version was selected, that it matched the server, and I get the same error. What the heck gives? "Forge Mod Loader could not connect to this server The mods and versions listed below could not be found They are required to play on this server WR-CBE|Core : 1.3.3 WR-CBE|RedPower : 1.3.3 EnderStorage : 1.4.1.4 ChickenChunks : 1.3.1.2 WR-CBE:Addons : 1.3.3 I was logged on last night, logged off - went to bed, then tried to get on again today. I've done NOTHING to the server in the 12 hours or so since I was last logged on. I even stopped & restarted the server to make sure. Nothing.
  10. Yes, you did help - thanks. But a large number of the folks who respond on these forums preface their response with "OMG I CANT BELIEVE YOU DIDN"T READ XXXXX". I'm usually very careful about that. When the search function doesn't work, I get a little snippy because everyone's all up in arms about it if you don't use it usually. Sorry about that. I tried to use the /sarcasm to show that I was only being half serious. But it backfired - my fault.
  11. A forum description on how to post bug reports? That's asinine! No seriously, I read the forum heading but it never dawned on me to use the actual launcher because you know, I do what everyone on these elitist forums is supposed to do - use the stupid search function. But it doesn't give me any results. Blame the indexer, not the users. /sarcasm
  12. I'm trying to figure out something else going on with my server, so I built a simple very direct quarry system. HV Solar Array -> Glass Fiber -> MFSU -> Glass Fiber -> Energy Link -> Quarry On a whim, I thought I'd break the glass cable going from the HV Array to the MFSU to see how long the quarry would take to drain the MFSU (i'm odd like that) but something odd happened - the MFSU keeps filling up in EU. I thought maybe it was just a delay attributed to the amount of current a HV Solar Array puts out, but if I leave the solar panel up anywhere within a 1 chunk radius, as long as it had an initial connection to the MFSU, it doesn't matter if the glass cable is broken, the MFSU continues to fill up. If I break the Solar Array or turn the game to night mode, the MFSU stops filling up. Once it's day again, it starts generating power again. I would've posted in bugs, but I don't have rights. :P
×
×
  • Create New...