When switched on the server appears to me:
After entering the command, nothing happens, does not return any messages.Code:./start.sh: line 2: 1: No such file or directory fixme:heap:RtlSetHeapInformation 0x350000 0 0x23fce0 4 stub fixme:system:SetProcessDPIAware stub! fixme:heap:RtlSetHeapInformation 0x1bf0000 0 0x23f150 4 stub Mono path[0] = 'Z:/home/steam/hurtworld/Hurtworld_Data/Managed' Mono path[1] = 'Z:/home/steam/hurtworld/Hurtworld_Data/Mono' Mono config path = 'Z:/home/steam/hurtworld/Hurtworld_Data/Mono/etc' fixme:win:EnumDisplayDevicesW ((null),0,0x23f210,0x00000000), stub! fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x23f210,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),1,0x23f210,0x00000000), stub! fixme:heap:RtlSetHeapInformation 0x153d0000 0 0x23d5f0 4 stub fixme:heap:RtlSetHeapInformation 0x16870000 0 0x23d650 4 stub fixme:ntdll:server_ioctl_file Unsupported ioctl d800000c (device=d800 access=0 func=3 method=0) fixme:winsock:server_ioctl_sock Unsupported ioctl d800000c (device=d800 access=0 func=3 method=0) fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (_WSAIORW(IOC_VENDOR, 12)) fixme:msvcrt:__clean_type_info_names_internal (0x102b84b4) stub fixme:msvcrt:__clean_type_info_names_internal (0x102b84b4) stub fixme:msvcrt:__clean_type_info_names_internal (0x102b84b4) stub fixme:msvcrt:__clean_type_info_names_internal (0x102b84b4) stub
How to fix it?
Run comand:
Code:WINEARCH=win64 WINEPREFIX=~/.wine64 /usr/bin/xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' /usr/bin/wine Hurtworld.exe -batchmode -nographics -exec "host 12871;queryport 12881;servername server;addadmin 76561200215******;maxplayers 50" -logfile "/home/steam/hurtworld/logs/gamelog.txt"
Server console not showing/working
Discussion in 'Hurtworld Discussion' started by Studzik :D CSGOLoteria.pl, Apr 8, 2016.
-
Wulf Community Admin
Are you running Linux or Wine? If you are using the Windows build of Oxide, it will show a console, but otherwise there is no console. According to the log though, you have an error in your startup script. If you are using Wine, you should be using the Windows build of Oxide.
-
I use oxide on wine on linux.
Where there is an error in the command start. -
Wulf Community Admin
./start.sh: line 2: 1: No such file or directory -
I am using versions of Windows.
I used this tutorial Setting up a Hurtworld Server on Wine | Oxide
The command seems to me correct I see no error in it ...; /
[DOUBLEPOST=1460149592][/DOUBLEPOST]Full run scipt:
Code:#!/bin/bash until 2<1; do WINEARCH=win64 WINEPREFIX=~/.wine64 /usr/bin/xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' /usr/bin/wine Hurtworld.exe -batchmode -nographics -exec "host 12871;queryport 12881;servername server;addadmin 76561200215******;maxplayers 50" -logfile "/home/steam/hurtworld/logs/gamelog.txt" sleep 10 done
Code:#!/bin/bash until [ 2 -ge 3 ]; do WINEARCH=win64 WINEPREFIX=~/.wine64 /usr/bin/xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' /usr/bin/wine Hurtworld.exe -batchmode -nographics -exec "host 12871;queryport 12881;servername server;addadmin 76561200215******;maxplayers 50" -logfile "/home/steam/hurtworld/logs/gamelog.txt" sleep 10 done
Last edited by a moderator: Apr 8, 2016