PDA

View Full Version : [SOLVED] Create practice game, gets to 45% and nothing happens



nachitox
02-21-2011, 04:47 AM
The same thing is happening when i try to watch a replay or launch a practice game, it shows the loading bar, gets to 45%, then nothing happens, the loading bar just disapears and that's it.
I tried re-installing the game.
I'm on a Mac-book pro OSx 10.6.6, and there's no error, it just stops.

iGuy
02-23-2011, 10:53 AM
Hey,

Sorry for the delay, have you tried completely reinstalling the game (that includes removing the folder in Users/Library/Application Support/.

If you haven't try that, and if it still happens Please upload (http://tools.heroesofnewerth.com/upload.php) your console.log and post the url.

nachitox
02-23-2011, 11:36 PM
Ok, thanks, I'll try that tonight and update tomorrow.

nachitox
02-28-2011, 05:45 PM
Tried erasing everything related to the game.

Just uploaded the console.log
The Mac console file 'console.log.zip' has been uploaded.
You can download the file using this link: http://tools.heroesofnewerth.com/view.php?key=b8c3825513ef2fce&action=download.
You can view the file using this link: http://tools.heroesofnewerth.com/view.php?key=b8c3825513ef2fce&action=view.

nachitox
03-16-2011, 05:09 PM
Guys, i really want to be able to use the practice mode, any ideas on what's wrong?

Tobias
03-19-2011, 01:15 PM
Well, looking at your console.log, it says it can't find localhost (your computer). Do you have any kind of "security" software running? Ie. a firewall or anti virus software?

What happens if you open your terminal and type in "ping localhost"?

Also, what is the output of "ifconfig -a"?

nachitox
03-21-2011, 04:09 PM
Ignacio-Palladinos-MacBook-Pro:~ ignaciopalladino$ ping localhost
ping: cannot resolve localhost: Unknown host
Ignacio-Palladinos-MacBook-Pro:~ ignaciopalladino$ ifconfig -a
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 00:23:32:c8:1a:d2
media: autoselect
status: inactive
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 00:23:12:55:2b:56
inet6 fe80::223:12ff:fe55:2b56%en1 prefixlen 64 scopeid 0x5
inet 192.168.1.21 netmask 0xffffff00 broadcast 192.168.1.255
media: autoselect
status: active
fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 4078
lladdr 00:23:32:ff:fe:c8:1a:d2
media: autoselect <full-duplex>
status: inactive
vboxnet0: flags=8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 0a:00:27:00:00:00

Im going to try and see why the localhost call is failing.

nachitox
03-21-2011, 04:31 PM
Thank you Tobias!!!
You can mark this as SOLVED :D
It seems that all the problem was the localhost not resolving.

Solution:
I added 127.0.0.1 localhost to the /etc/hosts file and It's all working now.
That's a default on many computers but for some reason mine was modified.

Tobias
03-22-2011, 12:53 PM
Glad you got it working.