Author Topic: tnet server crashing  (Read 9997 times)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: tnet server crashing
« Reply #15 on: December 30, 2014, 02:54:15 PM »
You should update your TNet...

sberghici

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 26
    • View Profile
Re: tnet server crashing
« Reply #16 on: December 30, 2014, 05:44:38 PM »
I'm pretty sure I have the latest 2.0.2

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: tnet server crashing
« Reply #17 on: December 31, 2014, 04:09:17 PM »
Hmm... well, may be OS version related, because I work on Windows and I have two network addresses (hamachi + normal) and it's all working as expected in Win 8.1.

sberghici

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 26
    • View Profile
Re: tnet server crashing
« Reply #18 on: January 02, 2015, 05:44:28 PM »
Can you run under debugger and check if you get both IPs in the loop? I guess you just ignore VPN in your code, when get list of of adapters.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: tnet server crashing
« Reply #19 on: January 02, 2015, 10:11:03 PM »
Yeah, seems to. Well, I can just wrap that section in a try/catch just to be safe.

decerto

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 20
    • View Profile
Re: tnet server crashing
« Reply #20 on: January 22, 2015, 09:41:24 PM »
Any fix on this? I have around 5+ IPs connected  and even if i use -ip it still results in a crash.

Cheers,

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: tnet server crashing
« Reply #21 on: January 23, 2015, 10:03:55 PM »
It's already wrapped in a try/catch block... did you update?