Git Product home page Git Product logo

Comments (3)

dubvulture avatar dubvulture commented on July 30, 2024 3

I was able to reproduce this by running the same command on Windows 10:
docker run -p 27016:27016/udp -e R2_SV_PORT=27016 -e R2_HEARTBEAT=1 -e R2_HOSTNAME='Test Server Host' avivace/ror2server:latest

Fixed by running instead:
docker run -p 27015:27015/udp -p 27016:27016/udp -e R2_HEARTBEAT=1 -e R2_HOSTNAME='Test Server Host' avivace/ror2server:latest

You were running with both R2_SV_PORT and R2_QUERY_PORT set to 27016 so maybe that was the problem, or maybe not, let me know.

from ror2-server.

StephenSHorton avatar StephenSHorton commented on July 30, 2024

Thank youuu!! @dubvulture (also found that I was running connect "<iphere>:27016" when it should be connect "iphere:27016"

from ror2-server.

AayushmanThapaMagar avatar AayushmanThapaMagar commented on July 30, 2024

I was able to reproduce this by running the same command on Windows 10: docker run -p 27016:27016/udp -e R2_SV_PORT=27016 -e R2_HEARTBEAT=1 -e R2_HOSTNAME='Test Server Host' avivace/ror2server:latest

Fixed by running instead: docker run -p 27015:27015/udp -p 27016:27016/udp -e R2_HEARTBEAT=1 -e R2_HOSTNAME='Test Server Host' avivace/ror2server:latest

You were running with both R2_SV_PORT and R2_QUERY_PORT set to 27016 so maybe that was the problem, or maybe not, let me know.

hello, i tried this but i am having the same issue.
I am running it on google cloud with a debian box

sudo docker run -p 27015:27015/udp  -p 27016:27016/udp -e R2_HEARTBEAT=1 -e R2_HOSTNAME='Test Server Host' avivace/ror2server:latest
Installing Risk of Rain 2 server...
Redirecting stderr to '/root/.steam/logs/stderr.txt'
[  0%] Checking for available updates...
[----] Downloading update (48 of 59,532 KB)...
[  0%] Downloading update (4,235 of 59,532 KB)...
[  7%] Downloading update (7,950 of 59,532 KB)...
[ 13%] Downloading update (10,724 of 59,532 KB)...
[ 18%] Downloading update (13,235 of 59,532 KB)...
[ 22%] Downloading update (15,746 of 59,532 KB)...
[ 26%] Downloading update (18,475 of 59,532 KB)...
[ 31%] Downloading update (20,962 of 59,532 KB)...
[ 35%] Downloading update (23,435 of 59,532 KB)...
[ 39%] Downloading update (25,922 of 59,532 KB)...
[ 43%] Downloading update (28,649 of 59,532 KB)...
[ 48%] Downloading update (31,109 of 59,532 KB)...
[ 52%] Downloading update (33,599 of 59,532 KB)...
[ 56%] Downloading update (36,336 of 59,532 KB)...
[ 61%] Downloading update (38,817 of 59,532 KB)...
[ 65%] Downloading update (41,670 of 59,532 KB)...
[ 69%] Downloading update (42,906 of 59,532 KB)...
[ 72%] Downloading update (44,154 of 59,532 KB)...
[ 74%] Downloading update (45,523 of 59,532 KB)...
[ 76%] Downloading update (46,768 of 59,532 KB)...
[ 78%] Downloading update (47,999 of 59,532 KB)...
[ 80%] Downloading update (49,334 of 59,532 KB)...
[ 82%] Downloading update (50,563 of 59,532 KB)...
[ 84%] Downloading update (51,799 of 59,532 KB)...
[ 87%] Downloading update (53,151 of 59,532 KB)...
[ 89%] Downloading update (54,387 of 59,532 KB)...
[ 91%] Downloading update (55,603 of 59,532 KB)...
[ 93%] Downloading update (56,963 of 59,532 KB)...
[ 95%] Downloading update (58,182 of 59,532 KB)...
[ 97%] Downloading update (59,409 of 59,532 KB)...
[ 99%] Downloading update (59,532 of 59,532 KB)...
[100%] Download complete.
[----] Installing update...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
[----] Update complete, launching Steamcmd...
Redirecting stderr to '/root/.steam/logs/stderr.txt'
[  0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation - version 1687387651
-- type 'quit' to exit --
Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
dlmopen libSDL3.so.0 failed: libSDL3.so.0: cannot open shared object file: No such file or directory
OK

Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
"@sSteamCmdForcePlatformType" = "windows"
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
 Update state (0x11) preallocating, progress: 50.33 (1146182545 / 2277110309)
 Update state (0x61) downloading, progress: 1.21 (27662769 / 2277110309)
 Update state (0x61) downloading, progress: 3.47 (78905564 / 2277110309)
 Update state (0x61) downloading, progress: 6.05 (137658044 / 2277110309)
 Update state (0x61) downloading, progress: 7.95 (180927956 / 2277110309)
 Update state (0x61) downloading, progress: 9.37 (213321373 / 2277110309)
 Update state (0x61) downloading, progress: 10.69 (243416180 / 2277110309)
 Update state (0x61) downloading, progress: 12.16 (276870310 / 2277110309)
 Update state (0x61) downloading, progress: 13.41 (305375202 / 2277110309)
 Update state (0x61) downloading, progress: 14.88 (338815112 / 2277110309)
 Update state (0x61) downloading, progress: 16.20 (368996772 / 2277110309)
 Update state (0x61) downloading, progress: 17.66 (402241284 / 2277110309)
 Update state (0x61) downloading, progress: 19.04 (433646210 / 2277110309)
 Update state (0x61) downloading, progress: 20.44 (465541252 / 2277110309)
 Update state (0x61) downloading, progress: 21.86 (497665126 / 2277110309)
 Update state (0x61) downloading, progress: 23.24 (529141980 / 2277110309)
 Update state (0x61) downloading, progress: 24.63 (560747544 / 2277110309)
 Update state (0x61) downloading, progress: 26.01 (592329510 / 2277110309)
 Update state (0x61) downloading, progress: 27.41 (624094796 / 2277110309)
 Update state (0x61) downloading, progress: 28.82 (656191540 / 2277110309)
 Update state (0x61) downloading, progress: 30.18 (687121841 / 2277110309)
 Update state (0x61) downloading, progress: 31.51 (717599205 / 2277110309)
 Update state (0x61) downloading, progress: 32.95 (750370680 / 2277110309)
 Update state (0x61) downloading, progress: 34.33 (781704985 / 2277110309)
 Update state (0x61) downloading, progress: 35.73 (813669875 / 2277110309)
 Update state (0x61) downloading, progress: 37.14 (845751531 / 2277110309)
 Update state (0x61) downloading, progress: 38.67 (880467335 / 2277110309)
 Update state (0x61) downloading, progress: 39.89 (908330567 / 2277110309)
 Update state (0x61) downloading, progress: 41.12 (936337089 / 2277110309)
 Update state (0x61) downloading, progress: 42.35 (964460169 / 2277110309)
 Update state (0x61) downloading, progress: 43.62 (993268678 / 2277110309)
 Update state (0x61) downloading, progress: 44.83 (1020911630 / 2277110309)
 Update state (0x61) downloading, progress: 46.05 (1048543997 / 2277110309)
 Update state (0x61) downloading, progress: 47.55 (1082741890 / 2277110309)
 Update state (0x61) downloading, progress: 49.01 (1115910440 / 2277110309)
 Update state (0x61) downloading, progress: 50.40 (1147630440 / 2277110309)
 Update state (0x61) downloading, progress: 51.84 (1180466345 / 2277110309)
 Update state (0x61) downloading, progress: 53.18 (1210962899 / 2277110309)
 Update state (0x61) downloading, progress: 54.55 (1242275061 / 2277110309)
 Update state (0x61) downloading, progress: 55.94 (1273765567 / 2277110309)
 Update state (0x61) downloading, progress: 57.30 (1304860295 / 2277110309)
 Update state (0x61) downloading, progress: 58.79 (1338609945 / 2277110309)
 Update state (0x61) downloading, progress: 60.20 (1370724194 / 2277110309)
 Update state (0x61) downloading, progress: 61.47 (1399687025 / 2277110309)
 Update state (0x61) downloading, progress: 62.64 (1426325678 / 2277110309)
 Update state (0x61) downloading, progress: 63.88 (1454523860 / 2277110309)
 Update state (0x61) downloading, progress: 65.12 (1482874914 / 2277110309)
 Update state (0x61) downloading, progress: 66.29 (1509429535 / 2277110309)
 Update state (0x61) downloading, progress: 67.66 (1540705602 / 2277110309)
 Update state (0x61) downloading, progress: 69.20 (1575769252 / 2277110309)
 Update state (0x61) downloading, progress: 70.63 (1608289403 / 2277110309)
 Update state (0x61) downloading, progress: 71.97 (1638944992 / 2277110309)
 Update state (0x61) downloading, progress: 73.39 (1671159681 / 2277110309)
 Update state (0x61) downloading, progress: 74.79 (1703134091 / 2277110309)
 Update state (0x61) downloading, progress: 76.27 (1736689871 / 2277110309)
 Update state (0x61) downloading, progress: 77.56 (1766167427 / 2277110309)
 Update state (0x61) downloading, progress: 78.96 (1797958850 / 2277110309)
 Update state (0x61) downloading, progress: 80.31 (1828726550 / 2277110309)
 Update state (0x61) downloading, progress: 81.44 (1854477788 / 2277110309)
 Update state (0x61) downloading, progress: 82.64 (1881719776 / 2277110309)
 Update state (0x61) downloading, progress: 84.01 (1913062254 / 2277110309)
 Update state (0x61) downloading, progress: 84.81 (1931325792 / 2277110309)
 Update state (0x61) downloading, progress: 85.38 (1944262863 / 2277110309)
 Update state (0x61) downloading, progress: 85.99 (1958059438 / 2277110309)
 Update state (0x61) downloading, progress: 86.57 (1971236243 / 2277110309)
 Update state (0x61) downloading, progress: 87.42 (1990746028 / 2277110309)
 Update state (0x61) downloading, progress: 88.18 (2007866526 / 2277110309)
 Update state (0x61) downloading, progress: 88.87 (2023739828 / 2277110309)
 Update state (0x61) downloading, progress: 89.66 (2041717218 / 2277110309)
 Update state (0x61) downloading, progress: 90.37 (2057757667 / 2277110309)
 Update state (0x61) downloading, progress: 90.99 (2071877600 / 2277110309)
 Update state (0x61) downloading, progress: 91.79 (2090104910 / 2277110309)
 Update state (0x61) downloading, progress: 92.40 (2104144141 / 2277110309)
 Update state (0x61) downloading, progress: 93.18 (2121720688 / 2277110309)
 Update state (0x61) downloading, progress: 93.88 (2137795481 / 2277110309)
 Update state (0x61) downloading, progress: 94.54 (2152693585 / 2277110309)
 Update state (0x61) downloading, progress: 95.29 (2169760953 / 2277110309)
 Update state (0x61) downloading, progress: 96.11 (2188422381 / 2277110309)
 Update state (0x61) downloading, progress: 96.75 (2203110854 / 2277110309)
 Update state (0x61) downloading, progress: 97.34 (2216619431 / 2277110309)
 Update state (0x61) downloading, progress: 97.86 (2228308968 / 2277110309)
 Update state (0x61) downloading, progress: 98.55 (2244096399 / 2277110309)
 Update state (0x61) downloading, progress: 99.09 (2256322285 / 2277110309)
 Update state (0x61) downloading, progress: 99.74 (2271176301 / 2277110309)
 Update state (0x81) verifying update, progress: 6.23 (141953587 / 2277110309)
 Update state (0x81) verifying update, progress: 13.08 (297902031 / 2277110309)
 Update state (0x81) verifying update, progress: 19.95 (454261743 / 2277110309)
 Update state (0x81) verifying update, progress: 26.81 (610597590 / 2277110309)
 Update state (0x81) verifying update, progress: 33.57 (764495615 / 2277110309)
 Update state (0x81) verifying update, progress: 40.46 (921340443 / 2277110309)
 Update state (0x81) verifying update, progress: 47.31 (1077245104 / 2277110309)
 Update state (0x81) verifying update, progress: 54.15 (1233143384 / 2277110309)
 Update state (0x81) verifying update, progress: 61.01 (1389222485 / 2277110309)
 Update state (0x81) verifying update, progress: 67.80 (1543949828 / 2277110309)
 Update state (0x81) verifying update, progress: 74.63 (1699497989 / 2277110309)
 Update state (0x81) verifying update, progress: 81.45 (1854612161 / 2277110309)
 Update state (0x81) verifying update, progress: 88.31 (2010817483 / 2277110309)
 Update state (0x81) verifying update, progress: 95.21 (2167965821 / 2277110309)
 Update state (0x101) committing, progress: 69.06 (1572668780 / 2277110309)
dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
Success! App '1180760' fully installed.
Generating server configuration...
Generating initial Wine configuration...
wine: created the configuration directory '/root/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0050:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0050:err:systray:initialize_systray Could not create tray window
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002
002c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
002c:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
004c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
004c:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
004c:err:ole:apartment_createwindowifneeded CreateWindow failed with error 3
004c:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
004c:err:ole:apartment_createwindowifneeded CreateWindow failed with error 14007
004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x800736b7
004c:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x800736b7
004c:err:ole:apartment_get_local_server_stream Failed: 0x800736b7
004c:err:ole:start_rpcss Failed to open RpcSs service
0040:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0040:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0084:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0084:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
008c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
008c:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
00ac:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
00ac:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
wine: configuration in L"/root/.wine" has been updated.
0100:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0100:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
Let's wait :)
Starting server...
Mono path[0] = 'Z:/root/ror2-dedicated/Risk of Rain 2_Data/Managed'
Mono config path = 'Z:/root/ror2-dedicated/MonoBleedingEdge/etc'
0100:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
Initialize engine version: 2019.4.26f1 (e0392c6b2363)
[Subsystems] Discovering subsystems at path Z:/root/ror2-dedicated/Risk of Rain 2_Data/UnitySubsystems
Forcing GfxDevice: Null
GfxDevice: creating device client; threaded=0
NullGfxDevice:
    Version:  NULL 1.0 [1.0]
    Renderer: Null Device
    Vendor:   Unity Technologies
Begin MonoManager ReloadAssembly
- Completed reload, in  0.301 seconds
Microsoft Media Foundation video decoding to texture disabled: graphics device is Null, only Direct3D 11 and Direct3D 12 (only on desktop) are supported.
UnloadTime: 0.787500 ms
Network message MsgType.Highest + 22 is unregistered.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

buildId = 1.2.4.1
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Active scene changed from  to loadingbasic
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Loaded scene loadingbasic loadSceneMode=2
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Couldn't create a Convex Mesh from source mesh "rock2ModularMesh" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
(Filename:  Line: 91)

application data path isZ:/root/ror2-dedicated/Risk of Rain 2_Data
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

0100:fixme:wbemprox:client_security_SetBlanket 000000004E5F2DA0, 000000004A02B3A0, 10, 0, (null), 3, 3, 0000000000000000, 0x00000000
0100:fixme:wbemprox:client_security_Release 000000004E5F2DA0
0100:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x00000030
0100:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x00000030
0100:fixme:service:I_ScRegisterDeviceNotification Notification filters are not yet implemented.
0100:fixme:bthpropscpl:BluetoothFindFirstDevice (000000000010D070 0000000049F9B6F0): stub!
0100:fixme:setupapi:CM_Get_Parent 000000000010CEA0 0x00000000 0x00000000 stub
0100:fixme:setupapi:CM_Get_Parent 000000000010CEA0 0x00000001 0x00000000 stub
017c:fixme:service:I_ScRegisterDeviceNotification Notification filters are not yet implemented.
PlatformSystems:InitNetworkManagerSystem
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Launch Parameters:
  arg[0]="Z:\root\ror2-dedicated\Risk of Rain 2.exe"

(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load config /Config/config.cfg: Could not find file "Z:\root\ror2-dedicated\Risk of Rain 2_Data\Config\config.cfg"
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load config /Config/autoexec.cfg: Could not find file "Z:\root\ror2-dedicated\Risk of Rain 2_Data\Config\autoexec.cfg"
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Cannot call LocalUserManager.SetLocalUsers at this time, user login changes are not safe at this time.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Loading custom server configuration...
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Hosting server...
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

NetworkManagerSystem.desiredHost={ hostType=Self listen=True maxPlayers=4 }
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

LoadContentPacks() start
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

0184:fixme:setupapi:CM_Get_Parent 000000005552F080 0x00000000 0x00000000 stub
0184:fixme:setupapi:CM_Get_Parent 000000005552F080 0x00000001 0x00000000 stub
0184:fixme:bthpropscpl:BluetoothFindFirstDevice (000000005552F080 0000000049F9B6F0): stub!
0184:fixme:setupapi:CM_Get_Parent 000000005552EEB0 0x00000000 0x00000000 stub
0184:fixme:setupapi:CM_Get_Parent 000000005552EEB0 0x00000001 0x00000000 stub
Couldn't create a Convex Mesh from source mesh "mdlRailGunnerBasicMine" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
(Filename:  Line: 91)

Couldn't create a Convex Mesh from source mesh "VoidRaidCrabCollision_head" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
(Filename:  Line: 91)

Couldn't create a Convex Mesh from source mesh "BBBoulderMediumRound1" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
(Filename:  Line: 91)

Couldn't create a Convex Mesh from source mesh "meshSulfurPodTop" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
(Filename:  Line: 91)

Couldn't create a Convex Mesh from source mesh "GPRuinRing1" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
(Filename:  Line: 91)

Couldn't create a Convex Mesh from source mesh "GPGiantRockSlab1Collision" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
(Filename:  Line: 91)

Couldn't create a Convex Mesh from source mesh "DCHeatvent1" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
(Filename:  Line: 91)

Couldn't create a Convex Mesh from source mesh "ArenaCrabFoam1Mesh" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
(Filename:  Line: 91)

Couldn't create a Convex Mesh from source mesh "WPPlatform1FullRing" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
(Filename:  Line: 91)

Couldn't create a Convex Mesh from source mesh "mdlIcoRockL" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
(Filename:  Line: 91)

Couldn't create a Convex Mesh from source mesh "NewtStatueMesh" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
(Filename:  Line: 91)

Couldn't create a Convex Mesh from source mesh "ShrineCleanseMesh" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
(Filename:  Line: 91)

Shader 'CalmWater/Calm Water [DX11] [Double Sided]': fallback shader 'Legacy/Diffuse' not found
Failed to assign Buffs.Deafened: Asset "bdDeafened" not found.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Failed to assign Items.SummonedEcho: Asset "SummonedEcho" not found.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Failed to assign Equipment.AffixEcho: Asset "EliteEchoEquipment" not found.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Failed to assign Buffs.AffixEcho: Asset "bdEliteEcho" not found.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Failed to assign Elites.Echo: Asset "edEcho" not found.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

LoadContentPacks() end
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not find scene with name "loadingbasic".
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not find scene with name "title".
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Command "set_scene" failed: "title" is not a valid scene.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Game content load completed in 80636ms.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Setting current language to "en"
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_acid_larva_attack1_explo" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_acrid_m2_bite_hit" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_acrid_m1_hit" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_acrid_shift_land" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_item_proc_repulsionArmor" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_bandit2_m2_impact" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_captain_utility_variant_preImpact" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_commando_M2_grenade_bounce" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_env_hiddenLab_laptop_sequence_fail" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_env_hiddenLab_laptop_sequence_success" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_loader_m2_impact" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_loader_m2_impact" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_item_lunar_secondaryReplace_impact" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_mage_shift_wall_pre_explode_rumble" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_merc_shift_slice" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_merc_sword_impact" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_nullifier_attack1_root" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_nullifier_attack1_explode" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_UI_item_land_command" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "play_item_proc_crit_heal" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_item_proc_crit_attack_speed1" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_item_proc_crit_attack_speed2" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_item_proc_crit_attack_speed3" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_item_proc_regenOnKill" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_item_proc_armorReduction_hit" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_item_proc_regenScrap_consume" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_item_proc_regenScrap_regen" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_treeBot_R_variant_seed_land" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Audio.NetworkSoundEventCatalog] Error during network sound registration: Wwise event "Play_UI_item_land_command" does not exist.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[RoR2.Stats.StatSheet] init stat sheet
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Unloading 4 Unused Serialized files (Serialized files now loaded: 965)
Unloaded scene loadingbasic
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

UnloadTime: 11.340300 ms
Active scene changed from  to splash
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Loaded scene splash loadSceneMode=Single
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Setting offline scene to title
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)


Unloading 69728 unused Assets to reduce memory usage. Loaded Objects now: 150628.
Total: 307.916300 ms (FindLiveObjects: 14.165500 ms CreateObjectMapping: 44.816500 ms MarkObjects: 194.430500 ms  DeleteObjects: 54.502500 ms)

Unloading 1 Unused Serialized files (Serialized files now loaded: 968)
Unloaded scene splash
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

UnloadTime: 15.500000 ms

Unloading 182 unused Assets to reduce memory usage. Loaded Objects now: 169048.
Total: 459.544500 ms (FindLiveObjects: 8.830300 ms CreateObjectMapping: 118.827800 ms MarkObjects: 330.460500 ms  DeleteObjects: 1.424600 ms)

Active scene changed from  to title
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Loaded scene title loadSceneMode=Single
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

BaseMainMenuScreen: OnEnter()
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0194:fixme:iphlpapi:NotifyAddrChange (Handle 0000000055400018, overlapped 0000000055400020): stub
01b4:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
01b4:fixme:wbemprox:client_security_SetBlanket 000000004E5F2DA0, 000000004ABB76B0, 10, 0, (null), 3, 3, 0000000000000000, 0x00000000
01b4:fixme:wbemprox:client_security_Release 000000004E5F2DA0
0060:fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
0060:fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
01b4:fixme:wbemprox:enum_class_object_Next timeout not supported
0060:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0060:fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
0060:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0060:fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
dbus[358]: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file ../../../dbus/dbus-connection.c line 3544.
This is normally a bug in some application using the D-Bus library.

  D-Bus not built with -rdynamic so unable to print a backtrace
01c0:err:seh:call_stack_handlers invalid frame 0000000001BCE500 (00000000019B2000-0000000001BB0000)
01c0:err:seh:NtRaiseException Exception frame is not in stack limits => unable to dispatch exception.
steamworksServer.IsValid=True
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

steamworksServer.LoggedOn=False
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

0100:fixme:winsock:WSAIoctl SIO_UDP_CONNRESET stub
BaseMainMenuScreen: OnEnter()
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Unloading 1 Unused Serialized files (Serialized files now loaded: 967)
First-Time Profile Configuration
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Unloaded scene title
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

UnloadTime: 52.846400 ms
Active scene changed from  to lobby
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Loaded scene lobby loadSceneMode=Single
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)


Unloading 302 unused Assets to reduce memory usage. Loaded Objects now: 159045.
Total: 681.020900 ms (FindLiveObjects: 9.682900 ms CreateObjectMapping: 26.494600 ms MarkObjects: 630.756900 ms  DeleteObjects: 14.085000 ms)

Could not load config /Config/server_pregame.cfg: Could not find file "Z:\root\ror2-dedicated\Risk of Rain 2_Data\Config\server_pregame.cfg"
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Press Enter to chat.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Steamworks Server IP discovered.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

from ror2-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.