1. When making a thread, please tag your thread accordingly using the menu to the left of the textfield where you name your thread where applicable. Server Advertisements and Mod Releases should be contained to their respective subforums.

Server Help Can't connect to my own server

Discussion in 'Multiplayer' started by Demon Pazuzu, Dec 6, 2013.

  1. Demon Pazuzu

    Demon Pazuzu Void-Bound Voyager

    Server is Linux64 and worked fine until tonight. I did mod the initial quest rewards, but that shouldn't be causing TCP socket issues?


    Code:
    Warn: I/O error in NetSocket write loop or device closed: NetworkException: tcp send error: Socket operation on non-socket
    ./starbound_server(_ZN4Star13StarExceptionC2ERKSs+0xfe) [0xa57e2e]
    ./starbound_server() [0xa5f2b1]
    ./starbound_server(_ZN4Star9TcpSocket5writeEPKcm+0xbf) [0xa5dcef]
    ./starbound_server(_ZN4Star9NetSocket7doWriteENS_4ListISt10shared_ptrINS_6PacketEESt5dequeIS4_SaIS4_EEEE+0x4ff) [0x76692f]
    ./starbound_server(_ZN4Star9NetSocket10writerLoopEv+0x359) [0x767e19]
    ./starbound_server() [0xa62ddd]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x7f8e) [0x7f073c378f8e]
    /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f073b680a0d]
    
    
     
  2. Azerathian

    Azerathian Space Hobo

    same though no mods, was able to connect last night but now i cant, though i have friends who can still join? "validating cache atm" - did not fix it ><
    Server Log
    Code:
    Warn: UniverseServer: client connection aborted
    Info: Reaping client <2> connection
    Warn: I/O error in NetSocket write loop or device closed: NetworkException: tcp send error: Socket operation on non-socket
    ./starbound_server(_ZN4Star13StarExceptionC2ERKSs+0xfe) [0xa57e2e]
    ./starbound_server() [0xa5f2b1]
    ./starbound_server(_ZN4Star9TcpSocket5writeEPKcm+0xbf) [0xa5dcef]
    ./starbound_server(_ZN4Star9NetSocket7doWriteENS_4ListISt10shared_ptrINS_6PacketEESt5dequeIS4_SaIS4_EEEE+0x4ff) [0x76692f]
    ./starbound_server(_ZN4Star9NetSocket10writerLoopEv+0X359) [0x767e19]
    ./starbound_server() [0xa62ddd]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x7e9a) [0x7fc89e176e9a]
    /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7fc89d48d3fd]
    --UPDATE--
    seems to be connected to the client version being out of whack?

    Client Log
    Code:
    Error: Client connect failed! Error connecting to 'server' port '21025' 'StarException: Server protocol version mismatch!
      004EF016 (C:/starbound/source/game/StarUniverseClient.cpp:68)
      004EFF6B (C:/starbound/source/game/StarUniverseClient.cpp:121)
      0040759B (C:/starbound/source/client/StarClientApplication.cpp:409)
      00409FE4 (C:/starbound/source/application/StarApplicationBase.cpp:199)
      00407A0F (C:/starbound/source/client/main.cpp:49)
      004DB571 (c:\SDL-1.2.15/./src/main/win32/SDL_win32_main.c:318)
    --2nd Update--
    had to update the server.. is all good
     
    Last edited: Dec 6, 2013

Share This Page