Jump to content

AaronMcH

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by AaronMcH

  1. You need to be running 64 bit java for it to not crash.

    Uninstall all java and reinstall a 64 bit version.

    Then the launcher should start in 64 bit mode, mine did, but I already added the java64 directory to my window path variable for other reasons, so I am not sure if that's required...You can find information on the web about this. Don't ask in this development thread.

    Sorry, were you replying to my post? I'll assume you were since it seemed like you were, but I am running 64bit Java, as I made sure to download it when I was installing Java, and it is the only version of Java running on my system, so I'm sure I'm using 64bit. Also, correct me if I'm wrong, but if I was running 32bit Java I wouldn't be able to allocate more than a few GB of RAM.

  2. Hey, can't wait to try this out. I have a very new computer, i7, GTX660, 16GB RAM. However when running Tekkit on Far Render Distance after a little bit of time, the game will usually crash, and I am informed by Windows that Java has stopped running, this doesn't seem happen on Normal Render Distance. With the changes made in this update it may stop this from happening. Although it seems a little strange given that my computer should have no issues handling Tekkit on Far Render Distance. I am allocating usually between 12 to 14 GB of RAM in the launcher in case anyone is wondering that.

    Anyway, I'll let you guys know if this update fixes this issue.

  3. Update, so after setting do-login to true in the bukkit.yml it now seems that the ComputerCraft fakeplayer is there, as in a first join message appeared, and when it's mining ove air, AntiGuest returns that ComputerCraft failed blockplace, however it is still able to mine in a protected area, and still doesn't log.

    any ideas?

    Thanks

    Aaron

  4. I am lead to believe that Computer Craft Mining Turtles use a Fake Player. However for me this doesn't seem to be the case, the mining turtle will mine, however it doesn't show up in LogBlock or Core Protect logs, neither does it stop when it enters a WorldGuard region. I have noted, however, that there is a [ComputerCraft] fake player listed in the bukkit.yml. I'm running Tekkit Lite 0.6.1 mods, with MCPC+ build 244.

    Is this just me, or is this any issue for others?

    Thank you

    Aaron

  5. Launcher Version: 219

    Operating System: Windows 7 Pro x64

    Java Version: java 7 update 9 (build 1.7.0_09-b05)

    Antivirus Program: Microsoft Security Essentials

    Description of Problem:

    I have a similar issue, where I can select and add modpacks, but their titles and versions usually just hang on the loading message or for versions just show recommened build, and not veersion numbers.

    I think this is also effecting people being able to connect to servers, as I don't think they are getting updates in their launcher, and this would explain why on my server, so many people were joining, but were getting unloaded as soon as they joined.

  6. I have generated quite a few seeds in Tekkit Lite, some random, some pre-selected. When I have a fly around the map, it seems that in every case around half of the map is Ocean biome.

    Has anyone else been experiencing this?

    I would also be interested to know if anyone has tried some of the Bukkit Terrain Generation mods, such as Terrain Control or Phoenix Terrain Mod, and if they are compatible with Tekkit Lite?

    Thanks

  7. You must allow flight in your server config and it might even not then work. On my tekkit classic server /fly doesn't work either so staff must either have swiftwolfs flying rings on or be i creative mode to fly.

    HI, I am getting the same results that I did for Tekkit Classic on 1.2.5, flight is set to enabled in the properties, however when the user is in creative mode /fly works fine, disabling and enabling fly. Is it possible that there is some sort of check on the user's gamemode going on, so that flight will only work in creative mode? This would also happen in Tekkit Clasic.

    Thanks

  8. As I said in the post, all I had to do to fix this was restore the 3.1.2 files from a backup, i.e. the jar, mods folder, configs folder, etc, and it didn't cause an issue after that. I didn't need to restore the world, remove anything from it, or any of my plugins.

    Although for anyone who doesn't have a backup copy, here is a link to download a copy of 3.1.2 http://mirror.technicpack.net/Technic/servers/tekkit/Tekkit_Server_3.1.2.zip

    Hopefully there is a fix for this found and added soon.

  9. Title: Server crash error for ic2.platform.NetworkManager.initiateTileEntityEvent

    Version: 3.1.3

    OS: Windows Server 2008 R2 Standard (x64)

    Java Version: Java Version 7 Update 4 (Build 1.7.0_04-b22

    Description of Problem:

    On the 15th I updated to the latest 3.1.3 dev build, just now the server crashed with the error below. The error occured when the player tried to worm up a Rotary Macerator, I restarted the server and any time someone tried to connect the server would crash.

    I have downgraded to the 3.1.2 release from a backup, so I don't need any support directly, as the server seems to be fine now after doing this.

    Error Log:

    
    2012-11-18 20:04:57 [sEVERE] java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)
    
    2012-11-18 20:04:57 [sEVERE] at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:62)
    
    2012-11-18 20:04:57 [sEVERE] at ic2.advancedmachines.TileEntityAdvancedMachine.q_(TileEntityAdvancedMachine.java:130)
    
    2012-11-18 20:04:57 [sEVERE] at net.minecraft.server.World.tickEntities(World.java:1189)
    
    2012-11-18 20:04:57 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)
    
    2012-11-18 20:04:57 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)
    
    2012-11-18 20:04:57 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    
    2012-11-18 20:04:57 [sEVERE] Caused by: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)
    
    2012-11-18 20:04:57 [sEVERE] at java.lang.Class.getMethod(Unknown Source)
    
    2012-11-18 20:04:57 [sEVERE] at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:49)
    
    2012-11-18 20:04:57 [sEVERE] ... 5 more
    
    2012-11-18 20:04:57 [sEVERE] Unexpected exception
    
    java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)
    
    at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:62)
    
    at ic2.advancedmachines.TileEntityAdvancedMachine.q_(TileEntityAdvancedMachine.java:130)
    
    at net.minecraft.server.World.tickEntities(World.java:1189)
    
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)
    
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)
    
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    
    Caused by: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)
    
    at java.lang.Class.getMethod(Unknown Source)
    
    at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:49)
    
    ... 5 more
    
    

  10. Title: Flying using server-side fly plugins

    Version: 3.1.2/3.1.3

    OS: Windows Server 2008 R2 Standard (x64)

    Java Version: Java Version 7 Update 4 (Build 1.7.0_04-b22

    Description of Problem:

    This seems to be a common problem as others have reported it, however a fix has never been added.

    When using Essentials Fly (/fly command) it returns with "Fly is enabled", however when the user tries to fly, the user can't, if you try the command again, instead of Essentials returning "Fly is disabled" it returns "Fly is enabled", however the user still cannot fly. This seems to happen with other plugins (according to others), and I have tried it with the Bukkit plugin SimpleFly and the same issue occurs.

    Additionally, in the server.properties file, allow-flight is set to true.

    Is there any fix that could be implemented for this.

    Error Messages:

    There is no error message

  11. Title: Null Pointer Exception when giving item 166

    Version: 3.1.2

    OS: Windows Server 2008 R2 Standard

    Java Version: Java Version 7 Update 4 (Build 1.7.0_04-b22

    Description of Problem:

    When using /give <player> 166 the item is given to the player, however the user's client will crash, and on reconnect to the server the client will crash again. This has been tested with multiple users.

    Error Messages:

    The only error that occurs is client side, that is a Java Null Pointer Exception.

    Error Log:

    
    
    
    

×
×
  • Create New...