Author Topic: Problems starting the Example Menu in one network.  (Read 2455 times)

badawe

  • Jr. Member
  • **
  • Thank You
  • -Given: 8
  • -Receive: 7
  • Posts: 70
    • View Profile
Problems starting the Example Menu in one network.
« on: April 26, 2013, 09:02:24 AM »
Hey Arena, great job on TNET, i never worked with networking before, but it's really simple and intuitive.

So, yesterday i bought the TNET on my home, and start play around with it, and everythings works fine, I have a PC in home.

But today, I'm trying to get this working on my company, but i can't get working, here we have Macs, i don't know if is something related, but i keeping getting this message:
  1. Object reference not set to an instance of an object
  1. Operation timed out

Here is the screen.

Its just the example scene!
I don't know if is something related to my network here, or something in our mac, but is the exactly same thing i tested in home yesterday.
Can you help me? What is wrong?

Another thing, if you please can share these final projet:
http://www.youtube.com/watch?v=cTjy-L8C6WM

will be really usefull.
 

badawe

  • Jr. Member
  • **
  • Thank You
  • -Given: 8
  • -Receive: 7
  • Posts: 70
    • View Profile
Re: Problems starting the Example Menu in one network.
« Reply #1 on: April 26, 2013, 09:27:36 AM »
Looking at this topic:
http://www.tasharen.com/forum/index.php?topic=3694.msg18383#msg18383

I managed to make this work by changing this:

  1. tcpEndPoint = externalIP;
  2. mFallback = internalIP;
  3.  

for this:
  1.        
  2. tcpEndPoint = internalIP;
  3. mFallback = externalIP;

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile