Jump to content

havocx42

Members
  • Posts

    215
  • Joined

  • Last visited

Everything posted by havocx42

  1. 1. We aren't all American 2. Java 7 is out but not for mac OS, if you are using mac OS then I suggest you stop. 3. This is not the appropriate place to ask this question, this thread is about a specific problem which you have not had(yet). Please search the forums for people with the same problem as you.
  2. Java 7 is often called 1.7 because it's the internal version number, as in "Java SE Runtime Environment (build 1.7.0_03-b04)". Sun numbered their first 4 releases 1.1 -> 1.4 then switched to the current naming for its product name but the internal version is still 1.x and is therefore the correct term when giving the version that you are running on(although only really if you include the update number). On topic: Unfortunately I have no experience with that specific hoster but there are a number of guides stickied, have you looked at them?
  3. If the server installs the server component it will work.
  4. I lIke RandoM caPital Letters tOo! I don't know what you fixed on your system but it's not what we are talking about here. There may be another cause for ths same error message but the only time I have seen it, on Tekkit and elsewhere, is when trying to run a program that requires Java 7 with an older version. I'm glad that worked for you but considering all you changed was the memory allocation I expect you solved a different error.
  5. What has been said here already is all pretty much correct. That Warning you are getting is because the server is unable to complete a server tick within the required time, it checks this by looking at how much time has passed since it started processing the tick(hence the "Did the system time change"). What this means in reality is that something is causing loads of CPU work(hence "Java is maxing out 1 core of the server cpu.") There are lots of possible causes but I suspect you logged off while a quarry was running and lots of blocks in pipes reached an unloaded chunk boundary and popped out, Lots of block drops can cause huge lag and on a small server it could easily cause enough to cause a time-out when you log in. As for solutions you need to use this /remove items 10000 in the console IN GAME most likely the lag is only being caused when you load specific chunks, get someone else who isn't near where you last were to log on, op them, and get them to use that command repeatedly as they move towards your quarry. Hope this helps.
  6. Have you tried disabling Matmos?
  7. I very much doubt that IC2 makes major use of the new functionality. If it was a new project only ever written in Java 7 then it might rely on it a bit more but I expect if someone went to the trouble of compiling against java 6 it would not take long to fix any issues.
  8. *FIX* mod_IC2AdvancedMachines : Unsupported major.minor version 51.0 It takes 5 seconds to read your own log files then search for the error.
  9. Yep that would be boring. You know what else is boring? Answering the same question over and over that has been answered in Stickies.
  10. That's a shame. https://www.google.com/search?q=optifine&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a Could I get a fresh copy of your log file now that you aren't running AVG and everything.
  11. I think there are 5 things wrong with this post and how you approached this. Can anyone see a 6th?
  12. Are you using "advanced wooden transport pipes" instead of "wooden transport pipes"?
  13. Well it could be. I find it unlikely if you are not having any issues in other games though. My next step would be to install the same version of optifine on Vanilla and see if you get the same error. I had the same error, I think some settings in optifine didn't agree with my graphics card. I deleted .techniclauncher and reinstalled and it was fine.
  14. Objects in tubes always go to the closest Valid destination. If you have it set to mode 5 why not just paint the pipe going into the chest the colour assigned to unmatched items?
  15. :)
  16. havocx42

    Forge? Mods?

    3 I think. The key difference is that if the installation instructions for the mod say to put things in minecraft.jar, don't; put them in modpack.jar instead.
  17. Completely uninstall AVG, get MSE or avast instead.
  18. Does everybody else see that the creepers have different size eyes, like this: It upsets me.
  19. How about you want firefox to be able to run java applets?
  20. Ok, I suggest you ask for help on the Tekkit Bug Board, make sure you follow this. I would rather not clutter up this thread with unrelated problems. After you have fixed your server, if you have any problems with using midas please come back here and I will be happy to help.
  21. http://pastebin.com/wuzaktz5 is the correct patch file to convert from 1.0.0 to 1.1.4 Can you confirm that the server runs fine with a fresh world?
  22. Delete the .techniclauncher folder, download the new version of the Technic launcher, install Tekkit. I'm guessing you have an ATI graphics card? Don't change any graphics options. If it doesn't work let us know.
  23. And the problem is caused when you run the script manually as well as from init.d?
  24. Shouldn't be any problem, he must have PATH set up with java otherwise the script he linked wouldn't work, the other java arguments are just customisation.
  25. Try just running the server with "java -jar Tekkit.jar" from the server's folder. Edit: I say this because scripts run by init.d at boot time are run as root (which you certainly do not want anyway) and running it there could certainly be messing with the way Java gets a standard out. Edit2: looks like the script will su to a different user
×
×
  • Create New...