1. Hello,

    I got Linux Debian 8 64 bits Server and I'm trying to install an hurtworld server.
    There is the tutorial I followed: Setting up a Hurtworld Server on Wine | Oxide
    But, when I'm trying to launch the server, I got big error:

    Code:
    Mono path[0] = 'Z:/var/steam/hurtworld1/Hurtworld_Data/Managed'
    Mono path[1] = 'Z:/var/steam/hurtworld1/Hurtworld_Data/Mono'
    Mono config path = 'Z:/var/steam/hurtworld1/Hurtworld_Data/Mono/etc'
    Crash!!!
    SymInit: Symbol-SearchPath: '.;Z:\var\steam\hurtworld1;Z:\var\steam\hurtworld1;C:\windows;C:\windows\system32;SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'root'
    OS-Version: 5.1.2600 (Service Pack 3) 0x0-0x1
    Z:\var\steam\hurtworld1\Hurtworld.exe:Hurtworld.exe (0000000000140000), size: 20221952 (result: 0), SymType: '-nosymbols-', PDB: 'Z:\var\steam\hurtworld1\Hurtworld.exe', fileVersion: 5.1.3.41531
    C:\windows\system32\ntdll.dll:ntdll.dll (0000730E6B760000), size: 2969600 (result: 0), SymType: 'DIA', PDB: 'C:\windows\system32\ntdll.dll', fileVersion: 5.1.2600.2180
    ....
    .
    .
    .
    ..
    'C:\windows\system32\msvcrt.dll', fileVersion: 7.0.2600.2180
    ========== OUTPUTING STACK TRACE ==================
      ERROR: SymGetSymFromAddr64, GetLastError: 'Invalid address.' (Address: 000000000158F0B0)
      ERROR: SymGetModuleInfo64, GetLastError: 'DLL init failed.' (Address: 000000000158F0B0)
    000000000158F0B0 ((<unknown>))
    Crash in winutils::ProcessInternalCrash(PEXCEPTION_POINTERS pExInfo)Unhandled exception: page fault on read access to 0x00000008 in 64-bit code (0x0000730e6b7c7b0e).
    .......
    .
    .
    .
    .
    .
    (Points are from me)

    What is wrong ?

    Regards
     
  2. Hello i want to update server but command do not work !
    Code:
    /home/steam/steamcmd/steamcmd.sh +\@sSteamCmdForcePlatformType windows +login anonymous +force_install_dir /home/steam/hurtworld +app_update 405100 validate +quit
     
  3. Help
    Whenshutdown the server , shouldn't bein the game
    LINUX
    +Help install plugins
    +HELP CRASH
    Screenshot
     
    Last edited by a moderator: Dec 13, 2015
  4. Hi. My server is running on Wine and he often crash.
    Part of the log file:
    Link
    Can you help me?
     
  5. wine is not stable like windows it is linux for my self i use Windows and it works now fine
     
  6. My VPS doesn't support Windows, I would like to set up a server on wine or linux.
     
  7. linux is older i think it is more stable than Wine
     
  8. When i write "./start.sh" i have this problem:
    ./start.sh: line 1: p: command not found
    /usr/bin/xvfb-run: 183: /usr/bin/xvfb-run: /usr/bin/wine: not found
     
  9. sudo add-apt-repository -y ppa:ubuntu-wine/ppa && sudo apt-get update
    This comes back with >
    sudo: add-apt-repository: command not found

    Also to note: I'm on Debian 7.5 (not fresh)
    [DOUBLEPOST=1451494513][/DOUBLEPOST]
    You don't have (or can't find) Wine.
     
  10. add-apt-repository is part of "software-properties-common" package, so do "sudo apt-get install software-properties-common" before "sudo add-apt-repository ppa:ubuntu-wine/ppa"
     
  11. Thanks

    all this worked on my ubuntu
    but I would need away to be able to restart the server automatically every 12 hours
     
  12. Hi. I have a big problem to run Hurtworld server as wine on Debian 6 x64 :(

    When i try to run server I have an error:
    Code:
    wine: WINEARCH set to win64 but '/root/.wine64' is a 32-bit installation.
    Any ideas?
     
  13. i cant download wine o_O Ubuntu 15.10
     
  14. Wulf

    Wulf Community Admin

    Those are sound-related errors, which you shouldn't have or at least do not need to worry about on the server.
     
  15. I cant connect to server ( Failed to connect to server - No response from host ) i try many times :/
     
  16. Wulf

    Wulf Community Admin

    Are you sure you have the ports open and accessible?
     
  17. Sorry but im first time do server in linux :) i do all from tutorial but i don't know how to open ports and make accessible :/ sorry for my english .
     
  18. Wulf

    Wulf Community Admin

    They are generally open by default on most Linux OSes unless you specifically install a firewall or block them in iptables. Is your server native Linux or Wine?
     
  19. When I bought this server i install fresh Ubuntu Server 14.04 "Trusty Tahr" LTS (64bits) so inside was no wine i thing :) then i start do all from this tutorial .