Jump to content
News ticker
  • Bienvenue sur le nouveau forum VeryGames
  • Welcome to the new VeryGames forum
  • VeryNews

    Valheim Server error & no crossplay


    Tweek67
     Share

    Recommended Posts

    Hi.

    I have a dedicated server here, and the cross play doesn't work.

     

    I have this in start_server.sh :

    #!/bin/bash
    export templdpath=$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH=./linux64:$LD_LIBRARY_PATH
    export SteamAppId=892970
    
    echo "Starting server PRESS CTRL-C to exit"
    
    # Tip: Make a local copy of this script to avoid it being overwritten by steam.
    # NOTE: Minimum password length is 5 characters & Password cant be in the server name.
    # NOTE: You need to make sure the ports 2456-2458 is being forwarded to your server through your local router & firewall.
    ./valheim_server.x86_64 -name "My server" -port 2456 -world "Dedicated" -password "secret" -crossplay
    
    export LD_LIBRARY_PATH=$templdpath
    
    

    But I have this in error log:

    Preloaded 'libsteam_api.so'
    Unable to preload the following plugins:
    libparty.so
    Fallback handler could not load library /data/service9840/data/service_item_1893570/valheim_server_Data/Mono/libparty
    Fallback handler could not load library /data/service9840/data/service_item_1893570/valheim_server_Data/Mono/libparty.so
    Fallback handler could not load library /data/service9840/data/service_item_1893570/valheim_server_Data/Mono/party
    Fallback handler could not load library /data/service9840/data/service_item_1893570/valheim_server_Data/Mono/libparty
    Fallback handler could not load library /data/service9840/data/service_item_1893570/valheim_server_Data/Mono/libparty.so
    Fallback handler could not load library /data/service9840/data/service_item_1893570/valheim_server_Data/Mono/libparty
    Fallback handler could not load library /data/service9840/data/service_item_1893570/valheim_server_Data/Mono/libparty
    Fallback handler could not load library /data/service9840/data/service_item_1893570/valheim_server_Data/Mono/libparty.so
    Fallback handler could not load library /data/service9840/data/service_item_1893570/valheim_server_Data/Mono/party
    Fallback handler could not load library /data/service9840/data/service_item_1893570/valheim_server_Data/Mono/libparty
    Fallback handler could not load library /data/service9840/data/service_item_1893570/valheim_server_Data/Mono/libparty.so
    Fallback handler could not load library /data/service9840/data/service_item_1893570/valheim_server_Data/Mono/libparty

     

    Thanks for help.

    Link to comment
    Share on other sites

    • 2 months later...

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Reply to this topic...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

     Share

    ×
    ×
    • Create New...