Jump to content

freakachu

Members
  • Posts

    2757
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by freakachu

  1. my favorite was from many years ago when I was first learning to program. I was like, 10 or 11 and the only language I knew was BASIC. I had created some kind of program that has a prompt and asked for the user to type something in (can't remember the details). I was super proud of this and invited my best friend over to show it off to him. he took one look at it, hit enter, and caused it to scroll the prompt over and over forever, ruining my wonderful program. I was super pissed.
  2. the charge for SA membership is pretty much as Jay? said. primarily a filter for idiots, morons, and children and a motivator to not do something stupid and get banned. sure there are plenty of free forums out there, but how many are the same quality as SA?
  3. really? your OS and version, java type and version, antivirus program used, and pastebin of any log files generated are all in the title? impressive encoding scheme.
  4. I just checked your posts. here you go: http://forums.technicpack.net/index.php/topic,5465.msg33535.html#msg33535 that would most likely be the reason. you see, the keller is not for those who troll, nor is it only for people who can't type english correctly. it's for people who are too stupid to read the very simple rules and follow them. that includes you.
  5. sounds like you have 30+ players all with their own machinery running at the same time on an ok CPU. I'm not seeing the issue here.
  6. what OS are you on, OP? I probably know what the issue is, but it depends on your OS.
  7. I look forward to this happening. I pretty much only play tekkit (though that preview has made me think about dorking around a bit in technic, once it includes TC2) and I would love to have this mod on my server. the portals alone are amazing and worth it.
  8. for one, your launcher didn't crash. your game did. for two, last I checked the zepplin mod is known for being a bit unstable if you aren't careful with what you're flying around. from your post, you haven't said whether you can even get back into the world or not, just that you deleted and redownloaded everything. what's the problem at this point?
  9. ow, my brain. how about some info from you guys? "it's broke" doesn't help. pastebin of log files? what antivirus do you use? what's your favorite color? what java version do you have? what's your OS? (op already answered on this one, I know)
  10. dear person who doesn't understand java, you don't understand java.
  11. exactly. once you have done this one time, you never need to be online to play again. that is assuming you never want to update to a newer version of the pack when it comes out or whatever.
  12. oh, you mean the thing quoted in the OP post? just now found that one, eh? in any case, no this isn't causing anyone's download issues. if it were, no one would be able to use technic at the moment unless they already had it installed. yes, some guy is a bag of dicks, but that does not affect the launcher.
  13. Re: Server appears not to be sending chunks to client. I really don't think it's a pipe+condenser issue. the OP's pretty clear that he's not crashing, just not receiving chunks from the server. it sounds like everyone can log in fine, they just can't do anything due to perpetually falling in the void from not getting any chunk updates.
  14. Re: Server appears not to be sending chunks to client. most of the world corruption errors I have seen result in people crashing in affected chunks, or the server not loading the world at all. I can't recall ever seeing an issue like this in the admittedly short time I've been trolling this forum. I suppose one thing you could try is to log in with the messed up world, and teleport yourself somewhere far away. see if that loads and/or generates the chunks out there, away from the other stuff. you could also load the world up in MCEdit and see if maybe someone did screw something up on accident and spew hella items all over the ground somewhere (maybe an engine blew up? who knows). might be able to fix it that way too.
  15. looks like your server is running out of memory. try allocating it more ram?
  16. I will take pity on this poor, blind soul. you're allocating too much ram. drop it down to 512mb. I've explained the reason for this in-depth elsewhere, but suffice to say you will be amazed at the performance increase and it has to do with the fact that you don't have a ton of RAM to begin with. give it a shot and see what happens.
  17. Re: Unfortunate Dowload Problems you're better off simply uninstalling AVG. even when it's disabled, it doesn't turn off and still mucks with your connections and programs. as Jay? would say, AVG is a filthy, filthy liar.
  18. it's a, "the feature still exists", but you apparently missed that part. I know it was probably hard to read the very first reply to your post. maybe you are like that one chick in the andromeda strain that forgets things when she sees red?
  19. check the stickies, there is a fix for this there.
  20. yeah, exit() completely stops your program and just quits. why not try using a loop? pass="zsakul" renet.open("left") while true do input = read() if input == pass then redstone.output("back", true) end end basically what this does is loop forever waiting for a a rednet message, then set the redstone output to true when it finally gets the password. it's obviously barebones and doesn't turn it off, but there you go.
  21. you may be able to fix this if you block the fake user EE uses from destroying blocks in that area. I don't know the exact name of this user, it may be [EquivalentExchange] but don't quote me on it. I don't use either of those plugins but I would assume you could setup the permissions such that that user doesn't have permission to break blocks.
  22. guess my clairvoyance failed me this time. glad you got it working and thanks for posting what the problem actually was in the end.
×
×
  • Create New...