Jump to content

_sir_maniac

Members
  • Posts

    8
  • Joined

  • Last visited

About _sir_maniac

  • Birthday 01/01/1900

_sir_maniac's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Re: Java Problems on Server Launch Looks like your config file either doesn't have windows-type end of lines (CR,LF), or your config files have lines that are larger than 1024 characters. Probably the first issue. CodeChickenCore assumes all config files are windows style. try converting them to dos/windows format: http://www.cyberciti.biz/faq/howto-unix-linux-convert-dos-newlines-cr-lf-unix-text-format/
  2. Even if you manage to convert TechnicLauncher to Java 5, there are mods that only support Java 6. try googling a bit, here's a a couple of links I found: http://support.apple.com/kb/DL1359 https://wikis.oracle.com/display/OpenJDK/Darwin9Build
  3. Launcher v 0.5.4.6 should have fixed it, are you sure you have that version?
  4. Make sure and give some details, include as much information as you find. http://forums.technicpack.net/index.php/topic,2796.0.html
  5. There are other bugs, this this should keep you from having to wait more then 5-10 seconds when a mirror exists but doesn't respond.
  6. Sorry about the milliseconds thing, I noticed that in the JavaDoc and somehow forgot it as I was changing the code... I'm trying to figure out how I didn't catch that as I tested it. Glad to help, though. Are you interested in more help? I'd be glad to continue to contribute, I've got 10 years of Java programming experience. There's are other bugs involving the offline mode and how it interacts with everything that downloads, I'm in the middle of testing the fixes I have made to the code.
  7. Launcher/pack Version: 0.5.4.4 Operating System: Ubuntu Linux 11.04(Natty) 64-Bit Version of Java: Oracle 64-Bit version 1.7.0_03-b04 Description of Problem: Technic Launcher (almost)hangs on splash screen for no apparent reason. It appears to be an issue in accessing the mirrors on start up, which it apparently times out after a long period of time. I debugged the source, and found that it hanged for me when accessing the url http://mirror.technicpack.net/Technic/CHECKSUM.md5, this is repeatable by attempting to access the url through a browser window or wget. I've issued a pull request to the github source for a quick fix on the issue(shortening the timeouts), I'll also include the patch here. Error Messages: None link to pastebin PATCH: http://pastebin.com/Hzj34a9J Link to pastebin of log: http://pastebin.com/zkBzxUT2
×
×
  • Create New...