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 Disconnected due to inactivity error

Discussion in 'Multiplayer' started by Jellyman, Jul 21, 2017.

  1. Jellyman

    Jellyman Phantasmal Quasar

    Servers are keeping disconnecting me due to "inactivity" on joining. How can I fix it? I have good internet

    If anyone has the same issue or someone knows how to fix it please comment here.
     
    Last edited: Jul 21, 2017
  2. JovemVFX

    JovemVFX Void-Bound Voyager

    :kitten2: :kitten2::kitten2::kitten2::kitten2::kitten2::kitten2::kitten2::kitten2::kitten2:
    :kitten2: I'm having the same problem. :kitten2:
    :kitten2::kitten2::kitten2::kitten2::kitten2::kitten2::kitten2::kitten2::kitten2::kitten2:
     
  3. Palicence

    Palicence Void-Bound Voyager

    I am having a similar issue, every time I join a server I am immediately disconnected due to inactivity.
     
  4. TheElderScroller

    TheElderScroller Pangalactic Porcupine

    It might be the server having bad connection, or your character has alot stuff going on.
    With that I mean alot items in the inventory (custom edited items maybe?), alot or large quests and other things that are stored on your character.
    Those things are sent to the server when joining and if a character file gets large it can make you disconnect.
     
  5. Palicence

    Palicence Void-Bound Voyager

    I had only vanilla item on without customization.
    also I think it was server side because it seems to be fixed.
     
  6. lukarios

    lukarios Space Hobo

    Code:
    [
    { "op" : "replace", "path" : "/connectionTimeout", "value" : 360000}
    ]

    Code:
    { "name" : "Thisisjustarandomname"}

    If he should decide to do so, the upper one should be called universe_server.config.patch and the second one whateveryouwant.modinfo

    Just put both in a folder and this folder in your "/giraffe_storage/mods" folder.

    (360'000 = 60 minutes)

    I find this but i didnt know how write this code in file



    HELP D:
     
  7. Jellyman

    Jellyman Phantasmal Quasar

    Oh and i forgot saying this

    I was using my friend ship chair
     
  8. xXHardcorePlayXx

    xXHardcorePlayXx Void-Bound Voyager

    Because i had the same problem:

    THIS WORKS ONLY IF YOU CAN INSTALL MODS ON THE SERVER YOU WANT TO CONNECT TO!!!

    Only tested on Windows

    1. Create a folder named TimeoutPatch in starbound/mods
    2. In this folder, create a file named universe_server.config.patch
    2.1. Open this file with a text editor like notepad++
    2.2. Write
    [
    { "op" : "replace", "path" : "/connectionTimeout", "value" : 360000}
    ]
    2.3. Save and Exit
    3. In the same folder, create a file named TimeoutPatch.modinfo
    3.1. Same as 2.1.
    3.2. Write { "name" : "TimeoutPatch"}
    3.3 Save and Exit
    4. If you leave it just there it could work but I haven't tested that
    5. Then go to starbound\win32 and create a file named pack.bat
    6. Open this file with a text editor
    7. Write
    asset_packer.exe ..\modsTimeoutPatch ..\mods\TimeoutPatch.pak
    8. Start the batch to pack the assets
    9. If you have a dedicated server, transfer the TimeoutPatch.pak to your servers mods directory and restart it

    Last tested on Starbound v1.3.2

    It works for me, it may not work for you

    I have uploaded the mod to Steam
     
    Last edited: Oct 15, 2017
  9. MiamotoRei

    MiamotoRei Starship Captain

    Can I use whatever name I want, instead of "TimeoutPatch"?
    And will it work on 1.4.x?
     
  10. Holley

    Holley Void-Bound Voyager

    Thank you so much! And i can confirm that it works 1.4.1.
     
  11. kaat cat

    kaat cat Void-Bound Voyager

    works 2020
     

Share This Page