Jump to content

Banjobeni

Members
  • Posts

    12
  • Joined

  • Last visited

About Banjobeni

  • Birthday 01/01/1900

Banjobeni's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Same here. Rolled together an update for my custom techniclauncher-based modpack a while ago and updated to it successfully back then. Another player tried to update today and fails to download akka-actor_2.11-2.3.3.jar file from libraries.minecraft.net. The url https://libraries.minecraft.net/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar leads to 'AccessDenied'. I guess they messed up over at minecraft.net and hope they can sort it out fast.
  2. That would allow some seriously crazy moving machines. On seriously crazy little space. Very cool.
  3. Wow, I didn't know that one yet. Thanks! But are you sure it's on 1.7.2 yet? I can't seem to find a corresponding download link, and what I'd consider the authoritative source doesn't explicitly state what version it runs on...
  4. Thank you for forking and working on this, planetguy. This is fantastic! I have one question concerning 1.7.2 though: With ThermalExpansion/cofh not being updated to 1.7.2 yet, what mod do you suggest to use in order to have a source of power and transportation of RF?
  5. Title: Unable to Transport Oil with Fluid Pipes Version: 3.0.3/3.0.4 OS: Ubuntu Server 11.10 Java Version: jre1.7.0_04 Description of Problem: I can't transport oil with a combination of grates, fluid pipes and a pump. It works fine with water in the same setup. From http://www.technicpack.net/tekkit/ I read that 3.0.4 uses RedPower2 pr5b2, and in the corresponding release notes (http://www.eloraam.com/?p=266) it says "Support for Buildcraft oil.". So I would've expected this to work. Error Messages: N/A Error Log: N/A
  6. I observe this too, my machine setup is alike yours. I connect to a server in LAN.
  7. Re: Java Problems on Server Launch I can confirm this too. Running Java 7u4 in Ubuntu 64bit in vSphere. I am really looking forward to any improvement on this. I don't think it is a configuration issue, i did not change anthing except updating tekkit to 3.0.3. It worked as a charm before with 2.1.1. Cheers
  8. @Arsenius: I am also running in a VM. Host is a VMWare vSphere, client is a headless ubuntu server. Is there anyone who also exhibits this problem but does NOT run in a VM?
  9. I just updated to jre1.7.0_04 but I keep having the same issue.
  10. I also installed Java 7 as it seemed to be necessary at some point for 2.1.1. ~$ java -version java version "1.7.0_03" Java SE Runtime Environment (build 1.7.0_03-b04) Java HotSpot 64-Bit Server VM (build 22.1-b02, mixed mode) Do you think that might be the problem?
  11. Hi, I tried to run the new Tekkit 3.0.3 server (fresh install) the same way as I used to run 2.1.1. It runs fine on Win7, but this is what I get somewhere in the logs when running it on Ubuntu Server: 11:09:34 [sEVERE] java.lang.ExceptionInInitializerError 11:09:34 [sEVERE] at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49) 11:09:34 [sEVERE] at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12) 11:09:34 [sEVERE] at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271) 11:09:34 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:220) 11:09:34 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539) 11:09:34 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:121) 11:09:34 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:159) 11:09:34 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426) 11:09:34 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 11:09:34 [sEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024 11:09:34 [sEVERE] at codechicken.core.ConfigFile.readLine(ConfigFile.java:158) 11:09:34 [sEVERE] at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68) 11:09:34 [sEVERE] at codechicken.core.ConfigFile.<init>(ConfigFile.java:41) 11:09:34 [sEVERE] at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:25) 11:09:34 [sEVERE] ... 9 more 11:09:34 [sEVERE] Unexpected exception java.lang.ExceptionInInitializerError at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49) at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12) at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271) at cpw.mods.fml.common.Loader.modInit(Loader.java:220) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539) at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:121) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:159) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024 at codechicken.core.ConfigFile.readLine(ConfigFile.java:158) at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68) at codechicken.core.ConfigFile.<init>(ConfigFile.java:41) at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:25) ... 9 more > 11:17:46 [iNFO] Stopping server 11:17:46 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 11:17:46 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source) 11:17:46 [sEVERE] at java.util.ArrayList.get(Unknown Source) 11:17:46 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:412) 11:17:46 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:483) 11:17:46 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 11:17:46 [iNFO] Stopping server 11:17:46 [sEVERE] Exception in thread "Thread-3" 11:17:46 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 11:17:46 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source) 11:17:46 [sEVERE] at java.util.ArrayList.get(Unknown Source) 11:17:46 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:412) 11:17:46 [sEVERE] at org.bukkit.craftbukkit.util.ServerShutdownThread.run(ServerShutdownThread.java:14) So it seems to be WirelessRedstone-related. Any Ideas as to how to fix this? What struggles me most is that it runs fine on Win7.
×
×
  • Create New...