Yeah I don't really think so. I've never had a problem with any update until now so it's not like I'm someone who just complains about every update. This multiplayer singleplayer is a horrible idea and needs to be removed.
I've been trying to get this to work since 12w18a. Basically, my girlfriend really wants to play with me so i've been tinkering around with trying to get her to connect to me.
The problem: We both have the newest snapshot installed (properly), I've created the map (single-player server), but every time she enters my IP address, it tells her the connection is refused
Extra: yes she is on my network, I've already tried turning off my firewall, and I know she's entering the correct IP address
Can anybody help me? she really wants to play :/ Thank you in advance!
I've been trying to get this to work since 12w18a. Basically, my girlfriend really wants to play with me so i've been tinkering around with trying to get her to connect to me.
The problem: We both have the newest snapshot installed (properly), I've created the map (single-player server), but every time she enters my IP address, it tells her the connection is refused
Extra: yes she is on my network, I've already tried turning off my firewall, and I know she's entering the correct IP address
Can anybody help me? she really wants to play :/ Thank you in advance!
Do you have a router? If so, you still need to port forward even if they are on your network.
Do you have a router? If so, you still need to port forward even if they are on your network.
Indeed I do. I have 3 desktops running in my house so.. yeah. Anyways, I did see a couple things about port forwarding, but I assumed that was only necessary when doing a fully multiplayer server, not this new single player server. But there is just one probably with that; when i go into my router settings (just type in your router ip thing into the url box to see my settings) it requires a password to change anything. My dad set up this router (hes pretty good with computers but he doesn't write down anything) and lost the password. So it will be a huge hastle to reset the router settings, reconfigure, and eventually port forward. Basicaly, is there any other way? or is that it?
The problem: We both have the newest snapshot installed (properly), I've created the map (single-player server), but every time she enters my IP address, it tells her the connection is refused
The single player server listens on a dynamically assigned TCP port... Check the server.log to see what it uses for each session. It starts and stops with the client on the same machine entering and leaving the world. My experience has been ports around 1422 to 1428 have been used, though this will vary on system software. It does not listen on 25565.
The single player server is passed parameters to launch it be the client, it does not rely on the server.properties file only.
(Theory) The single player server currently will not accept additional players attempting to connect. I mucked about with this yesterday on 12w19a for about an hour to come to this conclusion.
Indeed I do. I have 3 desktops running in my house so.. yeah. Anyways, I did see a couple things about port forwarding, but I assumed that was only necessary when doing a fully multiplayer server, not this new single player server. But there is just one probably with that; when i go into my router settings (just type in your router ip thing into the url box to see my settings) it requires a password to change anything. My dad set up this router (hes pretty good with computers but he doesn't write down anything) and lost the password. So it will be a huge hastle to reset the router settings, reconfigure, and eventually port forward. Basicaly, is there any other way? or is that it?
I've never heard of needing to port-forward within a LAN, the whole purpose of port forwarding is to forward traffic on a port on your external IP to your internal private IP. You shouldn't have to mess with that.
Although the way is paved for setting up multiplayer locally (features are there), I don't think it is yet fully functional. In order to get my snapshot server going i had to still do it the old fashioned way and use the server executable. I found mine here (http://assets.minecr...raft_Server.exe). I found it on this page (http://www.mojang.co...napshot-12w19a/) It does say on there that the server jar files are in there but it doesn't say anything about it being functional. And if they were functional I don't see why they would have released another dedicated server client.
(Theory) The single player server currently will not accept additional players attempting to connect. I mucked about with this yesterday on 12w19a for about an hour to come to this conclusion.
Yeah this is my thought as well. The framework is there, but its not finished for it to function properly. Hence the server executable being released with 12w19a.
Thank you guys so much for the help! I was also suspecting it just wasn't implemented yet, but I couldn't find any source to back that up. I guess she will have to wait until the full update comes out hehe. Anyways, thanks again and thank you for the initial advice!
I don't know if it is a bug, or if I'm just plain stupid I can't figure out how to change the minecraft_server.jar from 12w18a to the new 12w19a 's one When I'm trying to remove either the saves or the server folder/ or .jar, java tells me the file is opened in another window and I'd have to close this one in order to remove the file
Help is highly appreciated
Gz Nom
When you get that bug, it means that A: Minecraft is open which you can fix by closing minecraft or B: The Java application is running. To fix that, open your task manager Ctrl+Alt+Delete etc. then go to processes and end any process that is named JAVAW.exe. That should fix it.
When you get that bug, it means that A: Minecraft is open which you can fix by closing minecraft or B: The Java application is running. To fix that, open your task manager Ctrl+Alt+Delete etc. then go to processes and end any process that is named JAVAW.exe. That should fix it.
In case it helps, the single player server runs under "java" and not javaw on my win32 machine.
Atleast wait for Mojang to finish it
The problem: We both have the newest snapshot installed (properly), I've created the map (single-player server), but every time she enters my IP address, it tells her the connection is refused
Extra: yes she is on my network, I've already tried turning off my firewall, and I know she's entering the correct IP address
Can anybody help me? she really wants to play :/ Thank you in advance!
Do you have a router? If so, you still need to port forward even if they are on your network.
That's a good point. I will.
Indeed I do. I have 3 desktops running in my house so.. yeah. Anyways, I did see a couple things about port forwarding, but I assumed that was only necessary when doing a fully multiplayer server, not this new single player server. But there is just one probably with that; when i go into my router settings (just type in your router ip thing into the url box to see my settings) it requires a password to change anything. My dad set up this router (hes pretty good with computers but he doesn't write down anything) and lost the password. So it will be a huge hastle to reset the router settings, reconfigure, and eventually port forward. Basicaly, is there any other way? or is that it?
The single player server listens on a dynamically assigned TCP port... Check the server.log to see what it uses for each session. It starts and stops with the client on the same machine entering and leaving the world. My experience has been ports around 1422 to 1428 have been used, though this will vary on system software. It does not listen on 25565.
The single player server is passed parameters to launch it be the client, it does not rely on the server.properties file only.
(Theory) The single player server currently will not accept additional players attempting to connect. I mucked about with this yesterday on 12w19a for about an hour to come to this conclusion.
also, i rly like the large biomes feature. ive always felt minecraft biomes were way too small and unrealistic
I've never heard of needing to port-forward within a LAN, the whole purpose of port forwarding is to forward traffic on a port on your external IP to your internal private IP. You shouldn't have to mess with that.
Although the way is paved for setting up multiplayer locally (features are there), I don't think it is yet fully functional. In order to get my snapshot server going i had to still do it the old fashioned way and use the server executable. I found mine here (http://assets.minecr...raft_Server.exe). I found it on this page (http://www.mojang.co...napshot-12w19a/) It does say on there that the server jar files are in there but it doesn't say anything about it being functional. And if they were functional I don't see why they would have released another dedicated server client.
Just my $0.02.
Yeah this is my thought as well. The framework is there, but its not finished for it to function properly. Hence the server executable being released with 12w19a.
You can if you have a paid account. (Or until he releases 1.3 fully, and then you can play for 6 in-game days without one.)
When you get that bug, it means that A: Minecraft is open which you can fix by closing minecraft or B: The Java application is running. To fix that, open your task manager Ctrl+Alt+Delete etc. then go to processes and end any process that is named JAVAW.exe. That should fix it.
In case it helps, the single player server runs under "java" and not javaw on my win32 machine.