-
Posts
2757 -
Joined
-
Last visited
-
Days Won
3
Everything posted by freakachu
-
INSIDE: Advanced Machines preventing LEARNING HOW TO READ.
freakachu replied to Shadestrike's topic in The Whale Box
Re: Advanced Machines preventing installation of Tekkit. sorry, I'm too busy being pointlessly murdered to tell you to read the stickies before posting common errors. -
there are a lot more mods in technic, buildcraft is verison 3.x in technic, forestry has beekeeping in technic, thaumcraft exists in technic. just to name a few.
-
at this point I'm pretty much out of ideas. I can tell you that there's something getting in the way of the server receiving incoming connections, but I have no idea what it could be at this point. what I can tell you is that it isn't your client, it's almost certainly not your windows firewall, it's not your server.properties configurations, it's not your java version. try reinstalling the tekkit server maybe? that's really all I have left, and it's a shot in the dark. much like the last couple things I suggested.
-
well damn, here I thought that wasn't the problem. you're welcome.
-
looks completely normal. default port, binding to all IPs, no errors that aren't always there. it doesn't say anything about a player connecting when you try to log in, right? very, very odd.
-
chances are low for transfering a tekkit SSP world to technic. they have different sets of mods and even the ones they share are different versions a lot of the time.
-
Re: Not enough Items your first mistake was trying to use NEI inside the launcher. try launching the game first.
-
the folder they're in shouldn't matter as long as it's not the same one. putting them together would be bad. I thought maybe you were running them at the same time and both on the default port, which would cause problems. clearly firewalls are not at issue if you can run straight up bukkit and connect fine. your client is fine if it can connect to other tekkit servers as well. can you post your tekkit server's log? I have no idea what it might say that would help, but who knows.
-
are you playing tekkit single player? if so, that is likely your problem. if you're playing technic single player, you're in the wrong section.
-
are you trying to run them both at the same time? if so, that would do it.
-
if I had to guess, you tried to place a mob spawner. load your world up in MCEdit and delete the placed spawner. if you didn't do it or don't run the server, tell the admin to do it for you.
-
try this: go into %APPDATA%\.techniclauncher\tekkit\texturepacks and delete the offending texture pack (or move it somewhere else). start up tekkit, see if it works. I'm going to guess that it won't work. also, if it's loading the game it is generating logs in %APPDATA%\.techniclauncher\logs so those would be helpful. and by "loading" I mean the window appears at all.
-
whoa whoa, you are able to connect to your own server now? wasn't that the issue to begin with? what am I actually trying to fix at this point?
-
yeah, that wouldn't be causing this. I have to say I'm rather stumped here. there's something else going on and I'm not sure what it could be. out of curiosity, can you connect to any other servers? try finding a server in the open server section and logging in. does it do the same thing? worst case scenario, if you're just going to be playing alone anyhow, use technic and play single player
-
server config seems fine. do you have any kind of an antivirus program?
-
that shouldn't be doing this then, did you try the port thing? basically, if you're not using any other type of firewall (I don't count the windows one, honestly), the only way to get the problem you're having is something ridiculous like misspelling localhost, running the server on a non-default port, not running the server while running the game, having remapped localhost to something else in your hosts file, etc. you could also try using 127.0.0.1 as your IP instead of localhost, who knows, maybe it's the hosts file issue
-
what firewall are you using? try turning it off completely. if it's AVG just uninstall it also, did you try the port thing?
-
Technic Launcher and Installation Problems
freakachu replied to disturbedecho's question in Technic Launcher
well, there goes that theory. =/ try this real fast though, place the techniclauncher.exe on your desktop and run it (not a shortcut, the real deal). any improvements? -
java. you need t allow java through. assuming java 7, it installs to c:\program files\java\jre7\bin\java.exe by default
-
so.... did you try anything that was suggested?
-
I suppose you could try and make sure you don't have anything wacky like an IC2 power loop going on as well. though that would be very hard to find if you had that many people playing
-
if you're not seeing anything on the server console, the client is never even reaching it. also, you don't need to forward ports or use hamachi to play on a server hosted on your own machine, I have no idea why people are suggesting that. 10:1 your firewall software is getting in the way, there's just nothing else in between the client and server that can cause this. the only other option is that you are not using the default port on the server. check the port in server.properties and add it to your IP like this, "localhost:port", and see if that helps. if not, it's your firewall.
-
Technic Launcher and Installation Problems
freakachu replied to disturbedecho's question in Technic Launcher
from the error, it sounds like you have special characters in the path to the launcher. your username on your PC wouldn't happen to contain any special accent mark type characters, would it? -
double check the server IP in the server.properties file. it should be blank, like this: server-ip= when you try to connect, does the server say anything in its console about you connecting?
-
you're running the server and client on the same machine right? make sure that the server IP section of the server.cfg is left blank. also make sure that any firewall software you have running isn't getting in the way.