Jump to content

jo_shadow

Members
  • Posts

    16
  • Joined

  • Last visited

About jo_shadow

  • Birthday 08/19/1989

jo_shadow's Achievements

Grass

Grass (2/9)

0

Reputation

  1. Oh I do, and I appreciate every gold nugget of a post I see on there, but as I said in my opening post, I'd rather just check twitter, see a post that says "hey we just made a new blog post <link>", than have to check the news page every day in addition to already checking twitter anyways. For example I don't have to check Mojang or Bukkit's page every day because I just keep an eye on their twitter feeds.
  2. Just curious if there might be a Technic/Tekkit twitter I could subscribe to for info and/or updates. Would just be convenient since I already subscribe to Bukkit and several other devs on there and it's nice just having one site to check, as opposed to many.
  3. I've figured out a workaround for the time being: Set Java 1.6 to be higher than 1.7 in java preference (Macintosh HD/Applications/Utilities/Java Preferences.app). Instead of 'java' in your commandline argument for the server, use /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/java And there you go, the launcher will default to the 1.6, and the server is forced to use 1.7, and everything will work without having to switch your java version each time :)
  4. Thanks! You're awesome! I'll be sure to share any progress I make based on your work. Hmm, I did some testing and it seems that the copper and tin from both can be used interchangeably. Is there any reason to use one over the other? I'd probably stick with the IC2 ores since the texture pack we're using as a base already comes with IC2 ore textures.
  5. Is there a chance you could share said Bo2 file for the oil well? I've also been working on creating a custom Tekkit map with Terrain Control and that's the main part that is missing Your template that you shared has been invaluable in the process so far, so thank you for sharing that in any case! :D
  6. Considering that notch added support for texture packs I don't see a problem with me wanting to take advantage of a feature that he clearly supports. I just want it to be easier, because I know players are lazy and would rather not have to change their texture packs by hand all the time. Also the default minecraft textures are uuuugly
  7. I'd like to have my tekkit server require user clients that connect to it to use a specific texture pack. I know this is possible with spoutcraft, but as far as I understand only the launcher is based on spoutcraft's launcher, not the actual plugin itself. I am aware that minecraft 1.3 will have the ability to force texture packs, but I also know that for bukkit and all the tekkit mods to be 1.3 compatible it will take another few weeks, so in the meantime I'm curious if there are any other alternatives.
  8. Hmm, yeah that does work, but it's really not ideal. Thanks for checking in any case! I do feel that this issue still warrants the devs' attention, to at least see if the launcher can be made to work for mac on java 7. If there are any technical limitations that prevent this from working I'd be curious to know as well.
  9. Are there any mac users that could test my assumption? Is anyone's launcher starting with Java 7?
  10. Title: Issues with Java version on mac with local server and technic launcher Version: 3.1.2 OS: Mac OS 10.7.4 Java Version: 1.7.0_04 and 1.5.0_33-b03-424 (the latest distributed by apple) Quick Summary: On my mac the Tekkit server requires Java 7, but the technic launcher won't launch unless it's with Java 6. Description of Problem: I have run into an issue on my mac. I want to test a Tekkit 3.1.2 server locally and then connect to it with the Tekkit launcher, running 3.1.2 as well. I Just found out that the Tekkit server requires Java 7, so I have that installed, and set to be the default java version via the java preferences utility: However when I now attempt to run the launcher I get to the login screen, and it just closes when I click 'Login' after connecting to the server, etc. After some testing it turns out that the launcher only launches correctly when I have Java 7 disabled or set to a lower priority: When it is loaded with Java 6 it works great. This presents me with a bit of a problem: To run the technic launcher I need to use Java 6 To run a local tekkit server I need to use Java 7 This makes testing a local server somewhat problematic as you might imagine. Am I doing something wrong here? Has anyone else experienced the Technic Launcher not working with Java 7 on mac? Alternatively, Is there a way to force java to use a specific version via commandline arguements? If so I could set 6 as priority for the launcher and then modify the server launch script to run it with 7, but in any case this seems less than ideal.
  11. Cheers, That did it. This should really be listed as a requirement, like in a read-me or on an instructions page. My Appologies if I missed such a page, but it should not require hunting to find it.
  12. Title: 3.1.2 - Errors when starting brand new server locally Version: 3.1.1 OS: Mac OS 10.7.4 Java Version: 1.6.0_33 (the latest version distributed by apple) Description of Problem: First of all, 3.1.2 has been released, yet it has not been added to the 'version' dropdown menu when submitting a bug report. This should be added. Now to my actual problem: I currently run a Bukkit server and I want to move to Tekkit, but before doing so I want to test it locally to get a feel for how well it works. I simply downloaded the Tekkit server zip, unzipped it to my desktop and attempted to run it without touching anything. I've included the console output in its entirety. I've run plenty of Bukkit servers without a problem and I'm baffled how a clean Tekkit server could crash so entirely. Does Tekkit have different java requirements than Bukkit, or am I missing something obvious? Error Messages: Error Log: :~ jo$ cd Desktop/Tekkit_Server_3.1.2 :Tekkit_Server_3.1.2 jo$ ./launch.sh 182 recipes 27 achievements 00:07:01 [iNFO] Starting minecraft server version 1.2.5 00:07:01 [iNFO] Attempting early MinecraftForge initialization 00:07:01 [iNFO] Completed early MinecraftForge initialization 00:07:01 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading 00:07:01 [iNFO] Loading mods from /Users/jo/Desktop/Tekkit_Server_3.1.2/mods 00:07:01 [WARNING] Failed to load mod class net/minecraft/server/mod_NetherOres.class in /Users/jo/Desktop/Tekkit_Server_3.1.2/mods/mod_NetherOres.jar 00:07:01 [sEVERE] Zip file mod_NetherOres.jar failed to read properly 00:07:01 [iNFO] File mod_NetherOres.jar contained no mods 00:07:01 [iNFO] Directory weaponmod contained no mods 00:07:01 [sEVERE] A problem has occured during mod loading. Likely a corrupt jar is located in your mods directory 00:07:01 [sEVERE] cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 00:07:01 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:436) 00:07:01 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:606) 00:07:01 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134) 00:07:01 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135) 00:07:01 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 00:07:01 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 00:07:01 [sEVERE] Caused by: cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 00:07:01 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527) 00:07:01 [sEVERE] at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562) 00:07:01 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:419) 00:07:01 [sEVERE] ... 5 more 00:07:01 [sEVERE] Caused by: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 00:07:01 [sEVERE] at java.lang.ClassLoader.defineClass1(Native Method) 00:07:01 [sEVERE] at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) 00:07:01 [sEVERE] at java.lang.ClassLoader.defineClass(ClassLoader.java:615) 00:07:01 [sEVERE] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) 00:07:01 [sEVERE] at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) 00:07:01 [sEVERE] at java.net.URLClassLoader.access$000(URLClassLoader.java:58) 00:07:01 [sEVERE] at java.net.URLClassLoader$1.run(URLClassLoader.java:197) 00:07:01 [sEVERE] at java.security.AccessController.doPrivileged(Native Method) 00:07:01 [sEVERE] at java.net.URLClassLoader.findClass(URLClassLoader.java:190) 00:07:01 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) 00:07:01 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) 00:07:01 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:295) 00:07:01 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) 00:07:01 [sEVERE] at java.lang.Class.forName0(Native Method) 00:07:01 [sEVERE] at java.lang.Class.forName(Class.java:247) 00:07:01 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494) 00:07:01 [sEVERE] ... 7 more 00:07:01 [sEVERE] Unexpected exception cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 at cpw.mods.fml.common.Loader.load(Loader.java:436) at cpw.mods.fml.common.Loader.loadMods(Loader.java:606) at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527) at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562) at cpw.mods.fml.common.Loader.load(Loader.java:419) ... 5 more Caused by: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:295) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494) ... 7 more &gt; 00:07:13 [iNFO] Stopping server 00:07:13 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 00:07:13 [sEVERE] at java.util.ArrayList.RangeCheck(ArrayList.java:547) 00:07:13 [sEVERE] at java.util.ArrayList.get(ArrayList.java:322) 00:07:13 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424) 00:07:13 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 00:07:13 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 00:07:13 [iNFO] Stopping server 00:07:13 [sEVERE] Exception in thread &quot;Thread-4&quot; 00:07:13 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 00:07:13 [sEVERE] at java.util.ArrayList.RangeCheck(ArrayList.java:547) &gt;jiz1:Tekkit_Server_3.1.2 jo$
×
×
  • Create New...